* Package: net-proxy/ufdbguard-1.29 * Repository: gentoo * Maintainer: flameeyes@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc httpd kernel_linux policykit userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ufdbGuard-1.29.tar.gz to /var/tmp/portage/net-proxy/ufdbguard-1.29/work >>> Source unpacked in /var/tmp/portage/net-proxy/ufdbguard-1.29/work >>> Preparing source in /var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29 ... * Applying ufdbguard-1.29-parallel-make.patch ... [ ok ] * Applying ufdbguard-1.24-gentoo.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29 ... * econf: updating ufdbGuard-1.29/config.guess with /usr/share/gnuconfig/config.guess * econf: updating ufdbGuard-1.29/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 --libdir=/usr/lib64 --with-ufdb-user=squid --with-ufdb-config=/etc --with-ufdb-logdir=/var/log/ufdbguard --with-ufdb-dbhome=/usr/share/ufdbguard/blacklists --with-ufdb-images_dir=/usr/share/ufdbguard/images checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c checking for bison... bison -y checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy checking whether yytext is a pointer... yes checking for Linux... yes checking for main in -lm... yes checking for inet_aton... yes checking for POSIX compliant compiler... yes checking for library containing pthread_create... -lpthread checking for BZ2_bzBuffToBuffCompress in -lbz2... yes checking for BF_set_key in -lcrypto... yes checking for SSL_CTX_new in -lssl... yes checking for egrep... 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 regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for regcomp... yes checking for regerror... yes checking for regexec... yes checking for strdup... yes checking for strerror... yes checking for vsprintf... yes checking for sigaction... yes checking for signal... yes checking for getaddrinfo... yes checking for getipnodebyname... no checking for gethostbyname_r... yes checking for getpwnam_r... yes checking for setresuid... yes checking for putc_unlocked... yes checking for pthread_rwlock_timedwrlock... yes checking for pthread_rwlockattr_setkind_np... yes checking for pthread_attr_setguardsize... yes The pthread library supports writer rwlock preference. The OpenSSL library is threadsafe. checking whether SYS_sched_setaffinity is declared... yes checking whether SHM_HUGETLB is declared... yes checking whether PF_UNIX is declared... yes checking for wget... /usr/bin/wget checking for gdb... /usr/bin/gdb configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/ufdbUpdate config.status: creating src/ufdbConvertDB config.status: creating src/ufdb.h config.status: creating src/sg.h config.status: creating src/ufdbGuard.conf config.status: creating src/mtserver/Makefile config.status: creating src/mtserver/ufdb.sh config.status: creating src/mtserver/ufdb-pstack config.status: creating src/mtserver/sysconfig.ufdbguard config.status: creating doc/Makefile config.status: creating test/Makefile config.status: creating test/test1.conf config.status: creating test/test2.conf config.status: creating samples/Makefile config.status: creating src/config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29 ... make -j1 making all in ufdbGuard-1.29 make[1]: Entering directory '/var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29/src' making all in src x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c ufdbguard.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdbguard.c:21: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c ufdbbase.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdbbase.c:15: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ ufdbbase.c: In function ‘UFDBdropPrivileges’: ufdbbase.c:896:4: warning: ignoring return value of ‘setegid’, declared with attribute warn_unused_result [-Wunused-result] (void) setegid( fieldptrs->pw_gid ); ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c sgDiv.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from sgDiv.c:20: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -c -o crypt.o crypt.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from crypt.c:17: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE=1 -c y.tab.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from sg.y:28: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED -D_BSD_SOURCE=1 -c lex.yy.c In file included from /usr/include/stdio.h:27:0, from lex.yy.c:19: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c ufdbLookup.c In file included from /usr/include/stdio.h:27:0, from sg.h:55, from ufdbLookup.c:13: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c ufdblib.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdblib.c:22: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c sgLog.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from sgLog.c:17: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c ufdbdb.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdbdb.c:22: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ ufdbdb.c:308:7: warning: ‘_freeRevURL’ is static but used in inline function ‘UFDBfreeRevURL’ which is not static _freeRevURL( admin, revURL ); ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c ufdbchkport.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdbchkport.c:12: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -I.. -I. -I. -march=native -O2 -pipe -fno-strict-aliasing -c httpsQueue.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from httpsQueue.c:18: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -c -o ufdbHashtable.o ufdbHashtable.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdbHashtable.c:12: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -c -o ufdbhttpd.o ufdbhttpd.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from ufdbhttpd.c:15: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -c -o httpserver.o httpserver.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from httpserver.c:32: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -o ufdbhttpd ufdbhttpd.o httpserver.o ufdbbase.o ufdblib.o crypt.o -lssl -lcrypto -lbz2 -lpthread -lm x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -c -o genTable.o genTable.c In file included from /usr/include/sys/types.h:25:0, from ufdb.h:135, from genTable.c:33: /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp] # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -fno-strict-aliasing -Wl,-O1 -Wl,--as-needed -o ufdbGenTable genTable.o ufdbbase.o ufdblib.o ufdbdb.o crypt.o -lbz2 -lm # -lssl -lcrypto -lbz2 -lpthread -lm genTable.o: In function `addDomain': genTable.c:(.text+0x214e): undefined reference to `UFDBfreeRevURL' collect2: error: ld returned 1 exit status Makefile:356: recipe for target 'ufdbGenTable' failed make[1]: *** [ufdbGenTable] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29/src' Makefile:30: recipe for target 'all' failed make: *** [all] Error 1 * ERROR: net-proxy/ufdbguard-1.29::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-proxy/ufdbguard-1.29::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-proxy/ufdbguard-1.29::gentoo'`. * The complete build log is located at '/var/log/portage/net-proxy:ufdbguard-1.29:20151230-100530.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-proxy/ufdbguard-1.29/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-proxy/ufdbguard-1.29/temp/environment'. * Working directory: '/var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29' * S: '/var/tmp/portage/net-proxy/ufdbguard-1.29/work/ufdbGuard-1.29'