* Package: dev-util/patchutils-0.3.3 * Repository: gentoo * Maintainer: flameeyes@gentoo.org shell-tools@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox checking for a BSD-compatible install... /usr/bin/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 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 for style of include used by make... GNU checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for perl... /usr/bin/perl checking for sensible-editor... no checking for editor... no checking for vim... vim 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/wait.h that is POSIX.1 compatible... 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 for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking error.h usability... yes checking error.h presence... yes checking for error.h... yes checking for an ANSI C-conforming const... yes checking for pid_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for working POSIX fnmatch... yes checking for strcspn... yes checking for strspn... yes checking for strtoul... yes checking for getline... yes checking for error... yes checking for getopt_long... yes checking for diff program... diff checking for patch program... patch checking whether patch works... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating splitdiff config.status: creating editdiff config.status: creating fixcvsdiff config.status: creating recountdiff config.status: creating unwrapdiff config.status: creating dehtmldiff config.status: creating espdiff config.status: creating patchutils.spec config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/var/tmp/portage/dev-util/patchutils-0.3.3/work/patchutils-0.3.3' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -c -o src/interdiff.o src/interdiff.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -c -o src/util.o src/util.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -c -o src/diff.o src/diff.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -c -o src/myerror.o src/myerror.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -c -o src/filterdiff.o src/filterdiff.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -I./src -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -c -o src/rediff.o src/rediff.c src/filterdiff.c: In function ‘read_regex_file’: src/filterdiff.c:1266:4: error: format not a string literal and no format arguments [-Werror=format-security] error (EXIT_FAILURE, 0, errstr); ^ src/filterdiff.c: In function ‘main’: src/filterdiff.c:1512:4: error: format not a string literal and no format arguments [-Werror=format-security] error (EXIT_FAILURE, 0, errstr); ^ cc1: some warnings being treated as errors Makefile:626: recipe for target 'src/filterdiff.o' failed make[1]: *** [src/filterdiff.o] Error 1 make[1]: *** Waiting for unfinished jobs.... src/util.c: In function ‘xpipe’: src/util.c:305:7: warning: ignoring return value of ‘pipe’, declared with attribute warn_unused_result [-Wunused-result] pipe (fildes); ^ src/util.c:315:8: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] dup (fildes[1]); ^ src/util.c:320:7: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] dup(2); ^ src/util.c:322:8: warning: ignoring return value of ‘dup’, declared with attribute warn_unused_result [-Wunused-result] dup (fildes[0]); ^ src/interdiff.c: In function ‘flipdiff’: src/interdiff.c:1543:10: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] getline (&header1[0], &linelen, p1); ^ src/interdiff.c:1545:10: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] getline (&header1[1], &linelen, p1); ^ src/interdiff.c:1549:10: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] getline (&header2[0], &linelen, p2); ^ src/interdiff.c:1551:10: warning: ignoring return value of ‘getline’, declared with attribute warn_unused_result [-Wunused-result] getline (&header2[1], &linelen, p2); ^ src/diff.c: In function ‘do_convert_to_unified’: src/diff.c:796:12: warning: ‘llen[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized] fwrite (l[1], llen[1], 1, stdout); ^ src/diff.c:740:11: note: ‘llen[1]’ was declared here size_t llen[2]; ^ src/diff.c:792:12: warning: ‘llen[0]’ may be used uninitialized in this function [-Wmaybe-uninitialized] fwrite (l[0], llen[0], 1, stdout); ^ src/diff.c:740:11: note: ‘llen[0]’ was declared here size_t llen[2]; ^ make[1]: Leaving directory '/var/tmp/portage/dev-util/patchutils-0.3.3/work/patchutils-0.3.3' Makefile:434: recipe for target 'all' failed make: *** [all] Error 2 * ERROR: dev-util/patchutils-0.3.3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=dev-util/patchutils-0.3.3::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-util/patchutils-0.3.3::gentoo'`. * The complete build log is located at '/var/log/log/build/dev-util/patchutils-0.3.3:20150806-122055.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/patchutils-0.3.3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/patchutils-0.3.3/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/patchutils-0.3.3/work/patchutils-0.3.3' * S: '/var/tmp/portage/dev-util/patchutils-0.3.3/work/patchutils-0.3.3'