* Package: sys-devel/dev86-0.16.21-r3 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox >>> Unpacking source... >>> Unpacking Dev86src-0.16.21.tar.gz to /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work >>> Source unpacked in /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work >>> Preparing source in /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21 ... * Applying dev86-pic.patch ... [ ok ] * Applying dev86-0.16.19-fortify.patch ... [ ok ] * Applying dev86-0.16.21-non-void-return-clang.patch ... [ ok ] * Applying dev86-0.16.21-make.patch ... [ ok ] * Not compiling elksemu on amd64 >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21 ... make -j8 -j1 DIST=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image CC=x86_64-pc-linux-gnu-gcc LIBDIR=/usr/lib64/bcc INCLDIR=/usr/lib64/bcc make[1]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' x86_64-pc-linux-gnu-gcc -O -DGNUMAKE -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o ifdefg ifdef.c ./ifdefg -MU makefile.in >tmp.mak echo > tmp.sed [ "/usr/bin" != "//bin" ] || echo >> tmp.sed "s:%BINDIR%:/bin:" [ "/usr/lib64/bcc" != "//lib/bcc" ] || echo >> tmp.sed "s:%LIBDIR%:/lib:" [ "/usr/lib64/bcc" != "//lib/bcc" ] || echo >> tmp.sed "s:%INCLDIR%:/usr:" [ "/usr/bin" != "//bin" ] || echo >> tmp.sed "s:%ASLDDIR%:/bin:" [ "/usr/man" != "//man" ] || echo >> tmp.sed "s:%MANDIR%:/usr/man:" echo >> tmp.sed "s:%PREFIX%:/usr:" echo >> tmp.sed "s:%BINDIR%:/usr/bin:" echo >> tmp.sed "s:%INCLDIR%:/usr/lib64/bcc:" echo >> tmp.sed "s:%LIBDIR%:/usr/lib64/bcc:" echo >> tmp.sed "s:%ASLDDIR%:/usr/bin:" echo >> tmp.sed "s:%MANDIR%:/usr/man:" echo >> tmp.sed "s:%ELKSSRC%:/usr/src/elks:" echo >> tmp.sed "s:%CC%:x86_64-pc-linux-gnu-gcc:" echo >> tmp.sed "s:%CFLAGS%:-O:" echo >> tmp.sed "s:%LDFLAGS%:-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0:" sed -f tmp.sed < tmp.mak > make.tmp mv -f make.tmp make.fil PATH="`pwd`/bin:$PATH" make -f make.fil VERSION=0.16.21 TOPDIR=`pwd` all make[2]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' make -C libc .config.dir make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' sh Config_sh Using default configuration make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' echo '#define VERSION "'"0.16.21"'"' > bcc/version.h echo '#define VERSION "'"0.16.21"'"' > as/version.h echo '#define VERSION "'"0.16.21"'"' > bootblocks/version.h echo '#define VERSION "'"0.16.21"'"' > ld/version.h VER=0.16.21 ; \ echo "#define VER_MAJ ${VER%%.*}" >> bcc/version.h ; \ VER="${VER#*.}" ; \ echo "#define VER_MIN ${VER%.*}" >> bcc/version.h ; \ echo "#define VER_PAT ${VER#*.}" >> bcc/version.h make -C bcc CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' BCCARCH='' bcc ncc bcc-cc1 make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bcc' x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DLOCALPREFIX=/usr -DBINDIR=/usr/bin -DDEFARCH=0 bcc.c -o bcc bcc.c: In function ‘command_reset’: bcc.c:668:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 668 | fprintf(stderr, "PATH%d=%s\n", prefix-exec_prefixs, buf); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DLOCALPREFIX= -DDEFARCH=0 bcc.c -o ncc bcc.c: In function ‘command_reset’: bcc.c:668:28: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long int’ [-Wformat=] 668 | fprintf(stderr, "PATH%d=%s\n", prefix-exec_prefixs, buf); | ~^ ~~~~~~~~~~~~~~~~~~~ | | | | int long int | %ld x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c bcc-cc1.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c codefrag.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c dbnode.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c declare.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c express.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c exptree.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c floatop.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c function.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c gencode.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c genloads.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c glogcode.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c hardop.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c input.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c label.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c loadexp.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c longop.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c output.c output.c: In function ‘flushout’: output.c:220:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 220 | write(2, "output file error\n", 18); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c preproc.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c preserve.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c scan.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c softop.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c state.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c table.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c type.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c assign.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c hashcmd.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c debug.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c dbprintf.c dbprintf.c: In function ‘dbprintf’: dbprintf.c:24:9: warning: implicit declaration of function ‘vdbprintf’; did you mean ‘dbprintf’? [-Wimplicit-function-declaration] 24 | rv = vdbprintf(fmt,ptr); | ^~~~~~~~~ | dbprintf dbprintf.c: In function ‘putch’: dbprintf.c:30:60: warning: implicit declaration of function ‘write’ [-Wimplicit-function-declaration] 30 | static void putch(int ch) { static char buf[2]; *buf = ch; write(2,buf,1); } | ^~~~~ dbprintf.c: In function ‘vdbprintf’: dbprintf.c:110:13: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 110 | c = strlen(cp); | ^~~~~~ dbprintf.c:110:13: warning: incompatible implicit declaration of built-in function ‘strlen’ dbprintf.c:7:1: note: include ‘’ or provide a declaration of ‘strlen’ 6 | #include +++ |+#include 7 | #define va_strt va_start x86_64-pc-linux-gnu-gcc bcc-cc1.o codefrag.o dbnode.o declare.o express.o exptree.o floatop.o function.o gencode.o genloads.o glogcode.o hardop.o input.o label.o loadexp.o longop.o output.o preproc.o preserve.o scan.o softop.o state.o table.o type.o assign.o hashcmd.o debug.o dbprintf.o -o bcc-cc1 make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bcc' cp -p bcc/bcc bin/Bcc cp -p bcc/ncc bin/ncc cp -p bcc/bcc-cc1 lib/bcc-cc1 make -C cpp CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' bcc-cpp make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/cpp' x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o main.o main.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o cpp.o cpp.c cpp.c: In function ‘unchget’: cpp.c:548:1: warning: type of ‘ch’ defaults to ‘int’ [-Wimplicit-int] 548 | unchget(ch) | ^~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o hash.o hash.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o token1.o token1.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o token2.o token2.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -o bcc-cpp main.o cpp.o hash.o token1.o token2.o make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/cpp' cp -p cpp/bcc-cpp lib/bcc-cpp make -C unproto CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' unproto make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/unproto' x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c tok_io.c -o tok_io.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c tok_class.c -o tok_class.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c tok_pool.c -o tok_pool.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c unproto.c -o unproto.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c vstring.c -o vstring.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c symbol.c -o symbol.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c error.c -o error.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c hash.c -o hash.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c strsave.c -o strsave.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -o unproto tok_io.o tok_class.o tok_pool.o unproto.o vstring.o symbol.o error.o hash.o strsave.o make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/unproto' cp -p unproto/unproto lib/unproto make -C copt CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' copt make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/copt' x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -o copt copt.c make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/copt' cp -p copt/copt lib/copt cp -p copt/rules.* lib/. cp -p copt/rules.start lib/i386/. cp -p copt/rules.386 lib/i386/. cp -p copt/rules.end lib/i386/. make -C as CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' all make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/as' x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c as.c as.c: In function ‘as_abort’: as.c:68:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 68 | write(STDOUT, "as: ", 4); | ^~~~~~~~~~~~~~~~~~~~~~~~ as.c:69:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 69 | write(STDOUT, message, strlen(message)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ as.c:70:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 70 | write(STDOUT, "\n", 1); | ^~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c assemble.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c errors.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c express.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c genbin.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c genlist.c genlist.c: In function ‘list1’: genlist.c:197:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 197 | write(outfd, linebuf, (unsigned) (lineptr - linebuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genlist.c: In function ‘writec’: genlist.c:432:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 432 | write(outfd, &ch, 1); | ^~~~~~~~~~~~~~~~~~~~ genlist.c: In function ‘writeoff’: genlist.c:454:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 454 | write(outfd, buf, sizeof buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ genlist.c: In function ‘writes’: genlist.c:462:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 462 | write(outfd, s, strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ genlist.c: In function ‘writew’: genlist.c:482:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 482 | write(outfd, buf, sizeof buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c genobj.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c gensym.c gensym.c: In function ‘gensym’: gensym.c:95:6: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 95 | write(outfd, symptr->name, (unsigned) (symptr->length)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c keywords.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c macro.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c mops.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c pops.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c readsrc.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c scan.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c table.c x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c typeconv.c typeconv.c: In function ‘xxerr’: typeconv.c:14:27: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 14 | void xxerr(x) char * x; { write(2, x, strlen(x)); } | ^~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c alloc.c x86_64-pc-linux-gnu-gcc as.o assemble.o errors.o express.o genbin.o genlist.o genobj.o gensym.o keywords.o macro.o mops.o pops.o readsrc.o scan.o table.o typeconv.o alloc.o -o as86 sed -e "s:%%LIBDIR%%:/usr/lib64/bcc:" -e "s:%%BINDIR%%:/usr/bin:" \ < as86_encap.sh > tmp chmod +x as86_encap make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/as' cp -p as/as86 bin/as86 cp -p as/as86_encap bin/as86_encap make -C ar CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' all make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/ar' test -f ar.h || \ { rm -f ar.h ; ln -s ../libc/include/ar.h . ; } || \ ln ../libc/include/ar.h . test -f rel_aout.h || \ { rm -f rel_aout.h ; ln -s ../ld/rel_aout.h . ; } || \ ln ../ld/rel_aout.h . x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c ar.c -o ar.o ar.c: In function ‘copy_out_member’: ar.c:1177:9: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] 1177 | read (indesc, buf, thistime); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ar.c: In function ‘write_symdef_member’: ar.c:1565:2: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1565 | write (outdesc, mapptr->info.symdefs, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1566 | mapptr->info.nsymdefs * sizeof (struct symdef)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -c alloca.c -o alloca.o x86_64-pc-linux-gnu-gcc ar.o alloca.o -o ar86 make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/ar' cp -p ar/ar86 bin/ar86 make -C ld CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' ld86 make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/ld' test -f ar.h || \ { rm -f ar.h ; ln -s ../libc/include/ar.h . ; } || \ ln ../libc/include/ar.h . x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c dumps.c -o dumps.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c io.c -o io.o io.c: In function ‘flusherr’: io.c:142:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 142 | write(errfil, errbuf, (unsigned) (errbufptr - errbuf)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c ld.c -o ld.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c readobj.c -o readobj.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c table.c -o table.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c typeconv.c -o typeconv.o typeconv.c: In function ‘xxerr’: typeconv.c:14:27: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 14 | void xxerr(x) char * x; { write(2, x, strlen(x)); } | ^~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c linksyms.c -o linksyms.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c mkar.c -o mkar.o x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c writex86.c -o writex86.o writex86.c: In function ‘write_elks’: writex86.c:59:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 59 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem) | ^ writex86.c:448:26: note: in expansion of macro ‘offsetof’ 448 | seekout((unsigned long) offsetof(struct exec, a_syms)); | ^~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c writebin.c writebin.c: In function ‘writebin’: writebin.c:1062:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 1062 | write(2, s, strlen(s)); | ^~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c writeemu.c -o writeemu.o In file included from writeemu.c:20: writebin.c: In function ‘write_dosemu’: writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem) | ^ writebin.c:560:26: note: in expansion of macro ‘offsetof’ 560 | seekout((unsigned long) offsetof(struct exec, a_syms)); | ^~~~~~~~ writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem) | ^ writebin.c:565:26: note: in expansion of macro ‘offsetof’ 565 | if( FILEHEADERLENGTH >= offsetof(struct exec, a_trsize)+8) | ^~~~~~~~ writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem) | ^ writebin.c:567:27: note: in expansion of macro ‘offsetof’ 567 | seekout((unsigned long) offsetof(struct exec, a_trsize)); | ^~~~~~~~ writebin.c:69:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 69 | #define offsetof(struc, mem) ((int) &((struc *) 0)->mem) | ^ writebin.c:571:27: note: in expansion of macro ‘offsetof’ 571 | seekout((unsigned long) offsetof(struct exec, a_drsize)); | ^~~~~~~~ x86_64-pc-linux-gnu-gcc dumps.o io.o ld.o readobj.o table.o typeconv.o linksyms.o mkar.o writex86.o writebin.o writeemu.o -o ld86 make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/ld' cp -p ld/ld86 bin/ld86 make -C ld CC='x86_64-pc-linux-gnu-gcc' CFLAGS=' -O2 -fno-strict-aliasing' LDFLAGS='' PREFIX=/usr LIBDIR='/usr/lib64/bcc' BINDIR='/usr/bin' ANSI='' objdump86 make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/ld' x86_64-pc-linux-gnu-gcc -O2 -fno-strict-aliasing objdump86.c -o objdump86 objdump86.c: In function ‘do_module’: objdump86.c:245:3: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result] 245 | fread(strtab, 1, (unsigned int)str_len, ifd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/ld' cp -p ld/objdump86 bin/objdump86 test -f bin/ncc make -C libc CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r PLATFORM=i86-ELKS make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' ncc -c -Mn -O -D__LIBC__ -D__LIBC_VER__='"0.16.21"' -o crt0.o crt0.c transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' rm: cannot remove '../include/malloc.h': No such file or directory make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' ncc -Mn -O -D__LIBC__ -c -o __ldivmod.o __ldivmod.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __ldivmod.o Creating archive file `/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a' ncc -Mn -O -D__LIBC__ -DL___idiv bcc_int.c -c -o __idiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __idiv.o ncc -Mn -O -D__LIBC__ -DL___idivu bcc_int.c -c -o __idivu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __idivu.o ncc -Mn -O -D__LIBC__ -DL___imod bcc_int.c -c -o __imod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __imod.o ncc -Mn -O -D__LIBC__ -DL___imodu bcc_int.c -c -o __imodu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __imodu.o ncc -Mn -O -D__LIBC__ -DL___imul bcc_int.c -c -o __imul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __imul.o ncc -Mn -O -D__LIBC__ -DL___isl bcc_int.c -c -o __isl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __isl.o ncc -Mn -O -D__LIBC__ -DL___isr bcc_int.c -c -o __isr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __isr.o ncc -Mn -O -D__LIBC__ -DL___isru bcc_int.c -c -o __isru.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __isru.o ncc -Mn -O -D__LIBC__ -DL___laddl bcc_long.c -c -o __laddl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __laddl.o ncc -Mn -O -D__LIBC__ -DL___landl bcc_long.c -c -o __landl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __landl.o ncc -Mn -O -D__LIBC__ -DL___lcmpl bcc_long.c -c -o __lcmpl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lcmpl.o ncc -Mn -O -D__LIBC__ -DL___lcoml bcc_long.c -c -o __lcoml.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lcoml.o ncc -Mn -O -D__LIBC__ -DL___ldecl bcc_long.c -c -o __ldecl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __ldecl.o ncc -Mn -O -D__LIBC__ -DL___ldivl bcc_long.c -c -o __ldivl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __ldivl.o ncc -Mn -O -D__LIBC__ -DL___ldivul bcc_long.c -c -o __ldivul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __ldivul.o ncc -Mn -O -D__LIBC__ -DL___leorl bcc_long.c -c -o __leorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __leorl.o ncc -Mn -O -D__LIBC__ -DL___lincl bcc_long.c -c -o __lincl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lincl.o ncc -Mn -O -D__LIBC__ -DL___lmodl bcc_long.c -c -o __lmodl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lmodl.o ncc -Mn -O -D__LIBC__ -DL___lmodul bcc_long.c -c -o __lmodul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lmodul.o ncc -Mn -O -D__LIBC__ -DL___lmull bcc_long.c -c -o __lmull.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lmull.o ncc -Mn -O -D__LIBC__ -DL___lnegl bcc_long.c -c -o __lnegl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lnegl.o ncc -Mn -O -D__LIBC__ -DL___lorl bcc_long.c -c -o __lorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lorl.o ncc -Mn -O -D__LIBC__ -DL___lsll bcc_long.c -c -o __lsll.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lsll.o ncc -Mn -O -D__LIBC__ -DL___lsrl bcc_long.c -c -o __lsrl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lsrl.o ncc -Mn -O -D__LIBC__ -DL___lsrul bcc_long.c -c -o __lsrul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lsrul.o ncc -Mn -O -D__LIBC__ -DL___lsubl bcc_long.c -c -o __lsubl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lsubl.o ncc -Mn -O -D__LIBC__ -DL___ltstl bcc_long.c -c -o __ltstl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __ltstl.o ncc -Mn -O -D__LIBC__ -DL_errno heap.c -c -o errno.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a errno.o ncc -Mn -O -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __brk_addr.o ncc -Mn -O -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sbrk.o ncc -Mn -O -D__LIBC__ -DL_brk heap.c -c -o brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a brk.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' ncc -Mn -O -D__LIBC__ -c -o error.o error.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a error.o ncc -Mn -O -D__LIBC__ -c -o sys_errlist.o sys_errlist.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sys_errlist.o ncc -Mn -O -D__LIBC__ -c -o perror.o perror.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a perror.o ncc -Mn -O -D__LIBC__ -c -o sys_siglist.o sys_siglist.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sys_siglist.o ncc -Mn -O -D__LIBC__ -c -o __assert.o __assert.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __assert.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/getent' ncc -Mn -ansi -O -D__LIBC__ -c -o __getpwent.o __getpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __getpwent.o ncc -Mn -ansi -O -D__LIBC__ -c -o pwent.o pwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a pwent.o ncc -Mn -ansi -O -D__LIBC__ -c -o getpwnam.o getpwnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getpwnam.o ncc -Mn -ansi -O -D__LIBC__ -c -o getpwuid.o getpwuid.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getpwuid.o ncc -Mn -ansi -O -D__LIBC__ -c -o putpwent.o putpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a putpwent.o ncc -Mn -ansi -O -D__LIBC__ -c -o getpw.o getpw.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getpw.o ncc -Mn -ansi -O -D__LIBC__ -c -o fgetpwent.o fgetpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fgetpwent.o ncc -Mn -ansi -O -D__LIBC__ -c -o __getgrent.o __getgrent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __getgrent.o ncc -Mn -ansi -O -D__LIBC__ -c -o grent.o grent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a grent.o ncc -Mn -ansi -O -D__LIBC__ -c -o getgrnam.o getgrnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getgrnam.o ncc -Mn -ansi -O -D__LIBC__ -c -o getgrgid.o getgrgid.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getgrgid.o ncc -Mn -ansi -O -D__LIBC__ -c -o fgetgrent.o fgetgrent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fgetgrent.o ncc -Mn -ansi -O -D__LIBC__ -c -o initgroups.o initgroups.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a initgroups.o ncc -Mn -ansi -O -D__LIBC__ -c -o utent.o utent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a utent.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/getent' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/gtermcap' ncc -Mn -O -D__LIBC__ -c -o termcap.o termcap.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a termcap.o ncc -Mn -O -D__LIBC__ -c -o tparam.o tparam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tparam.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/gtermcap' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' ncc -Mn -O -D__LIBC__ -DL_malloc malloc.c -c -o malloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a malloc.o ncc -Mn -O -D__LIBC__ -DL_alloca malloc.c -c -o alloca.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a alloca.o ncc -Mn -O -D__LIBC__ -DL_free malloc.c -c -o free.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a free.o ncc -Mn -O -D__LIBC__ -DL_calloc malloc.c -c -o calloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a calloc.o ncc -Mn -O -D__LIBC__ -DL_realloc malloc.c -c -o realloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a realloc.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' ncc -Mn -O -D__LIBC__ -DL_labs aliases.c -c -o labs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a labs.o ncc -Mn -O -D__LIBC__ -DL_abs aliases.c -c -o abs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a abs.o ncc -Mn -O -D__LIBC__ -DL_raise aliases.c -c -o raise.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a raise.o ncc -Mn -O -D__LIBC__ -DL_bcopy aliases.c -c -o bcopy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a bcopy.o ncc -Mn -O -D__LIBC__ -DL_bzero aliases.c -c -o bzero.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a bzero.o ncc -Mn -O -D__LIBC__ -DL_bcmp aliases.c -c -o bcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a bcmp.o ncc -Mn -O -D__LIBC__ -DL_index aliases.c -c -o index.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a index.o ncc -Mn -O -D__LIBC__ -DL_rindex aliases.c -c -o rindex.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a rindex.o ncc -Mn -O -D__LIBC__ -DL_remove aliases.c -c -o remove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a remove.o ncc -Mn -O -D__LIBC__ -DL_creat aliases.c -c -o creat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a creat.o ncc -Mn -O -D__LIBC__ -DL_on_exit atexit.c -c -o on_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a on_exit.o ncc -Mn -O -D__LIBC__ -DL_atexit atexit.c -c -o atexit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a atexit.o ncc -Mn -O -D__LIBC__ -DL___do_exit atexit.c -c -o __do_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __do_exit.o ncc -Mn -O -D__LIBC__ -c -o atoi.o atoi.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a atoi.o ncc -Mn -O -D__LIBC__ -c -o atol.o atol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a atol.o ncc -Mn -O -D__LIBC__ -c -o ltoa.o ltoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ltoa.o ncc -Mn -O -D__LIBC__ -c -o ltostr.o ltostr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ltostr.o ncc -Mn -O -D__LIBC__ -c -o ctype.o ctype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ctype.o ncc -Mn -O -D__LIBC__ -c -o ctypefn.o ctypefn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ctypefn.o ncc -Mn -O -D__LIBC__ -c -o qsort.o qsort.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a qsort.o ncc -Mn -O -D__LIBC__ -c -o bsearch.o bsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a bsearch.o ncc -Mn -O -D__LIBC__ -c -o rand.o rand.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a rand.o ncc -Mn -O -D__LIBC__ -c -o lsearch.o lsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a lsearch.o ncc -Mn -O -D__LIBC__ -c -o getopt.o getopt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getopt.o ncc -Mn -O -D__LIBC__ -c -o itoa.o itoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a itoa.o ncc -Mn -O -D__LIBC__ -c -o cputype.o cputype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a cputype.o ncc -c -ansi -Mn -O -D__LIBC__ strtol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strtol.o ncc -c -ansi -Mn -O -D__LIBC__ crypt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a crypt.o ncc -Mn -O -D__LIBC__ -c -o getenv.o getenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getenv.o ncc -Mn -O -D__LIBC__ -c -o putenv.o putenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a putenv.o ncc -Mn -O -D__LIBC__ -c -o popen.o popen.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a popen.o ncc -Mn -O -D__LIBC__ -c -o system.o system.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a system.o ncc -Mn -O -D__LIBC__ -c -o setenv.o setenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setenv.o ncc -Mn -O -D__LIBC__ -c -o getcwd.o getcwd.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getcwd.o ncc -Mn -O -D__LIBC__ -c -o tmpnam.o tmpnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tmpnam.o ncc -Mn -O -D__LIBC__ -DL_time syslib.c -c -o time.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a time.o ncc -Mn -O -D__LIBC__ -DL_abort syslib.c -c -o abort.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a abort.o ncc -Mn -O -D__LIBC__ -DL_wait syslib.c -c -o wait.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a wait.o ncc -Mn -O -D__LIBC__ -DL_wait3 syslib.c -c -o wait3.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a wait3.o ncc -Mn -O -D__LIBC__ -DL_waitpid syslib.c -c -o waitpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a waitpid.o ncc -Mn -O -D__LIBC__ -DL_killpg syslib.c -c -o killpg.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a killpg.o ncc -Mn -O -D__LIBC__ -DL_setpgrp syslib.c -c -o setpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setpgrp.o ncc -Mn -O -D__LIBC__ -DL_sleep syslib.c -c -o sleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sleep.o ncc -Mn -O -D__LIBC__ -DL_usleep syslib.c -c -o usleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a usleep.o ncc -Mn -O -D__LIBC__ -DL_mkfifo syslib.c -c -o mkfifo.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a mkfifo.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' ncc -Mn -O -D__LIBC__ -DL___seg_regs i86.c -c -o __seg_regs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __seg_regs.o ncc -Mn -O -D__LIBC__ -DL___peek_es i86.c -c -o __peek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __peek_es.o ncc -Mn -O -D__LIBC__ -DL___poke_es i86.c -c -o __poke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __poke_es.o ncc -Mn -O -D__LIBC__ -DL___deek_es i86.c -c -o __deek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __deek_es.o ncc -Mn -O -D__LIBC__ -DL___doke_es i86.c -c -o __doke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __doke_es.o ncc -Mn -O -D__LIBC__ -DL___strnget_es i86.c -c -o __strnget_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __strnget_es.o ncc -Mn -O -D__LIBC__ -DL___strchr_es i86.c -c -o __strchr_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __strchr_es.o ncc -Mn -O -D__LIBC__ -DL___strlen_es i86.c -c -o __strlen_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __strlen_es.o ncc -Mn -O -D__LIBC__ -DL_int86 i86.c -c -o int86.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a int86.o ncc -Mn -O -D__LIBC__ -DL_int86x i86.c -c -o int86x.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a int86x.o ncc -Mn -O -D__LIBC__ -DL_segread i86.c -c -o segread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a segread.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' ncc -Mn -O -D__LIBC__ -DL_regexp regexp.c -c -o regexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a regexp.o ncc -Mn -O -D__LIBC__ -DL_regsub regsub.c -c -o regsub.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a regsub.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' ncc -Mn -O -D__LIBC__ -DL__stdio_init stdio.c -c -o _stdio_init.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a _stdio_init.o ncc -Mn -O -D__LIBC__ -DL_fputc stdio.c -c -o fputc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fputc.o ncc -Mn -O -D__LIBC__ -DL_fgetc stdio.c -c -o fgetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fgetc.o ncc -Mn -O -D__LIBC__ -DL_fflush stdio.c -c -o fflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fflush.o ncc -Mn -O -D__LIBC__ -DL_fgets stdio.c -c -o fgets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fgets.o ncc -Mn -O -D__LIBC__ -DL_gets stdio.c -c -o gets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a gets.o ncc -Mn -O -D__LIBC__ -DL_fputs stdio.c -c -o fputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fputs.o ncc -Mn -O -D__LIBC__ -DL_puts stdio.c -c -o puts.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a puts.o ncc -Mn -O -D__LIBC__ -DL_fread stdio.c -c -o fread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fread.o ncc -Mn -O -D__LIBC__ -DL_fwrite stdio.c -c -o fwrite.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fwrite.o ncc -Mn -O -D__LIBC__ -DL_fopen stdio.c -c -o fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fopen.o ncc -Mn -O -D__LIBC__ -DL_fdopen stdio.c -c -o fdopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fdopen.o ncc -Mn -O -D__LIBC__ -DL_freopen stdio.c -c -o freopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a freopen.o ncc -Mn -O -D__LIBC__ -DL___fopen stdio.c -c -o __fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __fopen.o ncc -Mn -O -D__LIBC__ -DL_fclose stdio.c -c -o fclose.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fclose.o ncc -Mn -O -D__LIBC__ -DL_fseek stdio.c -c -o fseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fseek.o ncc -Mn -O -D__LIBC__ -DL_rewind stdio.c -c -o rewind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a rewind.o ncc -Mn -O -D__LIBC__ -DL_ftell stdio.c -c -o ftell.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ftell.o ncc -Mn -O -D__LIBC__ -DL_setbuffer stdio.c -c -o setbuffer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setbuffer.o ncc -Mn -O -D__LIBC__ -DL_setvbuf stdio.c -c -o setvbuf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setvbuf.o ncc -Mn -O -D__LIBC__ -DL_ungetc stdio.c -c -o ungetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ungetc.o ncc -Mn -O -D__LIBC__ -DL_printf printf.c -c -o printf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a printf.o ncc -Mn -O -D__LIBC__ -DL_sprintf printf.c -c -o sprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sprintf.o ncc -Mn -O -D__LIBC__ -DL_fprintf printf.c -c -o fprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fprintf.o ncc -Mn -O -D__LIBC__ -DL_vprintf printf.c -c -o vprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vprintf.o ncc -Mn -O -D__LIBC__ -DL_vsprintf printf.c -c -o vsprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vsprintf.o ncc -Mn -O -D__LIBC__ -DL_vfprintf printf.c -c -o vfprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vfprintf.o ncc -Mn -O -D__LIBC__ -DL_fp_print printf.c -c -o fp_print.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fp_print.o ncc -Mn -O -D__LIBC__ -DL_scanf scanf.c -c -o scanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a scanf.o ncc -Mn -O -D__LIBC__ -DL_sscanf scanf.c -c -o sscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sscanf.o ncc -Mn -O -D__LIBC__ -DL_fscanf scanf.c -c -o fscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fscanf.o ncc -Mn -O -D__LIBC__ -DL_vscanf scanf.c -c -o vscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vscanf.o ncc -Mn -O -D__LIBC__ -DL_vsscanf scanf.c -c -o vsscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vsscanf.o ncc -Mn -O -D__LIBC__ -DL_vfscanf scanf.c -c -o vfscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vfscanf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' ncc -Mn -O -D__LIBC__ -DL_strlen string.c -c -o strlen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strlen.o ncc -Mn -O -D__LIBC__ -DL_strcat string.c -c -o strcat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strcat.o ncc -Mn -O -D__LIBC__ -DL_strcpy string.c -c -o strcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strcpy.o ncc -Mn -O -D__LIBC__ -DL_strcmp string.c -c -o strcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strcmp.o ncc -Mn -O -D__LIBC__ -DL_strncat string.c -c -o strncat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strncat.o ncc -Mn -O -D__LIBC__ -DL_strncpy string.c -c -o strncpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strncpy.o ncc -Mn -O -D__LIBC__ -DL_strncmp string.c -c -o strncmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strncmp.o ncc -Mn -O -D__LIBC__ -DL_strchr string.c -c -o strchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strchr.o ncc -Mn -O -D__LIBC__ -DL_strrchr string.c -c -o strrchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strrchr.o ncc -Mn -O -D__LIBC__ -DL_strdup string.c -c -o strdup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strdup.o ncc -Mn -O -D__LIBC__ -DL_memcpy string.c -c -o memcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a memcpy.o ncc -Mn -O -D__LIBC__ -DL_memccpy string.c -c -o memccpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a memccpy.o ncc -Mn -O -D__LIBC__ -DL_memchr string.c -c -o memchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a memchr.o ncc -Mn -O -D__LIBC__ -DL_memset string.c -c -o memset.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a memset.o ncc -Mn -O -D__LIBC__ -DL_memcmp string.c -c -o memcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a memcmp.o ncc -Mn -O -D__LIBC__ -DL_memmove string.c -c -o memmove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a memmove.o ncc -Mn -O -D__LIBC__ -DL_movedata string.c -c -o movedata.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a movedata.o ncc -Mn -O -D__LIBC__ -c -o strpbrk.o strpbrk.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strpbrk.o ncc -Mn -O -D__LIBC__ -c -o strsep.o strsep.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strsep.o ncc -Mn -O -D__LIBC__ -c -o strstr.o strstr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strstr.o ncc -Mn -O -D__LIBC__ -c -o strtok.o strtok.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strtok.o ncc -Mn -O -D__LIBC__ -c -o strcspn.o strcspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strcspn.o ncc -Mn -O -D__LIBC__ -c -o strspn.o strspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strspn.o ncc -Mn -O -D__LIBC__ -c -o strcasecmp.o strcasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strcasecmp.o ncc -Mn -O -D__LIBC__ -c -o strncasecmp.o strncasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a strncasecmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' sh mksyscall Using syscalls from syscall.dev86 make -f syscall.mak LIBC="/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a" CFLAGS="-Mn -O -D__LIBC__" make[5]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Mn -O -D__LIBC__ -DL___syscall syscall.c -c -o __syscall.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __syscall.o ncc -Mn -O -D__LIBC__ -DL___syscall4 syscall.c -c -o __syscall4.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __syscall4.o ncc -Mn -O -D__LIBC__ -DL___exit syscall.c -c -o __exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __exit.o ncc -Mn -O -D__LIBC__ -DL_fork syscall.c -c -o fork.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fork.o ncc -Mn -O -D__LIBC__ -DL_read syscall.c -c -o read.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a read.o ncc -Mn -O -D__LIBC__ -DL_write syscall.c -c -o write.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a write.o ncc -Mn -O -D__LIBC__ -DL_open syscall.c -c -o open.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a open.o ncc -Mn -O -D__LIBC__ -DL_close syscall.c -c -o close.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a close.o ncc -Mn -O -D__LIBC__ -DL_wait4 syscall.c -c -o wait4.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a wait4.o ncc -Mn -O -D__LIBC__ -DL_link syscall.c -c -o link.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a link.o ncc -Mn -O -D__LIBC__ -DL_unlink syscall.c -c -o unlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a unlink.o ncc -Mn -O -D__LIBC__ -DL___execve syscall.c -c -o __execve.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __execve.o ncc -Mn -O -D__LIBC__ -DL_chdir syscall.c -c -o chdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a chdir.o ncc -Mn -O -D__LIBC__ -DL_mknod syscall.c -c -o mknod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a mknod.o ncc -Mn -O -D__LIBC__ -DL_chmod syscall.c -c -o chmod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a chmod.o ncc -Mn -O -D__LIBC__ -DL_chown syscall.c -c -o chown.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a chown.o ncc -Mn -O -D__LIBC__ -DL___brk syscall.c -c -o __brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __brk.o ncc -Mn -O -D__LIBC__ -DL_stat syscall.c -c -o stat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a stat.o ncc -Mn -O -D__LIBC__ -DL___lseek syscall.c -c -o __lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __lseek.o ncc -Mn -O -D__LIBC__ -DL___getpid syscall.c -c -o __getpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __getpid.o ncc -Mn -O -D__LIBC__ -DL_mount syscall.c -c -o mount.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a mount.o ncc -Mn -O -D__LIBC__ -DL_umount syscall.c -c -o umount.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a umount.o ncc -Mn -O -D__LIBC__ -DL_setuid syscall.c -c -o setuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setuid.o ncc -Mn -O -D__LIBC__ -DL___getuid syscall.c -c -o __getuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __getuid.o ncc -Mn -O -D__LIBC__ -DL_alarm syscall.c -c -o alarm.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a alarm.o ncc -Mn -O -D__LIBC__ -DL_fstat syscall.c -c -o fstat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fstat.o ncc -Mn -O -D__LIBC__ -DL_pause syscall.c -c -o pause.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a pause.o ncc -Mn -O -D__LIBC__ -DL_utime syscall.c -c -o utime.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a utime.o ncc -Mn -O -D__LIBC__ -DL_chroot syscall.c -c -o chroot.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a chroot.o ncc -Mn -O -D__LIBC__ -DL_vfork syscall.c -c -o vfork.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a vfork.o ncc -Mn -O -D__LIBC__ -DL_access syscall.c -c -o access.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a access.o ncc -Mn -O -D__LIBC__ -DL_nice syscall.c -c -o nice.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a nice.o ncc -Mn -O -D__LIBC__ -DL_sync syscall.c -c -o sync.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a sync.o ncc -Mn -O -D__LIBC__ -DL_kill syscall.c -c -o kill.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a kill.o ncc -Mn -O -D__LIBC__ -DL_rename syscall.c -c -o rename.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a rename.o ncc -Mn -O -D__LIBC__ -DL_mkdir syscall.c -c -o mkdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a mkdir.o ncc -Mn -O -D__LIBC__ -DL_rmdir syscall.c -c -o rmdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a rmdir.o ncc -Mn -O -D__LIBC__ -DL_dup syscall.c -c -o dup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a dup.o ncc -Mn -O -D__LIBC__ -DL_pipe syscall.c -c -o pipe.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a pipe.o ncc -Mn -O -D__LIBC__ -DL___times syscall.c -c -o __times.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __times.o ncc -Mn -O -D__LIBC__ -DL_dup2 syscall.c -c -o dup2.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a dup2.o ncc -Mn -O -D__LIBC__ -DL_setgid syscall.c -c -o setgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setgid.o ncc -Mn -O -D__LIBC__ -DL___getgid syscall.c -c -o __getgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __getgid.o ncc -Mn -O -D__LIBC__ -DL___signal syscall.c -c -o __signal.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __signal.o ncc -Mn -O -D__LIBC__ -DL_fcntl syscall.c -c -o fcntl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fcntl.o ncc -Mn -O -D__LIBC__ -DL_ioctl syscall.c -c -o ioctl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ioctl.o ncc -Mn -O -D__LIBC__ -DL_reboot syscall.c -c -o reboot.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a reboot.o ncc -Mn -O -D__LIBC__ -DL_lstat syscall.c -c -o lstat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a lstat.o ncc -Mn -O -D__LIBC__ -DL_symlink syscall.c -c -o symlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a symlink.o ncc -Mn -O -D__LIBC__ -DL_readlink syscall.c -c -o readlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a readlink.o ncc -Mn -O -D__LIBC__ -DL_umask syscall.c -c -o umask.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a umask.o ncc -Mn -O -D__LIBC__ -DL_settimeofday syscall.c -c -o settimeofday.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a settimeofday.o ncc -Mn -O -D__LIBC__ -DL_gettimeofday syscall.c -c -o gettimeofday.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a gettimeofday.o ncc -Mn -O -D__LIBC__ -DL_select syscall.c -c -o select.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a select.o ncc -Mn -O -D__LIBC__ -DL___readdir syscall.c -c -o __readdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __readdir.o ncc -Mn -O -D__LIBC__ -DL_fchown syscall.c -c -o fchown.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a fchown.o ncc -Mn -O -D__LIBC__ -DL_dlload syscall.c -c -o dlload.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a dlload.o ncc -Mn -O -D__LIBC__ -DL_setsid syscall.c -c -o setsid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setsid.o ncc -Mn -O -D__LIBC__ -DL_socket syscall.c -c -o socket.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a socket.o ncc -Mn -O -D__LIBC__ -DL_bind syscall.c -c -o bind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a bind.o ncc -Mn -O -D__LIBC__ -DL_listen syscall.c -c -o listen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a listen.o ncc -Mn -O -D__LIBC__ -DL_accept syscall.c -c -o accept.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a accept.o ncc -Mn -O -D__LIBC__ -DL_connect syscall.c -c -o connect.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a connect.o ncc -Mn -O -D__LIBC__ -DL_knlvsn syscall.c -c -o knlvsn.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a knlvsn.o make[5]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Mn -O -D__LIBC__ -DL___cstartup syslib0.c -c -o __cstartup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a __cstartup.o ncc -Mn -O -D__LIBC__ -DL_lseek syslib0.c -c -o lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a lseek.o ncc -Mn -O -D__LIBC__ -DL_getpid syslib0.c -c -o getpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getpid.o ncc -Mn -O -D__LIBC__ -DL_getppid syslib0.c -c -o getppid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getppid.o ncc -Mn -O -D__LIBC__ -DL_getuid syslib0.c -c -o getuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getuid.o ncc -Mn -O -D__LIBC__ -DL_geteuid syslib0.c -c -o geteuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a geteuid.o ncc -Mn -O -D__LIBC__ -DL_getgid syslib0.c -c -o getgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getgid.o ncc -Mn -O -D__LIBC__ -DL_getegid syslib0.c -c -o getegid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getegid.o ncc -Mn -O -D__LIBC__ -DL_getpgrp syslib0.c -c -o getpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a getpgrp.o ncc -Mn -O -D__LIBC__ -DL_times syslib0.c -c -o times.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a times.o ncc -Mn -O -D__LIBC__ -DL_opendir dirent.c -c -o opendir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a opendir.o ncc -Mn -O -D__LIBC__ -DL_closedir dirent.c -c -o closedir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a closedir.o ncc -Mn -O -D__LIBC__ -DL_readdir dirent.c -c -o readdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a readdir.o ncc -Mn -O -D__LIBC__ -DL_execve exec.c -c -o execve.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a execve.o ncc -Mn -O -D__LIBC__ -DL_execl exec.c -c -o execl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a execl.o ncc -Mn -O -D__LIBC__ -DL_execv exec.c -c -o execv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a execv.o ncc -Mn -O -D__LIBC__ -DL_execle exec.c -c -o execle.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a execle.o ncc -Mn -O -D__LIBC__ -DL_execlp exec.c -c -o execlp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a execlp.o ncc -Mn -O -D__LIBC__ -DL_execvp exec.c -c -o execvp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a execvp.o ncc -Mn -O -D__LIBC__ -c -o signal.o signal.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a signal.o ncc -Mn -O -D__LIBC__ -c -o setjmp.o setjmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a setjmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/termios' ncc -Mn -O -D__LIBC__ -DL_tcsetattr termios.c -c -o tcsetattr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcsetattr.o ncc -Mn -O -D__LIBC__ -DL_tcgetattr termios.c -c -o tcgetattr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcgetattr.o ncc -Mn -O -D__LIBC__ -DL_tcdrain termios.c -c -o tcdrain.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcdrain.o ncc -Mn -O -D__LIBC__ -DL_tcflow termios.c -c -o tcflow.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcflow.o ncc -Mn -O -D__LIBC__ -DL_tcflush termios.c -c -o tcflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcflush.o ncc -Mn -O -D__LIBC__ -DL_tcsendbreak termios.c -c -o tcsendbreak.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcsendbreak.o ncc -Mn -O -D__LIBC__ -DL_tcsetpgrp termios.c -c -o tcsetpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcsetpgrp.o ncc -Mn -O -D__LIBC__ -DL_tcgetpgrp termios.c -c -o tcgetpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tcgetpgrp.o ncc -Mn -O -D__LIBC__ -DL_isatty termios.c -c -o isatty.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a isatty.o ncc -Mn -O -D__LIBC__ -DL_cfgetospeed termios.c -c -o cfgetospeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a cfgetospeed.o ncc -Mn -O -D__LIBC__ -DL_cfgetispeed termios.c -c -o cfgetispeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a cfgetispeed.o ncc -Mn -O -D__LIBC__ -DL_cfsetospeed termios.c -c -o cfsetospeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a cfsetospeed.o ncc -Mn -O -D__LIBC__ -DL_cfsetispeed termios.c -c -o cfsetispeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a cfsetispeed.o ncc -Mn -O -D__LIBC__ -DL_cfmakeraw termios.c -c -o cfmakeraw.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a cfmakeraw.o ncc -Mn -O -D__LIBC__ -c -o ttyname.o ttyname.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ttyname.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/termios' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' ncc -Mn -O -D__LIBC__ -c -o localtime.o localtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a localtime.o ncc -Mn -O -D__LIBC__ -c -o gmtime.o gmtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a gmtime.o ncc -Mn -O -D__LIBC__ -c -o asctime.o asctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a asctime.o ncc -Mn -O -D__LIBC__ -c -o ctime.o ctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a ctime.o ncc -Mn -O -D__LIBC__ -c -o asc_conv.o asc_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a asc_conv.o ncc -Mn -O -D__LIBC__ -c -o tm_conv.o tm_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a tm_conv.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' make LIBC='/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc.a' CC='ncc' ARCH='-Mn' CCFLAGS='-O' DEFS='-D__LIBC__' LIB_CPU='i86' LIB_OS='ELKS' LIBC=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a -C bcc all make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' ncc -Mn -O -D__LIBC__ -c -o __ldivmod.o __ldivmod.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __ldivmod.o Creating archive file `/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a' ncc -Mn -O -D__LIBC__ -DL___idiv bcc_int.c -c -o __idiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __idiv.o ncc -Mn -O -D__LIBC__ -DL___idivu bcc_int.c -c -o __idivu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __idivu.o ncc -Mn -O -D__LIBC__ -DL___imod bcc_int.c -c -o __imod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __imod.o ncc -Mn -O -D__LIBC__ -DL___imodu bcc_int.c -c -o __imodu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __imodu.o ncc -Mn -O -D__LIBC__ -DL___imul bcc_int.c -c -o __imul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __imul.o ncc -Mn -O -D__LIBC__ -DL___isl bcc_int.c -c -o __isl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __isl.o ncc -Mn -O -D__LIBC__ -DL___isr bcc_int.c -c -o __isr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __isr.o ncc -Mn -O -D__LIBC__ -DL___isru bcc_int.c -c -o __isru.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __isru.o ncc -Mn -O -D__LIBC__ -DL___laddl bcc_long.c -c -o __laddl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __laddl.o ncc -Mn -O -D__LIBC__ -DL___landl bcc_long.c -c -o __landl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __landl.o ncc -Mn -O -D__LIBC__ -DL___lcmpl bcc_long.c -c -o __lcmpl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lcmpl.o ncc -Mn -O -D__LIBC__ -DL___lcoml bcc_long.c -c -o __lcoml.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lcoml.o ncc -Mn -O -D__LIBC__ -DL___ldecl bcc_long.c -c -o __ldecl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __ldecl.o ncc -Mn -O -D__LIBC__ -DL___ldivl bcc_long.c -c -o __ldivl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __ldivl.o ncc -Mn -O -D__LIBC__ -DL___ldivul bcc_long.c -c -o __ldivul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __ldivul.o ncc -Mn -O -D__LIBC__ -DL___leorl bcc_long.c -c -o __leorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __leorl.o ncc -Mn -O -D__LIBC__ -DL___lincl bcc_long.c -c -o __lincl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lincl.o ncc -Mn -O -D__LIBC__ -DL___lmodl bcc_long.c -c -o __lmodl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lmodl.o ncc -Mn -O -D__LIBC__ -DL___lmodul bcc_long.c -c -o __lmodul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lmodul.o ncc -Mn -O -D__LIBC__ -DL___lmull bcc_long.c -c -o __lmull.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lmull.o ncc -Mn -O -D__LIBC__ -DL___lnegl bcc_long.c -c -o __lnegl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lnegl.o ncc -Mn -O -D__LIBC__ -DL___lorl bcc_long.c -c -o __lorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lorl.o ncc -Mn -O -D__LIBC__ -DL___lsll bcc_long.c -c -o __lsll.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lsll.o ncc -Mn -O -D__LIBC__ -DL___lsrl bcc_long.c -c -o __lsrl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lsrl.o ncc -Mn -O -D__LIBC__ -DL___lsrul bcc_long.c -c -o __lsrul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lsrul.o ncc -Mn -O -D__LIBC__ -DL___lsubl bcc_long.c -c -o __lsubl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __lsubl.o ncc -Mn -O -D__LIBC__ -DL___ltstl bcc_long.c -c -o __ltstl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __ltstl.o ncc -Mn -O -D__LIBC__ -DL_errno heap.c -c -o errno.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a errno.o ncc -Mn -O -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a __brk_addr.o ncc -Mn -O -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a sbrk.o ncc -Mn -O -D__LIBC__ -DL_brk heap.c -c -o brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libbcc.a brk.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' cp -p libc/crt0.o libc/libc.a libc/libbcc.a lib/. sh libcompat lib/libc.a test -f bin/ncc make -C libbsd CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libbsd' ncc -O -D__LIBBSD__ -c -o daemon.o daemon.c ncc -O -D__LIBBSD__ -c -o logwtmp.o logwtmp.c ncc -O -D__LIBBSD__ -c -o logout.o logout.c ncc -O -D__LIBBSD__ -c -o pty.o pty.c ncc -O -D__LIBBSD__ -c -o login_tty.o login_tty.c ncc -O -D__LIBBSD__ -c -o sgtty.o sgtty.c ncc -O -D__LIBBSD__ -c -o cfsetspeed.o cfsetspeed.c ncc -O -D__LIBBSD__ -c -o revoke.o revoke.c ncc -O -D__LIBBSD__ -c -o setpassent.o setpassent.c ncc -O -D__LIBBSD__ -c -o checkrhosts.o checkrhosts.c ar86 rc libbsd.a daemon.o logwtmp.o logout.o pty.o login_tty.o sgtty.o cfsetspeed.o revoke.o setpassent.o checkrhosts.o make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libbsd' cp -p libbsd/libbsd.a lib/libbsd.a sh libcompat lib/libbsd.a test -f bin/ncc make -C libc CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r PLATFORM=i86-BIOS make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' ncc -Ms -O -D__LIBC__ -c -o __ldivmod.o __ldivmod.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __ldivmod.o Creating archive file `/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a' ncc -Ms -O -D__LIBC__ -DL___idiv bcc_int.c -c -o __idiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __idiv.o ncc -Ms -O -D__LIBC__ -DL___idivu bcc_int.c -c -o __idivu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __idivu.o ncc -Ms -O -D__LIBC__ -DL___imod bcc_int.c -c -o __imod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __imod.o ncc -Ms -O -D__LIBC__ -DL___imodu bcc_int.c -c -o __imodu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __imodu.o ncc -Ms -O -D__LIBC__ -DL___imul bcc_int.c -c -o __imul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __imul.o ncc -Ms -O -D__LIBC__ -DL___isl bcc_int.c -c -o __isl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __isl.o ncc -Ms -O -D__LIBC__ -DL___isr bcc_int.c -c -o __isr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __isr.o ncc -Ms -O -D__LIBC__ -DL___isru bcc_int.c -c -o __isru.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __isru.o ncc -Ms -O -D__LIBC__ -DL___laddl bcc_long.c -c -o __laddl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __laddl.o ncc -Ms -O -D__LIBC__ -DL___landl bcc_long.c -c -o __landl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __landl.o ncc -Ms -O -D__LIBC__ -DL___lcmpl bcc_long.c -c -o __lcmpl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lcmpl.o ncc -Ms -O -D__LIBC__ -DL___lcoml bcc_long.c -c -o __lcoml.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lcoml.o ncc -Ms -O -D__LIBC__ -DL___ldecl bcc_long.c -c -o __ldecl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __ldecl.o ncc -Ms -O -D__LIBC__ -DL___ldivl bcc_long.c -c -o __ldivl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __ldivl.o ncc -Ms -O -D__LIBC__ -DL___ldivul bcc_long.c -c -o __ldivul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __ldivul.o ncc -Ms -O -D__LIBC__ -DL___leorl bcc_long.c -c -o __leorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __leorl.o ncc -Ms -O -D__LIBC__ -DL___lincl bcc_long.c -c -o __lincl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lincl.o ncc -Ms -O -D__LIBC__ -DL___lmodl bcc_long.c -c -o __lmodl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lmodl.o ncc -Ms -O -D__LIBC__ -DL___lmodul bcc_long.c -c -o __lmodul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lmodul.o ncc -Ms -O -D__LIBC__ -DL___lmull bcc_long.c -c -o __lmull.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lmull.o ncc -Ms -O -D__LIBC__ -DL___lnegl bcc_long.c -c -o __lnegl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lnegl.o ncc -Ms -O -D__LIBC__ -DL___lorl bcc_long.c -c -o __lorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lorl.o ncc -Ms -O -D__LIBC__ -DL___lsll bcc_long.c -c -o __lsll.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lsll.o ncc -Ms -O -D__LIBC__ -DL___lsrl bcc_long.c -c -o __lsrl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lsrl.o ncc -Ms -O -D__LIBC__ -DL___lsrul bcc_long.c -c -o __lsrul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lsrul.o ncc -Ms -O -D__LIBC__ -DL___lsubl bcc_long.c -c -o __lsubl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __lsubl.o ncc -Ms -O -D__LIBC__ -DL___ltstl bcc_long.c -c -o __ltstl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __ltstl.o ncc -Ms -O -D__LIBC__ -DL_errno heap.c -c -o errno.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a errno.o ncc -Ms -O -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __brk_addr.o ncc -Ms -O -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a sbrk.o ncc -Ms -O -D__LIBC__ -DL_brk heap.c -c -o brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a brk.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bios' ncc -Ms -O -D__LIBC__ -DL_bios_start bios.c -c -o bios_start.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_start.o ncc -Ms -O -D__LIBC__ -DL_bios_isatty bios.c -c -o bios_isatty.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_isatty.o ncc -Ms -O -D__LIBC__ -DL_bios_abort bios.c -c -o bios_abort.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_abort.o ncc -Ms -O -D__LIBC__ -DL_bios_nofiles bios.c -c -o bios_nofiles.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_nofiles.o ncc -Ms -O -D__LIBC__ -DL_bios_read bios.c -c -o bios_read.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_read.o ncc -Ms -O -D__LIBC__ -DL_bios_write bios.c -c -o bios_write.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_write.o ncc -Ms -O -D__LIBC__ -DL_bios_lseek bios.c -c -o bios_lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_lseek.o ncc -Ms -O -D__LIBC__ -DL_bios_close bios.c -c -o bios_close.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_close.o ncc -Ms -O -D__LIBC__ -DL_bios_putch bios_vid.c -c -o bios_putch.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_putch.o ncc -Ms -O -D__LIBC__ -DL_bios_getch bios_vid.c -c -o bios_getch.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_getch.o ncc -Ms -O -D__LIBC__ -DL_bios_getche bios_vid.c -c -o bios_getche.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_getche.o ncc -Ms -O -D__LIBC__ -DL_bios_cputs bios_vid.c -c -o bios_cputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_cputs.o ncc -Ms -O -D__LIBC__ -DL_bios_kbhit bios_vid.c -c -o bios_kbhit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_kbhit.o ncc -Ms -O -D__LIBC__ -DL_bios_rdline bios_vid.c -c -o bios_rdline.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_rdline.o ncc -Ms -O -D__LIBC__ -DL_bios_putc bios_min.c -c -o bios_putc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_putc.o ncc -Ms -O -D__LIBC__ -DL_bios_getc bios_min.c -c -o bios_getc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_getc.o ncc -Ms -O -D__LIBC__ -DL_bios_khit bios_min.c -c -o bios_khit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_khit.o ncc -Ms -O -D__LIBC__ -DL_bios_disk_rd bios_disk.c -c -o bios_disk_rd.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_disk_rd.o ncc -Ms -O -D__LIBC__ -DL_bios_disk_wr bios_disk.c -c -o bios_disk_wr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_disk_wr.o ncc -Ms -O -D__LIBC__ -DL_bios_disk_rs bios_disk.c -c -o bios_disk_rs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_disk_rs.o ncc -Ms -O -D__LIBC__ -DL_bios_get_dpt bios_disk.c -c -o bios_get_dpt.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bios_get_dpt.o ncc -Ms -O -D__LIBC__ -c -o time.o time.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a time.o ncc -Ms -O -D__LIBC__ -c -o fileops.o fileops.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fileops.o ncc -Ms -O -D__LIBC__ -c -o fs_dos.o fs_dos.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fs_dos.o ncc -Ms -O -D__LIBC__ -c -o rawio.o rawio.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a rawio.o ncc -Ms -O -D__LIBC__ -c -o vt52.o vt52.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vt52.o ncc -Ms -O -D__LIBC__ -c -o ansi.o ansi.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ansi.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bios' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/conio' ncc -c -ansi -Ms -O -D__LIBC__ cprintf.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a cprintf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/conio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' ncc -Ms -O -D__LIBC__ -c -o __assert.o __assert.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __assert.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' ncc -Ms -O -D__LIBC__ -DL_malloc malloc.c -c -o malloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a malloc.o ncc -Ms -O -D__LIBC__ -DL_alloca malloc.c -c -o alloca.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a alloca.o ncc -Ms -O -D__LIBC__ -DL_free malloc.c -c -o free.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a free.o ncc -Ms -O -D__LIBC__ -DL_calloc malloc.c -c -o calloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a calloc.o ncc -Ms -O -D__LIBC__ -DL_realloc malloc.c -c -o realloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a realloc.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' ncc -Ms -O -D__LIBC__ -DL_labs aliases.c -c -o labs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a labs.o ncc -Ms -O -D__LIBC__ -DL_abs aliases.c -c -o abs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a abs.o ncc -Ms -O -D__LIBC__ -DL_raise aliases.c -c -o raise.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a raise.o ncc -Ms -O -D__LIBC__ -DL_bcopy aliases.c -c -o bcopy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bcopy.o ncc -Ms -O -D__LIBC__ -DL_bzero aliases.c -c -o bzero.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bzero.o ncc -Ms -O -D__LIBC__ -DL_bcmp aliases.c -c -o bcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bcmp.o ncc -Ms -O -D__LIBC__ -DL_index aliases.c -c -o index.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a index.o ncc -Ms -O -D__LIBC__ -DL_rindex aliases.c -c -o rindex.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a rindex.o ncc -Ms -O -D__LIBC__ -DL_remove aliases.c -c -o remove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a remove.o ncc -Ms -O -D__LIBC__ -DL_creat aliases.c -c -o creat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a creat.o ncc -Ms -O -D__LIBC__ -DL_on_exit atexit.c -c -o on_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a on_exit.o ncc -Ms -O -D__LIBC__ -DL_atexit atexit.c -c -o atexit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a atexit.o ncc -Ms -O -D__LIBC__ -DL___do_exit atexit.c -c -o __do_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __do_exit.o ncc -Ms -O -D__LIBC__ -c -o atoi.o atoi.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a atoi.o ncc -Ms -O -D__LIBC__ -c -o atol.o atol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a atol.o ncc -Ms -O -D__LIBC__ -c -o ltoa.o ltoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ltoa.o ncc -Ms -O -D__LIBC__ -c -o ltostr.o ltostr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ltostr.o ncc -Ms -O -D__LIBC__ -c -o ctype.o ctype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ctype.o ncc -Ms -O -D__LIBC__ -c -o ctypefn.o ctypefn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ctypefn.o ncc -Ms -O -D__LIBC__ -c -o qsort.o qsort.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a qsort.o ncc -Ms -O -D__LIBC__ -c -o bsearch.o bsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a bsearch.o ncc -Ms -O -D__LIBC__ -c -o rand.o rand.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a rand.o ncc -Ms -O -D__LIBC__ -c -o lsearch.o lsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a lsearch.o ncc -Ms -O -D__LIBC__ -c -o getopt.o getopt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a getopt.o ncc -Ms -O -D__LIBC__ -c -o itoa.o itoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a itoa.o ncc -Ms -O -D__LIBC__ -c -o cputype.o cputype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a cputype.o ncc -c -ansi -Ms -O -D__LIBC__ strtol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strtol.o ncc -c -ansi -Ms -O -D__LIBC__ crypt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a crypt.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' ncc -Ms -O -D__LIBC__ -DL___seg_regs i86.c -c -o __seg_regs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __seg_regs.o ncc -Ms -O -D__LIBC__ -DL___peek_es i86.c -c -o __peek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __peek_es.o ncc -Ms -O -D__LIBC__ -DL___poke_es i86.c -c -o __poke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __poke_es.o ncc -Ms -O -D__LIBC__ -DL___deek_es i86.c -c -o __deek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __deek_es.o ncc -Ms -O -D__LIBC__ -DL___doke_es i86.c -c -o __doke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __doke_es.o ncc -Ms -O -D__LIBC__ -DL___strnget_es i86.c -c -o __strnget_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __strnget_es.o ncc -Ms -O -D__LIBC__ -DL___strchr_es i86.c -c -o __strchr_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __strchr_es.o ncc -Ms -O -D__LIBC__ -DL___strlen_es i86.c -c -o __strlen_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __strlen_es.o ncc -Ms -O -D__LIBC__ -DL_int86 i86.c -c -o int86.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a int86.o ncc -Ms -O -D__LIBC__ -DL_int86x i86.c -c -o int86x.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a int86x.o ncc -Ms -O -D__LIBC__ -DL_segread i86.c -c -o segread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a segread.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' ncc -Ms -O -D__LIBC__ -DL_regexp regexp.c -c -o regexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a regexp.o ncc -Ms -O -D__LIBC__ -DL_regsub regsub.c -c -o regsub.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a regsub.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' ncc -Ms -O -D__LIBC__ -DL__stdio_init stdio.c -c -o _stdio_init.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a _stdio_init.o ncc -Ms -O -D__LIBC__ -DL_fputc stdio.c -c -o fputc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fputc.o ncc -Ms -O -D__LIBC__ -DL_fgetc stdio.c -c -o fgetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fgetc.o ncc -Ms -O -D__LIBC__ -DL_fflush stdio.c -c -o fflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fflush.o ncc -Ms -O -D__LIBC__ -DL_fgets stdio.c -c -o fgets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fgets.o ncc -Ms -O -D__LIBC__ -DL_gets stdio.c -c -o gets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a gets.o ncc -Ms -O -D__LIBC__ -DL_fputs stdio.c -c -o fputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fputs.o ncc -Ms -O -D__LIBC__ -DL_puts stdio.c -c -o puts.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a puts.o ncc -Ms -O -D__LIBC__ -DL_fread stdio.c -c -o fread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fread.o ncc -Ms -O -D__LIBC__ -DL_fwrite stdio.c -c -o fwrite.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fwrite.o ncc -Ms -O -D__LIBC__ -DL_fopen stdio.c -c -o fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fopen.o ncc -Ms -O -D__LIBC__ -DL_fdopen stdio.c -c -o fdopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fdopen.o ncc -Ms -O -D__LIBC__ -DL_freopen stdio.c -c -o freopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a freopen.o ncc -Ms -O -D__LIBC__ -DL___fopen stdio.c -c -o __fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a __fopen.o ncc -Ms -O -D__LIBC__ -DL_fclose stdio.c -c -o fclose.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fclose.o ncc -Ms -O -D__LIBC__ -DL_fseek stdio.c -c -o fseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fseek.o ncc -Ms -O -D__LIBC__ -DL_rewind stdio.c -c -o rewind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a rewind.o ncc -Ms -O -D__LIBC__ -DL_ftell stdio.c -c -o ftell.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ftell.o ncc -Ms -O -D__LIBC__ -DL_setbuffer stdio.c -c -o setbuffer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a setbuffer.o ncc -Ms -O -D__LIBC__ -DL_setvbuf stdio.c -c -o setvbuf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a setvbuf.o ncc -Ms -O -D__LIBC__ -DL_ungetc stdio.c -c -o ungetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ungetc.o ncc -Ms -O -D__LIBC__ -DL_printf printf.c -c -o printf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a printf.o ncc -Ms -O -D__LIBC__ -DL_sprintf printf.c -c -o sprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a sprintf.o ncc -Ms -O -D__LIBC__ -DL_fprintf printf.c -c -o fprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fprintf.o ncc -Ms -O -D__LIBC__ -DL_vprintf printf.c -c -o vprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vprintf.o ncc -Ms -O -D__LIBC__ -DL_vsprintf printf.c -c -o vsprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vsprintf.o ncc -Ms -O -D__LIBC__ -DL_vfprintf printf.c -c -o vfprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vfprintf.o ncc -Ms -O -D__LIBC__ -DL_fp_print printf.c -c -o fp_print.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fp_print.o ncc -Ms -O -D__LIBC__ -DL_scanf scanf.c -c -o scanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a scanf.o ncc -Ms -O -D__LIBC__ -DL_sscanf scanf.c -c -o sscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a sscanf.o ncc -Ms -O -D__LIBC__ -DL_fscanf scanf.c -c -o fscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a fscanf.o ncc -Ms -O -D__LIBC__ -DL_vscanf scanf.c -c -o vscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vscanf.o ncc -Ms -O -D__LIBC__ -DL_vsscanf scanf.c -c -o vsscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vsscanf.o ncc -Ms -O -D__LIBC__ -DL_vfscanf scanf.c -c -o vfscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a vfscanf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' ncc -Ms -O -D__LIBC__ -DL_strlen string.c -c -o strlen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strlen.o ncc -Ms -O -D__LIBC__ -DL_strcat string.c -c -o strcat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strcat.o ncc -Ms -O -D__LIBC__ -DL_strcpy string.c -c -o strcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strcpy.o ncc -Ms -O -D__LIBC__ -DL_strcmp string.c -c -o strcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strcmp.o ncc -Ms -O -D__LIBC__ -DL_strncat string.c -c -o strncat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strncat.o ncc -Ms -O -D__LIBC__ -DL_strncpy string.c -c -o strncpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strncpy.o ncc -Ms -O -D__LIBC__ -DL_strncmp string.c -c -o strncmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strncmp.o ncc -Ms -O -D__LIBC__ -DL_strchr string.c -c -o strchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strchr.o ncc -Ms -O -D__LIBC__ -DL_strrchr string.c -c -o strrchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strrchr.o ncc -Ms -O -D__LIBC__ -DL_strdup string.c -c -o strdup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strdup.o ncc -Ms -O -D__LIBC__ -DL_memcpy string.c -c -o memcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a memcpy.o ncc -Ms -O -D__LIBC__ -DL_memccpy string.c -c -o memccpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a memccpy.o ncc -Ms -O -D__LIBC__ -DL_memchr string.c -c -o memchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a memchr.o ncc -Ms -O -D__LIBC__ -DL_memset string.c -c -o memset.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a memset.o ncc -Ms -O -D__LIBC__ -DL_memcmp string.c -c -o memcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a memcmp.o ncc -Ms -O -D__LIBC__ -DL_memmove string.c -c -o memmove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a memmove.o ncc -Ms -O -D__LIBC__ -DL_movedata string.c -c -o movedata.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a movedata.o ncc -Ms -O -D__LIBC__ -c -o strpbrk.o strpbrk.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strpbrk.o ncc -Ms -O -D__LIBC__ -c -o strsep.o strsep.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strsep.o ncc -Ms -O -D__LIBC__ -c -o strstr.o strstr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strstr.o ncc -Ms -O -D__LIBC__ -c -o strtok.o strtok.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strtok.o ncc -Ms -O -D__LIBC__ -c -o strcspn.o strcspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strcspn.o ncc -Ms -O -D__LIBC__ -c -o strspn.o strspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strspn.o ncc -Ms -O -D__LIBC__ -c -o strcasecmp.o strcasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strcasecmp.o ncc -Ms -O -D__LIBC__ -c -o strncasecmp.o strncasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a strncasecmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Ms -O -D__LIBC__ -c -o setjmp.o setjmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a setjmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' ncc -Ms -O -D__LIBC__ -c -o localtime.o localtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a localtime.o ncc -Ms -O -D__LIBC__ -c -o gmtime.o gmtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a gmtime.o ncc -Ms -O -D__LIBC__ -c -o asctime.o asctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a asctime.o ncc -Ms -O -D__LIBC__ -c -o ctime.o ctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a ctime.o ncc -Ms -O -D__LIBC__ -c -o asc_conv.o asc_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a asc_conv.o ncc -Ms -O -D__LIBC__ -c -o tm_conv.o tm_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_s.a tm_conv.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' cp -p libc/libc_s.a lib/libc_s.a sh libcompat lib/libc_s.a test -f bin/ncc make -C libc CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r PLATFORM=i86-DOS make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' ncc -Md -O -D__LIBC__ -c -o __ldivmod.o __ldivmod.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __ldivmod.o Creating archive file `/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a' ncc -Md -O -D__LIBC__ -DL___idiv bcc_int.c -c -o __idiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __idiv.o ncc -Md -O -D__LIBC__ -DL___idivu bcc_int.c -c -o __idivu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __idivu.o ncc -Md -O -D__LIBC__ -DL___imod bcc_int.c -c -o __imod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __imod.o ncc -Md -O -D__LIBC__ -DL___imodu bcc_int.c -c -o __imodu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __imodu.o ncc -Md -O -D__LIBC__ -DL___imul bcc_int.c -c -o __imul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __imul.o ncc -Md -O -D__LIBC__ -DL___isl bcc_int.c -c -o __isl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __isl.o ncc -Md -O -D__LIBC__ -DL___isr bcc_int.c -c -o __isr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __isr.o ncc -Md -O -D__LIBC__ -DL___isru bcc_int.c -c -o __isru.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __isru.o ncc -Md -O -D__LIBC__ -DL___laddl bcc_long.c -c -o __laddl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __laddl.o ncc -Md -O -D__LIBC__ -DL___landl bcc_long.c -c -o __landl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __landl.o ncc -Md -O -D__LIBC__ -DL___lcmpl bcc_long.c -c -o __lcmpl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lcmpl.o ncc -Md -O -D__LIBC__ -DL___lcoml bcc_long.c -c -o __lcoml.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lcoml.o ncc -Md -O -D__LIBC__ -DL___ldecl bcc_long.c -c -o __ldecl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __ldecl.o ncc -Md -O -D__LIBC__ -DL___ldivl bcc_long.c -c -o __ldivl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __ldivl.o ncc -Md -O -D__LIBC__ -DL___ldivul bcc_long.c -c -o __ldivul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __ldivul.o ncc -Md -O -D__LIBC__ -DL___leorl bcc_long.c -c -o __leorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __leorl.o ncc -Md -O -D__LIBC__ -DL___lincl bcc_long.c -c -o __lincl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lincl.o ncc -Md -O -D__LIBC__ -DL___lmodl bcc_long.c -c -o __lmodl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lmodl.o ncc -Md -O -D__LIBC__ -DL___lmodul bcc_long.c -c -o __lmodul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lmodul.o ncc -Md -O -D__LIBC__ -DL___lmull bcc_long.c -c -o __lmull.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lmull.o ncc -Md -O -D__LIBC__ -DL___lnegl bcc_long.c -c -o __lnegl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lnegl.o ncc -Md -O -D__LIBC__ -DL___lorl bcc_long.c -c -o __lorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lorl.o ncc -Md -O -D__LIBC__ -DL___lsll bcc_long.c -c -o __lsll.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lsll.o ncc -Md -O -D__LIBC__ -DL___lsrl bcc_long.c -c -o __lsrl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lsrl.o ncc -Md -O -D__LIBC__ -DL___lsrul bcc_long.c -c -o __lsrul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lsrul.o ncc -Md -O -D__LIBC__ -DL___lsubl bcc_long.c -c -o __lsubl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __lsubl.o ncc -Md -O -D__LIBC__ -DL___ltstl bcc_long.c -c -o __ltstl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __ltstl.o ncc -Md -O -D__LIBC__ -DL_errno heap.c -c -o errno.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a errno.o ncc -Md -O -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __brk_addr.o ncc -Md -O -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a sbrk.o ncc -Md -O -D__LIBC__ -DL_brk heap.c -c -o brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a brk.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/conio' ncc -Md -O -D__LIBC__ -DL_getch conio.c -c -o getch.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a getch.o ncc -Md -O -D__LIBC__ -DL_getche conio.c -c -o getche.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a getche.o ncc -Md -O -D__LIBC__ -DL_kbhit conio.c -c -o kbhit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a kbhit.o ncc -Md -O -D__LIBC__ -DL_putch conio.c -c -o putch.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a putch.o ncc -Md -O -D__LIBC__ -DL_cputs conio.c -c -o cputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a cputs.o ncc -Md -O -D__LIBC__ -DL_gotoxy conio.c -c -o gotoxy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a gotoxy.o ncc -c -ansi -Md -O -D__LIBC__ cprintf.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a cprintf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/conio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' ncc -Md -O -D__LIBC__ -c -o __assert.o __assert.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __assert.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' ncc -Md -O -D__LIBC__ -DL_malloc malloc.c -c -o malloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a malloc.o ncc -Md -O -D__LIBC__ -DL_alloca malloc.c -c -o alloca.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a alloca.o ncc -Md -O -D__LIBC__ -DL_free malloc.c -c -o free.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a free.o ncc -Md -O -D__LIBC__ -DL_calloc malloc.c -c -o calloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a calloc.o ncc -Md -O -D__LIBC__ -DL_realloc malloc.c -c -o realloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a realloc.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' ncc -Md -O -D__LIBC__ -DL_labs aliases.c -c -o labs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a labs.o ncc -Md -O -D__LIBC__ -DL_abs aliases.c -c -o abs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a abs.o ncc -Md -O -D__LIBC__ -DL_raise aliases.c -c -o raise.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a raise.o ncc -Md -O -D__LIBC__ -DL_bcopy aliases.c -c -o bcopy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a bcopy.o ncc -Md -O -D__LIBC__ -DL_bzero aliases.c -c -o bzero.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a bzero.o ncc -Md -O -D__LIBC__ -DL_bcmp aliases.c -c -o bcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a bcmp.o ncc -Md -O -D__LIBC__ -DL_index aliases.c -c -o index.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a index.o ncc -Md -O -D__LIBC__ -DL_rindex aliases.c -c -o rindex.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a rindex.o ncc -Md -O -D__LIBC__ -DL_remove aliases.c -c -o remove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a remove.o ncc -Md -O -D__LIBC__ -DL_creat aliases.c -c -o creat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a creat.o ncc -Md -O -D__LIBC__ -DL_on_exit atexit.c -c -o on_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a on_exit.o ncc -Md -O -D__LIBC__ -DL_atexit atexit.c -c -o atexit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a atexit.o ncc -Md -O -D__LIBC__ -DL___do_exit atexit.c -c -o __do_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __do_exit.o ncc -Md -O -D__LIBC__ -c -o atoi.o atoi.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a atoi.o ncc -Md -O -D__LIBC__ -c -o atol.o atol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a atol.o ncc -Md -O -D__LIBC__ -c -o ltoa.o ltoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ltoa.o ncc -Md -O -D__LIBC__ -c -o ltostr.o ltostr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ltostr.o ncc -Md -O -D__LIBC__ -c -o ctype.o ctype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ctype.o ncc -Md -O -D__LIBC__ -c -o ctypefn.o ctypefn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ctypefn.o ncc -Md -O -D__LIBC__ -c -o qsort.o qsort.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a qsort.o ncc -Md -O -D__LIBC__ -c -o bsearch.o bsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a bsearch.o ncc -Md -O -D__LIBC__ -c -o rand.o rand.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a rand.o ncc -Md -O -D__LIBC__ -c -o lsearch.o lsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a lsearch.o ncc -Md -O -D__LIBC__ -c -o getopt.o getopt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a getopt.o ncc -Md -O -D__LIBC__ -c -o itoa.o itoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a itoa.o ncc -Md -O -D__LIBC__ -c -o cputype.o cputype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a cputype.o ncc -c -ansi -Md -O -D__LIBC__ strtol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strtol.o ncc -c -ansi -Md -O -D__LIBC__ crypt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a crypt.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' ncc -Md -O -D__LIBC__ -DL_dos_start msdos.c -c -o dos_start.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_start.o ncc -Md -O -D__LIBC__ -DL___exterror msdos.c -c -o __exterror.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __exterror.o ncc -Md -O -D__LIBC__ -DL___mkargv msdos.c -c -o __mkargv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __mkargv.o ncc -Md -O -D__LIBC__ -DL___mkenvp msdos.c -c -o __mkenvp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __mkenvp.o ncc -Md -O -D__LIBC__ -DL_bdos msdos.c -c -o bdos.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a bdos.o ncc -Md -O -D__LIBC__ -DL_dos__fconv msdos.c -c -o dos__fconv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos__fconv.o ncc -Md -O -D__LIBC__ -DL_dos_abort msdos.c -c -o dos_abort.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_abort.o ncc -Md -O -D__LIBC__ -DL_dos_close msdos.c -c -o dos_close.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_close.o ncc -Md -O -D__LIBC__ -DL_dos_getmod msdos.c -c -o dos_getmod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_getmod.o ncc -Md -O -D__LIBC__ -DL_dos_getvect msdos.c -c -o dos_getvect.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_getvect.o ncc -Md -O -D__LIBC__ -DL_dos_isatty msdos.c -c -o dos_isatty.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_isatty.o ncc -Md -O -D__LIBC__ -DL_dos_lseek msdos.c -c -o dos_lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_lseek.o ncc -Md -O -D__LIBC__ -DL_dos_open msdos.c -c -o dos_open.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_open.o ncc -Md -O -D__LIBC__ -DL_dos_read msdos.c -c -o dos_read.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_read.o ncc -Md -O -D__LIBC__ -DL_dos_segalloc msdos.c -c -o dos_segalloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_segalloc.o ncc -Md -O -D__LIBC__ -DL_dos_segfree msdos.c -c -o dos_segfree.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_segfree.o ncc -Md -O -D__LIBC__ -DL_dos_setvect msdos.c -c -o dos_setvect.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_setvect.o ncc -Md -O -D__LIBC__ -DL_dos_stat msdos.c -c -o dos_stat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_stat.o ncc -Md -O -D__LIBC__ -DL_dos_unlink msdos.c -c -o dos_unlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_unlink.o ncc -Md -O -D__LIBC__ -DL_dos_write msdos.c -c -o dos_write.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a dos_write.o ncc -Md -O -D__LIBC__ -DL___seg_regs i86.c -c -o __seg_regs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __seg_regs.o ncc -Md -O -D__LIBC__ -DL___peek_es i86.c -c -o __peek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __peek_es.o ncc -Md -O -D__LIBC__ -DL___poke_es i86.c -c -o __poke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __poke_es.o ncc -Md -O -D__LIBC__ -DL___deek_es i86.c -c -o __deek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __deek_es.o ncc -Md -O -D__LIBC__ -DL___doke_es i86.c -c -o __doke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __doke_es.o ncc -Md -O -D__LIBC__ -DL___strnget_es i86.c -c -o __strnget_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __strnget_es.o ncc -Md -O -D__LIBC__ -DL___strchr_es i86.c -c -o __strchr_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __strchr_es.o ncc -Md -O -D__LIBC__ -DL___strlen_es i86.c -c -o __strlen_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __strlen_es.o ncc -Md -O -D__LIBC__ -DL_int86 i86.c -c -o int86.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a int86.o ncc -Md -O -D__LIBC__ -DL_int86x i86.c -c -o int86x.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a int86x.o ncc -Md -O -D__LIBC__ -DL_segread i86.c -c -o segread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a segread.o ncc -Md -O -D__LIBC__ -c -o time.o time.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a time.o ncc -Md -O -D__LIBC__ -c -o sound.o sound.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a sound.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' ncc -Md -O -D__LIBC__ -DL_regexp regexp.c -c -o regexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a regexp.o ncc -Md -O -D__LIBC__ -DL_regsub regsub.c -c -o regsub.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a regsub.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' ncc -Md -O -D__LIBC__ -DL__stdio_init stdio.c -c -o _stdio_init.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a _stdio_init.o ncc -Md -O -D__LIBC__ -DL_fputc stdio.c -c -o fputc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fputc.o ncc -Md -O -D__LIBC__ -DL_fgetc stdio.c -c -o fgetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fgetc.o ncc -Md -O -D__LIBC__ -DL_fflush stdio.c -c -o fflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fflush.o ncc -Md -O -D__LIBC__ -DL_fgets stdio.c -c -o fgets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fgets.o ncc -Md -O -D__LIBC__ -DL_gets stdio.c -c -o gets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a gets.o ncc -Md -O -D__LIBC__ -DL_fputs stdio.c -c -o fputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fputs.o ncc -Md -O -D__LIBC__ -DL_puts stdio.c -c -o puts.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a puts.o ncc -Md -O -D__LIBC__ -DL_fread stdio.c -c -o fread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fread.o ncc -Md -O -D__LIBC__ -DL_fwrite stdio.c -c -o fwrite.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fwrite.o ncc -Md -O -D__LIBC__ -DL_fopen stdio.c -c -o fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fopen.o ncc -Md -O -D__LIBC__ -DL_fdopen stdio.c -c -o fdopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fdopen.o ncc -Md -O -D__LIBC__ -DL_freopen stdio.c -c -o freopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a freopen.o ncc -Md -O -D__LIBC__ -DL___fopen stdio.c -c -o __fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a __fopen.o ncc -Md -O -D__LIBC__ -DL_fclose stdio.c -c -o fclose.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fclose.o ncc -Md -O -D__LIBC__ -DL_fseek stdio.c -c -o fseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fseek.o ncc -Md -O -D__LIBC__ -DL_rewind stdio.c -c -o rewind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a rewind.o ncc -Md -O -D__LIBC__ -DL_ftell stdio.c -c -o ftell.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ftell.o ncc -Md -O -D__LIBC__ -DL_setbuffer stdio.c -c -o setbuffer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a setbuffer.o ncc -Md -O -D__LIBC__ -DL_setvbuf stdio.c -c -o setvbuf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a setvbuf.o ncc -Md -O -D__LIBC__ -DL_ungetc stdio.c -c -o ungetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ungetc.o ncc -Md -O -D__LIBC__ -DL_printf printf.c -c -o printf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a printf.o ncc -Md -O -D__LIBC__ -DL_sprintf printf.c -c -o sprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a sprintf.o ncc -Md -O -D__LIBC__ -DL_fprintf printf.c -c -o fprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fprintf.o ncc -Md -O -D__LIBC__ -DL_vprintf printf.c -c -o vprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a vprintf.o ncc -Md -O -D__LIBC__ -DL_vsprintf printf.c -c -o vsprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a vsprintf.o ncc -Md -O -D__LIBC__ -DL_vfprintf printf.c -c -o vfprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a vfprintf.o ncc -Md -O -D__LIBC__ -DL_fp_print printf.c -c -o fp_print.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fp_print.o ncc -Md -O -D__LIBC__ -DL_scanf scanf.c -c -o scanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a scanf.o ncc -Md -O -D__LIBC__ -DL_sscanf scanf.c -c -o sscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a sscanf.o ncc -Md -O -D__LIBC__ -DL_fscanf scanf.c -c -o fscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a fscanf.o ncc -Md -O -D__LIBC__ -DL_vscanf scanf.c -c -o vscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a vscanf.o ncc -Md -O -D__LIBC__ -DL_vsscanf scanf.c -c -o vsscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a vsscanf.o ncc -Md -O -D__LIBC__ -DL_vfscanf scanf.c -c -o vfscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a vfscanf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' ncc -Md -O -D__LIBC__ -DL_strlen string.c -c -o strlen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strlen.o ncc -Md -O -D__LIBC__ -DL_strcat string.c -c -o strcat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strcat.o ncc -Md -O -D__LIBC__ -DL_strcpy string.c -c -o strcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strcpy.o ncc -Md -O -D__LIBC__ -DL_strcmp string.c -c -o strcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strcmp.o ncc -Md -O -D__LIBC__ -DL_strncat string.c -c -o strncat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strncat.o ncc -Md -O -D__LIBC__ -DL_strncpy string.c -c -o strncpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strncpy.o ncc -Md -O -D__LIBC__ -DL_strncmp string.c -c -o strncmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strncmp.o ncc -Md -O -D__LIBC__ -DL_strchr string.c -c -o strchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strchr.o ncc -Md -O -D__LIBC__ -DL_strrchr string.c -c -o strrchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strrchr.o ncc -Md -O -D__LIBC__ -DL_strdup string.c -c -o strdup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strdup.o ncc -Md -O -D__LIBC__ -DL_memcpy string.c -c -o memcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a memcpy.o ncc -Md -O -D__LIBC__ -DL_memccpy string.c -c -o memccpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a memccpy.o ncc -Md -O -D__LIBC__ -DL_memchr string.c -c -o memchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a memchr.o ncc -Md -O -D__LIBC__ -DL_memset string.c -c -o memset.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a memset.o ncc -Md -O -D__LIBC__ -DL_memcmp string.c -c -o memcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a memcmp.o ncc -Md -O -D__LIBC__ -DL_memmove string.c -c -o memmove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a memmove.o ncc -Md -O -D__LIBC__ -DL_movedata string.c -c -o movedata.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a movedata.o ncc -Md -O -D__LIBC__ -c -o strpbrk.o strpbrk.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strpbrk.o ncc -Md -O -D__LIBC__ -c -o strsep.o strsep.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strsep.o ncc -Md -O -D__LIBC__ -c -o strstr.o strstr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strstr.o ncc -Md -O -D__LIBC__ -c -o strtok.o strtok.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strtok.o ncc -Md -O -D__LIBC__ -c -o strcspn.o strcspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strcspn.o ncc -Md -O -D__LIBC__ -c -o strspn.o strspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strspn.o ncc -Md -O -D__LIBC__ -c -o strcasecmp.o strcasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strcasecmp.o ncc -Md -O -D__LIBC__ -c -o strncasecmp.o strncasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a strncasecmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Md -O -D__LIBC__ -c -o setjmp.o setjmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a setjmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' ncc -Md -O -D__LIBC__ -c -o localtime.o localtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a localtime.o ncc -Md -O -D__LIBC__ -c -o gmtime.o gmtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a gmtime.o ncc -Md -O -D__LIBC__ -c -o asctime.o asctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a asctime.o ncc -Md -O -D__LIBC__ -c -o ctime.o ctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a ctime.o ncc -Md -O -D__LIBC__ -c -o asc_conv.o asc_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a asc_conv.o ncc -Md -O -D__LIBC__ -c -o tm_conv.o tm_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libdos.a tm_conv.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' cp -p libc/libdos.a lib/libdos.a sh libcompat lib/libdos.a test -f bin/ncc make -C libc CC=ncc AR=ar86 ARFLAGS=r PLATFORM=i386-BCC make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' ncc -c -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -D__LIBC_VER__='"0.16.21"' -o crt3.o crt0.c transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___idiv bcc_i386.c -c -o __idiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __idiv.o Creating archive file `/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___idivu bcc_i386.c -c -o __idivu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __idivu.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___imod bcc_i386.c -c -o __imod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __imod.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___imodu bcc_i386.c -c -o __imodu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __imodu.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___imul bcc_i386.c -c -o __imul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __imul.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___isl bcc_i386.c -c -o __isl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __isl.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___isr bcc_i386.c -c -o __isr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __isr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___isru bcc_i386.c -c -o __isru.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __isru.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___divsi3 bcc_i386.c -c -o __divsi3.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __divsi3.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_errno heap.c -c -o errno.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a errno.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __brk_addr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sbrk.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_brk heap.c -c -o brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a brk.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' sh mktab.sh ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o error2.o error2.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a error2.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o perror.o perror.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a perror.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o sys_siglist.o sys_siglist.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sys_siglist.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o __assert.o __assert.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __assert.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/getent' ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o __getpwent.o __getpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __getpwent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o pwent.o pwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a pwent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getpwnam.o getpwnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpwnam.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getpwuid.o getpwuid.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpwuid.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o putpwent.o putpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a putpwent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getpw.o getpw.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpw.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o fgetpwent.o fgetpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fgetpwent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o __getgrent.o __getgrent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __getgrent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o grent.o grent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a grent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getgrnam.o getgrnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getgrnam.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getgrgid.o getgrgid.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getgrgid.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o fgetgrent.o fgetgrent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fgetgrent.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o initgroups.o initgroups.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a initgroups.o ncc -Ml -ansi -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o utent.o utent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a utent.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/getent' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/gtermcap' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o termcap.o termcap.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a termcap.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o tparam.o tparam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tparam.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/gtermcap' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/i386fp' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fadd.x -o fadd.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fadd.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fcomp.x -o fcomp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fcomp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fdiv.x -o fdiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fdiv.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fmul.x -o fmul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fmul.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fpbsr.x -o fpbsr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fpbsr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o fperr.o fperr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fperr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fperror.x -o fperror.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fperror.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fptoi.x -o fptoi.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fptoi.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fpushd.x -o fpushd.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fpushd.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fpulld.x -o fpulld.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fpulld.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fpushi.x -o fpushi.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fpushi.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fpushf.x -o fpushf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fpushf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fpullf.x -o fpullf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fpullf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c frexp.x -o frexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a frexp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c ftst.x -o ftst.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ftst.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c fabs.x -o fabs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fabs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c ldexp.x -o ldexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ldexp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ecvt.o ecvt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ecvt.o rm -f fadd.o fcomp.o fdiv.o fmul.o fpbsr.o fperr.o fperror.o fptoi.o fpushd.o fpulld.o fpushi.o fpushf.o fpullf.o frexp.o ftst.o fabs.o ldexp.o ecvt.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/i386fp' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/i386sys' sh mksyscall make -f syscall.mak LIBC="/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a" CFLAGS="-Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__" make[5]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/i386sys' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___exit syscall.c -c -o __exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __exit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fork syscall.c -c -o fork.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fork.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vfork syscall.c -c -o vfork.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vfork.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_read syscall.c -c -o read.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a read.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_write syscall.c -c -o write.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a write.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_open syscall.c -c -o open.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a open.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_close syscall.c -c -o close.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a close.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_waitpid syscall.c -c -o waitpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a waitpid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_creat syscall.c -c -o creat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a creat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_link syscall.c -c -o link.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a link.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_unlink syscall.c -c -o unlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a unlink.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_execve syscall.c -c -o execve.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a execve.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_chdir syscall.c -c -o chdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a chdir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_time syscall.c -c -o time.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a time.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___dv32_mknod syscall.c -c -o __dv32_mknod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __dv32_mknod.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_chmod syscall.c -c -o chmod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a chmod.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_chown syscall.c -c -o chown.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a chown.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_lseek syscall.c -c -o lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a lseek.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getpid syscall.c -c -o getpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_mount syscall.c -c -o mount.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a mount.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_umount syscall.c -c -o umount.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a umount.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setuid syscall.c -c -o setuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setuid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getuid syscall.c -c -o getuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getuid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_stime syscall.c -c -o stime.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a stime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ptrace syscall.c -c -o ptrace.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ptrace.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_alarm syscall.c -c -o alarm.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a alarm.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_pause syscall.c -c -o pause.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a pause.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_utime syscall.c -c -o utime.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a utime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_access syscall.c -c -o access.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a access.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_nice syscall.c -c -o nice.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a nice.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ftime syscall.c -c -o ftime.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ftime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sync syscall.c -c -o sync.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sync.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_kill syscall.c -c -o kill.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a kill.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_rename syscall.c -c -o rename.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a rename.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_mkdir syscall.c -c -o mkdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a mkdir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_rmdir syscall.c -c -o rmdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a rmdir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_dup syscall.c -c -o dup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a dup.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_pipe syscall.c -c -o pipe.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a pipe.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_times syscall.c -c -o times.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a times.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setgid syscall.c -c -o setgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setgid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getgid syscall.c -c -o getgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getgid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_signal syscall.c -c -o signal.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a signal.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_geteuid syscall.c -c -o geteuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a geteuid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getegid syscall.c -c -o getegid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getegid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_acct syscall.c -c -o acct.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a acct.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ioctl syscall.c -c -o ioctl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ioctl.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fcntl syscall.c -c -o fcntl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fcntl.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setpgid syscall.c -c -o setpgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setpgid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ulimit syscall.c -c -o ulimit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ulimit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_umask syscall.c -c -o umask.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a umask.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_chroot syscall.c -c -o chroot.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a chroot.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___dv32_ustat syscall.c -c -o __dv32_ustat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __dv32_ustat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_dup2 syscall.c -c -o dup2.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a dup2.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getppid syscall.c -c -o getppid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getppid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getpgrp syscall.c -c -o getpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpgrp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setsid syscall.c -c -o setsid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setsid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sigaction syscall.c -c -o sigaction.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sigaction.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_siggetmask syscall.c -c -o siggetmask.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a siggetmask.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sigsetmask syscall.c -c -o sigsetmask.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sigsetmask.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setreuid syscall.c -c -o setreuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setreuid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setregid syscall.c -c -o setregid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setregid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sigsuspend syscall.c -c -o sigsuspend.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sigsuspend.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sigpending syscall.c -c -o sigpending.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sigpending.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sethostname syscall.c -c -o sethostname.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sethostname.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setrlimit syscall.c -c -o setrlimit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setrlimit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getrlimit syscall.c -c -o getrlimit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getrlimit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getrusage syscall.c -c -o getrusage.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getrusage.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_gettimeofday syscall.c -c -o gettimeofday.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a gettimeofday.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_settimeofday syscall.c -c -o settimeofday.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a settimeofday.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getgroups syscall.c -c -o getgroups.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getgroups.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setgroups syscall.c -c -o setgroups.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setgroups.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___select syscall.c -c -o __select.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __select.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_symlink syscall.c -c -o symlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a symlink.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_readlink syscall.c -c -o readlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a readlink.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_uselib syscall.c -c -o uselib.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a uselib.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_swapon syscall.c -c -o swapon.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a swapon.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_reboot syscall.c -c -o reboot.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a reboot.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___readdir syscall.c -c -o __readdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __readdir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___mmap syscall.c -c -o __mmap.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __mmap.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_munmap syscall.c -c -o munmap.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a munmap.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_truncate syscall.c -c -o truncate.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a truncate.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ftruncate syscall.c -c -o ftruncate.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ftruncate.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fchmod syscall.c -c -o fchmod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fchmod.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fchown syscall.c -c -o fchown.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fchown.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getpriority syscall.c -c -o getpriority.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpriority.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setpriority syscall.c -c -o setpriority.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setpriority.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_statfs syscall.c -c -o statfs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a statfs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fstatfs syscall.c -c -o fstatfs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fstatfs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ioperm syscall.c -c -o ioperm.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ioperm.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___socketcall syscall.c -c -o __socketcall.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __socketcall.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setitimer syscall.c -c -o setitimer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setitimer.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getitimer syscall.c -c -o getitimer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getitimer.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___dv32_stat syscall.c -c -o __dv32_stat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __dv32_stat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___dv32_lstat syscall.c -c -o __dv32_lstat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __dv32_lstat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___dv32_fstat syscall.c -c -o __dv32_fstat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __dv32_fstat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_iopl syscall.c -c -o iopl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a iopl.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vhangup syscall.c -c -o vhangup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vhangup.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___vm86 syscall.c -c -o __vm86.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __vm86.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_wait4 syscall.c -c -o wait4.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a wait4.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_swapoff syscall.c -c -o swapoff.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a swapoff.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sysinfo syscall.c -c -o sysinfo.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sysinfo.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___ipc syscall.c -c -o __ipc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __ipc.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fsync syscall.c -c -o fsync.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fsync.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___sigreturn syscall.c -c -o __sigreturn.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __sigreturn.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_clone syscall.c -c -o clone.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a clone.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setdomainname syscall.c -c -o setdomainname.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setdomainname.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_uname syscall.c -c -o uname.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a uname.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_adjtimex syscall.c -c -o adjtimex.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a adjtimex.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_mprotect syscall.c -c -o mprotect.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a mprotect.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sigprocmask syscall.c -c -o sigprocmask.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sigprocmask.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_getpgid syscall.c -c -o getpgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getpgid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fchdir syscall.c -c -o fchdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fchdir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_bdflush syscall.c -c -o bdflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a bdflush.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sysfs syscall.c -c -o sysfs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sysfs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___personality syscall.c -c -o __personality.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __personality.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setfsuid syscall.c -c -o setfsuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setfsuid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setfsgid syscall.c -c -o setfsgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setfsgid.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___getdents syscall.c -c -o __getdents.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __getdents.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_flock syscall.c -c -o flock.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a flock.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_nanosleep syscall.c -c -o nanosleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a nanosleep.o make[5]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/i386sys' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___cstart3 cstartup.c -c -o __cstart3.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __cstart3.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_execl exec.c -c -o execl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a execl.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_execv exec.c -c -o execv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a execv.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_execle exec.c -c -o execle.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a execle.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_execlp exec.c -c -o execlp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a execlp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_execvp exec.c -c -o execvp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a execvp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_opendir dirent.c -c -o opendir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a opendir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_closedir dirent.c -c -o closedir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a closedir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_readdir dirent.c -c -o readdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a readdir.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o setjmp3.o setjmp3.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setjmp3.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/i386sys' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_malloc malloc.c -c -o malloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a malloc.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_alloca malloc.c -c -o alloca.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a alloca.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_free malloc.c -c -o free.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a free.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_calloc malloc.c -c -o calloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a calloc.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_realloc malloc.c -c -o realloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a realloc.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_labs aliases.c -c -o labs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a labs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_abs aliases.c -c -o abs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a abs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_raise aliases.c -c -o raise.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a raise.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_bcopy aliases.c -c -o bcopy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a bcopy.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_bzero aliases.c -c -o bzero.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a bzero.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_bcmp aliases.c -c -o bcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a bcmp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_index aliases.c -c -o index.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a index.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_rindex aliases.c -c -o rindex.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a rindex.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_remove aliases.c -c -o remove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a remove.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_on_exit atexit.c -c -o on_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a on_exit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_atexit atexit.c -c -o atexit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a atexit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___do_exit atexit.c -c -o __do_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __do_exit.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o atoi.o atoi.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a atoi.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o atol.o atol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a atol.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ltoa.o ltoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ltoa.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ltostr.o ltostr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ltostr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ctype.o ctype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ctype.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ctypefn.o ctypefn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ctypefn.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o qsort.o qsort.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a qsort.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o bsearch.o bsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a bsearch.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o rand.o rand.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a rand.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o lsearch.o lsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a lsearch.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getopt.o getopt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getopt.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o itoa.o itoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a itoa.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o cputype.o cputype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a cputype.o ncc -c -ansi -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ strtol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strtol.o ncc -c -ansi -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ crypt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a crypt.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getenv.o getenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getenv.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o putenv.o putenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a putenv.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o popen.o popen.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a popen.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o system.o system.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a system.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o setenv.o setenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setenv.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o getcwd.o getcwd.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a getcwd.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o tmpnam.o tmpnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tmpnam.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_abort syslib.c -c -o abort.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a abort.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_wait syslib.c -c -o wait.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a wait.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_wait3 syslib.c -c -o wait3.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a wait3.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_killpg syslib.c -c -o killpg.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a killpg.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setpgrp syslib.c -c -o setpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setpgrp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sleep syslib.c -c -o sleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sleep.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_usleep syslib.c -c -o usleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a usleep.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_mkfifo syslib.c -c -o mkfifo.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a mkfifo.o ncc -c -ansi -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ strtod.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strtod.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o atof.o atof.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a atof.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_regexp regexp.c -c -o regexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a regexp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_regsub regsub.c -c -o regsub.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a regsub.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL__stdio_init stdio.c -c -o _stdio_init.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a _stdio_init.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fputc stdio.c -c -o fputc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fputc.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fgetc stdio.c -c -o fgetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fgetc.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fflush stdio.c -c -o fflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fflush.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fgets stdio.c -c -o fgets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fgets.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_gets stdio.c -c -o gets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a gets.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fputs stdio.c -c -o fputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fputs.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_puts stdio.c -c -o puts.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a puts.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fread stdio.c -c -o fread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fread.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fwrite stdio.c -c -o fwrite.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fwrite.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fopen stdio.c -c -o fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fopen.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fdopen stdio.c -c -o fdopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fdopen.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_freopen stdio.c -c -o freopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a freopen.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL___fopen stdio.c -c -o __fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a __fopen.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fclose stdio.c -c -o fclose.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fclose.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fseek stdio.c -c -o fseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fseek.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_rewind stdio.c -c -o rewind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a rewind.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ftell stdio.c -c -o ftell.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ftell.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setbuffer stdio.c -c -o setbuffer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setbuffer.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_setvbuf stdio.c -c -o setvbuf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setvbuf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_ungetc stdio.c -c -o ungetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ungetc.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_printf printf.c -c -o printf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a printf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sprintf printf.c -c -o sprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sprintf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fprintf printf.c -c -o fprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fprintf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vprintf printf.c -c -o vprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vprintf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vsprintf printf.c -c -o vsprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vsprintf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vfprintf printf.c -c -o vfprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vfprintf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fp_print printf.c -c -o fp_print.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fp_print.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_scanf scanf.c -c -o scanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a scanf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_sscanf scanf.c -c -o sscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a sscanf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_fscanf scanf.c -c -o fscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a fscanf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vscanf scanf.c -c -o vscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vscanf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vsscanf scanf.c -c -o vsscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vsscanf.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_vfscanf scanf.c -c -o vfscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a vfscanf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strlen string.c -c -o strlen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strlen.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strcat string.c -c -o strcat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strcat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strcpy string.c -c -o strcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strcpy.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strcmp string.c -c -o strcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strcmp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strncat string.c -c -o strncat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strncat.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strncpy string.c -c -o strncpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strncpy.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strncmp string.c -c -o strncmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strncmp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strchr string.c -c -o strchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strchr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strrchr string.c -c -o strrchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strrchr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_strdup string.c -c -o strdup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strdup.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_memcpy string.c -c -o memcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a memcpy.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_memccpy string.c -c -o memccpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a memccpy.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_memchr string.c -c -o memchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a memchr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_memset string.c -c -o memset.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a memset.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_memcmp string.c -c -o memcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a memcmp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_memmove string.c -c -o memmove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a memmove.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_movedata string.c -c -o movedata.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a movedata.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strpbrk.o strpbrk.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strpbrk.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strsep.o strsep.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strsep.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strstr.o strstr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strstr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strtok.o strtok.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strtok.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strcspn.o strcspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strcspn.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strspn.o strspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strspn.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strcasecmp.o strcasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strcasecmp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o strncasecmp.o strncasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a strncasecmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o setjmp.o setjmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a setjmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/termios' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcsetattr termios.c -c -o tcsetattr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcsetattr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcgetattr termios.c -c -o tcgetattr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcgetattr.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcdrain termios.c -c -o tcdrain.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcdrain.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcflow termios.c -c -o tcflow.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcflow.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcflush termios.c -c -o tcflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcflush.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcsendbreak termios.c -c -o tcsendbreak.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcsendbreak.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcsetpgrp termios.c -c -o tcsetpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcsetpgrp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_tcgetpgrp termios.c -c -o tcgetpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tcgetpgrp.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_isatty termios.c -c -o isatty.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a isatty.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_cfgetospeed termios.c -c -o cfgetospeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a cfgetospeed.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_cfgetispeed termios.c -c -o cfgetispeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a cfgetispeed.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_cfsetospeed termios.c -c -o cfsetospeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a cfsetospeed.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_cfsetispeed termios.c -c -o cfsetispeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a cfsetispeed.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -DL_cfmakeraw termios.c -c -o cfmakeraw.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a cfmakeraw.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ttyname.o ttyname.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ttyname.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/termios' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o localtime.o localtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a localtime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o gmtime.o gmtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a gmtime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o asctime.o asctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a asctime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o ctime.o ctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a ctime.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o asc_conv.o asc_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a asc_conv.o ncc -Ml -I -I/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/include -D__LIBC__ -c -o tm_conv.o tm_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc3.a tm_conv.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' cp -p libc/crt3.o lib/i386/crt0.o cp -p libc/libc3.a lib/i386/libc.a sh libcompat lib/i386/libc.a test -f bin/ncc make -C libc CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r PLATFORM=i86-FAST make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/kinclude' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' transfer: make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' ncc -Mf -O -D__LIBC__ -c -o __ldivmod.o __ldivmod.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __ldivmod.o Creating archive file `/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a' ncc -Mf -O -D__LIBC__ -DL___idiv bcc_int.c -c -o __idiv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __idiv.o ncc -Mf -O -D__LIBC__ -DL___idivu bcc_int.c -c -o __idivu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __idivu.o ncc -Mf -O -D__LIBC__ -DL___imod bcc_int.c -c -o __imod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __imod.o ncc -Mf -O -D__LIBC__ -DL___imodu bcc_int.c -c -o __imodu.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __imodu.o ncc -Mf -O -D__LIBC__ -DL___imul bcc_int.c -c -o __imul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __imul.o ncc -Mf -O -D__LIBC__ -DL___isl bcc_int.c -c -o __isl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __isl.o ncc -Mf -O -D__LIBC__ -DL___isr bcc_int.c -c -o __isr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __isr.o ncc -Mf -O -D__LIBC__ -DL___isru bcc_int.c -c -o __isru.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __isru.o ncc -Mf -O -D__LIBC__ -DL___laddl bcc_long.c -c -o __laddl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __laddl.o ncc -Mf -O -D__LIBC__ -DL___landl bcc_long.c -c -o __landl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __landl.o ncc -Mf -O -D__LIBC__ -DL___lcmpl bcc_long.c -c -o __lcmpl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lcmpl.o ncc -Mf -O -D__LIBC__ -DL___lcoml bcc_long.c -c -o __lcoml.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lcoml.o ncc -Mf -O -D__LIBC__ -DL___ldecl bcc_long.c -c -o __ldecl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __ldecl.o ncc -Mf -O -D__LIBC__ -DL___ldivl bcc_long.c -c -o __ldivl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __ldivl.o ncc -Mf -O -D__LIBC__ -DL___ldivul bcc_long.c -c -o __ldivul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __ldivul.o ncc -Mf -O -D__LIBC__ -DL___leorl bcc_long.c -c -o __leorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __leorl.o ncc -Mf -O -D__LIBC__ -DL___lincl bcc_long.c -c -o __lincl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lincl.o ncc -Mf -O -D__LIBC__ -DL___lmodl bcc_long.c -c -o __lmodl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lmodl.o ncc -Mf -O -D__LIBC__ -DL___lmodul bcc_long.c -c -o __lmodul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lmodul.o ncc -Mf -O -D__LIBC__ -DL___lmull bcc_long.c -c -o __lmull.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lmull.o ncc -Mf -O -D__LIBC__ -DL___lnegl bcc_long.c -c -o __lnegl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lnegl.o ncc -Mf -O -D__LIBC__ -DL___lorl bcc_long.c -c -o __lorl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lorl.o ncc -Mf -O -D__LIBC__ -DL___lsll bcc_long.c -c -o __lsll.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lsll.o ncc -Mf -O -D__LIBC__ -DL___lsrl bcc_long.c -c -o __lsrl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lsrl.o ncc -Mf -O -D__LIBC__ -DL___lsrul bcc_long.c -c -o __lsrul.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lsrul.o ncc -Mf -O -D__LIBC__ -DL___lsubl bcc_long.c -c -o __lsubl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lsubl.o ncc -Mf -O -D__LIBC__ -DL___ltstl bcc_long.c -c -o __ltstl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __ltstl.o ncc -Mf -O -D__LIBC__ -DL_errno heap.c -c -o errno.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a errno.o ncc -Mf -O -D__LIBC__ -DL___brk_addr heap.c -c -o __brk_addr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __brk_addr.o ncc -Mf -O -D__LIBC__ -DL_sbrk heap.c -c -o sbrk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sbrk.o ncc -Mf -O -D__LIBC__ -DL_brk heap.c -c -o brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a brk.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/bcc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' ncc -Mf -O -D__LIBC__ -c -o error.o error.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a error.o ncc -Mf -O -D__LIBC__ -c -o sys_errlist.o sys_errlist.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sys_errlist.o ncc -Mf -O -D__LIBC__ -c -o perror.o perror.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a perror.o ncc -Mf -O -D__LIBC__ -c -o sys_siglist.o sys_siglist.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sys_siglist.o ncc -Mf -O -D__LIBC__ -c -o __assert.o __assert.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __assert.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/error' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/getent' ncc -Mf -ansi -O -D__LIBC__ -c -o __getpwent.o __getpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __getpwent.o ncc -Mf -ansi -O -D__LIBC__ -c -o pwent.o pwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a pwent.o ncc -Mf -ansi -O -D__LIBC__ -c -o getpwnam.o getpwnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getpwnam.o ncc -Mf -ansi -O -D__LIBC__ -c -o getpwuid.o getpwuid.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getpwuid.o ncc -Mf -ansi -O -D__LIBC__ -c -o putpwent.o putpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a putpwent.o ncc -Mf -ansi -O -D__LIBC__ -c -o getpw.o getpw.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getpw.o ncc -Mf -ansi -O -D__LIBC__ -c -o fgetpwent.o fgetpwent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fgetpwent.o ncc -Mf -ansi -O -D__LIBC__ -c -o __getgrent.o __getgrent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __getgrent.o ncc -Mf -ansi -O -D__LIBC__ -c -o grent.o grent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a grent.o ncc -Mf -ansi -O -D__LIBC__ -c -o getgrnam.o getgrnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getgrnam.o ncc -Mf -ansi -O -D__LIBC__ -c -o getgrgid.o getgrgid.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getgrgid.o ncc -Mf -ansi -O -D__LIBC__ -c -o fgetgrent.o fgetgrent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fgetgrent.o ncc -Mf -ansi -O -D__LIBC__ -c -o initgroups.o initgroups.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a initgroups.o ncc -Mf -ansi -O -D__LIBC__ -c -o utent.o utent.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a utent.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/getent' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/gtermcap' ncc -Mf -O -D__LIBC__ -c -o termcap.o termcap.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a termcap.o ncc -Mf -O -D__LIBC__ -c -o tparam.o tparam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tparam.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/gtermcap' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' ncc -Mf -O -D__LIBC__ -DL_malloc malloc.c -c -o malloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a malloc.o ncc -Mf -O -D__LIBC__ -DL_alloca malloc.c -c -o alloca.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a alloca.o ncc -Mf -O -D__LIBC__ -DL_free malloc.c -c -o free.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a free.o ncc -Mf -O -D__LIBC__ -DL_calloc malloc.c -c -o calloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a calloc.o ncc -Mf -O -D__LIBC__ -DL_realloc malloc.c -c -o realloc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a realloc.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/malloc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' ncc -Mf -O -D__LIBC__ -DL_labs aliases.c -c -o labs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a labs.o ncc -Mf -O -D__LIBC__ -DL_abs aliases.c -c -o abs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a abs.o ncc -Mf -O -D__LIBC__ -DL_raise aliases.c -c -o raise.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a raise.o ncc -Mf -O -D__LIBC__ -DL_bcopy aliases.c -c -o bcopy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a bcopy.o ncc -Mf -O -D__LIBC__ -DL_bzero aliases.c -c -o bzero.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a bzero.o ncc -Mf -O -D__LIBC__ -DL_bcmp aliases.c -c -o bcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a bcmp.o ncc -Mf -O -D__LIBC__ -DL_index aliases.c -c -o index.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a index.o ncc -Mf -O -D__LIBC__ -DL_rindex aliases.c -c -o rindex.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a rindex.o ncc -Mf -O -D__LIBC__ -DL_remove aliases.c -c -o remove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a remove.o ncc -Mf -O -D__LIBC__ -DL_creat aliases.c -c -o creat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a creat.o ncc -Mf -O -D__LIBC__ -DL_on_exit atexit.c -c -o on_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a on_exit.o ncc -Mf -O -D__LIBC__ -DL_atexit atexit.c -c -o atexit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a atexit.o ncc -Mf -O -D__LIBC__ -DL___do_exit atexit.c -c -o __do_exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __do_exit.o ncc -Mf -O -D__LIBC__ -c -o atoi.o atoi.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a atoi.o ncc -Mf -O -D__LIBC__ -c -o atol.o atol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a atol.o ncc -Mf -O -D__LIBC__ -c -o ltoa.o ltoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ltoa.o ncc -Mf -O -D__LIBC__ -c -o ltostr.o ltostr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ltostr.o ncc -Mf -O -D__LIBC__ -c -o ctype.o ctype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ctype.o ncc -Mf -O -D__LIBC__ -c -o ctypefn.o ctypefn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ctypefn.o ncc -Mf -O -D__LIBC__ -c -o qsort.o qsort.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a qsort.o ncc -Mf -O -D__LIBC__ -c -o bsearch.o bsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a bsearch.o ncc -Mf -O -D__LIBC__ -c -o rand.o rand.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a rand.o ncc -Mf -O -D__LIBC__ -c -o lsearch.o lsearch.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a lsearch.o ncc -Mf -O -D__LIBC__ -c -o getopt.o getopt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getopt.o ncc -Mf -O -D__LIBC__ -c -o itoa.o itoa.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a itoa.o ncc -Mf -O -D__LIBC__ -c -o cputype.o cputype.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a cputype.o ncc -c -ansi -Mf -O -D__LIBC__ strtol.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strtol.o ncc -c -ansi -Mf -O -D__LIBC__ crypt.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a crypt.o ncc -Mf -O -D__LIBC__ -c -o getenv.o getenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getenv.o ncc -Mf -O -D__LIBC__ -c -o putenv.o putenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a putenv.o ncc -Mf -O -D__LIBC__ -c -o popen.o popen.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a popen.o ncc -Mf -O -D__LIBC__ -c -o system.o system.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a system.o ncc -Mf -O -D__LIBC__ -c -o setenv.o setenv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setenv.o ncc -Mf -O -D__LIBC__ -c -o getcwd.o getcwd.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getcwd.o ncc -Mf -O -D__LIBC__ -c -o tmpnam.o tmpnam.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tmpnam.o ncc -Mf -O -D__LIBC__ -DL_time syslib.c -c -o time.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a time.o ncc -Mf -O -D__LIBC__ -DL_abort syslib.c -c -o abort.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a abort.o ncc -Mf -O -D__LIBC__ -DL_wait syslib.c -c -o wait.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a wait.o ncc -Mf -O -D__LIBC__ -DL_wait3 syslib.c -c -o wait3.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a wait3.o ncc -Mf -O -D__LIBC__ -DL_waitpid syslib.c -c -o waitpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a waitpid.o ncc -Mf -O -D__LIBC__ -DL_killpg syslib.c -c -o killpg.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a killpg.o ncc -Mf -O -D__LIBC__ -DL_setpgrp syslib.c -c -o setpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setpgrp.o ncc -Mf -O -D__LIBC__ -DL_sleep syslib.c -c -o sleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sleep.o ncc -Mf -O -D__LIBC__ -DL_usleep syslib.c -c -o usleep.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a usleep.o ncc -Mf -O -D__LIBC__ -DL_mkfifo syslib.c -c -o mkfifo.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a mkfifo.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/misc' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' ncc -Mf -O -D__LIBC__ -DL___seg_regs i86.c -c -o __seg_regs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __seg_regs.o ncc -Mf -O -D__LIBC__ -DL___peek_es i86.c -c -o __peek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __peek_es.o ncc -Mf -O -D__LIBC__ -DL___poke_es i86.c -c -o __poke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __poke_es.o ncc -Mf -O -D__LIBC__ -DL___deek_es i86.c -c -o __deek_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __deek_es.o ncc -Mf -O -D__LIBC__ -DL___doke_es i86.c -c -o __doke_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __doke_es.o ncc -Mf -O -D__LIBC__ -DL___strnget_es i86.c -c -o __strnget_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __strnget_es.o ncc -Mf -O -D__LIBC__ -DL___strchr_es i86.c -c -o __strchr_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __strchr_es.o ncc -Mf -O -D__LIBC__ -DL___strlen_es i86.c -c -o __strlen_es.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __strlen_es.o ncc -Mf -O -D__LIBC__ -DL_int86 i86.c -c -o int86.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a int86.o ncc -Mf -O -D__LIBC__ -DL_int86x i86.c -c -o int86x.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a int86x.o ncc -Mf -O -D__LIBC__ -DL_segread i86.c -c -o segread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a segread.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/msdos' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' ncc -Mf -O -D__LIBC__ -DL_regexp regexp.c -c -o regexp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a regexp.o ncc -Mf -O -D__LIBC__ -DL_regsub regsub.c -c -o regsub.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a regsub.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/regexp' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' ncc -Mf -O -D__LIBC__ -DL__stdio_init stdio.c -c -o _stdio_init.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a _stdio_init.o ncc -Mf -O -D__LIBC__ -DL_fputc stdio.c -c -o fputc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fputc.o ncc -Mf -O -D__LIBC__ -DL_fgetc stdio.c -c -o fgetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fgetc.o ncc -Mf -O -D__LIBC__ -DL_fflush stdio.c -c -o fflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fflush.o ncc -Mf -O -D__LIBC__ -DL_fgets stdio.c -c -o fgets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fgets.o ncc -Mf -O -D__LIBC__ -DL_gets stdio.c -c -o gets.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a gets.o ncc -Mf -O -D__LIBC__ -DL_fputs stdio.c -c -o fputs.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fputs.o ncc -Mf -O -D__LIBC__ -DL_puts stdio.c -c -o puts.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a puts.o ncc -Mf -O -D__LIBC__ -DL_fread stdio.c -c -o fread.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fread.o ncc -Mf -O -D__LIBC__ -DL_fwrite stdio.c -c -o fwrite.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fwrite.o ncc -Mf -O -D__LIBC__ -DL_fopen stdio.c -c -o fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fopen.o ncc -Mf -O -D__LIBC__ -DL_fdopen stdio.c -c -o fdopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fdopen.o ncc -Mf -O -D__LIBC__ -DL_freopen stdio.c -c -o freopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a freopen.o ncc -Mf -O -D__LIBC__ -DL___fopen stdio.c -c -o __fopen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __fopen.o ncc -Mf -O -D__LIBC__ -DL_fclose stdio.c -c -o fclose.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fclose.o ncc -Mf -O -D__LIBC__ -DL_fseek stdio.c -c -o fseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fseek.o ncc -Mf -O -D__LIBC__ -DL_rewind stdio.c -c -o rewind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a rewind.o ncc -Mf -O -D__LIBC__ -DL_ftell stdio.c -c -o ftell.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ftell.o ncc -Mf -O -D__LIBC__ -DL_setbuffer stdio.c -c -o setbuffer.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setbuffer.o ncc -Mf -O -D__LIBC__ -DL_setvbuf stdio.c -c -o setvbuf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setvbuf.o ncc -Mf -O -D__LIBC__ -DL_ungetc stdio.c -c -o ungetc.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ungetc.o ncc -Mf -O -D__LIBC__ -DL_printf printf.c -c -o printf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a printf.o ncc -Mf -O -D__LIBC__ -DL_sprintf printf.c -c -o sprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sprintf.o ncc -Mf -O -D__LIBC__ -DL_fprintf printf.c -c -o fprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fprintf.o ncc -Mf -O -D__LIBC__ -DL_vprintf printf.c -c -o vprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vprintf.o ncc -Mf -O -D__LIBC__ -DL_vsprintf printf.c -c -o vsprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vsprintf.o ncc -Mf -O -D__LIBC__ -DL_vfprintf printf.c -c -o vfprintf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vfprintf.o ncc -Mf -O -D__LIBC__ -DL_fp_print printf.c -c -o fp_print.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fp_print.o ncc -Mf -O -D__LIBC__ -DL_scanf scanf.c -c -o scanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a scanf.o ncc -Mf -O -D__LIBC__ -DL_sscanf scanf.c -c -o sscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sscanf.o ncc -Mf -O -D__LIBC__ -DL_fscanf scanf.c -c -o fscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fscanf.o ncc -Mf -O -D__LIBC__ -DL_vscanf scanf.c -c -o vscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vscanf.o ncc -Mf -O -D__LIBC__ -DL_vsscanf scanf.c -c -o vsscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vsscanf.o ncc -Mf -O -D__LIBC__ -DL_vfscanf scanf.c -c -o vfscanf.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vfscanf.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/stdio' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' ncc -Mf -O -D__LIBC__ -DL_strlen string.c -c -o strlen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strlen.o ncc -Mf -O -D__LIBC__ -DL_strcat string.c -c -o strcat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strcat.o ncc -Mf -O -D__LIBC__ -DL_strcpy string.c -c -o strcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strcpy.o ncc -Mf -O -D__LIBC__ -DL_strcmp string.c -c -o strcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strcmp.o ncc -Mf -O -D__LIBC__ -DL_strncat string.c -c -o strncat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strncat.o ncc -Mf -O -D__LIBC__ -DL_strncpy string.c -c -o strncpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strncpy.o ncc -Mf -O -D__LIBC__ -DL_strncmp string.c -c -o strncmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strncmp.o ncc -Mf -O -D__LIBC__ -DL_strchr string.c -c -o strchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strchr.o ncc -Mf -O -D__LIBC__ -DL_strrchr string.c -c -o strrchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strrchr.o ncc -Mf -O -D__LIBC__ -DL_strdup string.c -c -o strdup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strdup.o ncc -Mf -O -D__LIBC__ -DL_memcpy string.c -c -o memcpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a memcpy.o ncc -Mf -O -D__LIBC__ -DL_memccpy string.c -c -o memccpy.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a memccpy.o ncc -Mf -O -D__LIBC__ -DL_memchr string.c -c -o memchr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a memchr.o ncc -Mf -O -D__LIBC__ -DL_memset string.c -c -o memset.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a memset.o ncc -Mf -O -D__LIBC__ -DL_memcmp string.c -c -o memcmp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a memcmp.o ncc -Mf -O -D__LIBC__ -DL_memmove string.c -c -o memmove.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a memmove.o ncc -Mf -O -D__LIBC__ -DL_movedata string.c -c -o movedata.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a movedata.o ncc -Mf -O -D__LIBC__ -c -o strpbrk.o strpbrk.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strpbrk.o ncc -Mf -O -D__LIBC__ -c -o strsep.o strsep.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strsep.o ncc -Mf -O -D__LIBC__ -c -o strstr.o strstr.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strstr.o ncc -Mf -O -D__LIBC__ -c -o strtok.o strtok.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strtok.o ncc -Mf -O -D__LIBC__ -c -o strcspn.o strcspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strcspn.o ncc -Mf -O -D__LIBC__ -c -o strspn.o strspn.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strspn.o ncc -Mf -O -D__LIBC__ -c -o strcasecmp.o strcasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strcasecmp.o ncc -Mf -O -D__LIBC__ -c -o strncasecmp.o strncasecmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a strncasecmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/string' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' make -f syscall.mak LIBC="/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a" CFLAGS="-Mf -O -D__LIBC__" make[5]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Mf -O -D__LIBC__ -DL___syscall syscall.c -c -o __syscall.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __syscall.o ncc -Mf -O -D__LIBC__ -DL___syscall4 syscall.c -c -o __syscall4.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __syscall4.o ncc -Mf -O -D__LIBC__ -DL___exit syscall.c -c -o __exit.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __exit.o ncc -Mf -O -D__LIBC__ -DL_fork syscall.c -c -o fork.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fork.o ncc -Mf -O -D__LIBC__ -DL_read syscall.c -c -o read.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a read.o ncc -Mf -O -D__LIBC__ -DL_write syscall.c -c -o write.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a write.o ncc -Mf -O -D__LIBC__ -DL_open syscall.c -c -o open.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a open.o ncc -Mf -O -D__LIBC__ -DL_close syscall.c -c -o close.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a close.o ncc -Mf -O -D__LIBC__ -DL_wait4 syscall.c -c -o wait4.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a wait4.o ncc -Mf -O -D__LIBC__ -DL_link syscall.c -c -o link.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a link.o ncc -Mf -O -D__LIBC__ -DL_unlink syscall.c -c -o unlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a unlink.o ncc -Mf -O -D__LIBC__ -DL___execve syscall.c -c -o __execve.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __execve.o ncc -Mf -O -D__LIBC__ -DL_chdir syscall.c -c -o chdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a chdir.o ncc -Mf -O -D__LIBC__ -DL_mknod syscall.c -c -o mknod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a mknod.o ncc -Mf -O -D__LIBC__ -DL_chmod syscall.c -c -o chmod.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a chmod.o ncc -Mf -O -D__LIBC__ -DL_chown syscall.c -c -o chown.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a chown.o ncc -Mf -O -D__LIBC__ -DL___brk syscall.c -c -o __brk.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __brk.o ncc -Mf -O -D__LIBC__ -DL_stat syscall.c -c -o stat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a stat.o ncc -Mf -O -D__LIBC__ -DL___lseek syscall.c -c -o __lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __lseek.o ncc -Mf -O -D__LIBC__ -DL___getpid syscall.c -c -o __getpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __getpid.o ncc -Mf -O -D__LIBC__ -DL_mount syscall.c -c -o mount.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a mount.o ncc -Mf -O -D__LIBC__ -DL_umount syscall.c -c -o umount.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a umount.o ncc -Mf -O -D__LIBC__ -DL_setuid syscall.c -c -o setuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setuid.o ncc -Mf -O -D__LIBC__ -DL___getuid syscall.c -c -o __getuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __getuid.o ncc -Mf -O -D__LIBC__ -DL_alarm syscall.c -c -o alarm.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a alarm.o ncc -Mf -O -D__LIBC__ -DL_fstat syscall.c -c -o fstat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fstat.o ncc -Mf -O -D__LIBC__ -DL_pause syscall.c -c -o pause.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a pause.o ncc -Mf -O -D__LIBC__ -DL_utime syscall.c -c -o utime.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a utime.o ncc -Mf -O -D__LIBC__ -DL_chroot syscall.c -c -o chroot.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a chroot.o ncc -Mf -O -D__LIBC__ -DL_vfork syscall.c -c -o vfork.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a vfork.o ncc -Mf -O -D__LIBC__ -DL_access syscall.c -c -o access.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a access.o ncc -Mf -O -D__LIBC__ -DL_nice syscall.c -c -o nice.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a nice.o ncc -Mf -O -D__LIBC__ -DL_sync syscall.c -c -o sync.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a sync.o ncc -Mf -O -D__LIBC__ -DL_kill syscall.c -c -o kill.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a kill.o ncc -Mf -O -D__LIBC__ -DL_rename syscall.c -c -o rename.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a rename.o ncc -Mf -O -D__LIBC__ -DL_mkdir syscall.c -c -o mkdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a mkdir.o ncc -Mf -O -D__LIBC__ -DL_rmdir syscall.c -c -o rmdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a rmdir.o ncc -Mf -O -D__LIBC__ -DL_dup syscall.c -c -o dup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a dup.o ncc -Mf -O -D__LIBC__ -DL_pipe syscall.c -c -o pipe.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a pipe.o ncc -Mf -O -D__LIBC__ -DL___times syscall.c -c -o __times.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __times.o ncc -Mf -O -D__LIBC__ -DL_dup2 syscall.c -c -o dup2.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a dup2.o ncc -Mf -O -D__LIBC__ -DL_setgid syscall.c -c -o setgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setgid.o ncc -Mf -O -D__LIBC__ -DL___getgid syscall.c -c -o __getgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __getgid.o ncc -Mf -O -D__LIBC__ -DL___signal syscall.c -c -o __signal.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __signal.o ncc -Mf -O -D__LIBC__ -DL_fcntl syscall.c -c -o fcntl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fcntl.o ncc -Mf -O -D__LIBC__ -DL_ioctl syscall.c -c -o ioctl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ioctl.o ncc -Mf -O -D__LIBC__ -DL_reboot syscall.c -c -o reboot.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a reboot.o ncc -Mf -O -D__LIBC__ -DL_lstat syscall.c -c -o lstat.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a lstat.o ncc -Mf -O -D__LIBC__ -DL_symlink syscall.c -c -o symlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a symlink.o ncc -Mf -O -D__LIBC__ -DL_readlink syscall.c -c -o readlink.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a readlink.o ncc -Mf -O -D__LIBC__ -DL_umask syscall.c -c -o umask.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a umask.o ncc -Mf -O -D__LIBC__ -DL_settimeofday syscall.c -c -o settimeofday.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a settimeofday.o ncc -Mf -O -D__LIBC__ -DL_gettimeofday syscall.c -c -o gettimeofday.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a gettimeofday.o ncc -Mf -O -D__LIBC__ -DL_select syscall.c -c -o select.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a select.o ncc -Mf -O -D__LIBC__ -DL___readdir syscall.c -c -o __readdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __readdir.o ncc -Mf -O -D__LIBC__ -DL_fchown syscall.c -c -o fchown.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a fchown.o ncc -Mf -O -D__LIBC__ -DL_dlload syscall.c -c -o dlload.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a dlload.o ncc -Mf -O -D__LIBC__ -DL_setsid syscall.c -c -o setsid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setsid.o ncc -Mf -O -D__LIBC__ -DL_socket syscall.c -c -o socket.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a socket.o ncc -Mf -O -D__LIBC__ -DL_bind syscall.c -c -o bind.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a bind.o ncc -Mf -O -D__LIBC__ -DL_listen syscall.c -c -o listen.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a listen.o ncc -Mf -O -D__LIBC__ -DL_accept syscall.c -c -o accept.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a accept.o ncc -Mf -O -D__LIBC__ -DL_connect syscall.c -c -o connect.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a connect.o ncc -Mf -O -D__LIBC__ -DL_knlvsn syscall.c -c -o knlvsn.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a knlvsn.o make[5]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' ncc -Mf -O -D__LIBC__ -DL___cstartup syslib0.c -c -o __cstartup.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a __cstartup.o ncc -Mf -O -D__LIBC__ -DL_lseek syslib0.c -c -o lseek.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a lseek.o ncc -Mf -O -D__LIBC__ -DL_getpid syslib0.c -c -o getpid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getpid.o ncc -Mf -O -D__LIBC__ -DL_getppid syslib0.c -c -o getppid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getppid.o ncc -Mf -O -D__LIBC__ -DL_getuid syslib0.c -c -o getuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getuid.o ncc -Mf -O -D__LIBC__ -DL_geteuid syslib0.c -c -o geteuid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a geteuid.o ncc -Mf -O -D__LIBC__ -DL_getgid syslib0.c -c -o getgid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getgid.o ncc -Mf -O -D__LIBC__ -DL_getegid syslib0.c -c -o getegid.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getegid.o ncc -Mf -O -D__LIBC__ -DL_getpgrp syslib0.c -c -o getpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a getpgrp.o ncc -Mf -O -D__LIBC__ -DL_times syslib0.c -c -o times.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a times.o ncc -Mf -O -D__LIBC__ -DL_opendir dirent.c -c -o opendir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a opendir.o ncc -Mf -O -D__LIBC__ -DL_closedir dirent.c -c -o closedir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a closedir.o ncc -Mf -O -D__LIBC__ -DL_readdir dirent.c -c -o readdir.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a readdir.o ncc -Mf -O -D__LIBC__ -DL_execve exec.c -c -o execve.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a execve.o ncc -Mf -O -D__LIBC__ -DL_execl exec.c -c -o execl.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a execl.o ncc -Mf -O -D__LIBC__ -DL_execv exec.c -c -o execv.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a execv.o ncc -Mf -O -D__LIBC__ -DL_execle exec.c -c -o execle.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a execle.o ncc -Mf -O -D__LIBC__ -DL_execlp exec.c -c -o execlp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a execlp.o ncc -Mf -O -D__LIBC__ -DL_execvp exec.c -c -o execvp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a execvp.o ncc -Mf -O -D__LIBC__ -c -o signal.o signal.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a signal.o ncc -Mf -O -D__LIBC__ -c -o setjmp.o setjmp.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a setjmp.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/syscall' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/termios' ncc -Mf -O -D__LIBC__ -DL_tcsetattr termios.c -c -o tcsetattr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcsetattr.o ncc -Mf -O -D__LIBC__ -DL_tcgetattr termios.c -c -o tcgetattr.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcgetattr.o ncc -Mf -O -D__LIBC__ -DL_tcdrain termios.c -c -o tcdrain.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcdrain.o ncc -Mf -O -D__LIBC__ -DL_tcflow termios.c -c -o tcflow.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcflow.o ncc -Mf -O -D__LIBC__ -DL_tcflush termios.c -c -o tcflush.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcflush.o ncc -Mf -O -D__LIBC__ -DL_tcsendbreak termios.c -c -o tcsendbreak.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcsendbreak.o ncc -Mf -O -D__LIBC__ -DL_tcsetpgrp termios.c -c -o tcsetpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcsetpgrp.o ncc -Mf -O -D__LIBC__ -DL_tcgetpgrp termios.c -c -o tcgetpgrp.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tcgetpgrp.o ncc -Mf -O -D__LIBC__ -DL_isatty termios.c -c -o isatty.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a isatty.o ncc -Mf -O -D__LIBC__ -DL_cfgetospeed termios.c -c -o cfgetospeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a cfgetospeed.o ncc -Mf -O -D__LIBC__ -DL_cfgetispeed termios.c -c -o cfgetispeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a cfgetispeed.o ncc -Mf -O -D__LIBC__ -DL_cfsetospeed termios.c -c -o cfsetospeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a cfsetospeed.o ncc -Mf -O -D__LIBC__ -DL_cfsetispeed termios.c -c -o cfsetispeed.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a cfsetispeed.o ncc -Mf -O -D__LIBC__ -DL_cfmakeraw termios.c -c -o cfmakeraw.o ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a cfmakeraw.o ncc -Mf -O -D__LIBC__ -c -o ttyname.o ttyname.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ttyname.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/termios' make[4]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' ncc -Mf -O -D__LIBC__ -c -o localtime.o localtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a localtime.o ncc -Mf -O -D__LIBC__ -c -o gmtime.o gmtime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a gmtime.o ncc -Mf -O -D__LIBC__ -c -o asctime.o asctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a asctime.o ncc -Mf -O -D__LIBC__ -c -o ctime.o ctime.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a ctime.o ncc -Mf -O -D__LIBC__ -c -o asc_conv.o asc_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a asc_conv.o ncc -Mf -O -D__LIBC__ -c -o tm_conv.o tm_conv.c ar86 r /var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/libc_f.a tm_conv.o make[4]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc/time' make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' cp -p libc/libc_f.a lib/libc_f.a sh libcompat lib/libc_f.a make[2]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' make[1]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' make -j8 DIST=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image as86_encap sysboot.s sysboot.v sysboot_ -0 -w -l sysboot.lst as86_encap noboot.s noboot.v noboot_ -0 -w -l noboot.lst as86_encap skip.s skip.v skip_ -0 -w -l skip.lst as86_encap msdos.s msdos.v msdos_ -0 -w -l msdos.lst sed 's/^fatbits=12/fatbits=16/' < msdos.s > msdos16.s as86_encap tarboot.s tarboot.v tarboot_ -0 -w -l tarboot.lst bcc -Mf -O -DTRY_FLOPPY -DDOTS -S minix.c bcc -Mf -O -DHARDDISK -DDOTS -S minix.c -o minixhd.s as86_encap mbr.s mbr.v mbr_ -0 -w -l mbr.lst as86_encap killhd.s killhd.v killhd_ -0 -w -l killhd.lst as86_encap sysboot16.s sysboot16.v sysboot16_ -0 -w -l sysboot16.lst as86_encap nombr.s nombr.v nombr_ -0 -w -l nombr.lst as86_encap mbr_dm.s mbr_dm.v mbr_dm_ -0 -w -l mbr_dm.lst sed -e 's/^linear=1/linear=0/' \ -e 's/^useCHS=0/useCHS=1/' \ -e 's/^linCHS=1/linCHS=0/' \ -e 's/^mbrkey=1/mbrkey=0/' \ -e 's/^preboot=1/preboot=0/' \ -e 's/^pbr=1/pbr=0/' \ -e 's/^direct=1/direct=0/' \ -e 's/^message=1/message=0/' \ < mbr.s > mbr_chs.s sed -e 's/^linear=1/linear=0/' \ -e 's/^useCHS=0/useCHS=1/' \ -e 's/^linCHS=0/linCHS=1/' \ -e 's/^mbrkey=1/mbrkey=0/' \ -e 's/^preboot=1/preboot=0/' \ -e 's/^pbr=1/pbr=0/' \ -e 's/^direct=1/direct=0/' \ -e 's/^message=1/message=0/' \ < mbr.s > mbr_lin.s sed -e 's/^linear=0/linear=1/' \ -e 's/^useCHS=1/useCHS=0/' \ -e 's/^linCHS=1/linCHS=0/' \ -e 's/^mbrkey=1/mbrkey=0/' \ -e 's/^preboot=1/preboot=0/' \ -e 's/^pbr=1/pbr=0/' \ -e 's/^direct=1/direct=0/' \ -e 's/^message=1/message=0/' \ < mbr.s > mbr_lba.s sed -e 's/^linear=0/linear=1/' \ -e 's/^useCHS=1/useCHS=0/' \ -e 's/^linCHS=1/linCHS=0/' \ -e 's/^mbrkey=1/mbrkey=0/' \ -e 's/^preboot=1/preboot=0/' \ -e 's/^pbr=0/pbr=1/' \ -e 's/^direct=1/direct=0/' \ -e 's/^message=1/message=0/' \ < mbr.s > pbr.s as86_encap msdos16.s msdos16.v msdos16_ -0 -w -l msdos16.lst make monitor.out as86_encap minix.s minix.v minix_ -0 -w -l minix.lst as86_encap minixhd.s minixhd.v minixhd_ -0 -w -l minixhd.lst as86_encap mbr_chs.s mbr_chs.v mbr_chs_ -0 -w -l mbr_chs.lst make[1]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' bcc -ansi -Ms -Oi -O -c -o monitor.o monitor.c bcc -ansi -Ms -Oi -O -c -o commands.o commands.c as86_encap mbr_lin.s mbr_lin.v mbr_lin_ -0 -w -l mbr_lin.lst as86_encap mbr_lba.s mbr_lba.v mbr_lba_ -0 -w -l mbr_lba.lst bcc -ansi -Ms -Oi -O -c -o i86_funcs.o i86_funcs.c bcc -ansi -Ms -Oi -O -c -o relocate.o relocate.c bcc -ansi -Ms -Oi -O -c -o help.o help.c as86_encap pbr.s pbr.v pbr_ -0 -w -l pbr.lst as86_encap zimage.s zimage.v zimage_ -0 -w -l zimage.lst bcc -Md -O -o lsys.com lsys.c bcc -ansi -Ms -Oi -O -c -o buffer.o buffer.c bcc -Mf -O -DDOTS -S minix_elks.c bcc -ansi -Ms -Oi -O -c -o unix.o unix.c bcc -ansi -Ms -Oi -O -c -o fs.o fs.c bcc -ansi -Ms -Oi -O -c -o fs_tar.o fs_tar.c as86 -w- -0 -b minix_elks.bin -s minix_elks.sym minix_elks.s -l minix_elks.lst bcc -ansi -Ms -Oi -O -c -o fs_min.o fs_min.c bcc -ansi -Ms -Oi -O -c -o fs_dos.o fs_dos.c bcc -ansi -Ms -Oi -O -c -o bzimage.o bzimage.c cc -O -o makeboot makeboot.c make: cc: Command not found make: *** [Makefile:148: makeboot] Error 127 make: *** Waiting for unfinished jobs.... bcc -ansi -Ms -Oi -O -s -i -H0x10000 monitor.o commands.o i86_funcs.o relocate.o help.o bzimage.o buffer.o unix.o fs.o fs_tar.o fs_min.o fs_dos.o -o monitor.out -M > monitor.sym make[1]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' mv monitor.out monitor.sys * ERROR: sys-devel/dev86-0.16.21-r3::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=sys-devel/dev86-0.16.21-r3::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-devel/dev86-0.16.21-r3::gentoo'`. * The complete build log is located at '/var/log/emerge-log/build/sys-devel/dev86-0.16.21-r3:20200416-113129.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' * S: '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' emerge --info: Portage 2.3.96 (python 3.6.10-final-0, default/linux/amd64/17.0, gcc-9.2.0, glibc-2.29-r7, 4.14.34-gentoo-infra38 x86_64) ================================================================= System uname: Linux-4.14.34-gentoo-infra38-x86_64-Intel-R-_Xeon-R-_CPU_E5-2620_v4_@_2.10GHz-with-gentoo-2.6 KiB Mem: 16426740 total, 8737092 free KiB Swap: 4194268 total, 4186588 free Timestamp of repository gentoo: Thu, 16 Apr 2020 07:41:04 +0000 sh bash 4.4_p23-r1 ld GNU ld (Gentoo 2.33.1 p2) 2.33.1 app-shells/bash: 4.4_p23-r1::gentoo dev-java/java-config: 2.2.0-r4::gentoo dev-lang/perl: 5.30.1::gentoo dev-lang/python: 2.7.17-r2::gentoo, 3.6.10-r1::gentoo, 3.7.7-r1::gentoo dev-util/cmake: 3.16.5::gentoo sys-apps/baselayout: 2.6-r1::gentoo sys-apps/openrc: 0.42.1::gentoo sys-apps/sandbox: 2.13::gentoo sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo sys-devel/automake: 1.16.1-r1::gentoo sys-devel/binutils: 2.33.1-r1::gentoo sys-devel/gcc: 9.2.0-r2::gentoo sys-devel/gcc-config: 2.2.1::gentoo sys-devel/libtool: 2.4.6-r6::gentoo sys-devel/make: 4.2.1-r4::gentoo sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers) sys-libs/glibc: 2.29-r7::gentoo Repositories: gentoo location: /usr/portage sync-type: rsync sync-uri: rsync://rsync.gentoo.org/gentoo-portage priority: -1000 sync-rsync-verify-max-age: 24 sync-rsync-verify-jobs: 1 sync-rsync-extra-opts: sync-rsync-verify-metamanifest: yes ACCEPT_KEYWORDS="amd64" ACCEPT_LICENSE="* IPAfont OFL FDL-1.1+ CC-BY-SA-3.0 CC-BY-SA-4.0 CC-BY-SA-2.0 GPL-2 FDL-1.3 FDL-1.2+ FDL-1.1 CC-BY-3.0 OFL-1.1 CC-BY-4.0 OPL GPL-3 Arphic FDL-1.3+ GPL-1 CC-BY-SA-2.5 GPL-3+ CC-BY-2.5 GPL-1+ CC-BY-2.0 FDL-1.2 FreeArt GPL-2+ CC-BY-SA-1.0 CC-PD CC-SA-1.0 LDP-1 quake1-textures Texinfo-manual UbuntuFontLicense-1.0 wxWinFDL-3 man-pages-posix-2013 BitstreamVera vlgothic mplus-fonts man-pages BAEKMUK myspell-en_CA-KevinAtkinson MaxMind2 LDP-1a man-pages-posix docbook LLVM-Grant Flashpix NEWLIB LIBGLOSS libpng rdisc photopc alternate symlinks XC xtrs PHP-2.02 Mail-Sendmail Subversion File-MMagic tcltk CAOSL Sendmail AIFFWriter.m Time-Format LPPL-1.3b FastCGI minpack ipx-utils matplotlib AMPAS shrimp par SMAIL NCSA-HDF Emacs Khronos-CLHPP Snd CPL-0.5 FVWM htmlc ErlPL-1.1 rc TeX-other-free x2x gd CDDL-Schily Time-modules Info-ZIP bufexplorer.vim boehm-gc imagemagick sash LPPL-1.3 BZIP2 scanlogd eGenixPublic-1.1 JNIC pngcrush totd DES Xdebug SVFL ZSH DUMB-0.9.3 CeCILL-C icu otter xvt ipadic BEER-WARE UCAR-Unidata openafs-krb5-a perforce Mini-XML torque-2.5 canfep MIT-with-advertising TeX mm Ispell Allegro libpng2 HTML-Tidy IDPL tumbolia repoze mpich2 regexp-UofT tablelist xbatt BSD-1 libmng flexmock pngnq CMake BSD-with-disclosure sdlsasteroids netcat VTK libtiff wm2 CRACKLIB the-Click-license ElementTree freetts Sendmail-Open-Source Crypt-IDEA psutils PCRE URT LambdaMOO bea.ri.jsr173 gsm xboing JOVE SSLeay JDOM dom4j inner-net Toyoda tm-align buddy tcp_wrappers_license FLEX iASL BSD-with-attribution w3m FLTK feh lsof ngrep rwpng Princeton Openwall Old-MIT CDDL-1.1 RSA Interbase-1.0 CC0-1.0 ECL-2.0 LGPL-2.1+ Ruby GPL-3+-with-cuda-exception UPX-exception AGPL-3+ LGPL-2+ BSD-2 UoI-NCSA GPL-2+-with-openssl-exception Unlicense PYTHON GPL-2-with-classpath-exception Boost-1.0 AGPL-3 GPL-3-with-font-exception GPL-3-with-openssl-exception GPL-2 GPL-3+-with-opencl-openssl-exception LGPL-3-with-linking-exception PSF-2.4 Transmission-OpenSSL-exception Clear-BSD GPL-3+-with-cuda-openssl-exception PSF-2.3 PSF-2 qwt wxWinLL-3.1 Apache-2.0-with-LLVM-exceptions LGPL-3+ OPENLDAP unicode metapackage GPL-3 PSF-2.2 LGPL-2-with-linking-exception LGPL-3 MIT ZLIB tanuki-community IJG libgcc WTFPL-2 gcc-runtime-library-exception-3.1 Clarified-Artistic LGPL-2.1 GPL-2-with-MySQL-FLOSS-exception SGI-B-2.0 Ruby-BSD W3C public-domain GPL-1 Artistic-2 GPL-2-with-exceptions GPL-2-with-font-exception GPL-3+ Nokia-Qt-LGPL-Exception-1.1 ZPL FTL GPL-1+ GPL-3+-with-opencl-exception HPND LGPL-2.1-with-linking-exception libstdc++ vim MPL-2.0 Sleepycat ISC GPL-2+ GPL-2-with-linking-exception Apache-2.0 LGPL-2 BSD CeCILL-2 EPL-2.0 EPL-1.0 Ms-PL OSL-2.1 EUPL-1.1 AFL-2.1 OSL-1.1 CPAL-1.0 Apache-1.0 CPL-1.0 OSL-2.0 LPPL-1.2 BSD-4 QPL Zend-2.0 PHP-3.01 FraunhoferFDK QPL-1.0 APSL-2 NPL-1.1 MPL-1.1 openssl CDDL MPL-1.0 CNRI IBM Apache-1.1 gnuplot AFL-3.0 ECL-2.0 IPAfont LGPL-2.1+ LPPL-1.3c NOSA AGPL-3+ EPL-2.0 BSD-2 EPL-1.0 LGPL-2+ Ms-PL UoI-NCSA OSL-2.1 APL-1.0 EUPL-1.1 Boost-1.0 CPAL-1.0 AGPL-3 GPL-2 CPL-1.0 PHP-3 PSF-2 nethack QPL LGPL-3+ Watcom-1.0 PHP-3.01 OFL-1.1 GPL-3 LGPL-3 MIT ZLIB APSL-2 MPL-1.1 POSTGRESQL LGPL-2.1 W3C wxWinLL-3 Artistic-2 GPL-3+ ZPL GPL-1+ HPND CDDL MPL-1.0 Artistic CNRI IBM Apache-1.1 MPL-2.0 Sleepycat ISC GPL-2+ Apache-2.0 BSD AFL-3.0 MicroChip-SDCC Mellanox-AS-IS NVIDIA-r1 unRAR Atmel linux-fw-redistributable SmartLabs bh-luxi Broadcom no-source-code ISSL Amazon qlogic-fibre-channel-firmware shmux LSI-tw_cli ipw2100-fw ipw2200-fw sun-jlfgr bonnie JSON freedist intel-ucode ipw3945 AVASYS" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches -march=native" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.4/ext-active/ /etc/php/cgi-php7.4/ext-active/ /etc/php/cli-php7.4/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" CXXFLAGS="-O2 -pipe -g -ggdb -frecord-gcc-switches -march=native" DISTDIR="/usr/portage/distfiles" EMERGE_DEFAULT_OPTS="--with-bdeps y --keep-going y --quiet-fail y -1" ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR" FCFLAGS="-O2 -pipe" FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs collision-protect config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-log splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org" LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" LINGUAS="en en_GB" MAKEOPTS="-j8" PKGDIR="/root/.packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X acl amd64 berkdb bzip2 cli consolekit crypt dri fortran gdbm iconv ipv6 jumbo-build libtirpc multilib ncurses nls nptl openmp openssl pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="en en_GB en-GB" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" Unset: CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS