* Package: app-editors/hexcurse-1.60.0 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking hexcurse-1.60.0.tar.gz to /var/tmp/portage/app-editors/hexcurse-1.60.0/work >>> Source unpacked in /var/tmp/portage/app-editors/hexcurse-1.60.0/work >>> Preparing source in /var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0 ... * Applying hexcurse-1.60.0-Werror.patch ... [ ok ] * Applying hexcurse-1.60.0-tinfo.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: hexcurse-1.60.0/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0 ... * econf: updating hexcurse-1.60.0/config.sub with /usr/share/gnuconfig/config.sub * econf: updating hexcurse-1.60.0/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/hexcurse-1.60.0 --htmldir=/usr/share/doc/hexcurse-1.60.0/html --libdir=/usr/lib64 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 a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu 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 whether make supports the include directive... yes (GNU style) checking dependency style of x86_64-pc-linux-gnu-gcc... none checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed checking for initscr in -lncurses... yes checking for library containing initscr... none required checking for library containing LINES... -ltinfo 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 for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for unsigned long long int... yes checking for long long int... yes checking for intmax_t... yes checking for off_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking return type of signal handlers... void checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0' Making all in src make[2]: Entering directory '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o file.o file.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o llist.o llist.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o screen.o screen.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o hexcurse.o hexcurse.c hexcurse.c: In function ‘main’: hexcurse.c:237:54: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] 237 | min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len); | ^ In file included from /usr/include/stdio.h:867, from ../include/hex.h:23, from hexcurse.c:25: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 2 and 21 bytes into a destination of size 1 67 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hexcurse.c: In function ‘getMinimumAddressLength’: hexcurse.c:237:54: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] 237 | min_address_length = snprintf(buffer, 1, "%jd", (intmax_t)len); | ^ In file included from /usr/include/stdio.h:867, from ../include/hex.h:23, from hexcurse.c:25: /usr/include/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output between 2 and 21 bytes into a destination of size 1 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.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o stack.o stack.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o getopt.o getopt.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o acceptch.o acceptch.c acceptch.c: In function ‘wacceptch’: acceptch.c:299:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 299 | currentLine -= (2*MAXY); | ~~~~~~~~~~~~^~~~~~~~~~~ acceptch.c:301:2: note: here 301 | case CTRL_AND('d'): | ^~~~ In file included from /usr/include/string.h:494, from ../include/hex.h:26, from acceptch.c:19: In function ‘strncat’, inlined from ‘wacceptch’ at acceptch.c:461:4: /usr/include/bits/string_fortified.h:136:10: warning: ‘__builtin___strncat_chk’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 136 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ acceptch.c: In function ‘wacceptch’: acceptch.c:460:11: note: length computed here 460 | if (strlen(temp) <= 10) | ^~~~~~~~~~~~ In file included from /usr/include/string.h:494, from ../include/hex.h:26, from acceptch.c:19: In function ‘strncpy’, inlined from ‘wacceptch’ at acceptch.c:500:7: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument [-Wstringop-overflow=] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ acceptch.c: In function ‘wacceptch’: acceptch.c:500:30: note: length computed here 500 | strncpy(temp, tmpstr, (strlen(tmpstr) > 80) | ^~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I../include -Wall -Wextra -O2 -pipe -march=native -fno-common -c -o color.o color.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wl,-O1 -Wl,--as-needed -o hexcurse file.o llist.o screen.o hexcurse.o stack.o getopt.o acceptch.o color.o -ltinfo -lncurses /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: llist.o:(.bss+0x0): multiple definition of `fpIN'; file.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: screen.o:(.bss+0x0): multiple definition of `fpIN'; file.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hexcurse.o:(.bss+0x48): multiple definition of `fpIN'; file.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: stack.o:(.bss+0x0): multiple definition of `fpIN'; file.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: acceptch.o:(.bss+0x20): multiple definition of `fpIN'; file.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: color.o:(.bss+0x8): multiple definition of `fpIN'; file.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:346: hexcurse] Error 1 make[2]: Leaving directory '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0/src' make[1]: *** [Makefile:363: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0' make: *** [Makefile:304: all] Error 2 * ERROR: app-editors/hexcurse-1.60.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/hexcurse-1.60.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/hexcurse-1.60.0::gentoo'`. * The complete build log is located at '/var/log/portage/app-editors:hexcurse-1.60.0:20200127-191803.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/hexcurse-1.60.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/hexcurse-1.60.0/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0' * S: '/var/tmp/portage/app-editors/hexcurse-1.60.0/work/hexcurse-1.60.0'