* Package: app-editors/levee-3.5a:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking levee-3.5a.tar.gz to /var/tmp/portage/app-editors/levee-3.5a/work >>> Source unpacked in /var/tmp/portage/app-editors/levee-3.5a/work >>> Preparing source in /var/tmp/portage/app-editors/levee-3.5a/work/levee-3.5a ... * Applying levee-3.4o-darwin.patch ... [ ok ] * Applying levee-3.5a-QA.patch ... [ ok ] * Applying levee-3.5-glibc210.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-editors/levee-3.5a/work/levee-3.5a ... Configuring for [levee] Looking for cpp (x86_64-pc-linux-gnu-gcc -E) ok checking for install (/usr/lib/portage/python3.10/ebuild-helpers/xattr/install) checking the C compiler (cc) ok ignoring bogus LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" checking for header string.h (found) checking for the basename function (found) checking for header libgen.h (found) checking for header signal.h (found) checking for header termios.h (found) checking for the tcgetattr function (not found) looking for find (/usr/bin/find) looking for "ln -s" (/bin/ln) looking for sed (/bin/sed) generating Makefile >>> Source configured. >>> Compiling source in /var/tmp/portage/app-editors/levee-3.5a/work/levee-3.5a ... make -j4 'CFLAGS=-pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' CC=x86_64-pc-linux-gnu-gcc x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o blockio.o blockio.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o display.o display.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o editcor.o editcor.c x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o exec.o exec.c editcor.c: In function ‘execute’: editcor.c:177:1: error: type of ‘start’ defaults to ‘int’ [-Werror=implicit-int] 177 | execute(start, end) | ^~~~~~~ editcor.c:177:1: error: type of ‘end’ defaults to ‘int’ [-Werror=implicit-int] In file included from display.c:30: termcap.i: In function ‘tc_init’: termcap.i:148:9: error: implicit declaration of function ‘exit’ [-Werror=implicit-function-declaration] 148 | exit(1); | ^~~~ termcap.i:1:1: note: include ‘’ or provide a declaration of ‘exit’ +++ |+#include 1 | /* termcap.i:148:9: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 148 | exit(1); | ^~~~ termcap.i:148:9: note: include ‘’ or provide a declaration of ‘exit’ termcap.i:151:10: error: implicit declaration of function ‘Malloc’ [-Werror=implicit-function-declaration] 151 | lp = Malloc(strlen(p)+1); | ^~~~~~ termcap.i:151:8: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 151 | lp = Malloc(strlen(p)+1); | ^ termcap.i:154:9: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 154 | exit(1); | ^~~~ termcap.i:154:9: note: include ‘’ or provide a declaration of ‘exit’ termcap.i:180:16: error: implicit declaration of function ‘atoi’ [-Werror=implicit-function-declaration] 180 | if ((LINES=atoi(ptr=xtract(p,"LINES",&lp))) <= 0) { | ^~~~ termcap.i:182:9: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 182 | exit(1); | ^~~~ termcap.i:182:9: note: include ‘’ or provide a declaration of ‘exit’ termcap.i:187:9: warning: incompatible implicit declaration of built-in function ‘exit’ [-Wbuiltin-declaration-mismatch] 187 | exit(1); | ^~~~ termcap.i:187:9: note: include ‘’ or provide a declaration of ‘exit’ termcap.i: In function ‘parseit’: termcap.i:62:19: warning: this statement may fall through [-Wimplicit-fallthrough=] 62 | --ptr; | ^~~~~ termcap.i:63:15: note: here 63 | default: | ^~~~~~~ exec.c: In function ‘args’: exec.c:79:38: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] 79 | if (curpos.x+strlen(argv[i]) >= COLS) | ^~ x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o find.o find.c exec.c: In function ‘exec’: exec.c:1088:17: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1088 | system(execstr); | ^~~~~~~~~~~~~~~ find.c: In function ‘dodash’: find.c:218:17: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] 218 | for (k=0; k < sizeof(cs); k++) | ^ cc1: some warnings being treated as errors make: *** [: editcor.o] Error 1 make: *** Waiting for unfinished jobs.... cc1: some warnings being treated as errors make: *** [: display.o] Error 1 * ERROR: app-editors/levee-3.5a::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-editors/levee-3.5a::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-editors/levee-3.5a::gentoo'`. * The complete build log is located at '/var/log/portage/app-editors:levee-3.5a:20221006-092254.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-editors/levee-3.5a/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/levee-3.5a/temp/environment'. * Working directory: '/var/tmp/portage/app-editors/levee-3.5a/work/levee-3.5a' * S: '/var/tmp/portage/app-editors/levee-3.5a/work/levee-3.5a'