>>> Unpacking source... >>> Unpacking ocaml-3.10.2.tar.bz2 to /var/tmp/portage/dev-lang/ocaml-3.10.2/work * Applying ocaml-3.10.0-exec-stack-fixes.patch ...  [ ok ] * Applying ocaml-3.10.0-configure.patch ...  [ ok ] * Applying ocaml-3.10.0-automagic.patch ...  [ ok ] * Applying ocaml-3.10.0-call-ld-with-proper-ldflags.patch ...  [ ok ] * Applying ocaml-3.10.2-tk85.patch ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2 ... Configuring for a arm-unknown-linux-gnueabi ... gcc found The C compiler is ANSI-compliant. Checking the sizes of integers and pointers... OK, this is a regular 32 bit architecture. 64-bit "long long" integer type found (printf with "%ll"). 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. getrusage() found. times() found. termcap functions found (with libraries '-lcurses') You have BSD sockets. socklen_t is defined in inet_aton() found. IPv6 is supported. unistd.h found. off_t is defined in dirent.h found. rewinddir() found. lockf() found. mkfifo() found. getcwd() found. getwd() 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. POSIX termios found. Asynchronous I/O are supported. setitimer() found. gethostname() found. uname() found. gettimeofday() found. mktime() found. setsid() found. putenv() found. setlocale() and found. dlopen() found in -ldl. Dynamic loading of shared libraries is supported. mmap() found. gethostbyname_r() found (with 6 arguments). gethostbyaddr_r() found (with 8 arguments). Replay debugger supported. Cannot detect system stack overflow. POSIX threads library supported. Options for linking with POSIX threads: -lpthread sigwait() found Bytecode threads library supported. X11 not found, the "graph" library will not be supported. NDBM not found, the "dbm" library will not be supported. Configuring LablTk... Configuration failed, LablTk will not be built. ** Configuration summary ** Directories where Objective Caml 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........... gcc options for compiling..... -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT options for linking....... -Wl,-O1 -Wl,-E -lm -ldl -lcurses -lpthread shared libraries are supported options for compiling..... -fPIC -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs Configuration for the native-code compiler: hardware architecture..... arm OS variant................ linux C compiler used........... gcc options for compiling..... -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT options for linking....... -Wl,-O1 -lm assembler ................ $(AS) preprocessed assembler ... gcc -c -DSYS_$(SYSTEM) profiling with gprof ..... not supported Source-level replay debugger: supported Additional libraries supported: unix str num dynlink bigarray systhreads threads Configuration for the "num" library: target architecture ...... generic (asm level 0) The "labltk" library: not supported ** Objective Caml configuration completed successfully ** cd byterun; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/byterun' sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ -e '/^}/q' instruct.h > jumptbl.h gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c freelist.c: In function 'caml_fl_reset': freelist.c:168: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o main.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 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 > primitives (echo '#include "mlvalues.h"'; \ echo '#include "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 gcc -DCAML_NAME_SPACE -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c gcc -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,-E -o ocamlrun \ prims.o libcamlrun.a -lm -ldl -lcurses -lpthread echo "/usr/lib/ocaml/stublibs" >ld.conf echo "/usr/lib/ocaml" >>ld.conf make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/byterun' cp byterun/ocamlrun boot/ocamlrun cd yacc; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/yacc' gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c gcc -O -DNDEBUG -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -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 main.o: In function `create_file_names': main.c:(.text+0x197): warning: the use of `mktemp' is dangerous, better use `mkstemp' make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/yacc' cp yacc/ocamlyacc boot/ocamlyacc cd stdlib; make COMPILER=../boot/ocamlc all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/stdlib' ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml sed -e "s|%%VERSION%%|`head -1 ../VERSION`|" sys.mlp >sys.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml ../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.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 stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo lazy.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo ../boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml if true; then \ echo '#!/usr/bin/ocamlrun' > camlheader && \ echo '#!' | tr -d '\012' > camlheader_ur; \ else \ gcc -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-O1 -Wl,-E \ -DRUNTIME_NAME='"/usr/bin/ocamlrun"' \ header.c -o tmpheader && \ strip tmpheader && \ mv tmpheader camlheader && \ cp camlheader camlheader_ur; \ fi make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/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 stdlib/caml; fi cd byterun; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/byterun' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/byterun' if test -f stdlib/libcamlrun.a; then :; else \ ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml sed -e 's|%%LIBDIR%%|/usr/lib/ocaml|' \ -e 's|%%BYTERUN%%|/usr/bin/ocamlrun|' \ -e 's|%%CCOMPTYPE%%|cc|' \ -e 's|%%BYTECC%%|gcc -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC|' \ -e 's|%%BYTELINK%%|gcc -Wl,-O1 -Wl,-E|' \ -e 's|%%NATIVECC%%|gcc -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \ -e 's|%%NATIVELINK%%|gcc -Wl,-O1|' \ -e 's|%%PARTIALLD%%|ld -r -O1|' \ -e 's|%%PACKLD%%|ld -r -O1 -o |' \ -e 's|%%BYTECCLIBS%%|-lm -ldl -lcurses -lpthread|' \ -e 's|%%NATIVECCLIBS%%|-lm -ldl|' \ -e 's|%%RANLIBCMD%%|ranlib|' \ -e 's|%%CC_PROFILE%%|-pg|' \ -e 's|%%ARCH%%|arm|' \ -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|' \ utils/config.mlp > utils/config.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml boot/ocamlrun boot/ocamllex parsing/linenum.mll 12 states, 323 transitions, table size 1364 bytes boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 151 states, 2930 transitions, table size 12626 bytes 2120 additional bytes used for bindings boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml (echo 'let builtin_exceptions = [|'; \ sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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/instruct.h | \ awk -f tools/make-opcodes > bytecomp/opcodes.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -warn-error A -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 -o ocamlc 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/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.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/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.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 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/pparse.cmo driver/errors.cmo driver/compile.cmo driver/main_args.cmo driver/main.cmo cd yacc; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/yacc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/yacc' cd lex; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/lex' ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A cset.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A syntax.ml ../boot/ocamlyacc -v parser.mly ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A parser.ml ../boot/ocamlrun ../boot/ocamllex lexer.mll 74 states, 1162 transitions, table size 5092 bytes 1658 additional bytes used for bindings ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexer.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A table.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A lexgen.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A compact.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A common.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A output.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A outputbis.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A main.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -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[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/lex' cd tools; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/tools' ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver depend.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamldep.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo depend.cmo ocamldep.cmo ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlprof.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.mli ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver profiling.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlprof misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlcp.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlcp main_args.cmo ocamlcp.cmo sed -e 's|%%BINDIR%%|/usr/bin|' ocamlmktop.tpl > ocamlmktop chmod +x ocamlmktop ../build/mkmyocamlbuild_config.sh cp ../myocamlbuild_config.ml . ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver myocamlbuild_config.ml echo '(* THIS FILE IS GENERATED FROM ocamlmklib.mlp *)' >ocamlmklib.ml sed -e "s|%%BINDIR%%|/usr/bin|" \ -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|true|" \ -e "s|%%MKSHAREDLIB%%||" \ -e "s|%%BYTECCRPATH%%|-Wl,-rpath,|" \ -e "s|%%NATIVECCRPATH%%|-Wl,-rpath,|" \ -e "s|%%MKSHAREDLIBRPATH%%|-Wl,-rpath,|" \ -e "s|%%RANLIB%%|ranlib|" \ ocamlmklib.mlp >> ocamlmklib.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver ocamlmklib.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlmklib myocamlbuild_config.cmo ocamlmklib.cmo ../boot/ocamlrun ../boot/ocamllex lexer301.mll 113 states, 2733 transitions, table size 11610 bytes ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver lexer301.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver scrapelabels.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o scrapelabels misc.cmo warnings.cmo linenum.cmo location.cmo lexer301.cmo scrapelabels.cmo ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -w sl -o addlabels \ misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo parse.cmo addlabels.ml 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/instruct.h > opnames.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver opnames.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver dumpobj.ml ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o dumpobj \ misc.cmo tbl.cmo config.cmo ident.cmo \ opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/tools' cd stdlib; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/stdlib' ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmi` -c pervasives.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags pervasives.cmo` -c pervasives.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmi` -c array.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags array.cmo` -c array.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmi` -c list.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags list.cmo` -c list.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmi` -c char.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags char.cmo` -c char.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmi` -c string.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags string.cmo` -c string.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` -c sys.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` -c sys.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmi` -c hashtbl.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags hashtbl.cmo` -c hashtbl.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmi` -c sort.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags sort.cmo` -c sort.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmi` -c marshal.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags marshal.cmo` -c marshal.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` -c obj.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` -c obj.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmi` -c int32.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int32.cmo` -c int32.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmi` -c int64.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags int64.cmo` -c int64.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmi` -c nativeint.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags nativeint.cmo` -c nativeint.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmi` -c lexing.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lexing.cmo` -c lexing.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmi` -c parsing.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags parsing.cmo` -c parsing.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` -c set.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` -c set.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` -c map.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` -c map.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmi` -c stack.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stack.cmo` -c stack.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmi` -c queue.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags queue.cmo` -c queue.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmi` -c stream.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stream.cmo` -c stream.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmi` -c buffer.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags buffer.cmo` -c buffer.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmi` -c printf.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printf.cmo` -c printf.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmi` -c format.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags format.cmo` -c format.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmi` -c scanf.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags scanf.cmo` -c scanf.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` -c arg.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` -c arg.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmi` -c printexc.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags printexc.cmo` -c printexc.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` -c gc.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` -c gc.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmi` -c digest.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags digest.cmo` -c digest.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmi` -c random.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags random.cmo` -c random.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmi` -c callback.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags callback.cmo` -c callback.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` -c oo.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` -c oo.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmi` -c genlex.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags genlex.cmo` -c genlex.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmi` -c weak.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags weak.cmo` -c weak.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmi` -c lazy.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags lazy.cmo` -c lazy.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmi` -c filename.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags filename.cmo` -c filename.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmi` -c complex.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags complex.cmo` -c complex.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmi` -c arrayLabels.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags arrayLabels.cmo` -c arrayLabels.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmi` -c listLabels.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags listLabels.cmo` -c listLabels.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmi` -c stringLabels.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stringLabels.cmo` -c stringLabels.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmi` -c moreLabels.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags moreLabels.cmo` -c moreLabels.ml ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmi` -c stdLabels.mli ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags stdLabels.cmo` -c stdLabels.ml ../boot/ocamlrun ../ocamlc -a -o stdlib.cma pervasives.cmo array.cmo list.cmo char.cmo string.cmo sys.cmo hashtbl.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 stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo lazy.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo ../boot/ocamlrun ../ocamlc -g -warn-error A -nostdlib `./Compflags std_exit.cmo` -c std_exit.ml make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/stdlib' boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o toplevel/toplevellib.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/linenum.cmo parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo typing/unused_var.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/env.cmo typing/typedtree.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo typing/typetexp.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 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/pparse.cmo driver/errors.cmo driver/compile.cmo toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -o expunge utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo typing/ident.cmo typing/path.cmo typing/types.cmo typing/btype.cmo typing/predef.cmo bytecomp/runtimedef.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/meta.cmo bytecomp/symtable.cmo toplevel/expunge.cmo boot/ocamlrun boot/ocamlc -nostdlib -I boot -linkall -o ocaml.tmp toplevel/toplevellib.cma toplevel/topstart.cmo byterun/ocamlrun ./expunge ocaml.tmp ocaml arg array arrayLabels buffer callback camlinternalMod camlinternalOO char complex digest filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys weak outcometree topdirs toploop rm -f ocaml.tmp for i in unix str num dynlink bigarray systhreads threads; do \ (cd otherlibs/$i; make RUNTIME= all) || exit $?; \ done make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/unix' gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o accept.o accept.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o access.o access.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o addrofstr.o addrofstr.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o alarm.o alarm.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o bind.o bind.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o chdir.o chdir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o chmod.o chmod.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o chown.o chown.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o chroot.o chroot.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o close.o close.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o closedir.o closedir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o connect.o connect.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o cst2constr.o cst2constr.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o cstringv.o cstringv.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o dup.o dup.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o dup2.o dup2.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o envir.o envir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o errmsg.o errmsg.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o execv.o execv.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o execve.o execve.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o execvp.o execvp.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o exit.o exit.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o fchmod.o fchmod.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o fchown.o fchown.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o fcntl.o fcntl.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o fork.o fork.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o ftruncate.o ftruncate.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getaddrinfo.o getaddrinfo.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getcwd.o getcwd.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getegid.o getegid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o geteuid.o geteuid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getgid.o getgid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getgr.o getgr.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getgroups.o getgroups.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o gethost.o gethost.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o gethostname.o gethostname.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getlogin.o getlogin.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getnameinfo.o getnameinfo.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getpeername.o getpeername.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getpid.o getpid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getppid.o getppid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getproto.o getproto.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getpw.o getpw.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o gettimeofday.o gettimeofday.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getserv.o getserv.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getsockname.o getsockname.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o getuid.o getuid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o gmtime.o gmtime.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o isatty.o isatty.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o itimer.o itimer.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o kill.o kill.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o link.o link.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o listen.o listen.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o lockf.o lockf.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o lseek.o lseek.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o mkdir.o mkdir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o mkfifo.o mkfifo.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o nice.o nice.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o open.o open.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o opendir.o opendir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o pipe.o pipe.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o putenv.o putenv.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o read.o read.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o readdir.o readdir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o readlink.o readlink.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o rename.o rename.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o rewinddir.o rewinddir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o rmdir.o rmdir.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o select.o select.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o sendrecv.o sendrecv.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o setgid.o setgid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o setsid.o setsid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o setuid.o setuid.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o shutdown.o shutdown.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o signals.o signals.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o sleep.o sleep.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o socket.o socket.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o socketaddr.o socketaddr.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o socketpair.o socketpair.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o sockopt.o sockopt.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o stat.o stat.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o strofaddr.o strofaddr.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o symlink.o symlink.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o termios.o termios.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o time.o time.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o times.o times.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o truncate.o truncate.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o umask.o umask.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o unixsupport.o unixsupport.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o unlink.o unlink.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o utimes.o utimes.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o wait.o wait.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o write.o write.c ../../boot/ocamlrun ../../tools/ocamlmklib -o unix accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o nice.o open.o opendir.o pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o ../../ocamlcomp.sh -c -warn-error A -g unix.mli ../../ocamlcomp.sh -c -warn-error A -g -nolabels unix.ml ../../ocamlcomp.sh -c -warn-error A -g unixLabels.mli ../../ocamlcomp.sh -c -warn-error A -g -nolabels unixLabels.ml ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -ocamlc '../../ocamlcomp.sh' -linkall unix.cmo unixLabels.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/unix' make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/str' gcc -O -I../../byterun -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o strstubs.o strstubs.c ../../boot/ocamlrun ../../tools/ocamlmklib -o str strstubs.o ../../ocamlcomp.sh -c -warn-error A -g str.mli ../../ocamlcomp.sh -c -warn-error A -g str.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o str str.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/str' make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/num' gcc -O -I../../byterun -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DBNG_ARCH_generic -DBNG_ASM_LEVEL=0 -c -o bng.o bng.c gcc -O -I../../byterun -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DBNG_ARCH_generic -DBNG_ASM_LEVEL=0 -c -o nat_stubs.o nat_stubs.c ../../boot/ocamlrun ../../tools/ocamlmklib -o nums bng.o nat_stubs.o ../../ocamlcomp.sh -c -warn-error A -g int_misc.mli ../../ocamlcomp.sh -c -warn-error A -g int_misc.ml ../../ocamlcomp.sh -c -warn-error A -g nat.mli ../../ocamlcomp.sh -c -warn-error A -g nat.ml ../../ocamlcomp.sh -c -warn-error A -g big_int.mli ../../ocamlcomp.sh -c -warn-error A -g big_int.ml ../../ocamlcomp.sh -c -warn-error A -g arith_flags.mli ../../ocamlcomp.sh -c -warn-error A -g arith_flags.ml ../../ocamlcomp.sh -c -warn-error A -g ratio.mli ../../ocamlcomp.sh -c -warn-error A -g ratio.ml ../../ocamlcomp.sh -c -warn-error A -g num.mli ../../ocamlcomp.sh -c -warn-error A -g num.ml ../../ocamlcomp.sh -c -warn-error A -g arith_status.mli ../../ocamlcomp.sh -c -warn-error A -g arith_status.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o nums int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/num' make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/dynlink' ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -pack -o dynlinkaux.cmo ../../utils/misc.cmo ../../utils/config.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../parsing/asttypes.cmi ../../parsing/linenum.cmo ../../parsing/location.cmo ../../parsing/longident.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.mli ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp dynlink.ml ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -a -o dynlink.cma dynlinkaux.cmo dynlink.cmo ../../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp extract_crc.ml ../../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -o extract_crc dynlink.cma extract_crc.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/dynlink' make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/bigarray' gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o bigarray_stubs.o bigarray_stubs.c gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -c -o mmap_unix.o mmap_unix.c ../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray bigarray_stubs.o mmap_unix.o ../../ocamlcomp.sh -I ../unix -c -warn-error A -g bigarray.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A -g bigarray.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -linkall -o bigarray bigarray.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/bigarray' make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/systhreads' gcc -O -I../../byterun -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC \ -c posix.c mv posix.o posix_b.o ../../boot/ocamlrun ../../tools/ocamlmklib -o threads posix_b.o ln -s thread_posix.ml thread.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A -g event.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A -g event.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo \ -cclib -lunix -cclib -lpthread make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/systhreads' make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/threads' gcc -I../../byterun -O -pipe -O2 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -g -c -o scheduler.o scheduler.c ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o ln -sf ../unix/unix.mli unix.mli ln -sf ../unix/unix.cmi unix.cmi ../../ocamlcomp.sh -I ../unix -warn-error A -c unix.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A thread.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A thread.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A condition.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A condition.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A event.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A event.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o threads -oc vmthreads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo ln -s ../../stdlib/pervasives.mli pervasives.mli ln -s ../../stdlib/pervasives.cmi pervasives.cmi ../../ocamlcomp.sh -I ../unix -warn-error A -nopervasives -c pervasives.ml ln -s ../../stdlib/marshal.mli marshal.mli ln -s ../../stdlib/marshal.cmi marshal.cmi ../../ocamlcomp.sh -I ../unix -warn-error A -c marshal.ml ../../ocamlcomp.sh -I ../unix -a -o stdlib.cma pervasives.cmo ../../stdlib/array.cmo ../../stdlib/list.cmo ../../stdlib/char.cmo ../../stdlib/string.cmo ../../stdlib/sys.cmo ../../stdlib/hashtbl.cmo ../../stdlib/sort.cmo marshal.cmo ../../stdlib/obj.cmo ../../stdlib/int32.cmo ../../stdlib/int64.cmo ../../stdlib/nativeint.cmo ../../stdlib/lexing.cmo ../../stdlib/parsing.cmo ../../stdlib/set.cmo ../../stdlib/map.cmo ../../stdlib/stack.cmo ../../stdlib/queue.cmo ../../stdlib/stream.cmo ../../stdlib/buffer.cmo ../../stdlib/printf.cmo ../../stdlib/format.cmo ../../stdlib/scanf.cmo ../../stdlib/arg.cmo ../../stdlib/printexc.cmo ../../stdlib/gc.cmo ../../stdlib/digest.cmo ../../stdlib/random.cmo ../../stdlib/camlinternalOO.cmo ../../stdlib/oo.cmo ../../stdlib/camlinternalMod.cmo ../../stdlib/genlex.cmo ../../stdlib/callback.cmo ../../stdlib/weak.cmo ../../stdlib/lazy.cmo ../../stdlib/filename.cmo ../../stdlib/complex.cmo ../../stdlib/arrayLabels.cmo ../../stdlib/listLabels.cmo ../../stdlib/stringLabels.cmo ../../stdlib/stdLabels.cmo ../../stdlib/moreLabels.cmo ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/otherlibs/threads' ./build/partial-boot.sh ++ dirname ./build/partial-boot.sh + cd ./build/.. + OCAMLBUILD_PARTIAL=true + export OCAMLBUILD_PARTIAL + mkdir -p _build + cp -rf boot _build/ + ./build/mkconfig.sh + ./build/mkmyocamlbuild_config.sh + ./build/boot.sh + TAGLINE='true: -use_stdlib' + ./boot/ocamlrun boot/myocamlbuild.boot -tag-line '' boot/stdlib.cma boot/std_exit.cmo + boot/ocamlrun boot/myocamlbuild.boot -tag-line '' -log _boot_log1 ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuildlight.byte mkdir ocamlbuild mkdir stdlib boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.mli > ocamlbuild/log.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/signatures.mli > ocamlbuild/signatures.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/std_signatures.mli > ocamlbuild/std_signatures.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/std_signatures.cmi ocamlbuild/std_signatures.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.mli > ocamlbuild/tags.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/signatures.cmi ocamlbuild/signatures.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmi ocamlbuild/tags.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmi ocamlbuild/log.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.ml > ocamlbuild/log.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.mli > ocamlbuild/display.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.mli > ocamlbuild/my_std.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.mli > ocamlbuild/my_unix.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmi ocamlbuild/display.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmi ocamlbuild/my_std.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmi ocamlbuild/my_unix.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.ml > ocamlbuild/my_unix.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.ml > ocamlbuild/my_std.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.mli > ocamlbuild/shell.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmi ocamlbuild/shell.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.ml > ocamlbuild/shell.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.ml > ocamlbuild/display.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.mli > ocamlbuild/discard_printf.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmi ocamlbuild/discard_printf.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.mli > ocamlbuild/command.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmi ocamlbuild/command.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.ml > ocamlbuild/command.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.mli > ocamlbuild/lexers.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.mli > ocamlbuild/glob.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.mli > ocamlbuild/bool.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.mli > ocamlbuild/glob_ast.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmi ocamlbuild/bool.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmi ocamlbuild/glob_ast.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmi ocamlbuild/glob.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmi ocamlbuild/lexers.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.mli > ocamlbuild/configuration.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.mli > ocamlbuild/pathname.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmi ocamlbuild/pathname.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmi ocamlbuild/configuration.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.ml > ocamlbuild/configuration.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.mli > ocamlbuild/flags.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmi ocamlbuild/flags.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.ml > ocamlbuild/discard_printf.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.ml > ocamlbuild/flags.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.mli > ocamlbuild/hygiene.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.mli > ocamlbuild/slurp.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmi ocamlbuild/slurp.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmi ocamlbuild/hygiene.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.ml > ocamlbuild/hygiene.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.mli > ocamlbuild/options.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmi ocamlbuild/options.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.ml > ocamlbuild/options.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.mli > ocamlbuild/ocamlbuild_where.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmi ocamlbuild/ocamlbuild_where.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.ml > ocamlbuild/pathname.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.mli > ocamlbuild/report.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.mli > ocamlbuild/solver.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmi ocamlbuild/solver.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmi ocamlbuild/report.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.ml > ocamlbuild/report.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.mli > ocamlbuild/resource.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmi ocamlbuild/resource.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.ml > ocamlbuild/resource.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.mli > ocamlbuild/digest_cache.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/digest_cache.cmi ocamlbuild/digest_cache.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.mli > ocamlbuild/rule.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmi ocamlbuild/rule.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.ml > ocamlbuild/rule.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.ml > ocamlbuild/slurp.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.ml > ocamlbuild/solver.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.ml > ocamlbuild/tags.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.mli > ocamlbuild/tools.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmi ocamlbuild/tools.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.ml > ocamlbuild/tools.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.mli > ocamlbuild/fda.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmi ocamlbuild/fda.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.ml > ocamlbuild/fda.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.mli > ocamlbuild/ocaml_specific.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmi ocamlbuild/ocaml_specific.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.ml > ocamlbuild/ocaml_specific.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.mli > ocamlbuild/ocaml_compiler.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.mli > ocamlbuild/ocaml_tools.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.mli > ocamlbuild/ocaml_utils.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmi ocamlbuild/ocaml_compiler.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmi ocamlbuild/ocaml_tools.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmi ocamlbuild/ocaml_utils.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.mli > ocamlbuild/ocaml_arch.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmi ocamlbuild/ocaml_arch.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.ml > ocamlbuild/ocaml_arch.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.ml > ocamlbuild/ocamlbuild_where.ml.depends boot/ocamlrun boot/ocamllex -q ocamlbuild/lexers.mll boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.ml > ocamlbuild/lexers.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.ml > ocamlbuild/glob.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.mli > ocamlbuild/glob_lexer.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmi ocamlbuild/glob_lexer.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.ml > ocamlbuild/bool.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.ml > ocamlbuild/glob_ast.ml.depends boot/ocamlrun boot/ocamllex -q ocamlbuild/glob_lexer.mll boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.ml > ocamlbuild/glob_lexer.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.mli > ocamlbuild/plugin.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmi ocamlbuild/plugin.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.ml > ocamlbuild/plugin.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.mli > ocamlbuild/main.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmi ocamlbuild/main.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.ml > ocamlbuild/main.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.mli > ocamlbuild/exit_codes.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.mli > ocamlbuild/hooks.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.mli > ocamlbuild/ocaml_dependencies.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/exit_codes.cmi ocamlbuild/exit_codes.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmi ocamlbuild/hooks.mli boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmi ocamlbuild/ocaml_dependencies.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.ml > ocamlbuild/hooks.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.ml > ocamlbuild/ocaml_utils.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.ml > ocamlbuild/ocaml_tools.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.ml > ocamlbuild/ocaml_compiler.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.ml > ocamlbuild/ocaml_dependencies.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.ml > ocamlbuild/exit_codes.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.ml > ocamlbuild/digest_cache.ml.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmo ocamlbuild/log.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmo ocamlbuild/my_unix.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmo ocamlbuild/my_std.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmo ocamlbuild/shell.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmo ocamlbuild/display.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmo ocamlbuild/command.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmo ocamlbuild/configuration.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -rectypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmo ocamlbuild/discard_printf.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmo ocamlbuild/flags.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmo ocamlbuild/hygiene.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmo ocamlbuild/options.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmo ocamlbuild/pathname.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmo ocamlbuild/report.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -warn-error e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmo ocamlbuild/resource.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmo ocamlbuild/rule.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmo ocamlbuild/slurp.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmo ocamlbuild/solver.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmo ocamlbuild/tags.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmo ocamlbuild/tools.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmo ocamlbuild/fda.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmo ocamlbuild/ocaml_specific.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_arch.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmo ocamlbuild/ocamlbuild_where.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmo ocamlbuild/lexers.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmo ocamlbuild/glob.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmo ocamlbuild/bool.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmo ocamlbuild/glob_ast.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmo ocamlbuild/glob_lexer.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmo ocamlbuild/plugin.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmo ocamlbuild/main.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmo ocamlbuild/hooks.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_utils.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_tools.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_compiler.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_dependencies.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/exit_codes.cmo ocamlbuild/exit_codes.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/digest_cache.cmo ocamlbuild/digest_cache.ml boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.mli > ocamlbuild/ocamlbuild_plugin.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -pack -g ocamlbuild/discard_printf.cmo ocamlbuild/std_signatures.cmi ocamlbuild/signatures.cmi ocamlbuild/my_std.cmo ocamlbuild/my_unix.cmo ocamlbuild/tags.cmo ocamlbuild/display.cmo ocamlbuild/log.cmo ocamlbuild/shell.cmo ocamlbuild/bool.cmo ocamlbuild/glob_ast.cmo ocamlbuild/glob_lexer.cmo ocamlbuild/glob.cmo ocamlbuild/lexers.cmo ocamlbuild/command.cmo ocamlbuild/flags.cmo ocamlbuild/ocamlbuild_where.cmo ocamlbuild/slurp.cmo ocamlbuild/options.cmo ocamlbuild/pathname.cmo ocamlbuild/configuration.cmo ocamlbuild/hygiene.cmo ocamlbuild/digest_cache.cmo ocamlbuild/resource.cmo ocamlbuild/rule.cmo ocamlbuild/solver.cmo ocamlbuild/report.cmo ocamlbuild/tools.cmo ocamlbuild/fda.cmo ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_specific.cmo ocamlbuild/plugin.cmo ocamlbuild/exit_codes.cmo ocamlbuild/hooks.cmo ocamlbuild/main.cmo -o ocamlbuild/ocamlbuild_pack.cmo boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmi ocamlbuild/ocamlbuild_plugin.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.ml > ocamlbuild/ocamlbuild_plugin.ml.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmo ocamlbuild/ocamlbuild_plugin.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o ocamlbuild/ocamlbuildlightlib.cma boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.mli > ocamlbuild/ocamlbuildlight.mli.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmi ocamlbuild/ocamlbuildlight.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.ml > ocamlbuild/ocamlbuildlight.ml.depends boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmo ocamlbuild/ocamlbuildlight.ml boot/ocamlrun boot/ocamlc -I boot -nostdlib -g -I stdlib stdlib/pervasives.cmo ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte + rm -f _build/myocamlbuild + boot/ocamlrun boot/myocamlbuild.boot -just-plugin -install-lib-dir _build/ocamlbuild -byte-plugin boot/ocamlrun boot/ocamlc -I boot -nostdlib -I /var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/_build/ocamlbuild /var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/_build/ocamlbuild/ocamlbuildlightlib.cma myocamlbuild_config.mli myocamlbuild_config.ml myocamlbuild.ml /var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/_build/ocamlbuild/ocamlbuildlight.cmo -o myocamlbuild + cp _build/myocamlbuild boot/myocamlbuild + ./boot/ocamlrun boot/myocamlbuild -tag-line '' -log _boot_log2 boot/camlheader ocamlc ./build/ocamlbuild-byte-only.sh + ./boot/ocamlrun boot/myocamlbuild byte_stdlib_partial_mode ocamlc lex/ocamllex ocamlbuild/ocamlbuildlib.cma ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuild.byte ocamlbuild/ocamlbuildlight.byte cp -pf /var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/stdlib/libcamlrun.a stdlib/libcamlrun.a mkdir lex boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.mli > ocamlbuild/log.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/signatures.mli > ocamlbuild/signatures.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/std_signatures.mli > ocamlbuild/std_signatures.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/std_signatures.cmi ocamlbuild/std_signatures.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.mli > ocamlbuild/tags.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/signatures.cmi ocamlbuild/signatures.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmi ocamlbuild/tags.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmi ocamlbuild/log.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.ml > ocamlbuild/log.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.mli > ocamlbuild/display.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.mli > ocamlbuild/my_std.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.mli > ocamlbuild/my_unix.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmi ocamlbuild/display.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmi ocamlbuild/my_std.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmi ocamlbuild/my_unix.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.ml > ocamlbuild/my_unix.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.ml > ocamlbuild/my_std.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.mli > ocamlbuild/shell.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmi ocamlbuild/shell.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.ml > ocamlbuild/shell.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.ml > ocamlbuild/display.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.mli > ocamlbuild/discard_printf.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmi ocamlbuild/discard_printf.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.mli > ocamlbuild/command.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmi ocamlbuild/command.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.ml > ocamlbuild/command.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.mli > ocamlbuild/lexers.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.mli > ocamlbuild/glob.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.mli > ocamlbuild/bool.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.mli > ocamlbuild/glob_ast.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmi ocamlbuild/bool.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmi ocamlbuild/glob_ast.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmi ocamlbuild/glob.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmi ocamlbuild/lexers.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.mli > ocamlbuild/configuration.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.mli > ocamlbuild/pathname.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmi ocamlbuild/pathname.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmi ocamlbuild/configuration.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.ml > ocamlbuild/configuration.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.mli > ocamlbuild/flags.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmi ocamlbuild/flags.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.ml > ocamlbuild/discard_printf.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.ml > ocamlbuild/flags.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.mli > ocamlbuild/hygiene.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.mli > ocamlbuild/slurp.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmi ocamlbuild/slurp.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmi ocamlbuild/hygiene.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.ml > ocamlbuild/hygiene.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.mli > ocamlbuild/options.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmi ocamlbuild/options.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.ml > ocamlbuild/options.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.mli > ocamlbuild/ocamlbuild_where.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmi ocamlbuild/ocamlbuild_where.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.ml > ocamlbuild/pathname.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.mli > ocamlbuild/report.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.mli > ocamlbuild/solver.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmi ocamlbuild/solver.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmi ocamlbuild/report.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.ml > ocamlbuild/report.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.mli > ocamlbuild/resource.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmi ocamlbuild/resource.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.ml > ocamlbuild/resource.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.mli > ocamlbuild/digest_cache.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/digest_cache.cmi ocamlbuild/digest_cache.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.mli > ocamlbuild/rule.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmi ocamlbuild/rule.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.ml > ocamlbuild/rule.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.ml > ocamlbuild/slurp.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.ml > ocamlbuild/solver.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.ml > ocamlbuild/tags.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.mli > ocamlbuild/tools.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmi ocamlbuild/tools.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.ml > ocamlbuild/tools.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.mli > ocamlbuild/fda.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmi ocamlbuild/fda.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.ml > ocamlbuild/fda.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.mli > ocamlbuild/ocaml_specific.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmi ocamlbuild/ocaml_specific.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.ml > ocamlbuild/ocaml_specific.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.mli > ocamlbuild/ocaml_compiler.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.mli > ocamlbuild/ocaml_tools.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.mli > ocamlbuild/ocaml_utils.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmi ocamlbuild/ocaml_compiler.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmi ocamlbuild/ocaml_tools.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmi ocamlbuild/ocaml_utils.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.mli > ocamlbuild/ocaml_arch.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmi ocamlbuild/ocaml_arch.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.ml > ocamlbuild/ocaml_arch.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.ml > ocamlbuild/ocamlbuild_where.ml.depends boot/ocamlrun boot/ocamllex -q ocamlbuild/lexers.mll boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.ml > ocamlbuild/glob.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.mli > ocamlbuild/glob_lexer.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmi ocamlbuild/glob_lexer.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.ml > ocamlbuild/bool.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.ml > ocamlbuild/glob_ast.ml.depends boot/ocamlrun boot/ocamllex -q ocamlbuild/glob_lexer.mll boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.mli > ocamlbuild/plugin.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmi ocamlbuild/plugin.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.ml > ocamlbuild/plugin.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.mli > ocamlbuild/main.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmi ocamlbuild/main.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.ml > ocamlbuild/main.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.mli > ocamlbuild/exit_codes.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.mli > ocamlbuild/hooks.mli.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.mli > ocamlbuild/ocaml_dependencies.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/exit_codes.cmi ocamlbuild/exit_codes.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmi ocamlbuild/hooks.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmi ocamlbuild/ocaml_dependencies.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.ml > ocamlbuild/hooks.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.ml > ocamlbuild/ocaml_utils.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.ml > ocamlbuild/ocaml_tools.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.ml > ocamlbuild/ocaml_compiler.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.ml > ocamlbuild/ocaml_dependencies.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/exit_codes.ml > ocamlbuild/exit_codes.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/digest_cache.ml > ocamlbuild/digest_cache.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmo ocamlbuild/log.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmo ocamlbuild/my_unix.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmo ocamlbuild/my_std.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmo ocamlbuild/shell.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmo ocamlbuild/display.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmo ocamlbuild/command.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmo ocamlbuild/configuration.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -rectypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmo ocamlbuild/discard_printf.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmo ocamlbuild/flags.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmo ocamlbuild/hygiene.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmo ocamlbuild/options.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmo ocamlbuild/pathname.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmo ocamlbuild/report.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -warn-error e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmo ocamlbuild/resource.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmo ocamlbuild/rule.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmo ocamlbuild/slurp.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmo ocamlbuild/solver.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmo ocamlbuild/tags.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmo ocamlbuild/tools.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmo ocamlbuild/fda.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmo ocamlbuild/ocaml_specific.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_arch.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmo ocamlbuild/ocamlbuild_where.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmo ocamlbuild/lexers.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmo ocamlbuild/glob.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmo ocamlbuild/bool.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmo ocamlbuild/glob_ast.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmo ocamlbuild/glob_lexer.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmo ocamlbuild/plugin.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmo ocamlbuild/main.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmo ocamlbuild/hooks.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_utils.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_tools.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_compiler.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_dependencies.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/exit_codes.cmo ocamlbuild/exit_codes.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/digest_cache.cmo ocamlbuild/digest_cache.ml boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.mli > ocamlbuild/ocamlbuild_plugin.mli.depends boot/ocamlrun ./ocamlc -nostdlib -pack -g ocamlbuild/discard_printf.cmo ocamlbuild/std_signatures.cmi ocamlbuild/signatures.cmi ocamlbuild/my_std.cmo ocamlbuild/my_unix.cmo ocamlbuild/tags.cmo ocamlbuild/display.cmo ocamlbuild/log.cmo ocamlbuild/shell.cmo ocamlbuild/bool.cmo ocamlbuild/glob_ast.cmo ocamlbuild/glob_lexer.cmo ocamlbuild/glob.cmo ocamlbuild/lexers.cmo ocamlbuild/command.cmo ocamlbuild/flags.cmo ocamlbuild/ocamlbuild_where.cmo ocamlbuild/slurp.cmo ocamlbuild/options.cmo ocamlbuild/pathname.cmo ocamlbuild/configuration.cmo ocamlbuild/hygiene.cmo ocamlbuild/digest_cache.cmo ocamlbuild/resource.cmo ocamlbuild/rule.cmo ocamlbuild/solver.cmo ocamlbuild/report.cmo ocamlbuild/tools.cmo ocamlbuild/fda.cmo ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_specific.cmo ocamlbuild/plugin.cmo ocamlbuild/exit_codes.cmo ocamlbuild/hooks.cmo ocamlbuild/main.cmo -o ocamlbuild/ocamlbuild_pack.cmo boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmi ocamlbuild/ocamlbuild_plugin.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.ml > ocamlbuild/ocamlbuild_plugin.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_unix_plugin.mli > ocamlbuild/ocamlbuild_unix_plugin.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_unix_plugin.cmi ocamlbuild/ocamlbuild_unix_plugin.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_unix_plugin.ml > ocamlbuild/ocamlbuild_unix_plugin.ml.depends boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_executor.mli > ocamlbuild/ocamlbuild_executor.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_executor.cmi ocamlbuild/ocamlbuild_executor.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_executor.ml > ocamlbuild/ocamlbuild_executor.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmo ocamlbuild/ocamlbuild_plugin.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_unix_plugin.cmo ocamlbuild/ocamlbuild_unix_plugin.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_executor.ml boot/ocamlrun ./ocamlc -nostdlib -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_unix_plugin.cmo -o ocamlbuild/ocamlbuildlib.cma boot/ocamlrun ./ocamlc -nostdlib -a -linkall -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o ocamlbuild/ocamlbuildlightlib.cma boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.mli > ocamlbuild/ocamlbuild.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild.cmi ocamlbuild/ocamlbuild.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.ml > ocamlbuild/ocamlbuild.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild.cmo ocamlbuild/ocamlbuild.ml boot/ocamlrun ./ocamlc -nostdlib unix.cma -g -I stdlib -I ../otherlibs/unix ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_executor.cmo ocamlbuild/ocamlbuild_unix_plugin.cmo ocamlbuild/ocamlbuild.cmo -o ocamlbuild/ocamlbuild.byte boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.mli > ocamlbuild/ocamlbuildlight.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmi ocamlbuild/ocamlbuildlight.mli boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.ml > ocamlbuild/ocamlbuildlight.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmo ocamlbuild/ocamlbuildlight.ml boot/ocamlrun ./ocamlc -nostdlib -g -I stdlib ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte ./build/camlp4-byte-only.sh + ./boot/ocamlrun boot/myocamlbuild byte_stdlib_partial_mode ocamlc lex/ocamllex camlp4/Camlp4/Camlp4Ast.partial.ml camlp4/boot/camlp4boot.byte camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Tracer.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo mkdir camlp4 mkdir camlp4/Camlp4 mkdir camlp4/boot boot/ocamlrun boot/ocamldep -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends boot/ocamlrun boot/ocamldep -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_config.mli > camlp4/Camlp4_config.mli.depends mkdir utils mkdir parsing mkdir typing boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_import.ml > camlp4/Camlp4_import.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I camlp4 -I stdlib -o camlp4/Camlp4_config.cmi camlp4/Camlp4_config.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -I camlp4 -I stdlib -o camlp4/Camlp4_import.cmo camlp4/Camlp4_import.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/boot -I camlp4 -I stdlib -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/boot -I camlp4 -I stdlib -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_config.ml > camlp4/Camlp4_config.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I camlp4 -I stdlib -o camlp4/Camlp4_config.cmo camlp4/Camlp4_config.ml boot/ocamlrun ./ocamlc -nostdlib -g -I stdlib camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml mkdir camlp4/Camlp4/Printers boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends mkdir camlp4/Camlp4/Struct boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends boot/ocamlrun boot/ocamllex -q camlp4/Camlp4/Struct/Lexer.mll boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends mkdir camlp4/Camlp4/Struct/Grammar boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Context.ml > camlp4/Camlp4/Struct/Grammar/Context.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Context.cmo camlp4/Camlp4/Struct/Grammar/Context.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/dynlink -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml boot/ocamlrun ./ocamlc -nostdlib -pack -g camlp4/Camlp4/Struct/Grammar/Context.cmo camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo boot/ocamlrun ./ocamlc -nostdlib -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -w Alezv -warn-error Alezv -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -w Alezv -warn-error Alezv -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml boot/ocamlrun ./ocamlc -nostdlib -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4 -I camlp4/build -I camlp4 -I stdlib -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml boot/ocamlrun ./ocamlc -nostdlib -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo mkdir camlp4/Camlp4Top boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../toplevel -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -I camlp4/Camlp4Top -I camlp4/build -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../toplevel -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -I camlp4/Camlp4Top -I camlp4/build -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml boot/ocamlrun ./ocamlc -nostdlib -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml boot/ocamlrun ./ocamlc -nostdlib -g -I stdlib camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml boot/ocamlrun ./ocamlc -nostdlib -a dynlink.cma -I stdlib -I ../otherlibs/dynlink camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma boot/ocamlrun ./ocamlc -nostdlib dynlink.cma -g -I stdlib -I ../otherlibs/dynlink camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4 -I stdlib -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte mkdir camlp4/Camlp4Parsers boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends mkdir camlp4/Camlp4Printers boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends mkdir camlp4/Camlp4Filters boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Tracer.ml > camlp4/Camlp4Filters/Camlp4Tracer.ml.depends boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I ../otherlibs/unix -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Printers -I camlp4 -I stdlib -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4Tracer.cmo camlp4/Camlp4Filters/Camlp4Tracer.ml boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Filters -I camlp4 -I stdlib -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/Camlp4_import.cmo camlp4/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Tracer.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma boot/ocamlrun ./ocamlc -nostdlib -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma boot/ocamlrun ./ocamlc -nostdlib -I ../otherlibs/unix unix.cma -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte boot/ocamlrun ./ocamlc -nostdlib -a -I stdlib camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma boot/ocamlrun boot/ocamldep -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -pp 'boot/ocamlrun camlp4/boot/camlp4boot.byte' -I camlp4/Camlp4Parsers -I camlp4 -I stdlib -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml cd debugger; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/debugger' ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix dynlink.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix dynlink.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix int64ops.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix int64ops.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix primitives.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix primitives.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix unix_tools.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix unix_tools.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugger_config.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugger_config.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix envaux.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix envaux.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parameters.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parameters.ml ../boot/ocamlrun ../boot/ocamllex lexer.mll 40 states, 1026 transitions, table size 4344 bytes 1279 additional bytes used for bindings ../boot/ocamlyacc parser.mly ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser_aux.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix lexer.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix lexer.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix input_handling.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix input_handling.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix question.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix question.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugcom.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugcom.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix exec.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix exec.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix source.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix source.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix pos.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix pos.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix checkpoints.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix checkpoints.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix events.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix events.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix symbols.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix symbols.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix breakpoints.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix breakpoints.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix trap_barrier.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix trap_barrier.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix history.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix history.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_loading.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_loading.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix printval.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix printval.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_source.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_source.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix time_travel.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix time_travel.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_management.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_management.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix frames.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix frames.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix eval.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix eval.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_information.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_information.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix loadprinter.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix loadprinter.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix command_line.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix command_line.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix main.ml ../ocamlcomp.sh -linkall -I ../otherlibs/unix -o ocamldebug -linkall ../otherlibs/unix/unix.cma ../utils/misc.cmo ../utils/config.cmo ../utils/tbl.cmo ../utils/clflags.cmo ../utils/consistbl.cmo ../parsing/longident.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/env.cmo ../typing/oprint.cmo ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo ../bytecomp/dll.cmo ../bytecomp/meta.cmo ../bytecomp/symtable.cmo ../bytecomp/opcodes.cmo ../toplevel/genprintval.cmo dynlink.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo envaux.cmo parameters.cmo lexer.cmo input_handling.cmo question.cmo debugcom.cmo exec.cmo source.cmo pos.cmo checkpoints.cmo events.cmo symbols.cmo breakpoints.cmo trap_barrier.cmo history.cmo program_loading.cmo printval.cmo show_source.cmo time_travel.cmo program_management.cmo frames.cmo eval.cmo show_information.cmo loadprinter.cmo parser.cmo command_line.cmo main.cmo make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/debugger' cd ocamldoc && make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/ocamldoc' ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_config.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_config.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_global.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_global.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_messages.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_types.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_types.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_misc.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_misc.ml ../boot/ocamlyacc -v odoc_text_parser.mly 5 shift/reduce conflicts. ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text_parser.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text_parser.ml ../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll 222 states, 2270 transitions, table size 10412 bytes ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text_lexer.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_text.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_name.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_name.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parameter.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_value.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_type.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_exception.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_class.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_module.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_print.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_print.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_str.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_str.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_args.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_args.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments_global.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments_global.ml ../boot/ocamlyacc -v odoc_parser.mly ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parser.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_parser.ml ../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll 40 states, 614 transitions, table size 2696 bytes ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_lexer.ml ../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll 16 states, 264 transitions, table size 1152 bytes ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_see_lexer.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_env.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_env.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_merge.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_merge.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_sig.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_sig.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ast.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_control.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_inherit.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_search.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_search.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_scan.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_cross.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_cross.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_comments.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_dep.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_analyse.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_analyse.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_info.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_info.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_dag2html.mli ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_dag2html.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_to_text.ml ../boot/ocamlrun ../boot/ocamllex odoc_ocamlhtml.mll 112 states, 2733 transitions, table size 11604 bytes ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_ocamlhtml.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_html.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_man.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_latex_style.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_latex.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_texi.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_dot.ml ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc.ml ../ocamlcomp.sh -o ocamldoc -linkall unix.cma str.cma dynlink.cma -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph ../parsing/printast.cmo ../typing/ident.cmo ../utils/tbl.cmo ../utils/misc.cmo ../utils/config.cmo ../utils/clflags.cmo ../utils/warnings.cmo ../utils/ccomp.cmo ../utils/consistbl.cmo ../parsing/linenum.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/syntaxerr.cmo ../parsing/parser.cmo ../parsing/lexer.cmo ../parsing/parse.cmo ../typing/types.cmo ../typing/path.cmo ../typing/btype.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/subst.cmo ../typing/env.cmo ../typing/ctype.cmo ../typing/primitive.cmo ../typing/oprint.cmo ../typing/printtyp.cmo ../typing/includecore.cmo ../typing/typetexp.cmo ../typing/typedtree.cmo ../typing/parmatch.cmo ../typing/stypes.cmo ../typing/typecore.cmo ../typing/includeclass.cmo ../typing/typedecl.cmo ../typing/typeclass.cmo ../typing/mtype.cmo ../typing/includemod.cmo ../typing/typemod.cmo ../bytecomp/lambda.cmo ../bytecomp/typeopt.cmo ../bytecomp/printlambda.cmo ../bytecomp/switch.cmo ../bytecomp/matching.cmo ../bytecomp/translobj.cmo ../bytecomp/translcore.cmo ../bytecomp/translclass.cmo ../tools/depend.cmo odoc_config.cmo odoc_global.cmo odoc_messages.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_args.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo odoc_dag2html.cmo odoc_to_text.cmo odoc_ocamlhtml.cmo odoc_html.cmo odoc_man.cmo odoc_latex_style.cmo odoc_latex.cmo odoc_texi.cmo odoc_dot.cmo odoc.cmo ../ocamlcomp.sh -a -o odoc_info.cma -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph ../parsing/printast.cmo ../typing/ident.cmo ../utils/tbl.cmo ../utils/misc.cmo ../utils/config.cmo ../utils/clflags.cmo ../utils/warnings.cmo ../utils/ccomp.cmo ../utils/consistbl.cmo ../parsing/linenum.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/syntaxerr.cmo ../parsing/parser.cmo ../parsing/lexer.cmo ../parsing/parse.cmo ../typing/types.cmo ../typing/path.cmo ../typing/btype.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/subst.cmo ../typing/env.cmo ../typing/ctype.cmo ../typing/primitive.cmo ../typing/oprint.cmo ../typing/printtyp.cmo ../typing/includecore.cmo ../typing/typetexp.cmo ../typing/typedtree.cmo ../typing/parmatch.cmo ../typing/stypes.cmo ../typing/typecore.cmo ../typing/includeclass.cmo ../typing/typedecl.cmo ../typing/typeclass.cmo ../typing/mtype.cmo ../typing/includemod.cmo ../typing/typemod.cmo ../bytecomp/lambda.cmo ../bytecomp/typeopt.cmo ../bytecomp/printlambda.cmo ../bytecomp/switch.cmo ../bytecomp/matching.cmo ../bytecomp/translobj.cmo ../bytecomp/translcore.cmo ../bytecomp/translclass.cmo ../tools/depend.cmo odoc_config.cmo odoc_global.cmo odoc_messages.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_args.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo ../ocamlcomp.sh -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -c odoc_test.ml make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/ocamldoc' cd asmrun; make all make[1]: Entering directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/asmrun' gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c ln -s ../byterun/main.c main.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c ln -s ../byterun/globroots.c globroots.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c ln -s ../byterun/signals.c signals.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_asm.o signals_asm.c ln -s ../byterun/misc.c misc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c ln -s ../byterun/freelist.c freelist.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c freelist.c: In function 'caml_fl_reset': freelist.c:168: warning: dereferencing type-punned pointer will break strict-aliasing rules ln -s ../byterun/major_gc.c major_gc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c ln -s ../byterun/minor_gc.c minor_gc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c ln -s ../byterun/memory.c memory.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c ln -s ../byterun/alloc.c alloc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c ln -s ../byterun/compare.c compare.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c ln -s ../byterun/ints.c ints.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c ln -s ../byterun/floats.c floats.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c ln -s ../byterun/str.c str.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c ln -s ../byterun/array.c array.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c ln -s ../byterun/io.c io.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c ln -s ../byterun/extern.c extern.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c ln -s ../byterun/intern.c intern.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c ln -s ../byterun/hash.c hash.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c ln -s ../byterun/sys.c sys.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c ln -s ../byterun/parsing.c parsing.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c ln -s ../byterun/gc_ctrl.c gc_ctrl.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c ln -s ../byterun/terminfo.c terminfo.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c ln -s ../byterun/md5.c md5.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c ln -s ../byterun/obj.c obj.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c ln -s ../byterun/lexing.c lexing.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c ln -s ../byterun/printexc.c printexc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c ln -s ../byterun/callback.c callback.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c ln -s ../byterun/weak.c weak.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c ln -s ../byterun/compact.c compact.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c ln -s ../byterun/finalise.c finalise.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c ln -s ../byterun/custom.c custom.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c ln -s ../byterun/unix.c unix.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_arm -DSYS_linux -O -pipe -O2 -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c gcc -c -DSYS_linux -o arm.o arm.S || \ { echo "If your assembler produced syntax errors, it is probably unhappy with the"; echo "preprocessor. Check your assembler, or try producing arm.o by hand."; exit 2; } arm.S: Assembler messages: arm.S:18: Error: no such instruction: `trap_ptr .req r11' arm.S:19: Error: no such instruction: `alloc_ptr .req r8' arm.S:20: Error: no such instruction: `alloc_limit .req r9' arm.S:21: Error: no such instruction: `sp .req r13' arm.S:22: Error: no such instruction: `lr .req r14' arm.S:23: Error: no such instruction: `pc .req r15' arm.S:33: Error: no such instruction: `ldr r10,.Lcaml_last_return_address' arm.S:34: Error: invalid char '[' beginning operand 2 `[r10' arm.S:36: Error: no such instruction: `bl .Linvoke_gc' arm.S:38: Error: too many memory references for `sub' arm.S:39: Error: too many memory references for `mov' arm.S:43: Error: no such instruction: `ldr r10,[alloc_limit,' arm.S:44: Error: too many memory references for `sub' arm.S:45: Error: too many memory references for `cmp' arm.S:46: Error: no such instruction: `movcs pc,lr' arm.S:48: Error: no such instruction: `ldr r10,.Lcaml_last_return_address' arm.S:49: Error: invalid char '[' beginning operand 2 `[r10' arm.S:51: Error: no such instruction: `bl .Linvoke_gc' arm.S:53: Error: no such instruction: `b caml_alloc1' arm.S:57: Error: no such instruction: `ldr r10,[alloc_limit,' arm.S:58: Error: too many memory references for `sub' arm.S:59: Error: too many memory references for `cmp' arm.S:60: Error: no such instruction: `movcs pc,lr' arm.S:62: Error: no such instruction: `ldr r10,.Lcaml_last_return_address' arm.S:63: Error: invalid char '[' beginning operand 2 `[r10' arm.S:65: Error: no such instruction: `bl .Linvoke_gc' arm.S:67: Error: no such instruction: `b caml_alloc2' arm.S:71: Error: no such instruction: `ldr r10,[alloc_limit,' arm.S:72: Error: too many memory references for `sub' arm.S:73: Error: too many memory references for `cmp' arm.S:74: Error: no such instruction: `movcs pc,lr' arm.S:76: Error: no such instruction: `ldr r10,.Lcaml_last_return_address' arm.S:77: Error: invalid char '[' beginning operand 2 `[r10' arm.S:79: Error: no such instruction: `bl .Linvoke_gc' arm.S:81: Error: no such instruction: `b caml_alloc3' arm.S:85: Error: invalid char '[' beginning operand 2 `[sp' arm.S:86: Error: no such instruction: `ldr r12,[alloc_limit,' arm.S:87: Error: too many memory references for `sub' arm.S:88: Error: too many memory references for `cmp' arm.S:89: Error: no such instruction: `ldr r12,[sp],' arm.S:90: Error: no such instruction: `movcs pc,lr' arm.S:92: Error: no such instruction: `ldr alloc_limit,.Lcaml_last_return_address' arm.S:93: Error: invalid char '[' beginning operand 2 `[alloc_limit' arm.S:94: Error: no such instruction: `ldr alloc_limit,.LLcaml_requested_size' arm.S:95: Error: invalid char '[' beginning operand 2 `[alloc_limit' arm.S:97: Error: no such instruction: `bl .Linvoke_gc' arm.S:99: Error: no such instruction: `ldr r10,.LLcaml_requested_size' arm.S:100: Error: no such instruction: `ldr r10,[r10,' arm.S:101: Error: no such instruction: `b caml_allocN' arm.S:106: Error: no such instruction: `ldr r10,.Lcaml_bottom_of_stack' arm.S:107: Error: invalid char '[' beginning operand 2 `[r10' arm.S:109: Error: no such instruction: `stmfd sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r10,r12,lr}' arm.S:111: Error: no such instruction: `ldr r10,.Lcaml_gc_regs' arm.S:112: Error: invalid char '[' beginning operand 2 `[r10' arm.S:114: Error: no such instruction: `stfd f0,[sp,' arm.S:115: Error: no such instruction: `stfd f1,[sp,' arm.S:116: Error: no such instruction: `stfd f2,[sp,' arm.S:117: Error: no such instruction: `stfd f3,[sp,' arm.S:119: Error: no such instruction: `ldr r10,.Lcaml_young_ptr' arm.S:120: Error: invalid char '[' beginning operand 2 `[r10' arm.S:122: Error: no such instruction: `ldr r10,.Lcaml_exception_pointer' arm.S:123: Error: invalid char '[' beginning operand 2 `[r10' arm.S:125: Error: no such instruction: `bl caml_garbage_collection' arm.S:127: Error: no such instruction: `ldfd f4,[sp],' arm.S:128: Error: no such instruction: `ldfd f5,[sp],' arm.S:129: Error: no such instruction: `ldfd f6,[sp],' arm.S:130: Error: no such instruction: `ldfd f7,[sp],' arm.S:131: Error: no such instruction: `ldmfd sp!,{r0,r1,r2,r3,r4,r5,r6,r7,r10,r12}' arm.S:133: Error: no such instruction: `ldr r10,.Lcaml_last_return_address' arm.S:134: Error: no such instruction: `ldr lr,[r10,' arm.S:136: Error: expecting operand after ','; got nothing arm.S:137: Error: invalid char '[' beginning operand 2 `[r10' arm.S:139: Error: no such instruction: `ldr r10,.Lcaml_young_ptr' arm.S:140: Error: no such instruction: `ldr alloc_ptr,[r10,' arm.S:141: Error: no such instruction: `ldr alloc_limit,.Lcaml_young_limit' arm.S:143: Error: no such instruction: `ldmfd sp!,{pc}' arm.S:151: Error: too many memory references for `mov' arm.S:153: Error: no such instruction: `ldr r5,.Lcaml_last_return_address' arm.S:154: Error: no such instruction: `ldr r6,.Lcaml_bottom_of_stack' arm.S:155: Error: invalid char '[' beginning operand 2 `[r5' arm.S:156: Error: invalid char '[' beginning operand 2 `[r6' arm.S:158: Error: no such instruction: `ldr r6,.Lcaml_young_ptr' arm.S:159: Error: no such instruction: `ldr r7,.Lcaml_exception_pointer' arm.S:160: Error: invalid char '[' beginning operand 2 `[r6' arm.S:161: Error: invalid char '[' beginning operand 2 `[r7' arm.S:163: Error: too many memory references for `mov' arm.S:164: Error: too many memory references for `mov' arm.S:166: Error: no such instruction: `ldr alloc_ptr,[r6,' arm.S:168: Error: expecting operand after ','; got nothing arm.S:169: Error: invalid char '[' beginning operand 2 `[r5' arm.S:171: Error: too many memory references for `mov' arm.S:177: Error: no such instruction: `ldr r10,.Lcaml_program' arm.S:185: Error: no such instruction: `stmfd sp!,{r4,r5,r6,r7,r8,r9,r11,lr}' arm.S:186: Error: no such instruction: `stfd f7,[sp,' arm.S:187: Error: no such instruction: `stfd f6,[sp,' arm.S:188: Error: no such instruction: `stfd f5,[sp,' arm.S:189: Error: no such instruction: `stfd f4,[sp,' arm.S:191: Error: too many memory references for `sub' arm.S:192: Error: no such instruction: `ldr r4,.Lcaml_bottom_of_stack' arm.S:193: Error: no such instruction: `ldr r4,[r4,' arm.S:194: Error: invalid char '[' beginning operand 2 `[sp' arm.S:195: Error: no such instruction: `ldr r4,.Lcaml_last_return_address' arm.S:196: Error: no such instruction: `ldr r4,[r4,' arm.S:197: Error: invalid char '[' beginning operand 2 `[sp' arm.S:198: Error: no such instruction: `ldr r4,.Lcaml_gc_regs' arm.S:199: Error: no such instruction: `ldr r4,[r4,' arm.S:200: Error: invalid char '[' beginning operand 2 `[sp' arm.S:202: Error: too many memory references for `sub' arm.S:203: Error: no such instruction: `ldr r4,.Lcaml_exception_pointer' arm.S:204: Error: no such instruction: `ldr r4,[r4,' arm.S:205: Error: invalid char '[' beginning operand 2 `[sp' arm.S:206: Error: no such instruction: `ldr r4,.LLtrap_handler' arm.S:207: Error: invalid char '[' beginning operand 2 `[sp' arm.S:208: Error: too many memory references for `mov' arm.S:210: Error: no such instruction: `ldr r4,.Lcaml_young_ptr' arm.S:211: Error: no such instruction: `ldr alloc_ptr,[r4,' arm.S:212: Error: no such instruction: `ldr alloc_limit,.Lcaml_young_limit' arm.S:214: Error: no such instruction: `ldr r4,.Lcaml_last_return_address' arm.S:215: Error: expecting operand after ','; got nothing arm.S:216: Error: invalid char '[' beginning operand 2 `[r4' arm.S:218: Error: too many memory references for `mov' arm.S:219: Error: too many memory references for `mov' arm.S:222: Error: no such instruction: `ldr r4,.Lcaml_exception_pointer' arm.S:223: Error: no such instruction: `ldr r5,[sp,' arm.S:224: Error: invalid char '[' beginning operand 2 `[r4' arm.S:225: Error: too many memory references for `add' arm.S:228: Error: no such instruction: `ldr r4,.Lcaml_bottom_of_stack' arm.S:229: Error: no such instruction: `ldr r5,[sp,' arm.S:230: Error: invalid char '[' beginning operand 2 `[r4' arm.S:231: Error: no such instruction: `ldr r4,.Lcaml_last_return_address' arm.S:232: Error: no such instruction: `ldr r5,[sp,' arm.S:233: Error: invalid char '[' beginning operand 2 `[r4' arm.S:234: Error: no such instruction: `ldr r4,.Lcaml_gc_regs' arm.S:235: Error: no such instruction: `ldr r5,[sp,' arm.S:236: Error: invalid char '[' beginning operand 2 `[r4' arm.S:237: Error: too many memory references for `add' arm.S:239: Error: no such instruction: `ldr r4,.Lcaml_young_ptr' arm.S:240: Error: invalid char '[' beginning operand 2 `[r4' arm.S:242: Error: no such instruction: `ldfd f4,[sp],' arm.S:243: Error: no such instruction: `ldfd f5,[sp],' arm.S:244: Error: no such instruction: `ldfd f6,[sp],' arm.S:245: Error: no such instruction: `ldfd f7,[sp],' arm.S:246: Error: no such instruction: `ldmfd sp!,{r4,r5,r6,r7,r8,r9,r11,pc}' arm.S:251: Error: no such instruction: `ldr r4,.Lcaml_exception_pointer' arm.S:252: Error: invalid char '[' beginning operand 2 `[r4' arm.S:254: Error: no such instruction: `orr r0,r0,' arm.S:256: Error: no such instruction: `b .Lreturn_result' arm.S:263: Error: no such instruction: `ldr r1,.Lcaml_young_ptr' arm.S:264: Error: no such instruction: `ldr alloc_ptr,[r1,' arm.S:265: Error: no such instruction: `ldr alloc_limit,.Lcaml_young_limit' arm.S:267: Error: no such instruction: `ldr r1,.Lcaml_last_return_address' arm.S:268: Error: expecting operand after ','; got nothing arm.S:269: Error: invalid char '[' beginning operand 2 `[r1' arm.S:271: Error: no such instruction: `ldr r1,.Lcaml_exception_pointer' arm.S:272: Error: no such instruction: `ldr sp,[r1,' arm.S:274: Error: no such instruction: `ldmfd sp!,{trap_ptr,pc}' arm.S:281: Error: too many memory references for `mov' arm.S:282: Error: too many memory references for `mov' arm.S:283: Error: too many memory references for `mov' arm.S:284: Error: no such instruction: `ldr r10,[r10,' arm.S:285: Error: no such instruction: `b .Ljump_to_caml' arm.S:290: Error: too many memory references for `mov' arm.S:291: Error: too many memory references for `mov' arm.S:292: Error: too many memory references for `mov' arm.S:293: Error: too many memory references for `mov' arm.S:294: Error: no such instruction: `ldr r10,.Lcaml_apply2' arm.S:295: Error: no such instruction: `b .Ljump_to_caml' arm.S:301: Error: too many memory references for `mov' arm.S:302: Error: too many memory references for `mov' arm.S:303: Error: too many memory references for `mov' arm.S:304: Error: too many memory references for `mov' arm.S:305: Error: too many memory references for `mov' arm.S:306: Error: no such instruction: `ldr r10,.Lcaml_apply3' arm.S:307: Error: no such instruction: `b .Ljump_to_caml' arm.S:312: Error: no such instruction: `ldr r10,.Lcaml_array_bound_error' arm.S:314: Error: no such instruction: `b caml_c_call' If your assembler produced syntax errors, it is probably unhappy with the preprocessor. Check your assembler, or try producing arm.o by hand. make[1]: *** [arm.o] Error 2 make[1]: Leaving directory `/var/tmp/portage/dev-lang/ocaml-3.10.2/work/ocaml-3.10.2/asmrun' make: *** [runtimeopt] Error 2 * * ERROR: dev-lang/ocaml-3.10.2 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2739: Called die * The specific snippet of code: * make opt || die "make opt failed!"; * The die message: * make opt failed! * * If you need support, post the topmost build error, and the call stack if relevant. * A complete build log is located at '/var/tmp/portage/dev-lang/ocaml-3.10.2/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-lang/ocaml-3.10.2/temp/environment'. *