Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 636802 Details for
Bug 721596
sys-devel/dev86-0.16.21-r3 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log
build.log (text/plain), 520.79 KB, created by
Agostino Sarubbo
on 2020-05-08 07:33:08 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Agostino Sarubbo
Created:
2020-05-08 07:33:08 UTC
Size:
520.79 KB
patch
obsolete
> * Package: sys-devel/dev86-0.16.21-r3 > * Repository: gentoo > * Maintainer: base-system@gentoo.org > * USE: arm64 elibc_glibc kernel_linux userland_GNU > * FEATURES: network-sandbox preserve-libs sandbox test 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 ] >>>> 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 -j96 -j1 DIST=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image CC=aarch64-unknown-linux-gnu-gcc LIBDIR=/usr/lib64/bcc INCLDIR=/usr/lib64/bcc all >make[1]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' >aarch64-unknown-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%:aarch64-unknown-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='aarch64-unknown-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' >aarch64-unknown-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 >aarch64-unknown-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 >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c bcc-cc1.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c codefrag.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c dbnode.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c declare.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c express.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c exptree.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c floatop.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c function.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c gencode.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c genloads.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c glogcode.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c hardop.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c input.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c label.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c loadexp.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c longop.c >aarch64-unknown-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); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c preproc.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c preserve.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c scan.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c softop.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c state.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c table.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c type.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c assign.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c hashcmd.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c debug.c >aarch64-unknown-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 â<string.h>â or provide a declaration of âstrlenâ > 6 | #include <stdarg.h> > +++ |+#include <string.h> > 7 | #define va_strt va_start >aarch64-unknown-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='aarch64-unknown-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' >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o main.o main.c >aarch64-unknown-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) > | ^~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o hash.o hash.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o token1.o token1.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c -o token2.o token2.c >aarch64-unknown-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='aarch64-unknown-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' >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c tok_io.c -o tok_io.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c tok_class.c -o tok_class.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c tok_pool.c -o tok_pool.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c unproto.c -o unproto.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c vstring.c -o vstring.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c symbol.c -o symbol.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c error.c -o error.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c hash.c -o hash.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -w -DREOPEN -c strsave.c -o strsave.o >aarch64-unknown-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='aarch64-unknown-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' >aarch64-unknown-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='aarch64-unknown-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' >aarch64-unknown-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); > | ^~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c assemble.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c errors.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c express.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c genbin.c >aarch64-unknown-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); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c genobj.c >aarch64-unknown-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)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c keywords.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c macro.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c mops.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c pops.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c readsrc.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c scan.c >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c table.c >aarch64-unknown-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)); } > | ^~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c alloc.c >aarch64-unknown-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='aarch64-unknown-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 . >aarch64-unknown-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)); > | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -c alloca.c -o alloca.o >aarch64-unknown-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='aarch64-unknown-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 . >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c dumps.c -o dumps.o >aarch64-unknown-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)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c ld.c -o ld.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c readobj.c -o readobj.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c table.c -o table.o >aarch64-unknown-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)); } > | ^~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c linksyms.c -o linksyms.o >aarch64-unknown-linux-gnu-gcc -O2 -fno-strict-aliasing -DREL_OUTPUT -c mkar.c -o mkar.o >aarch64-unknown-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)); > | ^~~~~~~~ >aarch64-unknown-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)); > | ^~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-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)); > | ^~~~~~~~ >aarch64-unknown-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='aarch64-unknown-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' >aarch64-unknown-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 -j96 DIST=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image HOSTCC=aarch64-unknown-linux-gnu-gcc >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 >make monitor.out >as86_encap msdos16.s msdos16.v msdos16_ -0 -w -l msdos16.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 >as86_encap mbr_lin.s mbr_lin.v mbr_lin_ -0 -w -l mbr_lin.lst >bcc -ansi -Ms -Oi -O -c -o commands.o commands.c >as86_encap mbr_lba.s mbr_lba.v mbr_lba_ -0 -w -l mbr_lba.lst >as86_encap minixhd.s minixhd.v minixhd_ -0 -w -l minixhd.lst >as86_encap minix.s minix.v minix_ -0 -w -l minix.lst >bcc -ansi -Ms -Oi -O -c -o i86_funcs.o i86_funcs.c >as86_encap pbr.s pbr.v pbr_ -0 -w -l pbr.lst >bcc -ansi -Ms -Oi -O -c -o relocate.o relocate.c >bcc -ansi -Ms -Oi -O -c -o help.o help.c >as86_encap zimage.s zimage.v zimage_ -0 -w -l zimage.lst >bcc -ansi -Ms -Oi -O -c -o buffer.o buffer.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 >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 >bcc -Md -O -o lsys.com lsys.c >aarch64-unknown-linux-gnu-gcc -O -o makeboot makeboot.c >bcc -Md -O -o makeboot.com makeboot.c >bcc -Mf -O -DDOTS -S minix_elks.c >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 >as86 -w- -0 -b minix_elks.bin -s minix_elks.sym minix_elks.s -l minix_elks.lst >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 >makeboot.c:186:1: warning: return type defaults to âintâ [-Wimplicit-int] > 186 | main(argc, argv) > | ^~~~ >makeboot.c: In function âmainâ: >makeboot.c:208:19: warning: implicit declaration of function âset_superfieldâ [-Wimplicit-function-declaration] > 208 | case 'H': set_superfield("drive=0x80"); > | ^~~~~~~~~~~~~~ >makeboot.c:216:24: warning: implicit declaration of function âUsageâ [-Wimplicit-function-declaration] > 216 | if (ar+1>=argc) Usage(); > | ^~~~~ >makeboot.c:248:4: warning: implicit declaration of function âopen_diskâ [-Wimplicit-function-declaration] > 248 | open_disk(devname); > | ^~~~~~~~~ >makeboot.c:249:8: warning: implicit declaration of function âread_sectorâ [-Wimplicit-function-declaration] > 249 | if( read_sector(0, buffer) != 0 ) > | ^~~~~~~~~~~ >makeboot.c:262:10: warning: implicit declaration of function âcheck_msdosâ [-Wimplicit-function-declaration] > 262 | check_msdos(); > | ^~~~~~~~~~~ >makeboot.c:266:22: warning: implicit declaration of function âcheck_simpledosâ [-Wimplicit-function-declaration] > 266 | if(ptr->fsmod) check_simpledos(ptr->fsmod); > | ^~~~~~~~~~~~~~~ >makeboot.c:269:7: warning: implicit declaration of function âcheck_tarâ [-Wimplicit-function-declaration] > 269 | check_tar(); > | ^~~~~~~~~ >makeboot.c:272:7: warning: implicit declaration of function âcheck_zappedâ [-Wimplicit-function-declaration] > 272 | check_zapped(); > | ^~~~~~~~~~~~ >makeboot.c:275:7: warning: implicit declaration of function âcheck_mbrâ [-Wimplicit-function-declaration] > 275 | check_mbr(); > | ^~~~~~~~~ >makeboot.c:304:7: warning: implicit declaration of function âcopy_tarblockâ [-Wimplicit-function-declaration] > 304 | copy_tarblock(); > | ^~~~~~~~~~~~~ >makeboot.c:308:7: warning: implicit declaration of function âcopy_mbrâ [-Wimplicit-function-declaration] > 308 | copy_mbr(ptr->data, ptr->size); > | ^~~~~~~~ >makeboot.c:325:7: warning: implicit declaration of function âcopy_superfieldsâ [-Wimplicit-function-declaration] > 325 | copy_superfields(buffer); > | ^~~~~~~~~~~~~~~~ >makeboot.c:333:10: warning: implicit declaration of function âsave_superâ [-Wimplicit-function-declaration] > 333 | save_super(buffer); > | ^~~~~~~~~~ >makeboot.c:335:10: warning: implicit declaration of function âprint_superâ [-Wimplicit-function-declaration] > 335 | print_super(buffer); > | ^~~~~~~~~~~ >makeboot.c:339:10: warning: implicit declaration of function âclose_diskâ [-Wimplicit-function-declaration] > 339 | close_disk(); > | ^~~~~~~~~~ >makeboot.c:348:7: warning: implicit declaration of function âset_dosnameâ [-Wimplicit-function-declaration] > 348 | set_dosname(ptr->boot_name); > | ^~~~~~~~~~~ >makeboot.c:351:7: warning: implicit declaration of function âset_ascizâ [-Wimplicit-function-declaration] > 351 | set_asciz(ptr->boot_name); > | ^~~~~~~~~ >makeboot.c:359:7: warning: implicit declaration of function âwrite_sectorâ [-Wimplicit-function-declaration] > 359 | write_sector(0, buffer); > | ^~~~~~~~~~~~ >makeboot.c: At top level: >makeboot.c:369:1: warning: return type defaults to âintâ [-Wimplicit-int] > 369 | Usage() > | ^~~~~ >makeboot.c:424:1: warning: return type defaults to âintâ [-Wimplicit-int] > 424 | close_disk() > | ^~~~~~~~~~ >makeboot.c:710:1: warning: return type defaults to âintâ [-Wimplicit-int] > 710 | check_zapped() > | ^~~~~~~~~~~~ >makeboot.c:757:1: warning: return type defaults to âintâ [-Wimplicit-int] > 757 | check_tar() > | ^~~~~~~~~ >makeboot.c:800:1: warning: return type defaults to âintâ [-Wimplicit-int] > 800 | copy_tarblock() > | ^~~~~~~~~~~~~ >makeboot.c:932:1: warning: return type defaults to âintâ [-Wimplicit-int] > 932 | print_super(bootsect) > | ^~~~~~~~~~~ >makeboot.c: In function âprint_superâ: >makeboot.c:999:29: warning: format â%xâ expects argument of type âunsigned intâ, but argument 3 has type âlong intâ [-Wformat=] > 999 | printf("%-35s%08x\n", fieldnames[i], v); > | ~~~^ ~ > | | | > | unsigned int long int > | %08lx >makeboot.c: At top level: >makeboot.c:1021:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1021 | decode_super(bootsect) > | ^~~~~~~~~~~~ >makeboot.c:1055:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1055 | save_super(bootsect) > | ^~~~~~~~~~ >makeboot.c:1068:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1068 | set_superfield(setstr) > | ^~~~~~~~~~~~~~ >makeboot.c:1088:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1088 | copy_superfields(bootsect) > | ^~~~~~~~~~~~~~~~ >makeboot.c:1125:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1125 | check_msdos() > | ^~~~~~~~~~~ >makeboot.c: In function âcheck_msdosâ: >makeboot.c:1146:7: warning: âreturnâ with no value, in function returning non-void > 1146 | return; > | ^~~~~~ >makeboot.c:1125:1: note: declared here > 1125 | check_msdos() > | ^~~~~~~~~~~ >makeboot.c: At top level: >makeboot.c:1151:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1151 | check_simpledos(bb_fatbits) > | ^~~~~~~~~~~~~~~ >makeboot.c:1227:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1227 | set_dosname(boot_name) > | ^~~~~~~~~~~ >makeboot.c:1249:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1249 | set_asciz(boot_name) > | ^~~~~~~~~ >makeboot.c: In function âset_ascizâ: >makeboot.c:1260:31: warning: format â%sâ expects argument of type âchar *â, but argument 3 has type âintâ [-Wformat=] > 1260 | fprintf(stderr, "Name '%s' is too long for bootblock\n", boot_name); > | ~^ ~~~~~~~~~ > | | | > | char * int > | %d >makeboot.c: At top level: >makeboot.c:1291:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1291 | check_mbr() > | ^~~~~~~~~ >makeboot.c:1322:1: warning: return type defaults to âintâ [-Wimplicit-int] > 1322 | copy_mbr(boot_data, boot_size) > | ^~~~~~~~ >>>> Source compiled. >>>> Test phase: sys-devel/dev86-0.16.21-r3 >>>> Completed testing sys-devel/dev86-0.16.21-r3 > >>>> Install sys-devel/dev86-0.16.21-r3 into /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image >make -j96 -j1 install-all DIST=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image >make[1]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21' >PATH="`pwd`/bin:$PATH" make -f make.fil VERSION=0.16.21 TOPDIR=`pwd` install-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' >make[3]: '.config.dir' is up to date. >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' >make -C bcc CC='aarch64-unknown-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' >make[3]: 'bcc' is up to date. >make[3]: 'ncc' is up to date. >make[3]: 'bcc-cc1' is up to date. >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='aarch64-unknown-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' >make[3]: 'bcc-cpp' is up to date. >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='aarch64-unknown-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' >make[3]: 'unproto' is up to date. >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='aarch64-unknown-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' >make[3]: 'copt' is up to date. >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='aarch64-unknown-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' >make[3]: Nothing to be done for 'all'. >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='aarch64-unknown-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' >make[3]: Nothing to be done for 'all'. >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='aarch64-unknown-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' >make[3]: 'ld86' is up to date. >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='aarch64-unknown-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' >make[3]: 'objdump86' is up to date. >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 >install -d /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc >install -m 755 bin/Bcc /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/bcc >install -m 755 bin/as86 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/as86 >install -m 755 bin/ld86 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/ld86 >install -m 755 bin/ar86 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/ar86 >install -m 755 bin/objdump86 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/objdump86 >install -m 755 bin/objdump86 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/nm86 >install -m 755 bin/objdump86 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/size86 >install -m 755 bin/as86_encap /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/as86_encap >install -m 755 lib/bcc-cc1 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/bcc-cc1 >install -m 755 lib/bcc-cpp /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/bcc-cpp >install -m 755 lib/unproto /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/unproto >install -m 755 lib/copt /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/copt >install -m 644 lib/rules.* /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc >install -d /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386 >install -m 644 lib/i386/rules.* /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386 >make -C man MANDIR=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/man install >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/man' >install -m 755 -d /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/man/man1 >install -m 644 as86.1 bcc.1 elks.1 elksemu.1 ld86.1 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/man/man1 >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/man' >make -C libc CC=ncc "CCFLAGS=-O" AR=ar86 ARFLAGS=r DISTINCL=/var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc install_incl >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' >install -d /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/include >rm -f /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/include/linuxmt /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/include/arch ||: >cp -LpR include/* /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/include >chown -R root:root /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/include >chmod -R ugo-x,u=rwX,og=rX /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/include >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/libc' >install -m 644 lib/crt0.o /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/crt0.o >install -m 644 lib/libc.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a >install -m 644 lib/libc_f.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a >install -m 644 lib/libc_s.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a >install -m 644 lib/libbsd.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a >install -m 644 lib/libdos.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a >install -m 644 lib/libbcc.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a >install -d /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386 >install -m 644 lib/i386/crt0.o /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/crt0.o >install -m 644 lib/i386/libc.a /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/tests' >ncc -O env.c -o env >ncc -O ft.c -o ft >ncc -O hd.c -o hd >ncc -O sync.c -o sync >ncc -O compr.c -o compr >ncc -O ucomp.c -o ucomp >ncc -O ouch.c -o ouch >ncc -O lines.c -o lines >ncc -O wc.c -o wc >ncc -O line2.c -o line2 >ncc -O rand.c -o rand >ncc -O grab.c -o grab >ncc -O -o bcc-x86 \ > ../bcc/assign.c ../bcc/bcc-cc1.c ../bcc/codefrag.c \ > ../bcc/dbnode.c ../bcc/debug.c ../bcc/declare.c \ > ../bcc/express.c ../bcc/exptree.c ../bcc/floatop.c \ > ../bcc/function.c ../bcc/gencode.c ../bcc/genloads.c \ > ../bcc/glogcode.c ../bcc/hardop.c ../bcc/hashcmd.c \ > ../bcc/input.c ../bcc/label.c ../bcc/loadexp.c \ > ../bcc/longop.c ../bcc/output.c ../bcc/preproc.c \ > ../bcc/preserve.c ../bcc/scan.c ../bcc/softop.c \ > ../bcc/state.c ../bcc/table.c ../bcc/type.c >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/tests' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/dis88' >ln -s ../libc/include/a.out.h . >aarch64-unknown-linux-gnu-gcc -O -c -o disrel.o disrel.c >aarch64-unknown-linux-gnu-gcc -O -c -o dismain.o dismain.c >dismain.c: In function âobjdumpâ: >dismain.c:172:14: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 172 | printf("$%02.2x",objbuf[k]); > | ^~~~~~~~~ >dismain.c: In function âgetlabâ: >dismain.c:229:23: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 229 | sprintf(b,"T%05.5lx:",PC); > | ^~~~~~~~~~~ >dismain.c:231:23: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 231 | sprintf(b,"D%05.5lx:",PC); > | ^~~~~~~~~~~ >dismain.c:243:23: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 243 | sprintf(c,"| %05.5lx\n",PC); > | ^~~~~~~~~~~~~ >dismain.c: In function âprologâ: >dismain.c:293:23: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 293 | printf("\t.comm\t%s,0x%08.8lx",c, > | ^~~~~~~~~~~~~~~~~~~~~~~ >dismain.c:314:17: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 314 | printf("| Undef: %05.5lx\n",relo[j].r_vaddr); > | ^~~~~~~~~~~~~~~~~~~~ >dismain.c:325:17: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 325 | printf("%s=0x%08.8lx",c,symtab[j].n_value); > | ^~~~~~~~~~~~~~ >dismain.c: In function âdistextâ: >dismain.c:381:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 381 | printf("\t.text\t\t\t| loc = %05.5lx, size = %05.5lx\n\n", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dismain.c:381:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] >dismain.c: At top level: >dismain.c:409:1: warning: return type defaults to âintâ [-Wimplicit-int] > 409 | Fetch() > | ^~~~~ >dismain.c: In function âdisdataâ: >dismain.c:460:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 460 | printf("\t.data\t\t\t| loc = %05.5lx, size = %05.5lx\n\n", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dismain.c:460:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] >dismain.c:474:20: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 474 | printf("D%05.5lx:",PC); > | ^~~~~~~~~~~ >dismain.c: In function âdisbssâ: >dismain.c:508:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 508 | printf("\t.bss\t\t\t| loc = %05.5lx, size = %05.5lx\n\n", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dismain.c:508:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] >dismain.c: In function âmainâ: >dismain.c:599:4: warning: ignoring return value of âreadâ, declared with attribute warn_unused_result [-Wunused-result] > 599 | read(fd, (char *) &HDR,sizeof(struct exec)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dismain.c:651:13: warning: ignoring return value of âreadâ, declared with attribute warn_unused_result [-Wunused-result] > 651 | read(fd, (char *) &relo[relptr],sizeof(struct reloc)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dismain.c:661:13: warning: ignoring return value of âreadâ, declared with attribute warn_unused_result [-Wunused-result] > 661 | read(fd, (char *) &symtab[symptr],sizeof(struct nlist)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O -c -o distabs.o distabs.c >In file included from distabs.c:20: >distabs.c: In function âmtransâ: >dis.h:131:29: warning: implicit declaration of function âFetchâ [-Wimplicit-function-declaration] > 131 | #define FETCH(p) (p)=_F_ = Fetch(); if(_F_<0) {printf("???\n"); return FRV; } > | ^~~~~ >distabs.c:590:10: note: in expansion of macro âFETCHâ > 590 | FETCH(j); > | ^~~~~ >aarch64-unknown-linux-gnu-gcc -O -c -o dishand.o dishand.c >dishand.c: In function âobjoutâ: >dishand.c:71:17: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 71 | printf(" %05.5lx:",(PC + 1L - (long)(objptr))); > | ^~~~~~~~~~~ >dishand.c:73:17: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 73 | printf(" %02.2x",objbuf[k]); > | ^~~~~~~~~ >dishand.c: In function âbadseqâ: >dishand.c:85:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 85 | printf("\t.byte\t$%02.2x\t\t| invalid code sequence\n",j); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >dishand.c:86:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 86 | printf("\t.byte\t$%02.2x\n",k); > | ^~~~~~~~~~~~~~~~~~~~ >dishand.c: In function âdfhandâ: >dishand.c:110:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 110 | printf("\t.byte\t$%02.2x",j); > | ^~~~~~~~~~~~~~~~~~ >In file included from dishand.c:31: >dishand.c: In function âaohandâ: >dis.h:131:29: warning: implicit declaration of function âFetchâ [-Wimplicit-function-declaration] > 131 | #define FETCH(p) (p)=_F_ = Fetch(); if(_F_<0) {printf("???\n"); return FRV; } > | ^~~~~ >dishand.c:176:10: note: in expansion of macro âFETCHâ > 176 | FETCH(k); > | ^~~~~ >dishand.c:184:20: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 184 | printf("%s\tal,*$%02.2x\n",optab[j].text,k); > | ^~~~~~~~~~~~~~~~~~~ >dishand.c: In function âsjhandâ: >dishand.c:239:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 239 | printf("%s\t%s\t\t| loc %05.5lx\n",optab[j].text, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >dishand.c: In function âcihandâ: >dishand.c:543:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 543 | printf("#$%04.4x,",((n << 8) | m)); > | ^~~~~~~~~~~ >dishand.c:548:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 548 | printf("#$%04.4x\n",((n << 8) | m)); > | ^~~~~~~~~~~~ >dishand.c: In function ârehandâ: >dishand.c:719:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 719 | printf("%s\t#0x%04.4x\n",optab[j].text,m); > | ^~~~~~~~~~~~~~~~~ >dishand.c: In function âiohandâ: >dishand.c:887:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 887 | printf("%s\t$%02.2x\n",optab[j].text,k); > | ^~~~~~~~~~~~~~~ >dishand.c: In function âljhandâ: >dishand.c:919:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 919 | printf("%s\t%s\t\t| loc %05.5lx\n",optab[j].text, > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -O -c -o disfp.o disfp.c >In file included from disfp.c:18: >disfp.c: In function âeshandâ: >dis.h:131:29: warning: implicit declaration of function âFetchâ [-Wimplicit-function-declaration] > 131 | #define FETCH(p) (p)=_F_ = Fetch(); if(_F_<0) {printf("???\n"); return FRV; } > | ^~~~~ >disfp.c:61:4: note: in expansion of macro âFETCHâ > 61 | FETCH(k); > | ^~~~~ >disfp.c:67:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 67 | printf("\t.byte\t0x%02.2x\t\t| esc\t%s\n",j,a); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >disfp.c:70:14: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 70 | printf("\t.byte\t0x%02.2x\n",objbuf[k]); > | ^~~~~~~~~~~~~~~~~~~~~ >disfp.c: In function âfphandâ: >disfp.c:111:11: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 111 | printf("\t.byte\t0x%02.2x\t\t| 8087 code sequence\n", > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >disfp.c:115:14: warning: '0' flag ignored with precision and â%xâ gnu_printf format [-Wformat=] > 115 | printf("\t.byte\t0x%02.2x\n",objbuf[k]); > | ^~~~~~~~~~~~~~~~~~~~~ >aarch64-unknown-linux-gnu-gcc -o dis88 disrel.o dismain.o distabs.o dishand.o disfp.o >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/dis88' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/doselks' >ncc -Md -c -o coroutine.o coroutine.c >ncc -Md -c -o doselks.o doselks.c >cp -p ../libc/syscall/call_tab.v . 2>/dev/null >cp -p ../libc/syscall/defn_tab.v . 2>/dev/null >ncc -Md -c -o syscalls.o syscalls.c >ncc -Md -s -o doselks.com coroutine.o doselks.o syscalls.o >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/doselks' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' >make[3]: Nothing to be done for 'default'. >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/tests' >echo Use real-install if you actually want to install these >Use real-install if you actually want to install these >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/tests' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/dis88' >install -m 755 dis88 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/dis86 >install -m 644 dis88.1 /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/man/man1/dis86.1 >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/dis88' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/doselks' ># Err, Ok, but where do I install a dos program ? >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/doselks' >make[3]: Entering directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' >install -m 755 -s makeboot /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/bin/makeboot >make[3]: Leaving directory '/var/tmp/portage/sys-devel/dev86-0.16.21-r3/work/dev86-0.16.21/bootblocks' >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' >>>> Completed installing sys-devel/dev86-0.16.21-r3 into /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image > > * Final size of build directory: 9092 KiB (8.8 MiB) > * Final size of installed tree: 1416 KiB (1.3 MiB) > > > * QA Notice: Files built without respecting CFLAGS have been detected > * Please include the following list of files in your report: > * /usr/lib64/bcc/copt > * /usr/lib64/bcc/bcc-cpp > * /usr/lib64/bcc/bcc-cc1 > * /usr/lib64/bcc/unproto > * /usr/bin/bcc > * /usr/bin/dis86 > * /usr/bin/ar86 > * /usr/bin/makeboot > > > * QA Notice: Files built without respecting LDFLAGS have been detected > * Please include the following list of files in your report: > * /usr/bin/ar86 > * /usr/bin/bcc > * /usr/bin/dis86 > * /usr/bin/makeboot > * /usr/lib64/bcc/bcc-cc1 > * /usr/lib64/bcc/bcc-cpp > * /usr/lib64/bcc/copt > * /usr/lib64/bcc/unproto > > > * QA Notice: Package triggers severe warnings which indicate that it > * may exhibit random runtime failures. > * dbprintf.c:24:9: warning: implicit declaration of function âvdbprintfâ; did you mean âdbprintfâ? [-Wimplicit-function-declaration] > * dbprintf.c:30:60: warning: implicit declaration of function âwriteâ [-Wimplicit-function-declaration] > * dbprintf.c:110:13: warning: implicit declaration of function âstrlenâ [-Wimplicit-function-declaration] > * dbprintf.c:110:13: warning: incompatible implicit declaration of built-in function âstrlenâ > * makeboot.c:208:19: warning: implicit declaration of function âset_superfieldâ [-Wimplicit-function-declaration] > * makeboot.c:216:24: warning: implicit declaration of function âUsageâ [-Wimplicit-function-declaration] > * makeboot.c:248:4: warning: implicit declaration of function âopen_diskâ [-Wimplicit-function-declaration] > * makeboot.c:249:8: warning: implicit declaration of function âread_sectorâ [-Wimplicit-function-declaration] > * makeboot.c:262:10: warning: implicit declaration of function âcheck_msdosâ [-Wimplicit-function-declaration] > * makeboot.c:266:22: warning: implicit declaration of function âcheck_simpledosâ [-Wimplicit-function-declaration] > * makeboot.c:269:7: warning: implicit declaration of function âcheck_tarâ [-Wimplicit-function-declaration] > * makeboot.c:272:7: warning: implicit declaration of function âcheck_zappedâ [-Wimplicit-function-declaration] > * makeboot.c:275:7: warning: implicit declaration of function âcheck_mbrâ [-Wimplicit-function-declaration] > * makeboot.c:304:7: warning: implicit declaration of function âcopy_tarblockâ [-Wimplicit-function-declaration] > * makeboot.c:308:7: warning: implicit declaration of function âcopy_mbrâ [-Wimplicit-function-declaration] > * makeboot.c:325:7: warning: implicit declaration of function âcopy_superfieldsâ [-Wimplicit-function-declaration] > * makeboot.c:333:10: warning: implicit declaration of function âsave_superâ [-Wimplicit-function-declaration] > * makeboot.c:335:10: warning: implicit declaration of function âprint_superâ [-Wimplicit-function-declaration] > * makeboot.c:339:10: warning: implicit declaration of function âclose_diskâ [-Wimplicit-function-declaration] > * makeboot.c:348:7: warning: implicit declaration of function âset_dosnameâ [-Wimplicit-function-declaration] > * makeboot.c:351:7: warning: implicit declaration of function âset_ascizâ [-Wimplicit-function-declaration] > * makeboot.c:359:7: warning: implicit declaration of function âwrite_sectorâ [-Wimplicit-function-declaration] > * dis.h:131:29: warning: implicit declaration of function âFetchâ [-Wimplicit-function-declaration] > > * Please do not file a Gentoo bug and instead report the above QA > * issues directly to the upstream developers of this software. > * Homepage: http://www.debath.co.uk/ https://github.com/lkundrak/dev86 >strip: aarch64-unknown-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version > /usr/bin/ar86 > /usr/lib64/bcc/bcc-cpp > /usr/lib64/bcc/bcc-cc1 > /usr/bin/bcc > /usr/lib64/bcc/unproto > /usr/lib64/bcc/libc_f.a > /usr/lib64/bcc/libc.a > /usr/lib64/bcc/copt > /usr/lib64/bcc/libbcc.a > /usr/lib64/bcc/libdos.a > /usr/lib64/bcc/libc_s.a > /usr/lib64/bcc/libbsd.a >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__ldivmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__idiv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__idivu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__ldivmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__imod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__idiv.o): Unable to recognise the format of file: file format not recognized > /usr/lib64/bcc/i386/libc.a >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__imodu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__idivu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__imul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__imod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__isl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__imodu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__isr.o): Unable to recognise the format of file: file format not recognized > /usr/bin/makeboot >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__imul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__isru.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__ldivmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__ldivmod.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__isl.o): : : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__ldivmod.o)Unable to recognise the format of fileUnable to recognise the format of file: : file format not recognized >: file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__laddl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__idiv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__isr.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__idiv.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__idiv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__landl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__idivu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__idivu.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__isru.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__idivu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(daemon.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lcmpl.o): aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__imod.o): Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__laddl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__imod.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__imod.o): Unable to recognise the format of file: file format not recognized > /usr/bin/dis86 >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(logwtmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__imodu.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lcoml.o): aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__imodu.o)aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__landl.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__imodu.o)Unable to recognise the format of file: file format not recognized >: Unable to recognise the format of file: file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(logout.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__imul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lcmpl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__imul.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__imul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__ldecl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(pty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__isl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lcoml.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__isl.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__isl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(login_tty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__ldivl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__isr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__isr.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__ldecl.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__isr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(sgtty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__isru.o): Unable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__ldivul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__ldivl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__isru.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__isru.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(cfsetspeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__laddl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__laddl.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__ldivul.o)aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__laddl.o): Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__leorl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(revoke.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__landl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__landl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__leorl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__landl.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lincl.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(setpassent.o): Unable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lcmpl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lcmpl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__idiv.o)aarch64-unknown-linux-gnu-strip: aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lincl.o)Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lcmpl.o): : file format not recognized >: Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbsd.a(checkrhosts.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lmodl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lcoml.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lcoml.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__idivu.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lmodl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lcoml.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lmodul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__ldecl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__ldecl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__imod.o)aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lmodul.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__ldecl.o)Unable to recognise the format of file: : : file format not recognized >Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lmull.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__ldivl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__ldivl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__ldivl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lmull.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__imodu.o): : : Unable to recognise the format of fileUnable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lnegl.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__ldivul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__ldivul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lnegl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__ldivul.o): : aarch64-unknown-linux-gnu-stripUnable to recognise the format of fileUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__imul.o): file format not recognized >: file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__leorl.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lorl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__leorl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lorl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__leorl.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__isl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lincl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lsll.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lincl.o): : Unable to recognise the format of file: file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lsll.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lincl.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__isr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lmodl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lmodl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lsrl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lsrl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lmodl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__isru.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lmodul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lmodul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lsrul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lsrul.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lmodul.o): : Unable to recognise the format of file: file format not recognized >Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lmull.o): Unable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__divsi3.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lmull.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lsubl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lmull.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lnegl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(errno.o): Unable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lsubl.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lnegl.o): Unable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__ltstl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lnegl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lorl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__brk_addr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lorl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(errno.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lorl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__ltstl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lsll.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lsll.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__brk_addr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lsll.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(errno.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lsrl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lsrl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lsrl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lsrul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(error2.o): Unable to recognise the format of file: file format not recognized >Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lsrul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lsrul.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__lsubl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(perror.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__lsubl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__brk_addr.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(error.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__lsubl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__ltstl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sys_siglist.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__ltstl.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sbrk.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sys_errlist.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__ltstl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(errno.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__assert.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(errno.o)aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(brk.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(perror.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(errno.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(__brk_addr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__brk_addr.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__getpwent.o)Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: : file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(error.o)Unable to recognise the format of file: : file format not recognized >aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sys_siglist.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__brk_addr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(sbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(sbrk.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(pwent.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sys_errlist.o): aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__assert.o)Unable to recognise the format of file: file format not recognized >: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(sbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libbcc.a(brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(perror.o)aarch64-unknown-linux-gnu-strip: aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpwnam.o)Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__getpwent.o): : file format not recognized >: Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_start.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sys_siglist.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpwuid.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(pwent.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(getch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_isatty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__assert.o)aarch64-unknown-linux-gnu-strip: aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getpwnam.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(putpwent.o): file format not recognized >: : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(getche.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_abort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getpwuid.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__getpwent.o): aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpw.o): file format not recognized >: Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(kbhit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_nofiles.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(putpwent.o)aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(pwent.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fgetpwent.o): Unable to recognise the format of file: Unable to recognise the format of file: file format not recognized >Unable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(putch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_read.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getpw.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getpwnam.o): : Unable to recognise the format of fileaarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__getgrent.o): file format not recognized >: aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(cputs.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_write.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getpwuid.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fgetpwent.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(grent.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(gotoxy.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__getgrent.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(putpwent.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(cprintf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getgrnam.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_close.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(grent.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getpw.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__assert.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getgrgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_putch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getgrnam.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fgetpwent.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(malloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fgetgrent.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_getch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getgrgid.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__getgrent.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(alloca.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(initgroups.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_getche.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fgetgrent.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(grent.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(free.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(utent.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_cputs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getgrnam.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(initgroups.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(calloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(termcap.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_kbhit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(utent.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getgrgid.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(realloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tparam.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_rdline.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(termcap.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fgetgrent.o)Unable to recognise the format of file: aarch64-unknown-linux-gnu-strip: file format not recognized >Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(labs.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fadd.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_putc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tparam.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(initgroups.o)Unable to recognise the format of file: aarch64-unknown-linux-gnu-strip: file format not recognized >Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(abs.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fcomp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_getc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(malloc.o)aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(utent.o): file format not recognized >: Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(raise.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fdiv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_khit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(alloca.o)aarch64-unknown-linux-gnu-strip: aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(termcap.o)Unable to recognise the format of file: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(bcopy.o): file format not recognized >Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fmul.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_disk_rd.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(free.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(bzero.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tparam.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_disk_wr.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fpbsr.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(calloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(bcmp.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(malloc.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_disk_rs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fperr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(realloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(index.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(alloca.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bios_get_dpt.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fperror.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(labs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(rindex.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(free.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(time.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fptoi.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(abs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(remove.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(calloc.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fileops.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fpushd.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(raise.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(creat.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(realloc.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fs_dos.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(bcopy.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fpulld.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(on_exit.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(labs.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(rawio.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(bzero.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fpushi.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(atexit.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(abs.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vt52.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(bcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fpushf.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of fileaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__do_exit.o): file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(raise.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ansi.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(index.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fpullf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(atoi.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(bcopy.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(cprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(rindex.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(frexp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(bzero.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(atol.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__assert.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(remove.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ftst.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(bcmp.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ltoa.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(malloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(creat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fabs.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ltostr.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(index.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(alloca.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(on_exit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ldexp.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of fileaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(rindex.o): file format not recognized >: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ctype.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(free.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(atexit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(remove.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ecvt.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ctypefn.o): : : Unable to recognise the format of fileUnable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(calloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__do_exit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(creat.o)aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(qsort.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__exit.o): Unable to recognise the format of file: Unable to recognise the format of file: file format not recognized >Unable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(realloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(atoi.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(on_exit.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(bsearch.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fork.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(labs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(atol.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(atexit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(rand.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vfork.o): : Unable to recognise the format of fileUnable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(abs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ltoa.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__do_exit.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(lsearch.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(read.o): : Unable to recognise the format of fileaarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(raise.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ltostr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(atoi.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(getopt.o)Unable to recognise the format of file: aarch64-unknown-linux-gnu-strip: file format not recognized >aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(write.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bcopy.o): file format not recognized >: : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ctype.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(atol.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(itoa.o)Unable to recognise the format of file: : file format not recognized >aarch64-unknown-linux-gnu-stripUnable to recognise the format of fileaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bzero.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(open.o): file format not recognized >: : aarch64-unknown-linux-gnu-stripUnable to recognise the format of fileUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ctypefn.o): file format not recognized >: file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ltoa.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(cputype.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bcmp.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(qsort.o)Unable to recognise the format of file: : file format not recognized >aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(close.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ltostr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strtol.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(index.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(bsearch.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(waitpid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ctype.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(crypt.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(rindex.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(rand.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(creat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ctypefn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_start.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(remove.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(lsearch.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(link.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(qsort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__exterror.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getopt.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(creat.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(unlink.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(bsearch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__mkargv.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(on_exit.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(itoa.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(execve.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(rand.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__mkenvp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(atexit.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(cputype.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(chdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(lsearch.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(bdos.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__do_exit.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strtol.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(time.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getopt.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos__fconv.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(atoi.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(crypt.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__dv32_mknod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_abort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(itoa.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(atol.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getenv.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(chmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_close.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(cputype.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ltoa.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(putenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(chown.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_getmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strtol.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ltostr.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(popen.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_getvect.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(crypt.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(system.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ctype.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_isatty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ctypefn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(mount.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(putenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getcwd.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(qsort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(umount.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_open.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(popen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tmpnam.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(bsearch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_read.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(system.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(rand.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(time.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_segalloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(lsearch.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(abort.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(stime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_segfree.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getcwd.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(getopt.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(wait.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ptrace.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_setvect.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tmpnam.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(itoa.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(wait3.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(alarm.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_stat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(time.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(waitpid.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(cputype.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(pause.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_unlink.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(abort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(killpg.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strtol.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(utime.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(dos_write.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(wait.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setpgrp.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(crypt.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(access.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__seg_regs.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(wait3.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sleep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__seg_regs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__peek_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(nice.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(waitpid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(usleep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__peek_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__poke_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ftime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(killpg.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(mkfifo.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__poke_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__deek_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sync.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setpgrp.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__seg_regs.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__deek_es.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__doke_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sleep.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(kill.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__peek_es.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__doke_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__strnget_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(rename.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(usleep.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__strnget_es.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__poke_es.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__strchr_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(mkfifo.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(mkdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__strchr_es.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__deek_es.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__strlen_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__seg_regs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(rmdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__strlen_es.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__doke_es.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(int86.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__peek_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(dup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(int86.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__strnget_es.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(int86x.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__poke_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(pipe.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(int86x.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__strchr_es.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(segread.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__deek_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(times.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(segread.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__strlen_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(time.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__doke_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setgid.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(regexp.o): file format not recognized >: aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(int86.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(sound.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__strnget_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(int86x.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(regsub.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(regexp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__strchr_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(signal.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(_stdio_init.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(segread.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(regsub.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__strlen_es.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(geteuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fputc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(regexp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(_stdio_init.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(int86.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getegid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fgetc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(regsub.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fputc.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(int86x.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(acct.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fgetc.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(_stdio_init.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(segread.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ioctl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fgets.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fflush.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fputc.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(regexp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fcntl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(gets.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fgetc.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fgets.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(regsub.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setpgid.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fputs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fflush.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(gets.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(_stdio_init.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ulimit.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(puts.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fputs.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fgets.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fputc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fread.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(umask.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(puts.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(gets.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fgetc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fwrite.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(chroot.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fread.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fputs.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fopen.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__dv32_ustat.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(puts.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fwrite.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fgets.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fdopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(dup2.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fopen.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fread.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(gets.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(freopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getppid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fdopen.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fwrite.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fputs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(__fopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fopen.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(freopen.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(puts.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fclose.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setsid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(__fopen.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fdopen.o)Unable to recognise the format of file: : file format not recognized >aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fread.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sigaction.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fclose.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(freopen.o): aarch64-unknown-linux-gnu-strip: Unable to recognise the format of fileUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fwrite.o): file format not recognized >: file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(rewind.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(siggetmask.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__fopen.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fopen.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ftell.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sigsetmask.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(rewind.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fclose.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fdopen.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(setbuffer.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setreuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ftell.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fseek.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(freopen.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(setvbuf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setregid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(setbuffer.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(rewind.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__fopen.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ungetc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sigsuspend.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(setvbuf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ftell.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fclose.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(printf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sigpending.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ungetc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setbuffer.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fseek.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(sprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sethostname.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(printf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setvbuf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(rewind.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setrlimit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(sprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ftell.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ungetc.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getrlimit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(printf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setbuffer.o): : Unable to recognise the format of fileUnable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vsprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getrusage.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(vprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sprintf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setvbuf.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vfprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(gettimeofday.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(vsprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fprintf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ungetc.o): : Unable to recognise the format of fileaarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fp_print.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(settimeofday.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(vfprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(scanf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(printf.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getgroups.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fp_print.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vsprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(sscanf.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sprintf.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setgroups.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(scanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vfprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(fscanf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fprintf.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__select.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(sscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fp_print.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vscanf.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vprintf.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(symlink.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(fscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(scanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vsscanf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vsprintf.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(readlink.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(vscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sscanf.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(vfscanf.o): : aarch64-unknown-linux-gnu-stripUnable to recognise the format of fileUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vfprintf.o): file format not recognized >: file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(uselib.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(vsscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fscanf.o)aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strlen.o)aarch64-unknown-linux-gnu-strip: file format not recognized >: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fp_print.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(swapon.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(vfscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vscanf.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strcat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(scanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(reboot.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strlen.o)Unable to recognise the format of file: Unable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vsscanf.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strcpy.o)Unable to recognise the format of file: aarch64-unknown-linux-gnu-strip: file format not recognized >Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sscanf.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strcat.o)aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__readdir.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strcmp.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vfscanf.o): : Unable to recognise the format of fileaarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fscanf.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__mmap.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strncat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strlen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(munmap.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strncpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strcat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vsscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strncat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(truncate.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strncmp.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strcpy.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vfscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strncpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ftruncate.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strchr.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strcmp.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strlen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strncmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fchmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strrchr.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strncat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strcat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fchown.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strdup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strncpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strrchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpriority.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(memcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strncmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strdup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setpriority.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(memccpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strncat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(memcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(statfs.o)aarch64-unknown-linux-gnu-strip: Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(memchr.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strrchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strncpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(memccpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fstatfs.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(memset.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strdup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strncmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(memchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(memcmp.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ioperm.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(memcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(memset.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(memmove.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__socketcall.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(memccpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strrchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(memcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(movedata.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setitimer.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(memchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strdup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(memmove.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strpbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getitimer.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(memset.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(memcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(movedata.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strsep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__dv32_stat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(memcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(memccpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strpbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strstr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__dv32_lstat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(memmove.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(memchr.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strsep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strtok.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__dv32_fstat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(movedata.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(memset.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strstr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strcspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(iopl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strpbrk.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(memcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strtok.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vhangup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strsep.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(memmove.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strcspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strcasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__vm86.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strstr.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(movedata.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(strncasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(wait4.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strtok.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strpbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strcasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(setjmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(swapoff.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strcspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strsep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(strncasecmp.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(localtime.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strspn.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sysinfo.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strstr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(setjmp.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(gmtime.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strcasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__ipc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strtok.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(localtime.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(asctime.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(strncasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fsync.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strcspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(gmtime.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(ctime.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__syscall.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__sigreturn.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strspn.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(asctime.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(asc_conv.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__syscall4.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(clone.o)Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: : file format not recognized >Unable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strcasecmp.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(ctime.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_s.a(tm_conv.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__exit.o): aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(strncasecmp.o)Unable to recognise the format of file: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setdomainname.o): file format not recognized >Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(asc_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fork.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__syscall.o)Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: : file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(uname.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libdos.a(tm_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(read.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__syscall4.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(adjtimex.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(write.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__exit.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(mprotect.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(open.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fork.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sigprocmask.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(close.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(read.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getpgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(wait4.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(write.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fchdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(link.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(open.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(bdflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(unlink.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(close.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sysfs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__execve.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(wait4.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__personality.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(chdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(link.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setfsuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(mknod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(unlink.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setfsgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(chmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__execve.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__getdents.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(chown.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(chdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(flock.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(mknod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(nanosleep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(stat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(chmod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__cstart3.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(chown.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(execl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__getpid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__brk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(execv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(mount.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(stat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(execle.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(umount.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(execlp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__getpid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(execvp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__getuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(mount.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(opendir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(alarm.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(umount.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(closedir.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fstat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(readdir.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(pause.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__getuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setjmp3.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(utime.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(alarm.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(malloc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(chroot.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fstat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(alloca.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(vfork.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(pause.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(access.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(free.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(utime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(nice.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(calloc.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(chroot.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(sync.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(realloc.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(vfork.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(kill.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(access.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(labs.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(rename.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(nice.o): Unable to recognise the format of fileaarch64-unknown-linux-gnu-strip: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(abs.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(mkdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(sync.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(raise.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(rmdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(kill.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(bcopy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(dup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(rename.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(bzero.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(pipe.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(mkdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(bcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__times.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(rmdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(index.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(dup2.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(dup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(rindex.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(pipe.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(remove.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__getgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__times.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(on_exit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__signal.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(dup2.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(atexit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fcntl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__do_exit.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ioctl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__getgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(atoi.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(reboot.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__signal.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(atol.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(lstat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fcntl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ltoa.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(symlink.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ioctl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(readlink.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ltostr.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(reboot.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(umask.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ctype.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(lstat.o): file format not recognized >: Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(settimeofday.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ctypefn.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(symlink.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(gettimeofday.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(qsort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(readlink.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(select.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(bsearch.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(umask.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__readdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(rand.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(settimeofday.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(fchown.o): : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(lsearch.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(gettimeofday.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(dlload.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getopt.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(select.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setsid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(itoa.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__readdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(socket.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(cputype.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(fchown.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(bind.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strtol.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(dlload.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(listen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(crypt.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setsid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(accept.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(socket.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(connect.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(putenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(bind.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(knlvsn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(popen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(listen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(__cstartup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(system.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(accept.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setenv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(connect.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getpid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(getcwd.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(knlvsn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getppid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tmpnam.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(__cstartup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(abort.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(lseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(geteuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(wait.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getpid.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getppid.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(wait3.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getegid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(killpg.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(getpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(geteuid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(times.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getgid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sleep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(opendir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getegid.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(usleep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(closedir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(getpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(mkfifo.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(readdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(times.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strtod.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(execve.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(opendir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(atof.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(execl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(closedir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(regexp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(execv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(readdir.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(regsub.o)aarch64-unknown-linux-gnu-strip: : /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(execle.o)Unable to recognise the format of file: : file format not recognized >Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(execve.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(_stdio_init.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(execlp.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(execl.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(execvp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fputc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(execv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(signal.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fgetc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(execle.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(setjmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(execlp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcsetattr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fgets.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(execvp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcgetattr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(gets.o): aarch64-unknown-linux-gnu-stripUnable to recognise the format of file: file format not recognized >: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(signal.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcdrain.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-stripaarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fputs.o): /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(setjmp.o): : Unable to recognise the format of fileUnable to recognise the format of file: file format not recognized >: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcflow.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcsetattr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(puts.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcgetattr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fread.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcsendbreak.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcdrain.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fwrite.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcsetpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcflow.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tcgetpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fdopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(isatty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcsendbreak.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(freopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(cfgetospeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcsetpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(__fopen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(cfgetispeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tcgetpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fclose.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(cfsetospeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(isatty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fseek.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(cfsetispeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(cfgetospeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(rewind.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(cfmakeraw.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(cfgetispeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ftell.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ttyname.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(cfsetospeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setbuffer.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(localtime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(cfsetispeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setvbuf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(gmtime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(cfmakeraw.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ungetc.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(asctime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ttyname.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(printf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(ctime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(localtime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(asc_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(gmtime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc.a(tm_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(asctime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(ctime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vsprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(asc_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vfprintf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/libc_f.a(tm_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fp_print.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(scanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(sscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(fscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vsscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(vfscanf.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strlen.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strcat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strncat.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strncpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strncmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strrchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strdup.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(memcpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(memccpy.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(memchr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(memset.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(memcmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(memmove.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(movedata.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strpbrk.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strsep.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strstr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strtok.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strcspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strspn.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strcasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(strncasecmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(setjmp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcsetattr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcgetattr.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcdrain.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcflow.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcflush.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcsendbreak.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcsetpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tcgetpgrp.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(isatty.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(cfgetospeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(cfgetispeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(cfsetospeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(cfsetispeed.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(cfmakeraw.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ttyname.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(localtime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(gmtime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(asctime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(ctime.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(asc_conv.o): Unable to recognise the format of file: file format not recognized >aarch64-unknown-linux-gnu-strip: /var/tmp/portage/sys-devel/dev86-0.16.21-r3/image/usr/lib64/bcc/i386/libc.a(tm_conv.o): Unable to recognise the format of file: file format not recognized >>>> Done. > > > >emerge --info: >Portage 2.3.99 (python 3.7.7-final-0, default/linux/arm64/17.0, gcc-10.1.0, glibc-2.31-r2, 4.9.0-4-arm64 aarch64) >================================================================= >System uname: Linux-4.9.0-4-arm64-aarch64-with-gentoo-2.7 >KiB Mem: 131544964 total, 111191292 free >KiB Swap: 3321056 total, 3321056 free >Timestamp of repository gentoo: Fri, 08 May 2020 06:35:42 +0000 >sh bash 5.0_p17 >ld GNU ld (Gentoo 2.34 p1) 2.34.0 >app-shells/bash: 5.0_p17::gentoo >dev-lang/perl: 5.30.2::gentoo >dev-lang/python: 2.7.18::gentoo, 3.7.7-r2::gentoo, 3.8.2-r2::gentoo >sys-apps/baselayout: 2.7::gentoo >sys-apps/openrc: 0.42.1::gentoo >sys-apps/sandbox: 2.18::gentoo >sys-devel/autoconf: 2.69-r5::gentoo >sys-devel/automake: 1.16.2::gentoo >sys-devel/binutils: 2.34::gentoo >sys-devel/gcc: 10.1.0::gentoo >sys-devel/gcc-config: 2.2.1::gentoo >sys-devel/libtool: 2.4.6-r6::gentoo >sys-devel/make: 4.3::gentoo >sys-kernel/linux-headers: 5.6::gentoo (virtual/os-headers) >sys-libs/glibc: 2.31-r2::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-extra-opts: > sync-rsync-verify-jobs: 1 > sync-rsync-verify-metamanifest: yes > >ACCEPT_KEYWORDS="arm64 ~arm64" >ACCEPT_LICENSE="*" >CBUILD="aarch64-unknown-linux-gnu" >CC="aarch64-unknown-linux-gnu-gcc" >CFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >CHOST="aarch64-unknown-linux-gnu" >CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt" >CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo" >CXX="aarch64-unknown-linux-gnu-g++" >CXXFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >DISTDIR="/usr/portage/distfiles" >EMERGE_DEFAULT_OPTS="--with-bdeps=y -1 -b -k" >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 -march=native -frecord-gcc-switches" >FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg 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 strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" >FFLAGS="-O2 -pipe -march=native -frecord-gcc-switches" >GENTOO_MIRRORS="http://distfiles.gentoo.org" >LANG="en_US.UTF-8" >LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" >MAKEOPTS="-j96" >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="acl arm64 berkdb bzip2 cli crypt dri fortran gdbm iconv ipv6 libtirpc ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl tcpd unicode xattr zlib" ADA_TARGET="gnat_2018" 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_ARM="edsp thumb thumb2 v4 v5 v6 v7 v8 vfp vfp-d32 vfpv3 vfpv4" 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" KERNEL="linux" 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_7" PYTHON_TARGETS="python2_7 python3_7" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="fbdev 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: CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 721596
: 636802