* Package: net-analyzer/authforce-0.9.9-r2 * Repository: gentoo * Maintainer: m.mairkeimberger@gmail.com proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux nls userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking authforce-0.9.9.tar.gz to /var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work >>> Source unpacked in /var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work >>> Preparing source in /var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9 ... * Applying authforce-0.9.9-curl.patch ... [ ok ] * Applying authforce-0.9.9-locale.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9 ... * econf: updating authforce-0.9.9/config.sub with /usr/share/gnuconfig/config.sub * econf: updating authforce-0.9.9/config.guess with /usr/share/gnuconfig/config.guess ./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 --docdir=/usr/share/doc/authforce-0.9.9-r2 --htmldir=/usr/share/doc/authforce-0.9.9-r2/html --libdir=/usr/lib64 --without-curl --enable-nls --with-path=/usr/share/authforce/data:. checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu 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 gawk... gawk checking whether make sets $(MAKE)... yes checking if malloc debugging is wanted... no checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for style of include used by make... GNU 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 ISO C89... none needed checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether we are using the GNU C compiler... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none checking for a BSD-compatible install... /usr/lib/portage/python3.6/ebuild-helpers/xattr/install -c checking for initscr in -lncurses... yes checking for readline in -lreadline... 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 malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking return type of signal handlers... void checking for strdup... yes checking for strstr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating po/Makefile.in config.status: creating data/Makefile config.status: creating authforce.spec config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9' Making all in data make[2]: Entering directory '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9/data' Making all in src make[2]: Entering directory '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c config.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c debug.c debug.c: In function ‘debug’: debug.c:49:2: warning: implicit declaration of function ‘free’ [-Wimplicit-function-declaration] 49 | free(str); | ^~~~ debug.c:49:2: warning: incompatible implicit declaration of built-in function ‘free’ debug.c:10:1: note: include ‘’ or provide a declaration of ‘free’ 9 | #include "extern.h" +++ |+#include 10 | debug.c: In function ‘warning’: debug.c:71:2: warning: incompatible implicit declaration of built-in function ‘free’ 71 | free(str); | ^~~~ debug.c:71:2: note: include ‘’ or provide a declaration of ‘free’ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c extract.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c files.c files.c: In function ‘textlist’: files.c:73:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 73 | wordlist[count] = (char)NULL; | ^ files.c:73:18: warning: assignment to ‘char *’ from ‘char’ makes pointer from integer without a cast [-Wint-conversion] 73 | wordlist[count] = (char)NULL; | ^ files.c: In function ‘copy_list’: files.c:86:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 86 | while (list[i] != (char)NULL) | ^ files.c:86:17: warning: comparison between pointer and integer 86 | while (list[i] != (char)NULL) | ^~ files.c:94:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 94 | while (list[i] != (char)NULL) { | ^ files.c:94:17: warning: comparison between pointer and integer 94 | while (list[i] != (char)NULL) { | ^~ files.c:99:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 99 | n_list[i] = (char)NULL; | ^ files.c:99:12: warning: assignment to ‘char *’ from ‘char’ makes pointer from integer without a cast [-Wint-conversion] 99 | n_list[i] = (char)NULL; | ^ files.c: In function ‘free_list’: files.c:107:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 107 | while (list[i] != (char)NULL) { | ^ files.c:107:17: warning: comparison between pointer and integer 107 | while (list[i] != (char)NULL) { | ^~ files.c: In function ‘textlist’: files.c:45:3: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 45 | fgets(buffer, sizeof(buffer), fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ files.c: In function ‘read_session’: files.c:126:2: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result] 126 | fgets(buffer, sizeof(buffer), fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c http.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c methods.c methods.c: In function ‘transform’: methods.c:79:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 79 | while ((cur_element = elements[i]) != (char)NULL) { | ^ methods.c:79:37: warning: comparison between pointer and integer 79 | while ((cur_element = elements[i]) != (char)NULL) { | ^~ methods.c: In function ‘common_pairs’: methods.c:123:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 123 | if (common_pairs_list[i] == (char)NULL) | ^ methods.c:123:28: warning: comparison between pointer and integer 123 | if (common_pairs_list[i] == (char)NULL) | ^~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c misc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../intl -DLOCALEDIR=\"/usr/share/locale\" -O2 -pipe -march=native -fno-common -c signal.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o authforce config.o debug.o extract.o files.o http.o main.o methods.o misc.o signal.o -lreadline -lncurses /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: debug.o:(.bss+0x0): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: extract.o:(.bss+0x0): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: files.o:(.bss+0x8): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: http.o:(.bss+0x0): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x148): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: methods.o:(.bss+0x0): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: misc.o:(.bss+0x0): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: signal.o:(.bss+0x0): multiple definition of `submit_dummy_list'; config.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:274: authforce] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9/src' make[1]: *** [Makefile:260: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9' make: *** [Makefile:196: all] Error 2 * ERROR: net-analyzer/authforce-0.9.9-r2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/authforce-0.9.9-r2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/authforce-0.9.9-r2::gentoo'`. * The complete build log is located at '/var/log/portage/net-analyzer:authforce-0.9.9-r2:20200127-235204.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9' * S: '/var/tmp/portage/net-analyzer/authforce-0.9.9-r2/work/authforce-0.9.9'