* Package: app-editors/curses-hexedit-0.9.7-r1:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * 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-r1/work >>> Source unpacked in /var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work >>> Preparing source in /var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7 ... * Applying curses-hexedit-0.9.7-fno-common.patch ... [ ok ] * Applying curses-hexedit-0.9.7-ncurses-pkg-config.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7' ... * Running 'aclocal --system-acdir=/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/temp/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-r1/work/hexedit-0.9.7 ... * econf: updating hexedit-0.9.7/config.guess with /usr/share/gnuconfig/config.guess * econf: updating hexedit-0.9.7/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 --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/curses-hexedit-0.9.7-r1 --htmldir=/usr/share/doc/curses-hexedit-0.9.7-r1/html --libdir=/usr/lib64 --program-prefix=curses- configure: loading site script /usr/share/config.site configure: loading site script /usr/share/config.site.d/80crossdev.conf checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/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 the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... 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 stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E 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 fcntl.h... yes checking for getopt.h... yes checking for limits.h... 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... checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for egrep -e... (cached) /usr/bin/grep -E 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-r1/work/hexedit-0.9.7 ... make -j4 make all-recursive make[1]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7' Making all in docs make[2]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/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-r1/work/hexedit-0.9.7/docs' Making all in src make[2]: Entering directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7/src' x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -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-diagnostics-color -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o print.o print.c x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -march=native -fno-diagnostics-color -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-diagnostics-color -Wall -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -DHAVE_NCURSES_H=1 -c -o file.o file.c misc.c: In function ‘handleSigwinch’: misc.c:637:17: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 637 | Globals.wmain->_cury = cursor_y - 1; | ^~ misc.c:638:17: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 638 | Globals.wmain->_curx = cursor_x; | ^~ misc.c:639:10: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 639 | stdscr->_cury = cursor_y; | ^~ misc.c:640:10: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 640 | stdscr->_curx = cursor_x; | ^~ file.c: In function ‘printPage’: file.c:646:34: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 646 | for (result = Globals.wmain->_curx; result < COLS; result++) | ^~ print.c: In function ‘drawdump’: print.c:61:38: warning: format ‘%X’ expects argument of type ‘unsigned int’, but argument 3 has type ‘long unsigned int’ [-Wformat=] 61 | wprintw (Globals.wmain, "%08X ", off); | ~~~^ ~~~ | | | | | long unsigned int | unsigned int | %08lX print.c:80:39: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] 80 | wprintw (Globals.wmain, "%02lX ", filebuffer (off)); | ~~~~^ ~~~~~~~~~~~~~~~~ | | | | | int | long unsigned int | %02X print.c:89:39: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘int’ [-Wformat=] 89 | wprintw (Globals.wmain, "%02lX", filebuffer (off)); | ~~~~^ ~~~~~~~~~~~~~~~~ | | | | | int | long unsigned int | %02X print.c: In function ‘drawAsciiDump’: print.c:199:24: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 199 | if (Globals.wmain->_cury == MAIN_BOTTOM_LINE) | ^~ print.c:204:24: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 204 | if (Globals.wmain->_curx == COLS - 2) | ^~ file.c: In function ‘fileSelect’: print.c:208:24: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 208 | if (Globals.wmain->_curx == 0) | ^~ file.c:73:4: warning: ignoring return value of ‘getcwd’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 73 | getcwd (previous_dir, PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ print.c:218:37: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 218 | int cury = Globals.wmain->_cury; | ^~ print.c:219:34: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 219 | int i = Globals.wmain->_curx; | ^~ print.c:238:37: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 238 | int cury = Globals.wmain->_cury; | ^~ print.c:260:45: error: invalid use of incomplete typedef ‘WINDOW’ {aka ‘struct _win_st’} 260 | wmove (Globals.wmain, Globals.wmain->_cury + 1, 0); | ^~ make[2]: *** [Makefile:405: file.o] Error 1 shuffle=3082425286 make[2]: *** Waiting for unfinished jobs.... make[2]: *** [Makefile:405: misc.o] Error 1 shuffle=3082425286 make[2]: *** [Makefile:405: print.o] Error 1 shuffle=3082425286 make[2]: Leaving directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7/src' make[1]: *** [Makefile:362: all-recursive] Error 1 shuffle=3082425286 make[1]: Leaving directory '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7' make: *** [Makefile:303: all] Error 2 shuffle=3082425286 * ERROR: app-editors/curses-hexedit-0.9.7-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/curses-hexedit-0.9.7-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/curses-hexedit-0.9.7-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-editors:curses-hexedit-0.9.7-r1:20240517-201801.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7' * S: '/var/tmp/portage/app-editors/curses-hexedit-0.9.7-r1/work/hexedit-0.9.7'