>>> Unpacking source... >>> Unpacking levee-3.5.tar.gz to /var/tmp/portage/app-editors/levee-3.5/work * Applying levee-3.5-QA.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/app-editors/levee-3.5/work >>> Compiling source in /var/tmp/portage/app-editors/levee-3.5/work/levee-3.5 ... Configuring for [levee] Looking for cpp (/lib/cpp) ok checking for install (/usr/bin/install) checking the C compiler (cc) ok ignoring bogus LDFLAGS="-Wl,-O1" 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 termcap.h (found) checking for header termios.h (found) checking for the tcgetattr function (found) looking for find (/usr/bin/find) looking for "ln -s" (/bin/ln) looking for sed (/bin/sed) generating Makefile make -j14 'CFLAGS=-O2 -pipe -Wall -Wextra -Wl,-O1' CC=i686-pc-linux-gnu-gcc i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o blockio.o blockio.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o display.o display.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o editcor.o editcor.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o exec.o exec.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o find.o find.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o unixcall.o unixcall.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o globals.o globals.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o insert.o insert.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o main.o main.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o misc.o misc.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o modify.o modify.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o move.o move.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o ucsd.o ucsd.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o undo.o undo.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -o wildargs.o wildargs.c i686-pc-linux-gnu-gcc -O2 -pipe -Wall -Wextra -Wl,-O1 -c -DVERSION=\"`cat VERSION`\" version.c editcor.c: In function 'execute': editcor.c:191: warning: passing argument 1 of 'getline' from incompatible pointer type /usr/include/stdio.h:651: note: expected 'char ** __restrict__' but argument is of type 'char *' editcor.c:191: error: too few arguments to function 'getline' main.c: In function 'execmode': main.c:256: warning: passing argument 1 of 'getline' from incompatible pointer type /usr/include/stdio.h:651: note: expected 'char ** __restrict__' but argument is of type 'char *' main.c:256: error: too few arguments to function 'getline' misc.c: In function 'getline': misc.c:26: error: argument 'str' doesn't match prototype /usr/include/stdio.h:651: error: prototype declaration misc.c:26: error: number of arguments doesn't match prototype /usr/include/stdio.h:651: error: prototype declaration make: *** [editcor.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [main.o] Error 1 make: *** [misc.o] Error 1 modify.c: In function 'chop': modify.c:139: warning: unused parameter 'visual' insert.c: In function 'insertion': insert.c:43: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result move.c: In function 'findCP': move.c:163: warning: passing argument 1 of 'getline' from incompatible pointer type /usr/include/stdio.h:651: note: expected 'char ** __restrict__' but argument is of type 'char *' move.c:163: error: too few arguments to function 'getline' make: *** [move.o] Error 1 display.c: In function 'printi': display.c:116: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result display.c: In function 'println': display.c:124: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result display.c: In function 'printch': display.c:183: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result display.c: In function 'prints': display.c:204: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result display.c: In function 'writeline': display.c:236: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result display.c: In function 'scrollforward': display.c:311: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result find.c: In function 'dodash': find.c:218: warning: comparison between signed and unsigned integer expressions find.c: In function 'findparse': find.c:395: warning: argument 'src' might be clobbered by 'longjmp' or 'vfork' exec.c: In function 'args': exec.c:79: warning: comparison between signed and unsigned integer expressions exec.c: In function 'exec': exec.c:1088: warning: ignoring return value of 'system', declared with attribute warn_unused_result * * ERROR: app-editors/levee-3.5 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2361: Called die * The specific snippet of code: * emake CFLAGS="${CFLAGS} -Wall -Wextra ${LDFLAGS}" CC=$(tc-getCC) || die "emake failed" * The die message: * emake failed * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/log/portage/app-editors/levee-3.5:20090612-101229.log'. * The ebuild environment file is located at '/var/tmp/portage/app-editors/levee-3.5/temp/environment'. *