* Package: sys-process/atop-2.9.0:0 * Repository: gentoo * Maintainer: base-system@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking atop-2.9.0.tar.gz to /var/tmp/portage/sys-process/atop-2.9.0/work >>> Source unpacked in /var/tmp/portage/sys-process/atop-2.9.0/work >>> Preparing source in /var/tmp/portage/sys-process/atop-2.9.0/work/atop-2.9.0 ... * Applying atop-2.6.0-build.patch ... patching file Makefile Hunk #1 succeeded at 33 with fuzz 1. [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-process/atop-2.9.0/work/atop-2.9.0 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-process/atop-2.9.0/work/atop-2.9.0 ... make -j5 x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o atop.o atop.c ./mkdate x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o various.o various.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o deviate.o deviate.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o procdbase.o procdbase.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o acctproc.o acctproc.c In file included from various.c:48: /usr/include/wait.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o photoproc.o photoproc.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o photosyst.o photosyst.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o rawlog.o rawlog.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o ifprop.o ifprop.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o parseable.o parseable.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o showgeneric.o showgeneric.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -O2 -I. -Wall -Wno-stringop-truncation -Wmissing-prototypes -Wmissing-declarations -c -o drawbar.o drawbar.c In file included from drawbar.c:114: atop.h:68:39: error: expected ')' before 'int' 68 | char (*show_samp) (time_t, int, | ^~~~ | ) atop.h:81:8: error: unknown type name 'time_t' 81 | extern time_t pretime; | ^~~~~~ atop.h:82:8: error: unknown type name 'time_t' 82 | extern time_t curtime; | ^~~~~~ atop.h:96:8: error: unknown type name 'time_t' 96 | extern time_t begintime, endtime, cursortime; // epoch or time in day | ^~~~~~ atop.h:143:38: error: expected ')' before 'int' 143 | char generic_samp (time_t, int, | ^~~~ | ) atop.h:154:34: error: expected ')' before 'char' 154 | char *convtime(time_t, char *); | ^~~~~ | ) atop.h:155:34: error: expected ')' before 'char' 155 | char *convdate(time_t, char *); | ^~~~~ | ) atop.h:156:39: error: unknown type name 'time_t' 156 | int getbranchtime(char *, time_t *); | ^~~~~~ atop.h:1:1: note: 'time_t' is defined in header ''; did you forget to '#include '? +++ |+#include 1 | /* atop.h:157:1: error: unknown type name 'time_t' 157 | time_t normalize_epoch(time_t, long); | ^~~~~~ atop.h:157:1: note: 'time_t' is defined in header ''; did you forget to '#include '? atop.h:157:40: error: expected ')' before 'long' 157 | time_t normalize_epoch(time_t, long); | ^~~~~ | ) atop.h:187:34: error: expected ')' before 'int' 187 | char rawwrite (time_t, int, | ^~~~ | ) In file included from drawbar.c:115: showgeneric.h:253:26: error: expected ')' before 'int' 253 | char draw_samp(time_t, int, struct sstat *, char, char); | ^~~~ | ) drawbar.c:193:36: error: expected ')' before 'int' 193 | static int headergetch(time_t, int, char *, int); | ^~~~ | ) drawbar.c:222:70: error: unknown type name 'time_t' 222 | t drawmemory(struct perwindow *w, struct sstat *, int, time_t, char); | ^~~~~~ drawbar.c:117:1: note: 'time_t' is defined in header ''; did you forget to '#include '? 116 | #include "photosyst.h" +++ |+#include 117 | drawbar.c:236:11: error: unknown type name 'time_t' 236 | draw_samp(time_t curtime, int nsecs, struct sstat *sstat, | ^~~~~~ drawbar.c:236:11: note: 'time_t' is defined in header ''; did you forget to '#include '? drawbar.c:1734:41: error: unknown type name 'time_t' 1734 | time_t curtime, char flag) | ^~~~~~ drawbar.c:1734:41: note: 'time_t' is defined in header ''; did you forget to '#include '? drawbar.c:2071:13: error: unknown type name 'time_t' 2071 | headergetch(time_t curtime, int nsecs, char *statusmsg, int statuscol) | ^~~~~~ drawbar.c:2071:13: note: 'time_t' is defined in header ''; did you forget to '#include '? drawbar.c:2561:1: warning: 'setseverity' defined but not used [-Wunused-function] 2561 | setseverity(long val, long cthreshold, long wthreshold) | ^~~~~~~~~~~ drawbar.c:2527:1: warning: 'severitycolor' defined but not used [-Wunused-function] 2527 | severitycolor(char severity) | ^~~~~~~~~~~~~ drawbar.c:2387:1: warning: 'showhelp' defined but not used [-Wunused-function] 2387 | showhelp(void) | ^~~~~~~~ drawbar.c:2317:1: warning: 'getwininput' defined but not used [-Wunused-function] 2317 | getwininput(char *prompt, char *answer, int maxanswer, char numerical) | ^~~~~~~~~~~ drawbar.c:2284:1: warning: 'winexit' defined but not used [-Wunused-function] 2284 | winexit(void) | ^~~~~~~ drawbar.c:2125:1: warning: 'wininit' defined but not used [-Wunused-function] 2125 | wininit(struct sstat *sstat) | ^~~~~~~ drawbar.c:2044:1: warning: 'drawevent' defined but not used [-Wunused-function] 2044 | drawevent(struct perwindow *w, int line, int column, int color, | ^~~~~~~~~ drawbar.c:1972:1: warning: 'drawmemlines' defined but not used [-Wunused-function] 1972 | drawmemlines(struct perwindow *w, int startline, int startcolumn, | ^~~~~~~~~~~~ drawbar.c:976:1: warning: 'do_netbars' defined but not used [-Wunused-function] 976 | do_netbars(struct sstat *sstat, int nsecs, char initlabels, char lower) | ^~~~~~~~~~ drawbar.c:710:1: warning: 'do_dskbars' defined but not used [-Wunused-function] 710 | do_dskbars(struct sstat *sstat, int nsecs, char initlabels, char mono) | ^~~~~~~~~~ drawbar.c:519:1: warning: 'do_cpubars' defined but not used [-Wunused-function] 519 | do_cpubars(struct sstat *sstat, int nsecs, char initlabels, char mono) | ^~~~~~~~~~ drawbar.c:188:18: warning: 'headmsg' defined but not used [-Wunused-variable] 188 | static char *headmsg = "Press '?' for help"; | ^~~~~~~ make: *** [: drawbar.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: sys-process/atop-2.9.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-process/atop-2.9.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-process/atop-2.9.0::gentoo'`. * The complete build log is located at '/var/log/portage/sys-process:atop-2.9.0:20230521-151445.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-process/atop-2.9.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-process/atop-2.9.0/temp/environment'. * Working directory: '/var/tmp/portage/sys-process/atop-2.9.0/work/atop-2.9.0' * S: '/var/tmp/portage/sys-process/atop-2.9.0/work/atop-2.9.0'