* Package: app-editors/curses-hexedit-0.9.7 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking hexedit-0.9.7.tar.gz to /var/tmp/portage/app-editors/curses-hexedit-0.9.7/work >>> Source unpacked in /var/tmp/portage/app-editors/curses-hexedit-0.9.7/work >>> Preparing source in /var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7 ... * Applying curses-hexedit-0.9.7-ncurses-pkg-config.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7' ... * Running aclocal ... [ ok ] * This package has a configure.in file which has long been deprecated. Please * update it to use configure.ac instead as newer versions of autotools will die * when it finds this file. See https://bugs.gentoo.org/426262 for details. * Running autoconf --force ... [ ok ] * Running autoheader ... [ ok ] * Running automake --add-missing --copy --force-missing ... [ ok ] * Running elibtoolize in: hexedit-0.9.7/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7 ... ./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 --libdir=/usr/lib64 --program-prefix=curses- 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 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 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 whether x86_64-pc-linux-gnu-gcc needs -traditional... no checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for NCURSES... 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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for unistd.h... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for an ANSI C-conforming const... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for snprintf... yes checking for isprint... yes checking for getopt_long... yes checking for TIOCGWINSZ... yes, found in termio.h checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating gnu/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands >>> Source configured. >>> Compiling source in /var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7 ... make -j1 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7' Making all in docs make[2]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7/docs' Making all in src make[2]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o asciikey.o asciikey.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o calc.o calc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o calckeys.o calckeys.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o edit.o edit.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o file.o file.c file.c: In function ‘fileSelect’: file.c:73:4: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] 73 | getcwd (previous_dir, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o filebuf.o filebuf.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o filekeys.o filekeys.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o hash.o hash.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o help.o help.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o hexkeys.o hexkeys.c hexkeys.c: In function ‘pagedown’: hexkeys.c:913:7: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 913 | else | ^~~~ hexkeys.c:915:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 915 | offset = Globals.filesize; | ^~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o init.o init.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o main.o main.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o misc.o misc.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o print.o print.c In file included from /usr/include/string.h:494, from hexedit.h:39, from print.c:15: In function ‘strncpy’, inlined from ‘printStatusWindow’ at print.c:331:7: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ print.c: In function ‘printStatusWindow’: print.c:330:8: note: length computed here 330 | if (strlen (Globals.filename) < length) | ^~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o search.o search.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o undo.o undo.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o widgets.o widgets.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o windows.o windows.c windows.c: In function ‘popupFileSave’: windows.c:320:13: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result [-Wunused-result] 320 | ftruncate (fileno (fp), Globals.filesize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -Wl,-O1 -Wl,--as-needed -o hexedit asciikey.o calc.o calckeys.o edit.o file.o filebuf.o filekeys.o hash.o help.o hexkeys.o init.o main.o misc.o print.o search.o undo.o widgets.o windows.o -lncurses -ltinfo /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: calc.o:(.bss+0x40): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: calc.o:(.bss+0x20): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: calckeys.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: calckeys.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: edit.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: file.o:(.bss+0x40): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: file.o:(.bss+0x20): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filebuf.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filebuf.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filekeys.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: filekeys.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hash.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hash.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: help.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: help.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hexkeys.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: hexkeys.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: init.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: init.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.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+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: main.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.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+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): 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 `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: print.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: print.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: search.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: search.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: undo.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: undo.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: widgets.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: widgets.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: windows.o:(.bss+0x20): multiple definition of `Globals'; asciikey.o:(.bss+0x20): first defined here /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: windows.o:(.bss+0x0): multiple definition of `UndoStack'; asciikey.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:366: hexedit] Error 1 make[2]: Leaving directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7/src' make[1]: *** [Makefile:360: all-recursive] Error 1 make[1]: Leaving directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7' make: *** [Makefile:301: all] Error 2 * ERROR: app-editors/curses-hexedit-0.9.7::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/curses-hexedit-0.9.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/curses-hexedit-0.9.7::gentoo'`. * The complete build log is located at '/var/log/portage/app-editors:curses-hexedit-0.9.7:20200128-185526.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7' * S: '/var/tmp/portage/app-editors/curses-hexedit-0.9.7/work/hexedit-0.9.7'