* Package: app-arch/pixz-1.0.6 * Repository: gentoo * Maintainer: zerochaos@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking pixz-1.0.6.tar.xz to /var/tmp/portage/app-arch/pixz-1.0.6/work >>> Source unpacked in /var/tmp/portage/app-arch/pixz-1.0.6/work >>> Preparing source in /var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6 ... * econf: updating pixz-1.0.6/config.guess with /usr/share/gnuconfig/config.guess * econf: updating pixz-1.0.6/config.sub with /usr/share/gnuconfig/config.sub ./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 --docdir=/usr/share/doc/pixz-1.0.6 --htmldir=/usr/share/doc/pixz-1.0.6/html --libdir=/usr/lib64 checking for a BSD-compatible install... /usr/lib/portage/python3.6/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 style of include used by make... GNU checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc 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-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed checking for x86_64-pc-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed checking for src/pixz.1... (cached) yes checking for ceil in -lm... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBARCHIVE... yes checking for LZMA... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for working strtod... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for strerror... yes checking for strtol... yes checking whether htole64 is declared... no checking whether htole64 is declared... (cached) no checking whether le64toh is declared... yes checking whether le64toh is declared... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6' Making all in src make[2]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-common.o `test -f 'common.c' || echo './'`common.c common.c: In function ‘find_file_index’: common.c:123:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 123 | if (lzma_index_iter_locate(&iter, loc)) | ^~ common.c:125:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 125 | if (iter.stream.number != 1) | ^~ common.c: In function ‘next_index’: common.c:310:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 310 | if (fseeko(gInFile, *pos, SEEK_SET) == -1) | ^~ common.c:313:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 313 | lzma_stream strm = LZMA_STREAM_INIT; | ^~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-cpu.o `test -f 'cpu.c' || echo './'`cpu.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-endian.o `test -f 'endian.c' || echo './'`endian.c endian.c:24: warning: "htole64" redefined 24 | # define htole64(x) (x) | In file included from endian.c:17: /usr/include/endian.h:75: note: this is the location of the previous definition 75 | # define htole64(x) __uint64_identity (x) | endian.c:32: warning: "le64toh" redefined 32 | # define le64toh(x) (x) | In file included from endian.c:17: /usr/include/endian.h:77: note: this is the location of the previous definition 77 | # define le64toh(x) __uint64_identity (x) | x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-list.o `test -f 'list.c' || echo './'`list.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-pixz.o `test -f 'pixz.c' || echo './'`pixz.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-read.o `test -f 'read.c' || echo './'`read.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -c -o pixz-write.o `test -f 'write.c' || echo './'`write.c x86_64-pc-linux-gnu-gcc -pthread -Wall -Wno-unknown-pragmas -O2 -pipe -march=native -std=gnu99 -Wl,-O1 -Wl,--as-needed -o pixz pixz-common.o pixz-cpu.o pixz-endian.o pixz-list.o pixz-pixz.o pixz-read.o pixz-write.o -lm -larchive -llzma -lm make[2]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/src' Making all in test make[2]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make[2]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6' make[2]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6' make[1]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6' >>> Source compiled. >>> Test phase: app-arch/pixz-1.0.6 make -j1 check Making check in src make[1]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/src' Making check in test make[1]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make check-TESTS make[2]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make[3]: Entering directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' PASS: compress-file-permissions.sh FAIL: cppcheck-src.sh PASS: single-file-round-trip.sh PASS: xz-compatibility-c-option.sh ============================================================================ Testsuite summary for pixz 1.0.6 ============================================================================ # TOTAL: 4 # PASS: 3 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See test/test-suite.log Please report to https://github.com/vasi/pixz/issues ============================================================================ make[3]: *** [Makefile:496: test-suite.log] Error 1 make[3]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make[2]: *** [Makefile:604: check-TESTS] Error 2 make[2]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make[1]: *** [Makefile:667: check-am] Error 2 make[1]: Leaving directory '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6/test' make: *** [Makefile:376: check-recursive] Error 1 * ERROR: app-arch/pixz-1.0.6::gentoo failed (test phase): * Make check failed. See above for details. * * Call stack: * ebuild.sh, line 124: Called src_test * environment, line 2280: Called default * phase-functions.sh, line 872: Called default_src_test * phase-functions.sh, line 901: Called __eapi0_src_test * phase-helpers.sh, line 816: Called die * The specific snippet of code: * $emake_cmd ${internal_opts} check || \ * die "Make check failed. See above for details." * * If you need support, post the output of `emerge --info '=app-arch/pixz-1.0.6::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-arch/pixz-1.0.6::gentoo'`. * The complete build log is located at '/var/log/portage/app-arch:pixz-1.0.6:20190629-194411.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-arch/pixz-1.0.6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-arch/pixz-1.0.6/temp/environment'. * Working directory: '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6' * S: '/var/tmp/portage/app-arch/pixz-1.0.6/work/pixz-1.0.6'