* Package: net-analyzer/fping-4.2 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc ipv6 kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking fping-4.2.tar.gz to /var/tmp/portage/net-analyzer/fping-4.2/work >>> Source unpacked in /var/tmp/portage/net-analyzer/fping-4.2/work >>> Preparing source in /var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2 ... * econf: updating fping-4.2/config.sub with /usr/share/gnuconfig/config.sub * econf: updating fping-4.2/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 --disable-silent-rules --docdir=/usr/share/doc/fping-4.2 --htmldir=/usr/share/doc/fping-4.2/html --libdir=/usr/lib64 --enable-ipv6 configure: loading site script /usr/share/config.site 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... yes checking for netinet/icmp6.h... yes checking whether SO_TIMESTAMP is declared... yes 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 /bin/sh: /var/tmp/portage/net-analyzer/fping-4.2/homedir/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of x86_64-pc-linux-gnu-gcc... none checking whether to enable maintainer-specific portions of Makefiles... no 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 whether x86_64-pc-linux-gnu-gcc understands -c and -o together... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed checking for x86_64-pc-linux-gnu-gcc option to accept ISO Standard C... (cached) none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for gethostbyname... yes checking for connect... yes 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 for unistd.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for stdlib.h... (cached) yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2' Making all in doc make[2]: Entering directory '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2/doc' Making all in src make[2]: Entering directory '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -pipe -march=native -fno-common -c -o fping-fping.o `test -f 'fping.c' || echo './'`fping.c fping.c: In function ‘sprint_tm’: fping.c:2599:28: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 2599 | sprintf(buf, "%d.%d", t / 100, (t % 100) / 10); | ^ In file included from /usr/include/stdio.h:867, from fping.c:44: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 4 and 11 bytes into a destination of size 10 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fping.c:2595:26: warning: ‘%02d’ directive writing 2 bytes into a region of size between 1 and 8 [-Wformat-overflow=] 2595 | sprintf(buf, "%d.%02d", t / 100, t % 100); | ^~~~ fping.c:2595:22: note: directive argument in the range [0, 99] 2595 | sprintf(buf, "%d.%02d", t / 100, t % 100); | ^~~~~~~~~ In file included from /usr/include/stdio.h:867, from fping.c:44: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 5 and 12 bytes into a destination of size 10 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fping.c: In function ‘add_name’: fping.c:2340:82: warning: ‘)’ directive output may be truncated writing 1 byte into a region of size between 0 and 510 [-Wformat-truncation=] 2340 | intf(nameaddrbuf, sizeof(nameaddrbuf) / sizeof(char), "%s (%s)", printname, addrbuf); | ^ In file included from /usr/include/stdio.h:867, from fping.c:44: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 4 and 514 bytes into a destination of size 512 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -pipe -march=native -fno-common -c -o fping-seqmap.o `test -f 'seqmap.c' || echo './'`seqmap.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -pipe -march=native -fno-common -c -o fping-socket4.o `test -f 'socket4.c' || echo './'`socket4.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -pipe -march=native -fno-common -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -pipe -march=native -fno-common -c -o fping-socket6.o `test -f 'socket6.c' || echo './'`socket6.c x86_64-pc-linux-gnu-gcc -Wall -Wextra -Wno-sign-compare -DIPV6 -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o fping fping-fping.o fping-seqmap.o fping-socket4.o fping-optparse.o fping-socket6.o /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fping-socket4.o:(.bss+0x10): multiple definition of `random_data_flag'; fping-fping.o:(.bss+0x168): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: fping-socket6.o:(.bss+0x10): multiple definition of `random_data_flag'; fping-fping.o:(.bss+0x168): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:350: fping] Error 1 make[2]: Leaving directory '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2/src' make[1]: *** [Makefile:358: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2' make: *** [Makefile:298: all] Error 2 * ERROR: net-analyzer/fping-4.2::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/fping-4.2::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/fping-4.2::gentoo'`. * The complete build log is located at '/var/log/portage/net-analyzer:fping-4.2:20200126-183929.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/fping-4.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/fping-4.2/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2' * S: '/var/tmp/portage/net-analyzer/fping-4.2/work/fping-4.2'