* Package: app-arch/zip-3.0-r1  * Repository: gentoo  * Maintainer: base-system@gentoo.org  * USE: abi_x86_64 amd64 bzip2 crypt elibc_glibc kernel_linux unicode userland_GNU  * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking zip30.zip to /var/tmp/portage/app-arch/zip-3.0-r1/work >>> Source unpacked in /var/tmp/portage/app-arch/zip-3.0-r1/work >>> Preparing source in /var/tmp/portage/app-arch/zip-3.0-r1/work/zip30 ... * Applying zip-3.0-no-crypt.patch ...  [ ok ] * Applying zip-3.0-pic.patch ...  [ ok ] * Applying zip-3.0-exec-stack.patch ...  [ ok ] * Applying zip-3.0-build.patch ...  [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-arch/zip-3.0-r1/work/zip30 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-arch/zip-3.0-r1/work/zip30 ... make -j9 CC=x86_64-pc-linux-gnu-gcc 'LOCAL_ZIP=-O1 -pipe -march=native -Werror=format-security ' -f unix/Makefile generic sh unix/configure "x86_64-pc-linux-gnu-gcc" "-I. -DUNIX -O1 -pipe -march=native -Werror=format-security " "" Check C compiler type (optimization options) GNU C (-O3) Check bzip2 support Check for bzip2 in bzip2 directory Check if OS already has bzip2 library installed -- OS supports bzip2 - linking in bzip2 Check for the C preprocessor Check if we can use asm code Checking if compiler wants to create pic code Check for ANSI options Check for prototypes Check the handling of const Check for time_t Check for size_t Check for off_t Check size of UIDs and GIDs (Now zip stores variable size UIDs/GIDs using a new extra field. This tests if this OS uses 16-bit UIDs/GIDs and so if the old 16-bit storage should also be used for backward compatibility.) s.st_uid is 4 bytes s.st_gid is 4 bytes -- UID not 2 bytes - disabling old 16-bit UID/GID support Check for Large File Support off_t is 8 bytes -- yes we have Large File Support! Check for wide char support -- have wchar_t - enabling Unicode support Check for gcc no-builtin flag Check for rmdir Check for strchr Check for strrchr Check for rename Check for mktemp Check for mktime Check for mkstemp Check for memset Check for memmove Check for strerror Check for errno declaration Check for directory libraries Check for readlink Check for directory include file Check for nonexistent include files Check for term I/O include file Check for valloc Check for /usr/local/bin and /usr/local/man Check for OS-specific flags Check for symbolic links eval make -f unix/Makefile zips `cat flags` make[1]: Entering directory '/var/tmp/portage/app-arch/zip-3.0-r1/work/zip30' x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zip.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipfile.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zipup.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H fileio.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H util.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H globals.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crypt.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H ttyio.c x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H unix/unix.c zip.c: In function ‘help_extended’: zip.c:1031:5: error: format not a string literal and no format arguments [-Werror=format-security] printf(text[i]); ^ zip.c: In function ‘version_info’: zip.c:1228:5: error: format not a string literal and no format arguments [-Werror=format-security] printf(cryptnote[i]); ^ x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H crc32.c In file included from zipup.c:109:0: zipup.c: In function ‘file_read’: unix/zipup.h:21:26: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] #define zread(f,b,n) read(f,b,n) ^ zipup.c:1264:10: note: in expansion of macro ‘zread’ zread(ifile, buf, 1); len = 1; /* keep single \r if EOF */ ^ fileio.c: In function ‘ask_for_split_read_path’: fileio.c:2120:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c:2143:12: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, SPLIT_MAXPATH, stdin); ^ fileio.c: In function ‘ask_for_split_write_path’: fileio.c:2324:10: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] fgets(buf, FNMAX, stdin); ^ x86_64-pc-linux-gnu-gcc -c -I. -DUNIX -O1 -pipe -march=native -Werror=format-security -DBZIP2_SUPPORT -DUIDGID_NOT_16BIT -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DHAVE_DIRENT_H -DHAVE_TERMIOS_H zbz2err.c cc1: some warnings being treated as errors unix/Makefile:86: recipe for target 'zip.o' failed make[1]: *** [zip.o] Error 1 make[1]: *** Waiting for unfinished jobs.... ttyio.c: In function ‘getp’: ttyio.c:628:17: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] read(f, &c, 1); ^ make[1]: Leaving directory '/var/tmp/portage/app-arch/zip-3.0-r1/work/zip30' unix/Makefile:202: recipe for target 'generic' failed make: *** [generic] Error 2 emake failed * ERROR: app-arch/zip-3.0-r1::gentoo failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 93: Called src_compile * environment, line 2236: Called die * The specific snippet of code: * emake CC="$(tc-getCC)" LOCAL_ZIP="${CFLAGS} ${CPPFLAGS}" -f unix/Makefile generic || die * * If you need support, post the output of `emerge --info '=app-arch/zip-3.0-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-arch/zip-3.0-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-arch:zip-3.0-r1:20150324-175004.log.gz'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-arch/zip-3.0-r1/temp/build.log.gz'. * The ebuild environment file is located at '/var/tmp/portage/app-arch/zip-3.0-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-arch/zip-3.0-r1/work/zip30' * S: '/var/tmp/portage/app-arch/zip-3.0-r1/work/zip30'