Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 417310 Details for
Bug 566006
dev-lang/ocaml-4.02.3[ocamlopt] fails to build on musl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
build.log with "emake world -n" and patch 417262
ocaml-4.02.3_build.log_with_emake_world_-n_and_patch_417262 (text/plain), 153.14 KB, created by
Justin Keogh
on 2015-11-18 19:10:56 UTC
(
hide
)
Description:
build.log with "emake world -n" and patch 417262
Filename:
MIME Type:
Creator:
Justin Keogh
Created:
2015-11-18 19:10:56 UTC
Size:
153.14 KB
patch
obsolete
> * ocaml-4.02.3.tar.xz SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] > * ocaml-patches-7.tar.bz2 SHA256 SHA512 WHIRLPOOL size ;-) ... [ ok ] > * Package: dev-lang/ocaml-4.02.3 > * Repository: gentoo > * Maintainer: ml@gentoo.org > * USE: abi_x86_64 amd64 elibc_musl kernel_linux latex ncurses ocamlopt userland_GNU > * FEATURES: keepwork preserve-libs sandbox splitdebug userpriv usersandbox > * Ocaml generates its own native asm, you're using a PIE compiler > * We have appended -nopie to ocaml build options > * because linking an executable with pie while the objects are not pic will not work >>>> Unpacking source... >>>> Unpacking ocaml-4.02.3.tar.xz to /var/tmp/portage/dev-lang/ocaml-4.02.3/work >>>> Unpacking ocaml-patches-7.tar.bz2 to /var/tmp/portage/dev-lang/ocaml-4.02.3/work >>>> Source unpacked in /var/tmp/portage/dev-lang/ocaml-4.02.3/work >>>> Preparing source in /var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3 ... > * Applying various patches (bugfixes/updates) ... > * 010_all_execstacks.patch ... > [ ok ] > * 020_all_configure.patch ... > [ ok ] > * 050_all_objinfoldflags.patch ... > [ ok ] > * Done with patching > * Applying ocaml-4.02.3-musl.patch ... > [ ok ] >>>> Source prepared. >>>> Configuring source in /var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3 ... >Configuring for host x86_64-gentoo-linux-musl ... >Configuring for target x86_64-gentoo-linux-musl ... >Using compiler x86_64-gentoo-linux-musl-gcc. >The C compiler is ANSI-compliant. >Checking the sizes of integers and pointers... >Wow! A 64 bit architecture! >This is a little-endian architecture. >Doubles can be word-aligned. >64-bit integers can be word-aligned. >Native division and modulus have round-towards-zero semantics, will use them. >ranlib found >#! appears to work in shell scripts. >POSIX signal handling found. >expm1(), log1p(), hypot(), copysign() found. >getrusage() found. >times() found. >termcap functions found (with libraries '-lcurses') >You have BSD sockets. >socklen_t is defined in <sys/socket.h> >inet_aton() found. >IPv6 is supported. >unistd.h found. >off_t is defined in <sys/types.h> >dirent.h found. >rewinddir() found. >lockf() found. >mkfifo() found. >getcwd() found. >getpriority() found. >utime() found. >utimes() found. >dup2() found. >fchmod() found. >truncate() found. >sys/select.h found. >select() found. >symlink() found. >waitpid() found. >wait4() found. >getgroups() found. >setgroups() found. >initgroups() found. >POSIX termios found. >Asynchronous I/O are supported. >setitimer() found. >gethostname() found. >uname() found. >gettimeofday() found. >mktime() found. >setsid() found. >putenv() found. >setlocale() and <locale.h> found. >dlopen() found. >Dynamic loading of shared libraries is supported. >mmap() found. >pwrite() found >stat() supports nanosecond precision. >gethostbyname_r() found (with 6 arguments). >gethostbyaddr_r() found (with 8 arguments). >mkstemp() found >nice() found >Replay debugger supported. >System stack overflow can be detected. >POSIX threads library supported. >Options for linking with POSIX threads: -lpthread >sigwait() found >Bytecode threads library supported. >[WARNING] Cannot compile X11 program. >[WARNING] X11 not found, the "graph" library will not be supported. >[WARNING] BFD library not found, 'objinfo' will be unable to display info on .cmxs files. >Assembler supports CFI > >** Configuration summary ** > >Directories where OCaml will be installed: > binaries.................. /usr/bin > standard library.......... /usr/lib/ocaml > manual pages.............. /usr/share/man (with extension .1) >Configuration for the bytecode compiler: > C compiler used........... x86_64-gentoo-linux-musl-gcc > options for compiling..... -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT > options for linking....... -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E -lm -lcurses -lpthread > shared libraries are supported > options for compiling..... -O -fPIC -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT > command for building...... x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie -o lib.so -Wl,-rpath,/a/path objs >Configuration for the native-code compiler: > hardware architecture..... amd64 > OS variant................ linux > C compiler used........... x86_64-gentoo-linux-musl-gcc > options for compiling..... -march=native -O2 -pipe -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT > options for linking....... -Wl,-O1 -Wl,--as-needed -nopie -lm > assembler ................ x86_64-gentoo-linux-musl-as > preprocessed assembler ... x86_64-gentoo-linux-musl-gcc -c > assembler supports CFI ... yes > with frame pointers....... no > naked pointers forbidden.. no > native dynlink ........... true > profiling with gprof ..... supported >Source-level replay debugger: supported >Additional libraries supported: > unix str num dynlink bigarray systhreads threads >Configuration for the "num" library: > target architecture ...... amd64 (asm level 1) >The "graph" library: not supported > >** OCaml configuration completed successfully ** > >>>> Source configured. >>>> Compiling source in /var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3 ... >make -j1 world -n >make coldstart >make[1]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >cd byterun; make all >make[2]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ > -e '/^}/q' caml/instruct.h > caml/jumptbl.h >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c >../tools/make-version-header.sh ../VERSION > caml/version.h >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c >x86_64-gentoo-linux-musl-ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o >x86_64-gentoo-linux-musl-ranlib libcamlrun.a >sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \ > | sort | uniq > primitives >(echo '#include "caml/mlvalues.h"'; \ > echo '#include "caml/prims.h"'; \ > sed -e 's/.*/extern value &();/' primitives; \ > echo 'c_primitive caml_builtin_cprim[] = {'; \ > sed -e 's/.*/ &,/' primitives; \ > echo ' 0 };'; \ > echo 'char * caml_names_of_builtin_cprim[] = {'; \ > sed -e 's/.*/ "&",/' primitives; \ > echo ' 0 };') > prims.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c >x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E -o ocamlrun \ > prims.o libcamlrun.a -lm -lcurses -lpthread >echo "/usr/lib/ocaml/stublibs" > ld.conf >echo "/usr/lib/ocaml" >> ld.conf >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC interp.c -o interp.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC misc.c -o misc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC stacks.c -o stacks.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC fix_code.c -o fix_code.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC startup.c -o startup.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC freelist.c -o freelist.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC major_gc.c -o major_gc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC minor_gc.c -o minor_gc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC memory.c -o memory.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC alloc.c -o alloc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC roots.c -o roots.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC globroots.c -o globroots.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC fail.c -o fail.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC signals.c -o signals.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC signals_byt.c -o signals_byt.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC printexc.c -o printexc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC backtrace.c -o backtrace.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC compare.c -o compare.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC ints.c -o ints.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC floats.c -o floats.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC str.c -o str.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC array.c -o array.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC io.c -o io.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC extern.c -o extern.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC intern.c -o intern.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC hash.c -o hash.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC sys.c -o sys.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC meta.c -o meta.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC parsing.c -o parsing.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC gc_ctrl.c -o gc_ctrl.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC terminfo.c -o terminfo.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC md5.c -o md5.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC obj.c -o obj.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC lexing.c -o lexing.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC callback.c -o callback.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC debugger.c -o debugger.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC weak.c -o weak.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC compact.c -o compact.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC finalise.c -o finalise.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC custom.c -o custom.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC dynlink.c -o dynlink.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC unix.c -o unix.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC main.c -o main.pic.o >ar rc libcamlrun_pic.a interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o >x86_64-gentoo-linux-musl-ranlib libcamlrun_pic.a >x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie -o libcamlrun_shared.so interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o -lm -lcurses -lpthread >make[2]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >cp byterun/ocamlrun boot/ocamlrun >cd yacc; make all >make[2]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/yacc' >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c >echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o >make[2]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/yacc' >cp yacc/ocamlyacc boot/ocamlyacc >cd stdlib; make COMPILER=../boot/ocamlc all >make[2]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/stdlib' >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmi` -c pervasives.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmo` -c pervasives.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmi` -c array.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmo` -c array.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmi` -c list.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmo` -c list.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmi` -c char.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmo` -c char.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmi` -c bytes.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmo` -c bytes.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmi` -c string.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmo` -c string.ml >sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION`|" sys.mlp >sys.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmi` -c sys.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmo` -c sys.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmi` -c sort.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmo` -c sort.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmi` -c marshal.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmo` -c marshal.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmi` -c int32.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmi` -c obj.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmo` -c obj.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmo` -c int32.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmi` -c int64.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmo` -c int64.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmi` -c nativeint.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmo` -c nativeint.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmi` -c lexing.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmo` -c lexing.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmi` -c parsing.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmo` -c parsing.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmi` -c set.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmo` -c set.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmi` -c map.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmo` -c map.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmi` -c stack.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmo` -c stack.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmi` -c queue.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmo` -c queue.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmi` -c lazy.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmo` -c lazy.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmi` -c stream.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmo` -c stream.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmi` -c buffer.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmo` -c buffer.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmi` -c printf.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmo` -c printf.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmi` -c arg.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmo` -c arg.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmi` -c printexc.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmo` -c printexc.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmi` -c gc.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmo` -c gc.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmi` -c digest.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmo` -c digest.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmi` -c random.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmo` -c random.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmi` -c hashtbl.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmo` -c hashtbl.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmi` -c format.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmo` -c format.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmi` -c scanf.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmo` -c scanf.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmi` -c callback.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmo` -c callback.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmi` -c oo.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmo` -c oo.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmi` -c genlex.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmo` -c genlex.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmi` -c weak.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmo` -c weak.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmi` -c filename.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmo` -c filename.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmi` -c complex.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmo` -c complex.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmi` -c arrayLabels.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmo` -c arrayLabels.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmi` -c listLabels.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmo` -c listLabels.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmi` -c bytesLabels.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmo` -c bytesLabels.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmi` -c stringLabels.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmo` -c stringLabels.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmi` -c moreLabels.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmo` -c moreLabels.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmi` -c stdLabels.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmo` -c stdLabels.ml >../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo array.cmo list.cmo char.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo >../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags std_exit.cmo` -c std_exit.ml >if true; then \ > echo '#!/usr/bin/ocamlrun' > camlheader && \ > echo '#!/usr/bin/ocamlrun' > target_camlheader && \ > echo '#!/usr/bin/ocamlrund' > camlheaderd && \ > echo '#!/usr/bin/ocamlrund' > target_camlheaderd && \ > echo '#!' | tr -d '\012' > camlheader_ur; \ >else \ > for suff in '' d; do \ > x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E \ > -DRUNTIME_NAME='"/usr/bin/ocamlrun'$suff'"' \ > header.c -o tmpheader && \ > strip tmpheader && \ > mv tmpheader camlheader$suff && \ > x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E \ > -DRUNTIME_NAME='"/usr/bin/ocamlrun'$suff'"' \ > header.c -o tmpheader && \ > strip tmpheader && \ > mv tmpheader target_camlheader$suff; \ > done && \ > cp camlheader camlheader_ur; \ >fi >if true; then \ > echo '#!/usr/bin/ocamlrun' > camlheader && \ > echo '#!/usr/bin/ocamlrun' > target_camlheader && \ > echo '#!/usr/bin/ocamlrund' > camlheaderd && \ > echo '#!/usr/bin/ocamlrund' > target_camlheaderd && \ > echo '#!' | tr -d '\012' > camlheader_ur; \ >else \ > for suff in '' d; do \ > x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E \ > -DRUNTIME_NAME='"/usr/bin/ocamlrun'$suff'"' \ > header.c -o tmpheader && \ > strip tmpheader && \ > mv tmpheader camlheader$suff && \ > x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E \ > -DRUNTIME_NAME='"/usr/bin/ocamlrun'$suff'"' \ > header.c -o tmpheader && \ > strip tmpheader && \ > mv tmpheader target_camlheader$suff; \ > done && \ > cp camlheader camlheader_ur; \ >fi >if true; then \ > echo '#!/usr/bin/ocamlrun' > camlheader && \ > echo '#!/usr/bin/ocamlrun' > target_camlheader && \ > echo '#!/usr/bin/ocamlrund' > camlheaderd && \ > echo '#!/usr/bin/ocamlrund' > target_camlheaderd && \ > echo '#!' | tr -d '\012' > camlheader_ur; \ >else \ > for suff in '' d; do \ > x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E \ > -DRUNTIME_NAME='"/usr/bin/ocamlrun'$suff'"' \ > header.c -o tmpheader && \ > strip tmpheader && \ > mv tmpheader camlheader$suff && \ > x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E \ > -DRUNTIME_NAME='"/usr/bin/ocamlrun'$suff'"' \ > header.c -o tmpheader && \ > strip tmpheader && \ > mv tmpheader target_camlheader$suff; \ > done && \ > cp camlheader camlheader_ur; \ >fi >make[2]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/stdlib' >cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot >if test -f boot/libcamlrun.a; then :; else \ > ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi >if test -d stdlib/caml; then :; else \ > ln -s ../byterun/caml stdlib/caml; fi >make[1]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >make all >make[1]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >make runtime >make[2]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >cd byterun; make all >make[3]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ > -e '/^}/q' caml/instruct.h > caml/jumptbl.h >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c >../tools/make-version-header.sh ../VERSION > caml/version.h >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c >x86_64-gentoo-linux-musl-ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o >x86_64-gentoo-linux-musl-ranlib libcamlrun.a >sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \ > | sort | uniq > primitives >(echo '#include "caml/mlvalues.h"'; \ > echo '#include "caml/prims.h"'; \ > sed -e 's/.*/extern value &();/' primitives; \ > echo 'c_primitive caml_builtin_cprim[] = {'; \ > sed -e 's/.*/ &,/' primitives; \ > echo ' 0 };'; \ > echo 'char * caml_names_of_builtin_cprim[] = {'; \ > sed -e 's/.*/ "&",/' primitives; \ > echo ' 0 };') > prims.c >x86_64-gentoo-linux-musl-gcc -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c >x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E -o ocamlrun \ > prims.o libcamlrun.a -lm -lcurses -lpthread >echo "/usr/lib/ocaml/stublibs" > ld.conf >echo "/usr/lib/ocaml" >> ld.conf >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC interp.c -o interp.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC misc.c -o misc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC stacks.c -o stacks.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC fix_code.c -o fix_code.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC startup.c -o startup.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC freelist.c -o freelist.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC major_gc.c -o major_gc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC minor_gc.c -o minor_gc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC memory.c -o memory.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC alloc.c -o alloc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC roots.c -o roots.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC globroots.c -o globroots.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC fail.c -o fail.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC signals.c -o signals.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC signals_byt.c -o signals_byt.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC printexc.c -o printexc.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC backtrace.c -o backtrace.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC compare.c -o compare.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC ints.c -o ints.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC floats.c -o floats.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC str.c -o str.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC array.c -o array.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC io.c -o io.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC extern.c -o extern.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC intern.c -o intern.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC hash.c -o hash.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC sys.c -o sys.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC meta.c -o meta.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC parsing.c -o parsing.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC gc_ctrl.c -o gc_ctrl.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC terminfo.c -o terminfo.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC md5.c -o md5.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC obj.c -o obj.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC lexing.c -o lexing.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC callback.c -o callback.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC debugger.c -o debugger.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC weak.c -o weak.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC compact.c -o compact.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC finalise.c -o finalise.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC custom.c -o custom.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC dynlink.c -o dynlink.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC unix.c -o unix.pic.o >x86_64-gentoo-linux-musl-gcc -c -DCAML_NAME_SPACE -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC main.c -o main.pic.o >ar rc libcamlrun_pic.a interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o >x86_64-gentoo-linux-musl-ranlib libcamlrun_pic.a >x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie -o libcamlrun_shared.so interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o -lm -lcurses -lpthread >make[3]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >if test -f stdlib/libcamlrun.a; then :; else \ > ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi >make[2]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >make coreall >make[2]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >make ocamlc >make[3]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml >rm -f utils/config.ml >sed -e 's|%%LIBDIR%%|/usr/lib/ocaml|' \ > -e 's|%%BYTERUN%%|/usr/bin/ocamlrun|' \ > -e 's|%%CCOMPTYPE%%|cc|' \ > -e 's|%%BYTECC%%|x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC|' \ > -e 's|%%NATIVECC%%|x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \ > -e 's|%%PACKLD%%|x86_64-gentoo-linux-musl-ld -r -O1 --as-needed -o\ |' \ > -e 's|%%BYTECCLIBS%%|-lm -lcurses -lpthread|' \ > -e 's|%%NATIVECCLIBS%%|-lm |' \ > -e 's|%%RANLIBCMD%%|x86_64-gentoo-linux-musl-ranlib|' \ > -e 's|%%ARCMD%%|x86_64-gentoo-linux-musl-ar|' \ > -e 's|%%CC_PROFILE%%|-pg|' \ > -e 's|%%ARCH%%|amd64|' \ > -e 's|%%MODEL%%|default|' \ > -e 's|%%SYSTEM%%|linux|' \ > -e 's|%%EXT_OBJ%%|.o|' \ > -e 's|%%EXT_ASM%%|.s|' \ > -e 's|%%EXT_LIB%%|.a|' \ > -e 's|%%EXT_DLL%%|.so|' \ > -e 's|%%SYSTHREAD_SUPPORT%%|true|' \ > -e 's|%%ASM%%|x86_64-gentoo-linux-musl-as|' \ > -e 's|%%ASM_CFI_SUPPORTED%%|true|' \ > -e 's|%%WITH_FRAME_POINTERS%%|false|' \ > -e 's|%%MKDLL%%|x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie|' \ > -e 's|%%MKEXE%%|x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E|' \ > -e 's|%%MKMAINDLL%%|x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie|' \ > -e 's|%%HOST%%|x86_64-gentoo-linux-musl|' \ > -e 's|%%TARGET%%|x86_64-gentoo-linux-musl|' \ > utils/config.mlp > utils/config.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml >boot/ocamlyacc -v parsing/parser.mly >boot/ocamlyacc -v parsing/parser.mly >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml >boot/ocamlrun boot/ocamllex parsing/lexer.mll >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml >cd byterun; make primitives >make[4]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \ > | sort | uniq > primitives >make[4]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >(echo 'let builtin_exceptions = [|'; \ > sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/caml/fail.h | \ > sed -e '$s/;$//'; \ > echo '|]'; \ > echo 'let builtin_primitives = [|'; \ > sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \ > echo '|]') > bytecomp/runtimedef.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -linkall -o compilerlibs/ocamlcommon.cma utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/ast_helper.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/cmt_format.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml >sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/caml/instruct.h | \ >awk -f tools/make-opcodes > bytecomp/opcodes.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamlbytecomp.cma bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -compat-32 -o ocamlc \ > compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo >make[3]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >make ocamllex ocamlyacc ocamltools library >make[3]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >cd yacc; make all >make[4]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/yacc' >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c >echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c >x86_64-gentoo-linux-musl-gcc -DNDEBUG -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,--as-needed -nopie -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o >make[4]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/yacc' >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml >rm -f utils/config.ml >sed -e 's|%%LIBDIR%%|/usr/lib/ocaml|' \ > -e 's|%%BYTERUN%%|/usr/bin/ocamlrun|' \ > -e 's|%%CCOMPTYPE%%|cc|' \ > -e 's|%%BYTECC%%|x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -fPIC|' \ > -e 's|%%NATIVECC%%|x86_64-gentoo-linux-musl-gcc -march=native -O2 -pipe -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \ > -e 's|%%PACKLD%%|x86_64-gentoo-linux-musl-ld -r -O1 --as-needed -o\ |' \ > -e 's|%%BYTECCLIBS%%|-lm -lcurses -lpthread|' \ > -e 's|%%NATIVECCLIBS%%|-lm |' \ > -e 's|%%RANLIBCMD%%|x86_64-gentoo-linux-musl-ranlib|' \ > -e 's|%%ARCMD%%|x86_64-gentoo-linux-musl-ar|' \ > -e 's|%%CC_PROFILE%%|-pg|' \ > -e 's|%%ARCH%%|amd64|' \ > -e 's|%%MODEL%%|default|' \ > -e 's|%%SYSTEM%%|linux|' \ > -e 's|%%EXT_OBJ%%|.o|' \ > -e 's|%%EXT_ASM%%|.s|' \ > -e 's|%%EXT_LIB%%|.a|' \ > -e 's|%%EXT_DLL%%|.so|' \ > -e 's|%%SYSTHREAD_SUPPORT%%|true|' \ > -e 's|%%ASM%%|x86_64-gentoo-linux-musl-as|' \ > -e 's|%%ASM_CFI_SUPPORTED%%|true|' \ > -e 's|%%WITH_FRAME_POINTERS%%|false|' \ > -e 's|%%MKDLL%%|x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie|' \ > -e 's|%%MKEXE%%|x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -nopie -Wl,-E|' \ > -e 's|%%MKMAINDLL%%|x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie|' \ > -e 's|%%HOST%%|x86_64-gentoo-linux-musl|' \ > -e 's|%%TARGET%%|x86_64-gentoo-linux-musl|' \ > utils/config.mlp > utils/config.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml >boot/ocamlyacc -v parsing/parser.mly >boot/ocamlyacc -v parsing/parser.mly >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml >boot/ocamlrun boot/ocamllex parsing/lexer.mll >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml >cd byterun; make primitives >make[4]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \ > | sort | uniq > primitives >make[4]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/byterun' >(echo 'let builtin_exceptions = [|'; \ > sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/caml/fail.h | \ > sed -e '$s/;$//'; \ > echo '|]'; \ > echo 'let builtin_primitives = [|'; \ > sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \ > echo '|]') > bytecomp/runtimedef.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -linkall -o compilerlibs/ocamlcommon.cma utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/ast_helper.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/cmt_format.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml >sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/caml/instruct.h | \ >awk -f tools/make-opcodes > bytecomp/opcodes.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamlbytecomp.cma bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml >boot/ocamlrun boot/ocamlc -nostdlib -I boot -compat-32 -o ocamlc \ > compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo >cd lex; make all >make[4]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/lex' >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.ml >../boot/ocamlyacc -v parser.mly >../boot/ocamlyacc -v parser.mly >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.ml >../boot/ocamlrun ../boot/ocamllex lexer.mll >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.mli >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string main.ml >../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo >make[4]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/lex' >make[3]: Nothing to be done for 'ocamlyacc'. >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmx_format.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.mli >boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.ml >cd tools; make all >make[4]: Entering directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/tools' >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../parsing/parsetree.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../parsing/longident.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel depend.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../utils/misc.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../parsing/location.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../parsing/asttypes.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel depend.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../driver/pparse.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../parsing/parse.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../utils/config.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../driver/compenv.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../utils/clflags.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamldep.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -compat-32 -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ccomp.cmo ast_mapper.cmo pparse.cmo compenv.cmo depend.cmo ocamldep.cmo >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../utils/warnings.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlprof.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel profiling.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel profiling.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlprof misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../driver/main_args.mli >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlcp.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlcp warnings.cmo main_args.cmo ocamlcp.cmo >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamloptp.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamloptp warnings.cmo main_args.cmo \ > ocamloptp.cmo >sed -e 's|%%BINDIR%%|/usr/bin|' ocamlmktop.tpl > ocamlmktop >chmod +x ocamlmktop >(echo 'let bindir = "/usr/bin"'; \ > echo 'let ext_lib = ".a"'; \ > echo 'let ext_dll = ".so"'; \ > echo 'let supports_shared_libraries = true';\ > echo 'let mkdll = "x86_64-gentoo-linux-musl-gcc -shared -Wl,-O1 -Wl,--as-needed -nopie"'; \ > echo 'let byteccrpath = "-Wl,-rpath,"'; \ > echo 'let nativeccrpath = "-Wl,-rpath,"'; \ > echo 'let mksharedlibrpath = "-Wl,-rpath,"'; \ > echo 'let toolpref = ""'; \ > sed -n -e 's/^#ml //p' ../config/Makefile) \ > > ocamlmklibconfig.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlmklibconfig.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlmklib.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlmklib ocamlmklibconfig.cmo ocamlmklib.cmo >unset LC_ALL || : ; \ >unset LC_CTYPE || : ; \ >unset LC_COLLATE LANG || : ; \ >sed -e '/\/\*/d' \ > -e '/^#/d' \ > -e 's/enum \(.*\) {/let names_of_\1 = [|/' \ > -e 's/.*};$/ |]/' \ > -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \ > -e 's/,/;/g' \ >../byterun/caml/instruct.h > opnames.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel opnames.ml >../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ../utils/tbl.mli >make[4]: *** No rule to make target '../bytecomp/opcodes.cmo', needed by 'dumpobj.cmo'. Stop. >make[4]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3/tools' >Makefile:720: recipe for target 'ocamltools' failed >make[3]: *** [ocamltools] Error 2 >make[3]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >Makefile:206: recipe for target 'coreall' failed >make[2]: *** [coreall] Error 2 >make[2]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >Makefile:129: recipe for target 'all' failed >make[1]: *** [all] Error 2 >make[1]: Leaving directory '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' >Makefile:137: recipe for target 'world' failed >make: *** [world] Error 2 > * ERROR: dev-lang/ocaml-4.02.3::gentoo failed (compile phase): > * emake failed > * > * If you need support, post the output of `emerge --info '=dev-lang/ocaml-4.02.3::gentoo'`, > * the complete build log and the output of `emerge -pqv '=dev-lang/ocaml-4.02.3::gentoo'`. > * The complete build log is located at '/var/tmp/portage/dev-lang/ocaml-4.02.3/temp/build.log'. > * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ocaml-4.02.3/temp/environment'. > * Working directory: '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3' > * S: '/var/tmp/portage/dev-lang/ocaml-4.02.3/work/ocaml-4.02.3'
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 566006
:
417174
|
417176
|
417178
|
417180
|
417254
|
417262
| 417310