* Package: app-editors/levee-3.5a:0 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_musl kernel_linux * 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-gentoo-linux-musl-gcc -E) ok checking for install (/usr/lib/portage/python3.11/ebuild-helpers/xattr/install) checking the C compiler (cc) ok LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" are okay 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 -j5 'CFLAGS=-O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' CC=x86_64-gentoo-linux-musl-gcc x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o blockio.o blockio.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o display.o display.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o editcor.o editcor.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o exec.o exec.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o find.o find.c 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++) | ^ 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) | ^~ In file included from display.c:30: termcap.i: In function 'tc_init': termcap.i:148:9: warning: implicit declaration of function 'exit' [-Wimplicit-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: warning: implicit declaration of function 'Malloc' [-Wimplicit-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: warning: implicit declaration of function 'atoi' [-Wimplicit-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: | ^~~~~~~ editcor.c: In function 'execute': editcor.c:177:1: warning: type of 'start' defaults to 'int' [-Wimplicit-int] 177 | execute(start, end) | ^~~~~~~ editcor.c:177:1: warning: type of 'end' defaults to 'int' [-Wimplicit-int] x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o unixcall.o unixcall.c unixcall.c:83: warning: "TCSANOW" redefined 83 | #define TCSANOW TCSETAF | In file included from /usr/include/termios.h:21, from unixcall.c:28: /usr/include/bits/termios.h:144: note: this is the location of the previous definition 144 | #define TCSANOW 0 | x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o globals.o globals.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o insert.o insert.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o main.o main.c main.c:283:1: warning: return type of 'main' is not 'int' [-Wmain] 283 | main(argc,argv) | ^~~~ x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o misc.o misc.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o modify.o modify.c modify.c: In function 'chop': modify.c:139:6: warning: unused parameter 'visual' [-Wunused-parameter] 139 | bool visual, *query; | ^~~~~~ x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o move.o move.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o ucsd.o ucsd.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o undo.o undo.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -o wildargs.o wildargs.c x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -DVERSION=\"`cat VERSION`\" version.c x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o lev blockio.o display.o editcor.o exec.o find.o unixcall.o globals.o insert.o main.o misc.o modify.o move.o ucsd.o undo.o wildargs.o version.o /usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: display.o: in function `tc_init': display.c:(.text+0x21d): undefined reference to `Malloc' /usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: unixcall.o: in function `strput': unixcall.c:(.text+0x32): undefined reference to `tputs' collect2: error: ld returned 1 exit status make: *** [Makefile:16: lev] 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:20230524-214906.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'