* Package: dev-util/squashdelta-0.1 * Repository: gentoo * Maintainer: mgorny@gentoo.org * Upstream: mgorny@gentoo.org https://bitbucket.org/mgorny/squashdelta/issues/ * USE: abi_x86_64 amd64 elibc_glibc kernel_linux lzo userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking squashdelta-0.1.tar.bz2 to /var/tmp/portage/dev-util/squashdelta-0.1/work >>> Source unpacked in /var/tmp/portage/dev-util/squashdelta-0.1/work >>> Preparing source in /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 ... * Running elibtoolize in: squashdelta-0.1/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 ... >>> Working in BUILD_DIR: "/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1_build" /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --docdir=/usr/share/doc/squashdelta-0.1 --disable-lz4 --enable-lzo checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-g++... none checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for size_t... yes checking for ssize_t... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking for lzo1x_decompress_safe in -llzo2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 ... >>> Working in BUILD_DIR: "/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1_build" make -j1 make all-am make[1]: Entering directory '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1_build' x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 -Werror=terminate -march=native -O2 -pipe -c -o src/squashdelta-compressor.o `test -f 'src/compressor.cxx' || echo '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/'`src/compressor.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 -Werror=terminate -march=native -O2 -pipe -c -o src/squashdelta-hash.o `test -f 'src/hash.cxx' || echo '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/'`src/hash.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 -Werror=terminate -march=native -O2 -pipe -c -o src/squashdelta-squashfs.o `test -f 'src/squashfs.cxx' || echo '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/'`src/squashfs.cxx x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1 -Werror=terminate -march=native -O2 -pipe -c -o src/squashdelta-util.o `test -f 'src/util.cxx' || echo '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/'`src/util.cxx /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/src/util.cxx: In destructor 'virtual SparseFileWriter::~SparseFileWriter()': /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/src/util.cxx:145:41: error: throw will always call terminate() [-Werror=terminate] throw IOError("close() failed", errno); ^ /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/src/util.cxx:145:41: note: in C++11 destructors default to noexcept /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/src/util.cxx: In destructor 'virtual TemporarySparseFileWriter::~TemporarySparseFileWriter()': /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/src/util.cxx:195:61: error: throw will always call terminate() [-Werror=terminate] throw IOError("Unable to unlink the temporary file", errno); ^ /var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1/src/util.cxx:195:61: note: in C++11 destructors default to noexcept cc1plus: some warnings being treated as errors make[1]: *** [Makefile:503: src/squashdelta-util.o] Error 1 make[1]: Leaving directory '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1_build' make: *** [Makefile:311: all] Error 2 * ERROR: dev-util/squashdelta-0.1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-util/squashdelta-0.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-util/squashdelta-0.1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-util:squashdelta-0.1:20160929-170537.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/squashdelta-0.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/squashdelta-0.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1_build' * S: '/var/tmp/portage/dev-util/squashdelta-0.1/work/squashdelta-0.1'