* Package: net-analyzer/ippl-1.4.14-r4 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox * Applying ippl-1.4.14-noportresolve.patch ... [ ok ] * Applying ippl-1.4.14-manpage.patch ... [ ok ] * Applying ippl-1.4.14-privilege-drop.patch ... [ ok ] * Applying ippl-1.4.14-includes.patch ... [ ok ] creating cache ./config.cache Configuring ippl 1.4.14... checking for gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) works... yes checking whether the C compiler (x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu) is a cross-compiler... no checking whether we are using GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for flex... flex checking for yywrap in -lfl... yes checking for bison... bison -y checking for a BSD compatible install... /usr/bin/install -c checking for pthread_attr_init in -lpthread... yes checking for pthread_attr_setdetachstate in -lpthread... yes checking for pthread_attr_destroy in -lpthread... yes checking for pthread_create in -lpthread... yes checking for pthread_setcancelstate in -lpthread... yes checking for pthread_attr_setdetachstate in -lpthread... (cached) yes checking for pthread_cancel in -lpthread... yes checking for pthread_mutex_lock in -lpthread... yes checking for pthread_mutex_unlock in -lpthread... yes Using nobody as the default user to run threads. updating cache ./config.cache creating ./config.status creating Makefile creating Makefile.common creating Source/Makefile creating Docs/Makefile Configuration: ippl in //usr/sbin man pages in //usr/share/man configuration file in //etc pid file in //var/run using nobody account to run threads Now you can type `` make ''. Good luck! make[1]: Entering directory '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/work/ippl-1.4.14/Source' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c main.c make[1]: Entering directory '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/work/ippl-1.4.14/Docs' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c configuration.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c icmp.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c tcp.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c udp.c x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c log.c Generating ippl.8 Generating ippl.conf.5 x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c netutils.c make[1]: Leaving directory '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/work/ippl-1.4.14/Docs' x86_64-pc-linux-gnu-gcc -march=native -Wformat -Werror=format-security -g0 -O2 -Wall -DVERSION=\"1.4.14\" -DDEFAULT_USER=\"nobody\" -DCONFIGURATION_FILE=\"//etc/ippl.conf\" -DPID_FILE=\"//var/run/ippl.pid\" -c filter.c icmp.c:49:23: warning: built-in function ‘log’ declared as non-function [enabled by default] extern struct loginfo log; ^ configuration.c: In function ‘open_configuration’: configuration.c:42:25: warning: built-in function ‘log’ declared as non-function [enabled by default] extern struct loginfo log; ^ udp.c:51:23: warning: built-in function ‘log’ declared as non-function [enabled by default] extern struct loginfo log; ^ main.c:57:16: warning: built-in function ‘log’ declared as non-function [enabled by default] struct loginfo log; ^ tcp.c:54:23: warning: built-in function ‘log’ declared as non-function [enabled by default] extern struct loginfo log; ^ tcp.c: In function ‘log_tcp’: main.c: In function ‘start_all_threads’: log.c:35:23: warning: built-in function ‘log’ declared as non-function [enabled by default] extern struct loginfo log; ^ tcp.c:281:40: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] tcppkt = (__u8 *) &pkt + (((struct iphdr *) &pkt)->ihl << 2); ^ main.c:167:9: warning: ignoring return value of ‘setgid’, declared with attribute warn_unused_result [-Wunused-result] setgid(((struct passwd *)account)->pw_gid); ^ main.c:170:9: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result] setuid(((struct passwd *)account)->pw_uid); ^ main.c: In function ‘parse_arguments’: main.c:290:13: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(path, PATH_MAX); ^ main.c: In function ‘go_background’: main.c:321:9: warning: ignoring return value of ‘daemon’, declared with attribute warn_unused_result [-Wunused-result] daemon(0, 0); ^ log.c: In function ‘log_entry’: log.c:150:5: error: format not a string literal and no format arguments [-Werror=format-security] snprintf(date, 27, asctime(localtime(&last_repeat))); ^ log.c:150:5: error: format not a string literal and no format arguments [-Werror=format-security] main.c: In function ‘main’: main.c:404:9: warning: ignoring return value of ‘setuid’, declared with attribute warn_unused_result [-Wunused-result] setuid(0); ^ log.c:158:3: error: format not a string literal and no format arguments [-Werror=format-security] snprintf(date, 27, asctime(localtime(¤t))); ^ log.c:158:3: error: format not a string literal and no format arguments [-Werror=format-security] log.c:152:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, date+4, strlen(date)-10); ^ log.c:153:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, " ", 1); ^ log.c:154:10: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, repeat_message, strlen(repeat_message)); ^ log.c:159:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, date+4, strlen(date)-10); ^ log.c:160:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, " ", 1); ^ log.c:161:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, entry, (strlen(entry) < 1023) ? strlen(entry) : 1023 ); ^ log.c:162:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] write(fd, "\n", 1); ^ cc1: some warnings being treated as errors Makefile:45: recipe for target 'log.o' failed make[1]: *** [log.o] Error 1 make[1]: *** Waiting for unfinished jobs.... netutils.c:37:23: warning: built-in function ‘log’ declared as non-function [enabled by default] extern struct loginfo log; ^ make[1]: Leaving directory '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/work/ippl-1.4.14/Source' Makefile:15: recipe for target 'binary' failed make: *** [binary] Error 2 * ERROR: net-analyzer/ippl-1.4.14-r4::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/ippl-1.4.14-r4::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/ippl-1.4.14-r4::gentoo'`. * The complete build log is located at '/var/log/log/build/net-analyzer/ippl-1.4.14-r4:20150109-120236.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/work/ippl-1.4.14' * S: '/var/tmp/portage/net-analyzer/ippl-1.4.14-r4/work/ippl-1.4.14'