See https://ci.opensuse.org/job/snapper-master/382/display/redirect?page=changes
Changes:
[weblate-noreply] Translated using Weblate (Finnish)
------------------------------------------ [...truncated 149.20 KB...] [ 41s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o AppUtil.lo AppUtil.cc [ 41s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c AppUtil.cc -fPIC -DPIC -o .libs/AppUtil.o [ 44s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o AppUtil2.lo AppUtil2.cc [ 44s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c AppUtil2.cc -fPIC -DPIC -o .libs/AppUtil2.o [ 44s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o FileUtils.lo FileUtils.cc [ 44s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c FileUtils.cc -fPIC -DPIC -o .libs/FileUtils.o [ 44s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o XAttributes.lo XAttributes.cc [ 44s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c XAttributes.cc -fPIC -DPIC -o .libs/XAttributes.o [ 48s] FileUtils.cc: In member function 'ssize_t snapper::SDir::listxattr(const string&, char*, size_t) const': [ 48s] FileUtils.cc:494:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 48s] 494 | chdir("/"); [ 48s] | ~~~~~^~~~~ [ 48s] FileUtils.cc: In member function 'ssize_t snapper::SDir::getxattr(const string&, const char*, void*, size_t) const': [ 48s] FileUtils.cc:530:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 48s] 530 | chdir("/"); [ 48s] | ~~~~~^~~~~ [ 48s] FileUtils.cc: In member function 'bool snapper::SDir::mount(const string&, const string&, long unsigned int, const string&) const': [ 48s] FileUtils.cc:585:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 48s] 585 | chdir("/"); [ 48s] | ~~~~~^~~~~ [ 48s] FileUtils.cc:589:7: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 48s] 589 | chdir("/"); [ 48s] | ~~~~~^~~~~ [ 48s] FileUtils.cc: In member function 'bool snapper::SDir::umount(const string&) const': [ 48s] FileUtils.cc:614:11: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 48s] 614 | chdir("/"); [ 48s] | ~~~~~^~~~~ [ 48s] FileUtils.cc:618:7: warning: ignoring return value of 'int chdir(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 48s] 618 | chdir("/"); [ 48s] | ~~~~~^~~~~ [ 50s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Log.lo Log.cc [ 50s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Log.cc -fPIC -DPIC -o .libs/Log.o [ 50s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Logger.lo Logger.cc [ 51s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Logger.cc -fPIC -DPIC -o .libs/Logger.o [ 51s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Compare.lo Compare.cc [ 51s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Compare.cc -fPIC -DPIC -o .libs/Compare.o [ 56s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o SystemCmd.lo SystemCmd.cc [ 56s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c SystemCmd.cc -fPIC -DPIC -o .libs/SystemCmd.o [ 58s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o AsciiFile.lo AsciiFile.cc [ 58s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c AsciiFile.cc -fPIC -DPIC -o .libs/AsciiFile.o [ 59s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Regex.lo Regex.cc [ 59s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Regex.cc -fPIC -DPIC -o .libs/Regex.o [ 60s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Acls.lo Acls.cc [ 60s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Acls.cc -fPIC -DPIC -o .libs/Acls.o [ 62s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Hooks.lo Hooks.cc [ 62s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Hooks.cc -fPIC -DPIC -o .libs/Hooks.o [ 64s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Exception.lo Exception.cc [ 64s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Exception.cc -fPIC -DPIC -o .libs/Exception.o [ 65s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Btrfs.lo Btrfs.cc [ 65s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Btrfs.cc -fPIC -DPIC -o .libs/Btrfs.o [ 67s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o BtrfsUtils.lo BtrfsUtils.cc [ 68s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c BtrfsUtils.cc -fPIC -DPIC -o .libs/BtrfsUtils.o [ 69s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Lvm.lo Lvm.cc [ 69s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Lvm.cc -fPIC -DPIC -o .libs/Lvm.o [ 75s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o LvmCache.lo LvmCache.cc [ 75s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c LvmCache.cc -fPIC -DPIC -o .libs/LvmCache.o [ 78s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o LvmUtils.lo LvmUtils.cc [ 78s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c LvmUtils.cc -fPIC -DPIC -o .libs/LvmUtils.o [ 82s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR='"/etc/sysconfig"' -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o MntTable.lo MntTable.cc [ 82s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/libxml2 -DCONF_DIR="/etc/sysconfig" -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c MntTable.cc -fPIC -DPIC -o .libs/MntTable.o [ 83s] /bin/sh ../libtool --tag=CXX --mode=link g++ -D_FILE_OFFSET_BITS=64 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -version-info 7:0:2 -flto=auto -o libsnapper.la -rpath /usr/lib64 Snapper.lo Snapshot.lo Comparison.lo Filesystem.lo File.lo XmlFile.lo Enum.lo AppUtil.lo AppUtil2.lo FileUtils.lo XAttributes.lo Log.lo Logger.lo Compare.lo SystemCmd.lo AsciiFile.lo Regex.lo Acls.lo Hooks.lo Exception.lo Btrfs.lo BtrfsUtils.lo Lvm.lo LvmCache.lo LvmUtils.lo MntTable.lo -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs [ 84s] libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64/crti.o /usr/lib64/gcc/x86_64-suse-linux/10/crtbeginS.o .libs/Snapper.o .libs/Snapshot.o .libs/Comparison.o .libs/Filesystem.o .libs/File.o .libs/XmlFile.o .libs/Enum.o .libs/AppUtil.o .libs/AppUtil2.o .libs/FileUtils.o .libs/XAttributes.o .libs/Log.o .libs/Logger.o .libs/Compare.o .libs/SystemCmd.o .libs/AsciiFile.o .libs/Regex.o .libs/Acls.o .libs/Hooks.o .libs/Exception.o .libs/Btrfs.o .libs/BtrfsUtils.o .libs/Lvm.o .libs/LvmCache.o .libs/LvmUtils.o .libs/MntTable.o -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -L/usr/lib64/gcc/x86_64-suse-linux/10 -L/usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/lib -L/usr/lib64/gcc/x86_64-suse-linux/10/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib64/gcc/x86_64-suse-linux/10/crtendS.o /usr/lib64/gcc/x86_64-suse-linux/10/../../../../lib64/crtn.o -O2 -fstack-protector-strong -flto=auto -g -flto=auto -Wl,-soname -Wl,libsnapper.so.5 -o .libs/libsnapper.so.5.2.0 [ 103s] libtool: link: (cd ".libs" && rm -f "libsnapper.so.5" && ln -s "libsnapper.so.5.2.0" "libsnapper.so.5") [ 103s] libtool: link: (cd ".libs" && rm -f "libsnapper.so" && ln -s "libsnapper.so.5.2.0" "libsnapper.so") [ 103s] libtool: link: ( cd ".libs" && rm -f "libsnapper.la" && ln -s "../libsnapper.la" "libsnapper.la" ) [ 103s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/snapper' [ 103s] Making all in examples [ 103s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples' [ 103s] Making all in c [ 103s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c' [ 103s] gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c99 -Wall -Wextra -Wformat -Wmissing-prototypes -Wno-unused-parameter -c -o snapper_dbus_cli.o snapper_dbus_cli.c [ 103s] /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c99 -Wall -Wextra -Wformat -Wmissing-prototypes -Wno-unused-parameter -ldbus-1 -flto=auto -o csnap snapper_dbus_cli.o -lbtrfs [ 103s] libtool: link: gcc -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c99 -Wall -Wextra -Wformat -Wmissing-prototypes -Wno-unused-parameter -flto=auto -o csnap snapper_dbus_cli.o -ldbus-1 -lbtrfs [ 104s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c' [ 104s] Making all in c++-lib [ 104s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c++-lib' [ 104s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o List.o List.cc [ 104s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o ListAll.o ListAll.cc [ 104s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Create.o Create.cc [ 104s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CmpDirs.o CmpDirs.cc [ 105s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CreateNumber.o CreateNumber.cc [ 106s] g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CreateTimeline.o CreateTimeline.cc [ 107s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o List List.o ../../snapper/libsnapper.la -lbtrfs [ 107s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/List List.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 107s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o ListAll ListAll.o ../../snapper/libsnapper.la -lbtrfs [ 107s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/ListAll ListAll.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 108s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o Create Create.o ../../snapper/libsnapper.la -lbtrfs [ 108s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/Create Create.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 108s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o CreateNumber CreateNumber.o ../../snapper/libsnapper.la -lbtrfs [ 109s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/CreateNumber CreateNumber.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 109s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o CreateTimeline CreateTimeline.o ../../snapper/libsnapper.la -lbtrfs [ 110s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -flto=auto -o CmpDirs CmpDirs.o ../../snapper/libsnapper.la -lbtrfs [ 110s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/CreateTimeline CreateTimeline.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 110s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/CmpDirs CmpDirs.o ../../snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 111s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples/c++-lib' [ 111s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples' [ 111s] make[3]: Nothing to be done for 'all-am'. [ 111s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples' [ 111s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/examples' [ 111s] Making all in dbus [ 111s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/dbus' [ 111s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o DBusMessage.lo DBusMessage.cc [ 111s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o DBusConnection.lo DBusConnection.cc [ 112s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c DBusConnection.cc -fPIC -DPIC -o .libs/DBusConnection.o [ 112s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c DBusMessage.cc -fPIC -DPIC -o .libs/DBusMessage.o [ 112s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o DBusMainLoop.lo DBusMainLoop.cc [ 113s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c DBusMainLoop.cc -fPIC -DPIC -o .libs/DBusMainLoop.o [ 116s] DBusMainLoop.cc: In member function 'void DBus::MainLoop::run()': [ 116s] DBusMainLoop.cc:130:8: warning: ignoring return value of 'ssize_t read(int, void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 116s] 130 | read(wakeup_pipe[0], &arbitrary, 1); [ 116s] | ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 116s] DBusMainLoop.cc: In static member function 'static void DBus::MainLoop::wakeup_main(void*)': [ 116s] DBusMainLoop.cc:291:7: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 116s] 291 | write(s->wakeup_pipe[1], &arbitrary, 1); [ 116s] | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 118s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -lboost_thread -flto=auto -o libdbus.la DBusMessage.lo DBusConnection.lo DBusMainLoop.lo -ldbus-1 -lbtrfs [ 118s] libtool: link: ar cru .libs/libdbus.a .libs/DBusMessage.o .libs/DBusConnection.o .libs/DBusMainLoop.o [ 118s] libtool: link: ranlib .libs/libdbus.a [ 118s] libtool: link: ( cd ".libs" && rm -f "libdbus.la" && ln -s "../libdbus.la" "libdbus.la" ) [ 118s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/dbus' [ 118s] Making all in server [ 118s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/server' [ 118s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o snapperd.o snapperd.cc [ 118s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Client.o Client.cc [ 124s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o MetaSnapper.o MetaSnapper.cc [ 125s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Background.o Background.cc [ 131s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Types.o Types.cc [ 131s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -lboost_system -lboost_thread -lpthread -flto=auto -o snapperd snapperd.o Client.o MetaSnapper.o Background.o Types.o ../snapper/libsnapper.la ../dbus/libdbus.la -lrt -lbtrfs [ 132s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/snapperd snapperd.o Client.o MetaSnapper.o Background.o Types.o -lpthread ../snapper/.libs/libsnapper.so -lxml2 -lacl -lmount ../dbus/.libs/libdbus.a -lboost_system -lboost_thread -ldbus-1 -lrt -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 136s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/server' [ 136s] Making all in client [ 136s] make[2]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client' [ 136s] Making all in utils [ 136s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/utils' [ 136s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Table.lo Table.cc [ 136s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o text.lo text.cc [ 137s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Table.cc -fPIC -DPIC -o .libs/Table.o [ 137s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c text.cc -fPIC -DPIC -o .libs/text.o [ 137s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o console.lo console.cc [ 137s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c console.cc -fPIC -DPIC -o .libs/console.o [ 137s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o equal-date.lo equal-date.cc [ 137s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c equal-date.cc -fPIC -DPIC -o .libs/equal-date.o [ 137s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o GetOpts.lo GetOpts.cc [ 138s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c GetOpts.cc -fPIC -DPIC -o .libs/GetOpts.o [ 138s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o Range.lo Range.cc [ 138s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c Range.cc -fPIC -DPIC -o .libs/Range.o [ 138s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o HumanString.lo HumanString.cc [ 138s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c HumanString.cc -fPIC -DPIC -o .libs/HumanString.o [ 139s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o TableFormatter.lo TableFormatter.cc [ 139s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c TableFormatter.cc -fPIC -DPIC -o .libs/TableFormatter.o [ 139s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o CsvFormatter.lo CsvFormatter.cc [ 140s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c CsvFormatter.cc -fPIC -DPIC -o .libs/CsvFormatter.o [ 141s] /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o JsonFormatter.lo JsonFormatter.cc [ 142s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c JsonFormatter.cc -fPIC -DPIC -o .libs/JsonFormatter.o [ 142s] /bin/sh ../../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o libutils.la Table.lo text.lo console.lo equal-date.lo GetOpts.lo Range.lo HumanString.lo TableFormatter.lo CsvFormatter.lo JsonFormatter.lo ../../snapper/libsnapper.la -ltinfo -lbtrfs [ 142s] libtool: link: ar cru .libs/libutils.a .libs/Table.o .libs/text.o .libs/console.o .libs/equal-date.o .libs/GetOpts.o .libs/Range.o .libs/HumanString.o .libs/TableFormatter.o .libs/CsvFormatter.o .libs/JsonFormatter.o [ 142s] libtool: link: ranlib .libs/libutils.a [ 142s] libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" ) [ 142s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/utils' [ 142s] make[3]: Entering directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client' [ 142s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o snapper.o snapper.cc [ 142s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-list-configs.o cmd-list-configs.cc [ 146s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-create-config.o cmd-create-config.cc [ 147s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-delete-config.o cmd-delete-config.cc [ 148s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-get-config.o cmd-get-config.cc [ 148s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-set-config.o cmd-set-config.cc [ 151s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-list.o cmd-list.cc [ 152s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-create.o cmd-create.cc [ 155s] cmd-create.cc: In function 'void snapper::command_create(snapper::GlobalOptions&, snapper::GetOpts&, ProxySnappers*, ProxySnapper*)': [ 155s] cmd-create.cc:186:9: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 155s] 186 | system(command.c_str()); [ 155s] | ~~~~~~^~~~~~~~~~~~~~~~~ [ 155s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-modify.o cmd-modify.cc [ 156s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-delete.o cmd-delete.cc [ 157s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-mount.o cmd-mount.cc [ 158s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-umount.o cmd-umount.cc [ 158s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-status.o cmd-status.cc [ 159s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-diff.o cmd-diff.cc [ 160s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-xadiff.o cmd-xadiff.cc [ 162s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-undochange.o cmd-undochange.cc [ 163s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-rollback.o cmd-rollback.cc [ 165s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-setup-quota.o cmd-setup-quota.cc [ 166s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-cleanup.o cmd-cleanup.cc [ 170s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cmd-debug.o cmd-debug.cc [ 171s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o cleanup.o cleanup.cc [ 173s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o proxy.o proxy.cc [ 174s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o proxy-dbus.o proxy-dbus.cc [ 177s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o proxy-lib.o proxy-lib.cc [ 179s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o misc.o misc.cc [ 181s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o MyFiles.o MyFiles.cc [ 182s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o GlobalOptions.o GlobalOptions.cc [ 182s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o types.lo types.cc [ 182s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c types.cc -fPIC -DPIC -o .libs/types.o [ 185s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o commands.lo commands.cc [ 185s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c commands.cc -fPIC -DPIC -o .libs/commands.o [ 188s] /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o errors.lo errors.cc [ 188s] libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR="/etc/sysconfig" -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c errors.cc -fPIC -DPIC -o .libs/errors.o [ 191s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o systemd-helper.o systemd-helper.cc [ 193s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o installation-helper.o installation-helper.cc [ 198s] g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -DCONF_DIR='"/etc/sysconfig"' -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -c -o mksubvolume.o mksubvolume.cc [ 198s] installation-helper.cc: In function 'void step1(const string&, const string&, const string&, const std::map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >&)': [ 198s] installation-helper.cc:115:11: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 198s] 115 | system(("/bin/cp " + tmp_mount.getFullname() + "/etc/snapper/configs/root " + ris + [ 198s] | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 198s] 116 | "/etc/snapper/configs").c_str()); [ 198s] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 200s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o libclient.la types.lo commands.lo errors.lo utils/libutils.la ../dbus/libdbus.la -lbtrfs [ 200s] libtool: link: (cd .libs/libclient.lax/libutils.a && ar x "/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/utils/.libs/libutils.a") [ 200s] libtool: link: (cd .libs/libclient.lax/libdbus.a && ar x "/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client/../dbus/.libs/libdbus.a") [ 200s] libtool: link: ar cru .libs/libclient.a .libs/types.o .libs/commands.o .libs/errors.o .libs/libclient.lax/libutils.a/CsvFormatter.o .libs/libclient.lax/libutils.a/GetOpts.o .libs/libclient.lax/libutils.a/HumanString.o .libs/libclient.lax/libutils.a/JsonFormatter.o .libs/libclient.lax/libutils.a/Range.o .libs/libclient.lax/libutils.a/Table.o .libs/libclient.lax/libutils.a/TableFormatter.o .libs/libclient.lax/libutils.a/console.o .libs/libclient.lax/libutils.a/equal-date.o .libs/libclient.lax/libutils.a/text.o .libs/libclient.lax/libdbus.a/DBusConnection.o .libs/libclient.lax/libdbus.a/DBusMainLoop.o .libs/libclient.lax/libdbus.a/DBusMessage.o [ 200s] libtool: link: ranlib .libs/libclient.a [ 200s] libtool: link: rm -fr .libs/libclient.lax [ 200s] libtool: link: ( cd ".libs" && rm -f "libclient.la" && ln -s "../libclient.la" "libclient.la" ) [ 200s] /bin/sh ../libtool --tag=CXX --mode=link g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o installation-helper installation-helper.o misc.o ../snapper/libsnapper.la utils/libutils.la -lbtrfs [ 201s] libtool: link: g++ -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g -DNDEBUG -std=c++11 -Wall -Wextra -Wformat -Wnon-virtual-dtor -Wno-unused-parameter -Wsuggest-override -flto=auto -o .libs/installation-helper installation-helper.o misc.o ../snapper/.libs/libsnapper.so utils/.libs/libutils.a /home/abuild/rpmbuild/BUILD/snapper-0.8.15/snapper/.libs/libsnapper.so -lboost_thread -lboost_system -lxml2 -lacl -lmount -ltinfo -lbtrfs -Wl,-rpath -Wl,/usr/lib64 [ 201s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: cannot find -ltinfo [ 201s] collect2: error: ld returned 1 exit status [ 201s] make[3]: *** [Makefile:709: installation-helper] Error 1 [ 201s] make[3]: *** Waiting for unfinished jobs.... [ 201s] mksubvolume.cc: In member function 'void TmpMountpoint::do_tmp_umount() const': [ 201s] mksubvolume.cc:143:11: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] [ 201s] 143 | system("/usr/bin/udevadm settle --timeout 20"); [ 201s] | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 201s] make[3]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client' [ 201s] make[2]: *** [Makefile:803: all-recursive] Error 1 [ 201s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15/client' [ 201s] make[1]: *** [Makefile:560: all-recursive] Error 1 [ 201s] make[1]: Leaving directory '/home/abuild/rpmbuild/BUILD/snapper-0.8.15' [ 201s] make: *** [Makefile:463: all] Error 2 [ 201s] error: Bad exit status from /var/tmp/rpm-tmp.cQj9b6 (%build) [ 201s] [ 201s] [ 201s] RPM build errors: [ 201s] line 206: It's not recommended to have unversioned Obsoletes: Obsoletes: libsnapper1 libsnapper2 libsnapper3 libsnapper4 [ 201s] Bad exit status from /var/tmp/rpm-tmp.cQj9b6 (%build) [ 201s] [ 201s] yast-yui failed "build snapper.spec" at Mon Dec 28 19:46:16 UTC 2020. [ 201s]
The buildroot was: /var/tmp/build-root/openSUSE_Factory-x86_64 rm -rf filesystems:snapper rake aborted! Command failed with status (1): [yes | osc -A 'https://api.opensuse.org/' b...]
Tasks: TOP => osc:sr => osc:commit => osc:build (See full trace by running task with --trace) cleaning Build step 'Execute shell' marked build as failure Not sending mail to unregistered user weblate-noreply@opensuse.org