ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml.spec'], False, '/var/lib/mock/centos5-rutgers-build-43-33/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/ocaml.spec'] warning: Could not canonicalize hostname: omachi.rutgers.edu Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ocaml-3.09.3-2.ru.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml.spec'], False, '/var/lib/mock/centos5-rutgers-build-43-33/root/', None, 86400, True, 0, 72, 200, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/ocaml.spec'] Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.22212 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf ocaml-3.09.3 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/ocaml-3.09.3.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-3.09.3 ++ /usr/bin/id -u + '[' 72 = 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd ocaml-3.09.3 + /bin/gzip -dc /builddir/build/SOURCES/ocaml-3.09-refman.html.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /builddir/build/BUILD + cd ocaml-3.09.3 + /bin/gzip -dc /builddir/build/SOURCES/ocaml-3.09-refman.info.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' ++ /usr/bin/id -u + '[' 72 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ocaml-rpath.patch):' Patch #0 (ocaml-rpath.patch): + patch -p1 -s + echo 'Patch #1 (ocaml-user-cflags.patch):' Patch #1 (ocaml-user-cflags.patch): + patch -p1 -b --suffix .cflags -s + cp /builddir/build/SOURCES/ocaml-3.09-refman.pdf refman.pdf + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.4770 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + LANG=C + export LANG + unset DISPLAY + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' + ./configure -bindir /usr/bin -libdir /usr/lib64/ocaml -mandir /usr/share/man/man1 Configuring for a x86_64-unknown-linux-gnu ... gcc found The C compiler is ANSI-compliant. Checking the sizes of integers and pointers... Wow! A 64 bit architecture! This is a little-endian architecture. Doubles can be word-aligned. 64-bit integers can be word-aligned. Native division and modulus have round-towards-zero semantics, will use them. Will use mmap() instead of malloc() for allocation of major heap chunks. 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. System stack overflow can be detected. 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 found (in /usr/include/gdbm) Configuring LablTk... X11 not found. Configuration failed, LablTk will not be built. Camlp4 correctly configured. ** Configuration summary ** Directories where Objective Caml will be installed: binaries.................. /usr/bin standard library.......... /usr/lib64/ocaml manual pages.............. /usr/share/man (with extension .1) Configuration for the bytecode compiler: C compiler used........... gcc options for compiling..... -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic options for linking....... -Wl,-E -lm -ldl -lcurses -lpthread shared libraries are supported options for compiling..... -fPIC -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs Configuration for the native-code compiler: hardware architecture..... amd64 OS variant................ linux C compiler used........... gcc options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic options for linking....... -lm assembler ................ $(AS) preprocessed assembler ... gcc -c -DSYS_$(SYSTEM) profiling with gprof ..... supported Source-level replay debugger: supported Additional libraries supported: unix str num dynlink bigarray systhreads threads dbm Configuration for the "num" library: target architecture ...... amd64 (asm level 1) Configuration for the "graph" library: options for compiling .... options for linking ...... not found The "labltk" library: not supported ** Objective Caml configuration completed successfully ** + make world opt opt.opt cd byterun; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/byterun' sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \ -e '/^}/q' instruct.h > jumptbl.h gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o interp.o interp.c interp.c: In function 'caml_interprete': interp.c:229: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o misc.o misc.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o stacks.o stacks.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o fix_code.o fix_code.c sed -n -e 's/;;//' \ -e '/let *ocaml_version *= */s//#define OCAML_VERSION /p' \ <../stdlib/sys.ml >version.h gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o startup.o startup.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o main.o main.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o freelist.o freelist.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o major_gc.o major_gc.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o minor_gc.o minor_gc.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o memory.o memory.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o alloc.o alloc.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o roots.o roots.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o globroots.o globroots.c globroots.c: In function 'caml_register_global_root': globroots.c:67: warning: dereferencing type-punned pointer will break strict-aliasing rules globroots.c:84: warning: dereferencing type-punned pointer will break strict-aliasing rules globroots.c: In function 'caml_remove_global_root': globroots.c:105: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o fail.o fail.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o signals.o signals.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o printexc.o printexc.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o backtrace.o backtrace.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o compare.o compare.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o ints.o ints.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o floats.o floats.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o str.o str.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o array.o array.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o io.o io.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o extern.o extern.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o intern.o intern.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o hash.o hash.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o sys.o sys.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o meta.o meta.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o parsing.o parsing.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o gc_ctrl.o gc_ctrl.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o terminfo.o terminfo.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o md5.o md5.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o obj.o obj.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o lexing.o lexing.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o callback.o callback.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o debugger.o debugger.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o weak.o weak.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o compact.o compact.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o finalise.o finalise.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o custom.o custom.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o dynlink.o dynlink.c gcc -DCAML_NAME_SPACE -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o unix.o unix.c unix.c: In function 'caml_aligned_munmap': unix.c:377: warning: unused variable 'retcode' 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 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 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o prims.o prims.c gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wl,-E -o ocamlrun \ prims.o libcamlrun.a -lm -ldl -lcurses -lpthread echo "/usr/lib64/ocaml/stublibs" >ld.conf echo "/usr/lib64/ocaml" >>ld.conf make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/byterun' cp byterun/ocamlrun boot/ocamlrun cd yacc; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/yacc' gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o closure.o closure.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o error.o error.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o lalr.o lalr.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o lr0.o lr0.c sed -n -e 's/;;//' \ -e '/let *ocaml_version *= */s//#define OCAML_VERSION /p' \ <../stdlib/sys.ml >version.h gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o main.o main.c main.c: In function 'create_file_names': main.c:305: warning: ignoring return value of 'mktemp', declared with attribute warn_unused_result main.c:306: warning: ignoring return value of 'mktemp', declared with attribute warn_unused_result main.c:307: warning: ignoring return value of 'mktemp', declared with attribute warn_unused_result main.c:308: warning: ignoring return value of 'mktemp', declared with attribute warn_unused_result gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o mkpar.o mkpar.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o output.o output.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o reader.o reader.c reader.c: In function 'copy_text': reader.c:428: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result reader.c:436: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result reader.c:440: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result reader.c: In function 'copy_action': reader.c:1393: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result reader.c:1401: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result reader.c:1405: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o skeleton.o skeleton.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o symtab.o symtab.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o verbose.o verbose.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o warshall.o warshall.c gcc -O -DNDEBUG -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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 ' : / builddir / build / BUILD / ocaml - 3.09.3 / yacc / main.c : 305 : warning : the use of ` mktemp ' is dangerous , better use ` mkstemp ' make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/yacc' cp yacc/ocamlyacc boot/ocamlyacc cd stdlib; make COMPILER=../boot/ocamlc all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/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 ../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 -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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 `/builddir/build/BUILD/ocaml-3.09.3/stdlib' cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot if test -f boot/libcamlrun.a; then :; else \ ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi if test -d stdlib/caml; then :; else \ ln -s ../byterun stdlib/caml; fi cd byterun; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/byterun' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/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/lib64/ocaml|' \ -e 's|%%BYTERUN%%|/usr/bin/ocamlrun|' \ -e 's|%%CCOMPTYPE%%|cc|' \ -e 's|%%BYTECC%%|gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC|' \ -e 's|%%BYTELINK%%|gcc -Wl,-E|' \ -e 's|%%NATIVECC%%|gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic|' \ -e 's|%%NATIVELINK%%|gcc |' \ -e 's|%%PARTIALLD%%|ld -r |' \ -e 's|%%PACKLD%%|ld -r |' \ -e 's|%%BYTECCLIBS%%|-lm -ldl -lcurses -lpthread|' \ -e 's|%%NATIVECCLIBS%%|-lm -ldl|' \ -e 's|%%RANLIBCMD%%|ranlib|' \ -e 's|%%CC_PROFILE%%|-pg|' \ -e 's|%%ARCH%%|amd64|' \ -e 's|%%MODEL%%|default|' \ -e 's|%%SYSTEM%%|linux|' \ -e 's|%%EXT_OBJ%%|.o|' \ -e 's|%%EXT_ASM%%|.s|' \ -e 's|%%EXT_LIB%%|.a|' \ -e 's|%%EXT_DLL%%|.so|' \ -e 's|%%SYSTHREAD_SUPPORT%%|true|' \ 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/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 `/builddir/build/BUILD/ocaml-3.09.3/yacc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/yacc' cd lex; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/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 `/builddir/build/BUILD/ocaml-3.09.3/lex' cd tools; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/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 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%%|gcc -shared -o|" \ -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 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 `/builddir/build/BUILD/ocaml-3.09.3/tools' cd stdlib; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/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 `/builddir/build/BUILD/ocaml-3.09.3/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 dbm; do \ (cd otherlibs/$i; make RUNTIME= all) || exit $?; \ done make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o accept.o accept.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o access.o access.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o addrofstr.o addrofstr.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o alarm.o alarm.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o bind.o bind.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o chdir.o chdir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o chmod.o chmod.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o chown.o chown.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o chroot.o chroot.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o close.o close.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o closedir.o closedir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o connect.o connect.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o cst2constr.o cst2constr.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o cstringv.o cstringv.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o dup.o dup.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o dup2.o dup2.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o envir.o envir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o errmsg.o errmsg.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o execv.o execv.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o execve.o execve.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o execvp.o execvp.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o exit.o exit.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o fchmod.o fchmod.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o fchown.o fchown.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o fcntl.o fcntl.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o fork.o fork.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o ftruncate.o ftruncate.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getaddrinfo.o getaddrinfo.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getcwd.o getcwd.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getegid.o getegid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o geteuid.o geteuid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getgid.o getgid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getgr.o getgr.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getgroups.o getgroups.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o gethost.o gethost.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o gethostname.o gethostname.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getlogin.o getlogin.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getnameinfo.o getnameinfo.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getpeername.o getpeername.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getpid.o getpid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getppid.o getppid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getproto.o getproto.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getpw.o getpw.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o gettimeofday.o gettimeofday.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getserv.o getserv.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getsockname.o getsockname.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o getuid.o getuid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o gmtime.o gmtime.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o itimer.o itimer.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o kill.o kill.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o link.o link.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o listen.o listen.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o lockf.o lockf.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o lseek.o lseek.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o mkdir.o mkdir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o mkfifo.o mkfifo.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o nice.o nice.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o open.o open.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o opendir.o opendir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o pipe.o pipe.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o putenv.o putenv.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o read.o read.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o readdir.o readdir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o readlink.o readlink.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o rename.o rename.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o rewinddir.o rewinddir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o rmdir.o rmdir.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o select.o select.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o sendrecv.o sendrecv.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o setgid.o setgid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o setsid.o setsid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o setuid.o setuid.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o shutdown.o shutdown.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o signals.o signals.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o sleep.o sleep.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o socket.o socket.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o socketaddr.o socketaddr.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o socketpair.o socketpair.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o sockopt.o sockopt.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o stat.o stat.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o strofaddr.o strofaddr.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o symlink.o symlink.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o termios.o termios.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o time.o time.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o times.o times.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o truncate.o truncate.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o umask.o umask.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o unixsupport.o unixsupport.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o unlink.o unlink.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o utimes.o utimes.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o wait.o wait.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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 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 unix.mli ../../ocamlcomp.sh -c -warn-error A -nolabels unix.ml ../../ocamlcomp.sh -c -warn-error A unixLabels.mli ../../ocamlcomp.sh -c -warn-error A -nolabels unixLabels.ml ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -ocamlc '../../ocamlcomp.sh' -linkall unix.cmo unixLabels.cmo make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o strstubs.o strstubs.c ../../boot/ocamlrun ../../tools/ocamlmklib -o str strstubs.o ../../ocamlcomp.sh -c -warn-error A str.mli ../../ocamlcomp.sh -c -warn-error A str.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o str str.cmo make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c -o bng.o bng.c gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -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 int_misc.mli ../../ocamlcomp.sh -c -warn-error A int_misc.ml ../../ocamlcomp.sh -c -warn-error A nat.mli ../../ocamlcomp.sh -c -warn-error A nat.ml ../../ocamlcomp.sh -c -warn-error A big_int.mli ../../ocamlcomp.sh -c -warn-error A big_int.ml ../../ocamlcomp.sh -c -warn-error A arith_flags.mli ../../ocamlcomp.sh -c -warn-error A arith_flags.ml ../../ocamlcomp.sh -c -warn-error A ratio.mli ../../ocamlcomp.sh -c -warn-error A ratio.ml ../../ocamlcomp.sh -c -warn-error A num.mli ../../ocamlcomp.sh -c -warn-error A num.ml ../../ocamlcomp.sh -c -warn-error A arith_status.mli ../../ocamlcomp.sh -c -warn-error A 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 `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' ../../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 misc.cmo config.cmo tbl.cmo clflags.cmo consistbl.cmo ident.cmo path.cmo types.cmo btype.cmo predef.cmo runtimedef.cmo bytesections.cmo dll.cmo meta.cmo symtable.cmo opcodes.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 `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o bigarray_stubs.o bigarray_stubs.c gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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 bigarray.mli ../../ocamlcomp.sh -I ../unix -c -warn-error A bigarray.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -linkall -o bigarray bigarray.cmo make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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 thread.mli ../../ocamlcomp.sh -I ../unix -c -g -warn-error A thread.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A mutex.mli ../../ocamlcomp.sh -I ../unix -c -g -warn-error A mutex.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A condition.mli ../../ocamlcomp.sh -I ../unix -c -g -warn-error A condition.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A event.mli ../../ocamlcomp.sh -I ../unix -c -g -warn-error A event.ml ../../ocamlcomp.sh -I ../unix -c -warn-error A threadUnix.mli ../../ocamlcomp.sh -I ../unix -c -g -warn-error A 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 -lpthread make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' gcc -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -g -c -o scheduler.o scheduler.c scheduler.c: In function 'thread_scan_roots': scheduler.c:141: warning: dereferencing type-punned pointer will break strict-aliasing rules scheduler.c: In function 'thread_new': scheduler.c:263: warning: dereferencing type-punned pointer will break strict-aliasing rules scheduler.c:264: warning: dereferencing type-punned pointer will break strict-aliasing rules scheduler.c: In function 'thread_kill': scheduler.c:749: warning: dereferencing type-punned pointer will break strict-aliasing rules scheduler.c:750: warning: dereferencing type-punned pointer will break strict-aliasing rules ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o ln -s ../unix/unix.cmi unix.cmi ../../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 ln -s ../unix/unix.mli unix.mli ../../ocamlcomp.sh -I ../unix -warn-error A -c unix.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I ../unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' gcc -g -I/usr/include/gdbm -I../../byterun -O -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -c -o cldbm.o cldbm.c ../../boot/ocamlrun ../../tools/ocamlmklib -oc mldbm cldbm.o -lgdbm ../../ocamlcomp.sh -c -warn-error A dbm.mli ../../ocamlcomp.sh -c -warn-error A dbm.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o dbm -oc mldbm dbm.cmo -lgdbm make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' cd camlp4; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' make clean_cold library_cold compile_cold make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' for i in odyl camlp4 meta lib; do \ (cd ocaml_src/$i; make clean); \ done make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' rm -f *.cm* *.pp[io] *.o *.bak .*.bak *.out *.opt *.a rm -f odyl_config.ml odyl make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' rm -f *.cm* *.pp[io] *.o *.a *.bak .*.bak *.out *.opt rm -f camlp4 make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' rm -f *.cm* *.pp[io] *.o *.bak .*.bak q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_macro.cmo pr_dump.cmo camlp4r q_MLast.cmx pa_r.cmx pa_rp.cmx pa_extend.cmx pa_extend_m.cmx pa_macro.cmx pr_dump.cmx camlp4r.opt make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' rm -f *.cm[ioax] *.cmxa *.pp[io] *.o *.a *.bak .*.bak gramlib.cma make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' cd ocaml_src/lib; make all promote OTOP=../../.. make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' cp token.mli token.ppi ../../../ocamlcomp.sh -warn-error A -c -intf token.ppi rm -f token.ppi cp stdpp.mli stdpp.ppi ../../../ocamlcomp.sh -warn-error A -c -intf stdpp.ppi rm -f stdpp.ppi cp stdpp.ml stdpp.ppo ../../../ocamlcomp.sh -warn-error A -c -impl stdpp.ppo rm -f stdpp.ppo cp token.ml token.ppo ../../../ocamlcomp.sh -warn-error A -c -impl token.ppo rm -f token.ppo cp plexer.mli plexer.ppi ../../../ocamlcomp.sh -warn-error A -c -intf plexer.ppi rm -f plexer.ppi cp plexer.ml plexer.ppo ../../../ocamlcomp.sh -warn-error A -c -impl plexer.ppo rm -f plexer.ppo cp gramext.mli gramext.ppi ../../../ocamlcomp.sh -warn-error A -c -intf gramext.ppi rm -f gramext.ppi cp gramext.ml gramext.ppo ../../../ocamlcomp.sh -warn-error A -c -impl gramext.ppo rm -f gramext.ppo cp grammar.mli grammar.ppi ../../../ocamlcomp.sh -warn-error A -c -intf grammar.ppi rm -f grammar.ppi cp grammar.ml grammar.ppo ../../../ocamlcomp.sh -warn-error A -c -impl grammar.ppo rm -f grammar.ppo cp extfold.mli extfold.ppi ../../../ocamlcomp.sh -warn-error A -c -intf extfold.ppi rm -f extfold.ppi cp extfold.ml extfold.ppo ../../../ocamlcomp.sh -warn-error A -c -impl extfold.ppo rm -f extfold.ppo cp extfun.mli extfun.ppi ../../../ocamlcomp.sh -warn-error A -c -intf extfun.ppi rm -f extfun.ppi cp extfun.ml extfun.ppo ../../../ocamlcomp.sh -warn-error A -c -impl extfun.ppo rm -f extfun.ppo cp fstream.mli fstream.ppi ../../../ocamlcomp.sh -warn-error A -c -intf fstream.ppi rm -f fstream.ppi cp fstream.ml fstream.ppo ../../../ocamlcomp.sh -warn-error A -c -impl fstream.ppo rm -f fstream.ppo ../../../ocamlcomp.sh stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo extfold.cmo extfun.cmo fstream.cmo -a -o gramlib.cma cp stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo extfold.cmo extfun.cmo fstream.cmo stdpp.cmi token.cmi plexer.cmi gramext.cmi grammar.cmi extfold.cmi extfun.cmi fstream.cmi ../../boot/. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' cd ocaml_src; set -e; \ for i in odyl camlp4 meta lib; do \ cd $i; make all OTOP=../../..; cd ..; \ done make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' (echo 'let standard_library ='; \ echo ' try Sys.getenv "CAMLP4LIB" with Not_found -> '; \ echo ' try Sys.getenv "OCAMLLIB" ^ "/camlp4" with Not_found -> '; \ echo ' try Sys.getenv "CAMLLIB" ^ "/camlp4" with Not_found -> '; \ echo ' "/usr/lib64/ocaml/camlp4"') \ | sed -e 's|\\|/|g' > odyl_config.ml cp odyl_config.ml odyl_config.ppo ../../../ocamlcomp.sh -warn-error A -I ../../../otherlibs/dynlink -c -impl odyl_config.ppo rm -f odyl_config.ppo cp odyl_main.mli odyl_main.ppi ../../../ocamlcomp.sh -warn-error A -I ../../../otherlibs/dynlink -c -intf odyl_main.ppi rm -f odyl_main.ppi cp odyl_main.ml odyl_main.ppo ../../../ocamlcomp.sh -warn-error A -I ../../../otherlibs/dynlink -c -impl odyl_main.ppo rm -f odyl_main.ppo ../../../ocamlcomp.sh -I ../../../otherlibs/dynlink dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma cp odyl.ml odyl.ppo ../../../ocamlcomp.sh -warn-error A -I ../../../otherlibs/dynlink -c -impl odyl.ppo rm -f odyl.ppo ../../../ocamlcomp.sh odyl.cma odyl.cmo -o odyl make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' cp mLast.mli mLast.ppi ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -intf mLast.ppi rm -f mLast.ppi cp quotation.mli quotation.ppi ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -intf quotation.ppi rm -f quotation.ppi cp quotation.ml quotation.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -impl quotation.ppo rm -f quotation.ppo cp spretty.mli spretty.ppi ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -intf spretty.ppi rm -f spretty.ppi cp spretty.ml spretty.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -impl spretty.ppo rm -f spretty.ppo cp reloc.mli reloc.ppi ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -intf reloc.ppi rm -f reloc.ppi cp reloc.ml reloc.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -impl reloc.ppo rm -f reloc.ppo cp pcaml.mli pcaml.ppi ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -intf pcaml.ppi rm -f pcaml.ppi cp pcaml.ml pcaml.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -impl pcaml.ppo rm -f pcaml.ppo cp ast2pt.mli ast2pt.ppi ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -intf ast2pt.ppi rm -f ast2pt.ppi cp ast2pt.ml ast2pt.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -impl ast2pt.ppo rm -f ast2pt.ppo cp argl.ml argl.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -warn-error A -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -c -impl argl.ppo rm -f argl.ppo ../../../ocamlcomp.sh -I ../odyl -I ../../boot -I ../../../utils -I ../../../parsing -I ../../../otherlibs/dynlink -a -o camlp4.cma ../../boot/stdpp.cmo ../../boot/token.cmo ../../boot/plexer.cmo ../../boot/gramext.cmo ../../boot/grammar.cmo ../../boot/extfold.cmo ../../boot/extfun.cmo ../../boot/fstream.cmo ../../../utils/config.cmo quotation.cmo spretty.cmo reloc.cmo pcaml.cmo ast2pt.cmo argl.cmo ../../../ocamlcomp.sh -linkall -o camlp4 ../odyl/odyl.cma camlp4.cma ../odyl/odyl.cmo make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' cp q_MLast.ml q_MLast.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl q_MLast.ppo rm -f q_MLast.ppo cp pa_r.ml pa_r.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl pa_r.ppo rm -f pa_r.ppo cp pa_rp.ml pa_rp.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl pa_rp.ppo rm -f pa_rp.ppo cp pa_extend.ml pa_extend.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl pa_extend.ppo rm -f pa_extend.ppo cp pa_extend_m.ml pa_extend_m.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl pa_extend_m.ppo rm -f pa_extend_m.ppo cp pa_macro.ml pa_macro.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl pa_macro.ppo rm -f pa_macro.ppo cp pr_dump.ml pr_dump.ppo ../../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../../boot -I ../../../utils -c -impl pr_dump.ppo rm -f pr_dump.ppo rm -f camlp4r cd ../camlp4; make OTOP=../../.. CAMLP4=../meta/camlp4r CAMLP4M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo" make[4]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' ../../../ocamlcomp.sh -linkall -o ../meta/camlp4r ../odyl/odyl.cma camlp4.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo make[4]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' make promote_cold make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' for i in odyl camlp4 meta lib; do \ (cd ocaml_src/$i; make promote); \ done make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' make[3]: Nothing to be done for `promote'. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' cp camlp4 ../../boot/. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' cp q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_macro.cmo pr_dump.cmo camlp4r pa_extend.cmi ../../boot/. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' cp stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo extfold.cmo extfun.cmo fstream.cmo stdpp.cmi token.cmi plexer.cmi gramext.cmi grammar.cmi extfold.cmi extfun.cmi fstream.cmi ../../boot/. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' make clean_cold clean_hot library make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' for i in odyl camlp4 meta lib; do \ (cd ocaml_src/$i; make clean); \ done make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' rm -f *.cm* *.pp[io] *.o *.bak .*.bak *.out *.opt *.a rm -f odyl_config.ml odyl make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/odyl' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' rm -f *.cm* *.pp[io] *.o *.a *.bak .*.bak *.out *.opt rm -f camlp4 make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/camlp4' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' rm -f *.cm* *.pp[io] *.o *.bak .*.bak q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_macro.cmo pr_dump.cmo camlp4r q_MLast.cmx pa_r.cmx pa_rp.cmx pa_extend.cmx pa_extend_m.cmx pa_macro.cmx pr_dump.cmx camlp4r.opt make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/meta' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' rm -f *.cm[ioax] *.cmxa *.pp[io] *.o *.a *.bak .*.bak gramlib.cma make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocaml_src/lib' for i in odyl camlp4 meta lib etc top ocpp man compile; do (cd $i; make clean); done make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' rm -f *.cm* *.pp[io] *.o *.bak .*.bak *.out *.opt *.a rm -f odyl_config.ml odyl make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' rm -f *.cm* *.pp[io] *.o *.a *.bak .*.bak *.out *.opt rm -f camlp4 make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' rm -f *.cm* *.pp[io] *.o *.bak .*.bak q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_macro.cmo pr_dump.cmo camlp4r q_MLast.cmx pa_r.cmx pa_rp.cmx pa_extend.cmx pa_extend_m.cmx pa_macro.cmx pr_dump.cmx camlp4r.opt make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' rm -f *.cm[ioax] *.cmxa *.pp[io] *.o *.a *.bak .*.bak gramlib.cma make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' rm -f *.cm* *.pp[io] *.o *.bak .*.bak *.out *.opt rm -f mkcamlp4.sh camlp4o camlp4sch make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/top' rm -f *.cm[ioa] *.pp[io] *.o *.bak .*.bak camlp4o.cma camlp4r.cma camlp4_top.cma make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/top' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocpp' rm -f *.cm[ioa] *.pp[io] *.o *.out *.bak .*.bak ocpp make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocpp' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/man' rm -f camlp4.1 make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/man' make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/compile' rm -f *.cm* *.pp[io] *.o *.bak .*.bak *.out *.opt rm -f *.fast tmp.* pa_*_fast.ml *_fast.ml make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/compile' cd lib; make all promote make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o token.ppi -verbose token.mli ../../ocamlcomp.sh -warn-error A -c -intf token.ppi rm -f token.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o stdpp.ppi -verbose stdpp.mli ../../ocamlcomp.sh -warn-error A -c -intf stdpp.ppi rm -f stdpp.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o stdpp.ppo -verbose stdpp.ml ../../ocamlcomp.sh -warn-error A -c -impl stdpp.ppo rm -f stdpp.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o token.ppo -verbose token.ml ../../ocamlcomp.sh -warn-error A -c -impl token.ppo rm -f token.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o plexer.ppi -verbose plexer.mli ../../ocamlcomp.sh -warn-error A -c -intf plexer.ppi rm -f plexer.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o plexer.ppo -verbose plexer.ml ../../ocamlcomp.sh -warn-error A -c -impl plexer.ppo rm -f plexer.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o gramext.ppi -verbose gramext.mli ../../ocamlcomp.sh -warn-error A -c -intf gramext.ppi rm -f gramext.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o gramext.ppo -verbose gramext.ml ../../ocamlcomp.sh -warn-error A -c -impl gramext.ppo rm -f gramext.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o grammar.ppi -verbose grammar.mli ../../ocamlcomp.sh -warn-error A -c -intf grammar.ppi rm -f grammar.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o grammar.ppo -verbose grammar.ml ../../ocamlcomp.sh -warn-error A -c -impl grammar.ppo rm -f grammar.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o extfold.ppi -verbose extfold.mli ../../ocamlcomp.sh -warn-error A -c -intf extfold.ppi rm -f extfold.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o extfold.ppo -verbose extfold.ml ../../ocamlcomp.sh -warn-error A -c -impl extfold.ppo rm -f extfold.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o extfun.ppi -verbose extfun.mli ../../ocamlcomp.sh -warn-error A -c -intf extfun.ppi rm -f extfun.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o extfun.ppo -verbose extfun.ml ../../ocamlcomp.sh -warn-error A -c -impl extfun.ppo rm -f extfun.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o fstream.ppi -verbose fstream.mli ../../ocamlcomp.sh -warn-error A -c -intf fstream.ppi rm -f fstream.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o fstream.ppo -verbose fstream.ml ../../ocamlcomp.sh -warn-error A -c -impl fstream.ppo rm -f fstream.ppo ../../ocamlcomp.sh stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo extfold.cmo extfun.cmo fstream.cmo -a -o gramlib.cma cp stdpp.cmo token.cmo plexer.cmo gramext.cmo grammar.cmo extfold.cmo extfun.cmo fstream.cmo stdpp.cmi token.cmi plexer.cmi gramext.cmi grammar.cmi extfold.cmi extfun.cmi fstream.cmi ../boot/. make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' set -e; for i in odyl camlp4 meta lib etc top ocpp man; do cd $i; make all; cd ..; done make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' (echo 'let standard_library ='; \ echo ' try Sys.getenv "CAMLP4LIB" with Not_found -> '; \ echo ' try Sys.getenv "OCAMLLIB" ^ "/camlp4" with Not_found -> '; \ echo ' try Sys.getenv "CAMLLIB" ^ "/camlp4" with Not_found -> '; \ echo ' "/usr/lib64/ocaml/camlp4"') \ | sed -e 's|\\|/|g' > odyl_config.ml cp odyl_config.ml odyl_config.ppo ../../ocamlcomp.sh -warn-error A -I ../../otherlibs/dynlink -c -impl odyl_config.ppo rm -f odyl_config.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o odyl_main.ppi -verbose odyl_main.mli ../../ocamlcomp.sh -warn-error A -I ../../otherlibs/dynlink -c -intf odyl_main.ppi rm -f odyl_main.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_macro.cmo -o odyl_main.ppo -verbose odyl_main.ml ../../ocamlcomp.sh -warn-error A -I ../../otherlibs/dynlink -c -impl odyl_main.ppo rm -f odyl_main.ppo ../../ocamlcomp.sh -I ../../otherlibs/dynlink dynlink.cma odyl_config.cmo odyl_main.cmo -a -o odyl.cma ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o odyl.ppo -verbose odyl.ml ../../ocamlcomp.sh -warn-error A -I ../../otherlibs/dynlink -c -impl odyl.ppo rm -f odyl.ppo ../../ocamlcomp.sh odyl.cma odyl.cmo -o odyl make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o mLast.ppi -verbose mLast.mli ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -intf mLast.ppi rm -f mLast.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o quotation.ppi -verbose quotation.mli ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -intf quotation.ppi rm -f quotation.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o quotation.ppo -verbose quotation.ml ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl quotation.ppo rm -f quotation.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o spretty.ppi -verbose spretty.mli ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -intf spretty.ppi rm -f spretty.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o spretty.ppo -verbose spretty.ml ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl spretty.ppo rm -f spretty.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o reloc.ppi -verbose reloc.mli ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -intf reloc.ppi rm -f reloc.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o reloc.ppo -verbose reloc.ml ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl reloc.ppo rm -f reloc.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pcaml.ppi -verbose pcaml.mli ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -intf pcaml.ppi rm -f pcaml.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo -o pcaml.ppo -verbose pcaml.ml ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl pcaml.ppo rm -f pcaml.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o ast2pt.ppi -verbose ast2pt.mli ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -intf ast2pt.ppi rm -f ast2pt.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o ast2pt.ppo -verbose ast2pt.ml ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl ast2pt.ppo rm -f ast2pt.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo -o argl.ppo -verbose argl.ml ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl argl.ppo rm -f argl.ppo ../../ocamlcomp.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -a -o camlp4.cma ../boot/stdpp.cmo ../boot/token.cmo ../boot/plexer.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/fstream.cmo ../../utils/config.cmo quotation.cmo spretty.cmo reloc.cmo pcaml.cmo ast2pt.cmo argl.cmo ../../ocamlcomp.sh -linkall -o camlp4 ../odyl/odyl.cma camlp4.cma ../odyl/odyl.cmo make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo pa_extend_m.cmo q_MLast.cmo -o q_MLast.ppo -verbose q_MLast.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl q_MLast.ppo rm -f q_MLast.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_r.ppo -verbose pa_r.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_r.ppo rm -f pa_r.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_rp.ppo -verbose pa_rp.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_rp.ppo rm -f pa_rp.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_extend.ppo -verbose pa_extend.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_extend.ppo rm -f pa_extend.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_extend_m.ppo -verbose pa_extend_m.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_extend_m.ppo rm -f pa_extend_m.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pa_macro.ppo -verbose pa_macro.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_macro.ppo rm -f pa_macro.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pr_dump.ppo -verbose pr_dump.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pr_dump.ppo rm -f pr_dump.ppo rm -f camlp4r cd ../camlp4; make OTOP=../.. CAMLP4=../meta/camlp4r CAMLP4M="-I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo" make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../ocamlcomp.sh -linkall -o ../meta/camlp4r ../odyl/odyl.cma camlp4.cma -I ../meta pa_r.cmo pa_rp.cmo pr_dump.cmo ../odyl/odyl.cmo make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o q_phony.ppo -verbose q_phony.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl q_phony.ppo rm -f q_phony.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_o.ppo -verbose pa_o.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_o.ppo rm -f pa_o.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_op.ppo -verbose pa_op.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_op.ppo rm -f pa_op.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_oop.ppo -verbose pa_oop.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_oop.ppo rm -f pa_oop.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_ru.ppo -verbose pa_ru.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_ru.ppo rm -f pa_ru.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_extfold.ppo -verbose pa_extfold.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_extfold.ppo rm -f pa_extfold.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo pa_extend.cmo -o pa_extfun.ppo -verbose pa_extfun.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_extfun.ppo rm -f pa_extfun.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_fstream.ppo -verbose pa_fstream.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_fstream.ppo rm -f pa_fstream.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_ifdef.ppo -verbose pa_ifdef.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_ifdef.ppo rm -f pa_ifdef.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_r.ppo -verbose pr_r.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_r.ppo rm -f pr_r.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o parserify.ppi -verbose parserify.mli ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -intf parserify.ppi rm -f parserify.ppi ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo -o parserify.ppo -verbose parserify.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl parserify.ppo rm -f parserify.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_rp_main.ppo -verbose pr_rp_main.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_rp_main.ppo rm -f pr_rp_main.ppo ../../ocamlcomp.sh parserify.cmo pr_rp_main.cmo -a -o pr_rp.cmo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_o.ppo -verbose pr_o.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_o.ppo rm -f pr_o.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_op_main.ppo -verbose pr_op_main.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_op_main.ppo rm -f pr_op_main.ppo ../../ocamlcomp.sh parserify.cmo pr_op_main.cmo -a -o pr_op.cmo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_extend.ppo -verbose pr_extend.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_extend.ppo rm -f pr_extend.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_extfun.ppo -verbose pr_extfun.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_extfun.ppo rm -f pr_extfun.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pr_null.ppo -verbose pr_null.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_null.ppo rm -f pr_null.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pr_depend.ppo -verbose pr_depend.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_depend.ppo rm -f pr_depend.ppo rm -f camlp4o cd ../camlp4; make CAMLP4=../etc/camlp4o CAMLP4M="-I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo" make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../ocamlcomp.sh -linkall -o ../etc/camlp4o ../odyl/odyl.cma camlp4.cma -I ../etc pa_o.cmo pa_op.cmo ../meta/pr_dump.cmo ../odyl/odyl.cmo make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' sed -n -e 's/;;//' \ -e '/let *ocaml_version *= */s//VERSION=/p' \ <../../stdlib/sys.ml >version.sh sed -e "s!LIBDIR!/usr/lib64/ocaml!g" -e "/define VERSION/r version.sh" \ mkcamlp4.sh.tpl > mkcamlp4.sh make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/top' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo -o camlp4_top.ppo -verbose camlp4_top.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -I ../../parsing -I ../../typing -I ../../toplevel -c -impl camlp4_top.ppo rm -f camlp4_top.ppo ../../ocamlcomp.sh ../../utils/config.cmo ../boot/stdpp.cmo ../boot/token.cmo ../boot/plexer.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/fstream.cmo ../camlp4/quotation.cmo ../camlp4/reloc.cmo ../camlp4/spretty.cmo ../camlp4/pcaml.cmo ../camlp4/ast2pt.cmo ../etc/pa_o.cmo ../etc/pa_op.cmo camlp4_top.cmo -linkall -a -o camlp4o.cma ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o rprint.ppo -verbose rprint.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -I ../../parsing -I ../../typing -I ../../toplevel -c -impl rprint.ppo rm -f rprint.ppo ../../ocamlcomp.sh ../../utils/config.cmo ../boot/stdpp.cmo ../boot/token.cmo ../boot/plexer.cmo ../boot/gramext.cmo ../boot/grammar.cmo ../boot/extfold.cmo ../boot/extfun.cmo ../boot/fstream.cmo ../camlp4/quotation.cmo ../camlp4/reloc.cmo ../camlp4/spretty.cmo ../camlp4/pcaml.cmo ../camlp4/ast2pt.cmo ../meta/pa_r.cmo ../meta/pa_rp.cmo rprint.cmo camlp4_top.cmo -linkall -a -o camlp4r.cma ../../ocamlcomp.sh ../../utils/config.cmo ../camlp4/quotation.cmo ../camlp4/reloc.cmo ../camlp4/spretty.cmo ../camlp4/pcaml.cmo ../camlp4/ast2pt.cmo camlp4_top.cmo -a -o camlp4_top.cma make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/top' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocpp' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o ocpp.ppo -verbose ocpp.ml ../../ocamlcomp.sh -warn-error A -I ../camlp4 -I ../boot -I ../odyl -I ../../otherlibs/dynlink -c -impl ocpp.ppo rm -f ocpp.ppo ../../ocamlcomp.sh -I ../camlp4 -I ../boot -I ../odyl -I ../../otherlibs/dynlink ../boot/stdpp.cmo ../camlp4/reloc.cmo ../camlp4/quotation.cmo ../odyl/odyl.cma ocpp.cmo ../odyl/odyl.cmo -linkall -o ocpp make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocpp' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/man' sed -e "s'LIBDIR'/usr/lib64/ocaml'g" camlp4.1.tpl > camlp4.1 make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/man' make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' cd debugger; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/debugger' ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink int64ops.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink int64ops.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink primitives.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink primitives.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink unix_tools.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink unix_tools.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink debugger_config.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink debugger_config.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink envaux.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink envaux.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink parameters.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink 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 -I ../otherlibs/dynlink parser_aux.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink parser.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink lexer.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink lexer.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink input_handling.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink input_handling.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink debugcom.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink debugcom.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink exec.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink exec.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink source.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink source.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink pos.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink pos.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink checkpoints.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink checkpoints.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink events.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink events.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink symbols.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink symbols.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink breakpoints.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink breakpoints.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink trap_barrier.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink trap_barrier.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink history.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink history.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink program_loading.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink program_loading.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink printval.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink printval.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink show_source.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink show_source.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink time_travel.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink time_travel.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink program_management.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink program_management.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink frames.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink frames.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink eval.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink eval.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink show_information.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink show_information.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink loadprinter.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink loadprinter.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink parser.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink command_line.mli ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink command_line.ml ../ocamlcomp.sh -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix -I ../otherlibs/dynlink 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 ../otherlibs/dynlink/dynlink.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo envaux.cmo parameters.cmo lexer.cmo input_handling.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 `/builddir/build/BUILD/ocaml-3.09.3/debugger' cd ocamldoc && make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/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 ../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 5 shift/reduce conflicts. 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 manpages make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' mkdir -p stdlib_man sh ./runocamldoc true -man -d stdlib_man -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 \ -t "OCaml library" -man-mini \ ../stdlib/*.mli ../otherlibs/unix/unix.mli ../otherlibs/str/str.mli ../otherlibs/bigarray/bigarray.mli ../otherlibs/num/num.mli make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' cd asmrun; make all make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/asmrun' gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o startup.o startup.c ln -s ../byterun/main.c main.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o main.o main.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o fail.o fail.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o roots.o roots.c ln -s ../byterun/globroots.c globroots.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o globroots.o globroots.c globroots.c: In function 'caml_register_global_root': globroots.c:67: warning: dereferencing type-punned pointer will break strict-aliasing rules globroots.c:84: warning: dereferencing type-punned pointer will break strict-aliasing rules globroots.c: In function 'caml_remove_global_root': globroots.c:105: warning: dereferencing type-punned pointer will break strict-aliasing rules gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o signals.o signals.c ln -s ../byterun/misc.c misc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o misc.o misc.c ln -s ../byterun/freelist.c freelist.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o freelist.o freelist.c ln -s ../byterun/major_gc.c major_gc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -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_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o minor_gc.o minor_gc.c ln -s ../byterun/memory.c memory.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o memory.o memory.c ln -s ../byterun/alloc.c alloc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o alloc.o alloc.c ln -s ../byterun/compare.c compare.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o compare.o compare.c ln -s ../byterun/ints.c ints.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o ints.o ints.c ln -s ../byterun/floats.c floats.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o floats.o floats.c ln -s ../byterun/str.c str.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o str.o str.c ln -s ../byterun/array.c array.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o array.o array.c ln -s ../byterun/io.c io.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o io.o io.c ln -s ../byterun/extern.c extern.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o extern.o extern.c ln -s ../byterun/intern.c intern.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o intern.o intern.c ln -s ../byterun/hash.c hash.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o hash.o hash.c ln -s ../byterun/sys.c sys.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o sys.o sys.c ln -s ../byterun/parsing.c parsing.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o parsing.o parsing.c ln -s ../byterun/gc_ctrl.c gc_ctrl.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o gc_ctrl.o gc_ctrl.c ln -s ../byterun/terminfo.c terminfo.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o terminfo.o terminfo.c ln -s ../byterun/md5.c md5.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o md5.o md5.c ln -s ../byterun/obj.c obj.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o obj.o obj.c ln -s ../byterun/lexing.c lexing.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o lexing.o lexing.c ln -s ../byterun/printexc.c printexc.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o printexc.o printexc.c ln -s ../byterun/callback.c callback.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o callback.o callback.c ln -s ../byterun/weak.c weak.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o weak.o weak.c ln -s ../byterun/compact.c compact.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o compact.o compact.c ln -s ../byterun/finalise.c finalise.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o finalise.o finalise.c ln -s ../byterun/custom.c custom.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o custom.o custom.c ln -s ../byterun/unix.c unix.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o unix.o unix.c unix.c: In function 'caml_aligned_munmap': unix.c:377: warning: unused variable 'retcode' gcc -c -DSYS_linux -o amd64.o amd64.S || \ { echo "If your assembler produced syntax errors, it is probably unhappy with the"; echo "preprocessor. Check your assembler, or try producing amd64.o by hand."; exit 2; } rm -f libasmrun.a ar rc libasmrun.a startup.o main.o fail.o roots.o globroots.o signals.o misc.o freelist.o major_gc.o minor_gc.o memory.o alloc.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o printexc.o callback.o weak.o compact.o finalise.o custom.o unix.o amd64.o ranlib libasmrun.a gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT startup.c mv startup.o startup.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT main.c mv main.o main.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT fail.c mv fail.o fail.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT roots.c mv roots.o roots.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT globroots.c mv globroots.o globroots.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT signals.c mv signals.o signals.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT misc.c mv misc.o misc.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT freelist.c mv freelist.o freelist.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT major_gc.c mv major_gc.o major_gc.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT minor_gc.c mv minor_gc.o minor_gc.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT memory.c mv memory.o memory.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT alloc.c mv alloc.o alloc.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT compare.c mv compare.o compare.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT ints.c mv ints.o ints.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT floats.c mv floats.o floats.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT str.c mv str.o str.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT array.c mv array.o array.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT io.c mv io.o io.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT extern.c mv extern.o extern.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT intern.c mv intern.o intern.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT hash.c mv hash.o hash.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT sys.c mv sys.o sys.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT parsing.c mv parsing.o parsing.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT gc_ctrl.c mv gc_ctrl.o gc_ctrl.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT terminfo.c mv terminfo.o terminfo.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT md5.c mv md5.o md5.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT obj.c mv obj.o obj.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT lexing.c mv lexing.o lexing.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT printexc.c mv printexc.o printexc.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT callback.c mv callback.o callback.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT weak.c mv weak.o weak.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT compact.c mv compact.o compact.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT finalise.c mv finalise.o finalise.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT custom.c mv custom.o custom.p.o gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -pg -O -DPROFILING -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT unix.c unix.c: In function 'caml_aligned_munmap': unix.c:377: warning: unused variable 'retcode' mv unix.o unix.p.o gcc -c -DSYS_linux -DPROFILING -o amd64.p.o amd64.S rm -f libasmrunp.a ar rc libasmrunp.a startup.p.o main.p.o fail.p.o roots.p.o globroots.p.o signals.p.o misc.p.o freelist.p.o major_gc.p.o minor_gc.p.o memory.p.o alloc.p.o compare.p.o ints.p.o floats.p.o str.p.o array.p.o io.p.o extern.p.o intern.p.o hash.p.o sys.p.o parsing.p.o gc_ctrl.p.o terminfo.p.o md5.p.o obj.p.o lexing.p.o printexc.p.o callback.p.o weak.p.o compact.p.o finalise.p.o custom.p.o unix.p.o amd64.p.o ranlib libasmrunp.a make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/asmrun' if test -f stdlib/libasmrun.a; then :; else \ ln -s ../asmrun/libasmrun.a stdlib/libasmrun.a; fi ln -s amd64/arch.ml asmcomp/arch.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 asmcomp/arch.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 asmcomp/cmm.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 asmcomp/cmm.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 asmcomp/printcmm.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 asmcomp/printcmm.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 asmcomp/reg.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 asmcomp/reg.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 asmcomp/mach.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 asmcomp/mach.ml ln -s amd64/proc.ml asmcomp/proc.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 asmcomp/proc.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 asmcomp/proc.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 asmcomp/clambda.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 asmcomp/clambda.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 asmcomp/compilenv.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 asmcomp/compilenv.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 asmcomp/closure.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 asmcomp/closure.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 asmcomp/cmmgen.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 asmcomp/cmmgen.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 asmcomp/printmach.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 asmcomp/printmach.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 asmcomp/selectgen.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 asmcomp/selectgen.ml ln -s amd64/selection.ml asmcomp/selection.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 asmcomp/selection.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 asmcomp/selection.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 asmcomp/comballoc.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 asmcomp/comballoc.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 asmcomp/liveness.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 asmcomp/liveness.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 asmcomp/spill.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 asmcomp/spill.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 asmcomp/split.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 asmcomp/split.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 asmcomp/interf.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 asmcomp/interf.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 asmcomp/coloring.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 asmcomp/coloring.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 asmcomp/reloadgen.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 asmcomp/reloadgen.ml ln -s amd64/reload.ml asmcomp/reload.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 asmcomp/reload.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 asmcomp/reload.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 asmcomp/linearize.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 asmcomp/printlinear.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 asmcomp/printlinear.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 asmcomp/linearize.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 asmcomp/schedgen.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 asmcomp/schedgen.ml ln -s amd64/scheduling.ml asmcomp/scheduling.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 asmcomp/scheduling.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 asmcomp/scheduling.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 asmcomp/emitaux.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 asmcomp/emitaux.ml cd tools; \ make CAMLC="../byterun/ocamlrun ../boot/ocamlc -I ../stdlib" cvt_emit make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/tools' ../boot/ocamlrun ../boot/ocamllex cvt_emit.mll 12 states, 280 transitions, table size 1192 bytes ../byterun/ocamlrun ../boot/ocamlc -I ../stdlib -c -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver cvt_emit.ml ../byterun/ocamlrun ../boot/ocamlc -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o cvt_emit cvt_emit.cmo make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/tools' byterun/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp > asmcomp/emit.ml \ || { rm -f asmcomp/emit.ml; exit 2; } 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 asmcomp/emit.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 asmcomp/emit.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 asmcomp/asmgen.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 asmcomp/asmgen.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 asmcomp/asmlink.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 asmcomp/asmlink.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 asmcomp/asmlibrarian.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 asmcomp/asmlibrarian.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 asmcomp/asmpackager.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 asmcomp/asmpackager.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/opterrors.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/opterrors.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/optcompile.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/optcompile.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/optmain.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/optmain.ml boot/ocamlrun boot/ocamlc -nostdlib -I boot -o ocamlopt 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 asmcomp/arch.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/clambda.cmo asmcomp/compilenv.cmo asmcomp/closure.cmo asmcomp/cmmgen.cmo asmcomp/printmach.cmo asmcomp/selectgen.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/pparse.cmo driver/opterrors.cmo driver/optcompile.cmo driver/optmain.cmo cd stdlib; make allopt make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/stdlib' ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags pervasives.cmx` -c pervasives.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags array.cmx` -c array.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags list.cmx` -c list.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags char.cmx` -c char.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags string.cmx` -c string.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags sys.cmx` -c sys.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags hashtbl.cmx` -c hashtbl.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags sort.cmx` -c sort.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags marshal.cmx` -c marshal.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags obj.cmx` -c obj.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int32.cmx` -c int32.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int64.cmx` -c int64.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags nativeint.cmx` -c nativeint.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags lexing.cmx` -c lexing.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags parsing.cmx` -c parsing.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags set.cmx` -c set.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags map.cmx` -c map.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stack.cmx` -c stack.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags queue.cmx` -c queue.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stream.cmx` -c stream.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags buffer.cmx` -c buffer.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags printf.cmx` -c printf.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags format.cmx` -c format.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags scanf.cmx` -c scanf.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags arg.cmx` -c arg.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags printexc.cmx` -c printexc.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags gc.cmx` -c gc.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags digest.cmx` -c digest.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags random.cmx` -c random.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags callback.cmx` -c callback.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags camlinternalOO.cmx` -c camlinternalOO.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags oo.cmx` -c oo.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags camlinternalMod.cmx` -c camlinternalMod.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags genlex.cmx` -c genlex.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags weak.cmx` -c weak.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags lazy.cmx` -c lazy.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags filename.cmx` -c filename.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags complex.cmx` -c complex.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags arrayLabels.cmx` -c arrayLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags listLabels.cmx` -c listLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stringLabels.cmx` -c stringLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags moreLabels.cmx` -c moreLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stdLabels.cmx` -c stdLabels.ml ../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa pervasives.cmx array.cmx list.cmx char.cmx string.cmx sys.cmx hashtbl.cmx sort.cmx marshal.cmx obj.cmx int32.cmx int64.cmx nativeint.cmx lexing.cmx parsing.cmx set.cmx map.cmx stack.cmx queue.cmx stream.cmx buffer.cmx printf.cmx format.cmx scanf.cmx arg.cmx printexc.cmx gc.cmx digest.cmx random.cmx callback.cmx camlinternalOO.cmx oo.cmx camlinternalMod.cmx genlex.cmx weak.cmx lazy.cmx filename.cmx complex.cmx arrayLabels.cmx listLabels.cmx stringLabels.cmx moreLabels.cmx stdLabels.cmx ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags std_exit.cmx` -c std_exit.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags pervasives.p.cmx` -p -c -o pervasives.p.cmx pervasives.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags array.p.cmx` -p -c -o array.p.cmx array.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags list.p.cmx` -p -c -o list.p.cmx list.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags char.p.cmx` -p -c -o char.p.cmx char.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags string.p.cmx` -p -c -o string.p.cmx string.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags sys.p.cmx` -p -c -o sys.p.cmx sys.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags hashtbl.p.cmx` -p -c -o hashtbl.p.cmx hashtbl.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags sort.p.cmx` -p -c -o sort.p.cmx sort.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags marshal.p.cmx` -p -c -o marshal.p.cmx marshal.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags obj.p.cmx` -p -c -o obj.p.cmx obj.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int32.p.cmx` -p -c -o int32.p.cmx int32.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags int64.p.cmx` -p -c -o int64.p.cmx int64.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags nativeint.p.cmx` -p -c -o nativeint.p.cmx nativeint.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags lexing.p.cmx` -p -c -o lexing.p.cmx lexing.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags parsing.p.cmx` -p -c -o parsing.p.cmx parsing.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags set.p.cmx` -p -c -o set.p.cmx set.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags map.p.cmx` -p -c -o map.p.cmx map.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stack.p.cmx` -p -c -o stack.p.cmx stack.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags queue.p.cmx` -p -c -o queue.p.cmx queue.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stream.p.cmx` -p -c -o stream.p.cmx stream.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags buffer.p.cmx` -p -c -o buffer.p.cmx buffer.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags printf.p.cmx` -p -c -o printf.p.cmx printf.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags format.p.cmx` -p -c -o format.p.cmx format.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags scanf.p.cmx` -p -c -o scanf.p.cmx scanf.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags arg.p.cmx` -p -c -o arg.p.cmx arg.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags printexc.p.cmx` -p -c -o printexc.p.cmx printexc.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags gc.p.cmx` -p -c -o gc.p.cmx gc.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags digest.p.cmx` -p -c -o digest.p.cmx digest.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags random.p.cmx` -p -c -o random.p.cmx random.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags callback.p.cmx` -p -c -o callback.p.cmx callback.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags camlinternalOO.p.cmx` -p -c -o camlinternalOO.p.cmx camlinternalOO.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags oo.p.cmx` -p -c -o oo.p.cmx oo.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags camlinternalMod.p.cmx` -p -c -o camlinternalMod.p.cmx camlinternalMod.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags genlex.p.cmx` -p -c -o genlex.p.cmx genlex.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags weak.p.cmx` -p -c -o weak.p.cmx weak.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags lazy.p.cmx` -p -c -o lazy.p.cmx lazy.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags filename.p.cmx` -p -c -o filename.p.cmx filename.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags complex.p.cmx` -p -c -o complex.p.cmx complex.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags arrayLabels.p.cmx` -p -c -o arrayLabels.p.cmx arrayLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags listLabels.p.cmx` -p -c -o listLabels.p.cmx listLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stringLabels.p.cmx` -p -c -o stringLabels.p.cmx stringLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags moreLabels.p.cmx` -p -c -o moreLabels.p.cmx moreLabels.ml ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags stdLabels.p.cmx` -p -c -o stdLabels.p.cmx stdLabels.ml ../boot/ocamlrun ../ocamlopt -a -o stdlib.p.cmxa pervasives.p.cmx array.p.cmx list.p.cmx char.p.cmx string.p.cmx sys.p.cmx hashtbl.p.cmx sort.p.cmx marshal.p.cmx obj.p.cmx int32.p.cmx int64.p.cmx nativeint.p.cmx lexing.p.cmx parsing.p.cmx set.p.cmx map.p.cmx stack.p.cmx queue.p.cmx stream.p.cmx buffer.p.cmx printf.p.cmx format.p.cmx scanf.p.cmx arg.p.cmx printexc.p.cmx gc.p.cmx digest.p.cmx random.p.cmx callback.p.cmx camlinternalOO.p.cmx oo.p.cmx camlinternalMod.p.cmx genlex.p.cmx weak.p.cmx lazy.p.cmx filename.p.cmx complex.p.cmx arrayLabels.p.cmx listLabels.p.cmx stringLabels.p.cmx moreLabels.p.cmx stdLabels.p.cmx ../boot/ocamlrun ../ocamlopt -warn-error A -nostdlib `./Compflags std_exit.p.cmx` -p -c -o std_exit.p.cmx std_exit.ml rm -f std_exit.p.cmi make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/stdlib' for i in unix str num dynlink bigarray systhreads threads dbm; do \ (cd otherlibs/$i; make allopt) || exit $?; \ done make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' ../../ocamlcompopt.sh -c -warn-error A -nolabels unix.ml ../../ocamlcompopt.sh -c -warn-error A -nolabels unixLabels.ml ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -ocamlopt '../../ocamlcompopt.sh' -linkall unix.cmx unixLabels.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' ../../ocamlcompopt.sh -c -warn-error A str.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlopt '../../ocamlcompopt.sh' -o str str.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' ../../ocamlcompopt.sh -c -warn-error A int_misc.ml ../../ocamlcompopt.sh -c -warn-error A nat.ml ../../ocamlcompopt.sh -c -warn-error A big_int.ml ../../ocamlcompopt.sh -c -warn-error A arith_flags.ml ../../ocamlcompopt.sh -c -warn-error A ratio.ml ../../ocamlcompopt.sh -c -warn-error A num.ml ../../ocamlcompopt.sh -c -warn-error A arith_status.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlopt '../../ocamlcompopt.sh' -o nums int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' make[1]: Nothing to be done for `allopt'. make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' ../../ocamlcompopt.sh -I ../unix -c -warn-error A bigarray.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlopt '../../ocamlcompopt.sh -I ../unix' -linkall -o bigarray \ bigarray.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' gcc -O -I../../asmrun -I../../byterun -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fPIC -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -c posix.c mv posix.o posix_n.o ar rc libthreadsnat.a posix_n.o ../../ocamlcompopt.sh -I ../unix -c -warn-error A thread.ml ../../ocamlcompopt.sh -I ../unix -c -warn-error A mutex.ml ../../ocamlcompopt.sh -I ../unix -c -warn-error A condition.ml ../../ocamlcompopt.sh -I ../unix -c -warn-error A event.ml ../../ocamlcompopt.sh -I ../unix -c -warn-error A threadUnix.ml ../../ocamlcompopt.sh -I ../unix -a -o threads.cmxa thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx \ -cclib -lthreadsnat -cclib -lunix -cclib "-lpthread" make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' make[1]: Nothing to be done for `allopt'. make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' ../../ocamlcompopt.sh -c -warn-error A dbm.ml ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlopt '../../ocamlcompopt.sh' -o dbm -oc mldbm dbm.cmx -lgdbm make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' cd camlp4; make opt make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' cd lib; make opt make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o token.ppo -verbose token.ml ../../ocamlcompopt.sh -warn-error A -c -impl token.ppo rm -f token.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o stdpp.ppo -verbose stdpp.ml ../../ocamlcompopt.sh -warn-error A -c -impl stdpp.ppo rm -f stdpp.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o plexer.ppo -verbose plexer.ml ../../ocamlcompopt.sh -warn-error A -c -impl plexer.ppo rm -f plexer.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o gramext.ppo -verbose gramext.ml ../../ocamlcompopt.sh -warn-error A -c -impl gramext.ppo rm -f gramext.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o grammar.ppo -verbose grammar.ml ../../ocamlcompopt.sh -warn-error A -c -impl grammar.ppo rm -f grammar.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o extfold.ppo -verbose extfold.ml ../../ocamlcompopt.sh -warn-error A -c -impl extfold.ppo rm -f extfold.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o extfun.ppo -verbose extfun.ml ../../ocamlcompopt.sh -warn-error A -c -impl extfun.ppo rm -f extfun.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o fstream.ppo -verbose fstream.ml ../../ocamlcompopt.sh -warn-error A -c -impl fstream.ppo rm -f fstream.ppo ../../ocamlcompopt.sh stdpp.cmx token.cmx plexer.cmx gramext.cmx grammar.cmx extfold.cmx extfun.cmx fstream.cmx -a -o gramlib.cmxa make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml cd asmrun; make meta.o dynlink.o make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/asmrun' ln -s ../byterun/meta.c meta.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o meta.o meta.c ln -s ../byterun/dynlink.c dynlink.c gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_linux -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -c -o dynlink.o dynlink.c make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/asmrun' boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -ccopt "-Wl,-E" -o ocamlc.opt \ utils/misc.cmx utils/tbl.cmx utils/config.cmx utils/clflags.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx parsing/linenum.cmx parsing/location.cmx parsing/longident.cmx parsing/syntaxerr.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx parsing/printast.cmx typing/unused_var.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx typing/env.cmx typing/typedtree.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/includecore.cmx typing/includemod.cmx typing/parmatch.cmx typing/typetexp.cmx typing/stypes.cmx typing/typecore.cmx typing/typedecl.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/typeopt.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx bytecomp/meta.cmx bytecomp/instruct.cmx bytecomp/bytegen.cmx bytecomp/printinstr.cmx bytecomp/opcodes.cmx bytecomp/emitcode.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx driver/pparse.cmx driver/errors.cmx driver/compile.cmx driver/main_args.cmx driver/main.cmx \ asmrun/meta.o asmrun/dynlink.o -cclib "-lm -ldl -lcurses -lpthread" boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/compilenv.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/closure.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/split.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/opterrors.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optcompile.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -warn-error A -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optmain.ml boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -o ocamlopt.opt utils/misc.cmx utils/tbl.cmx utils/config.cmx utils/clflags.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx parsing/linenum.cmx parsing/location.cmx parsing/longident.cmx parsing/syntaxerr.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx parsing/printast.cmx typing/unused_var.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx typing/env.cmx typing/typedtree.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/includecore.cmx typing/includemod.cmx typing/parmatch.cmx typing/typetexp.cmx typing/stypes.cmx typing/typecore.cmx typing/typedecl.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/typeopt.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx asmcomp/arch.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/clambda.cmx asmcomp/compilenv.cmx asmcomp/closure.cmx asmcomp/cmmgen.cmx asmcomp/printmach.cmx asmcomp/selectgen.cmx asmcomp/selection.cmx asmcomp/comballoc.cmx asmcomp/liveness.cmx asmcomp/spill.cmx asmcomp/split.cmx asmcomp/interf.cmx asmcomp/coloring.cmx asmcomp/reloadgen.cmx asmcomp/reload.cmx asmcomp/printlinear.cmx asmcomp/linearize.cmx asmcomp/schedgen.cmx asmcomp/scheduling.cmx asmcomp/emitaux.cmx asmcomp/emit.cmx asmcomp/asmgen.cmx asmcomp/asmlink.cmx asmcomp/asmlibrarian.cmx asmcomp/asmpackager.cmx driver/pparse.cmx driver/opterrors.cmx driver/optcompile.cmx driver/optmain.cmx cd lex; make allopt make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/lex' ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A cset.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A syntax.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A parser.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A lexer.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A table.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A lexgen.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A compact.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A common.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A output.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A outputbis.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -warn-error A main.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -o ocamllex.opt cset.cmx syntax.cmx parser.cmx lexer.cmx table.cmx lexgen.cmx compact.cmx common.cmx output.cmx outputbis.cmx main.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/lex' cd tools; make opt.opt make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/tools' ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -c depend.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -warn-error A -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -c ocamldep.ml ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamldep.opt misc.cmx config.cmx clflags.cmx terminfo.cmx linenum.cmx warnings.cmx location.cmx longident.cmx syntaxerr.cmx parser.cmx lexer.cmx parse.cmx \ depend.cmx ocamldep.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/tools' cd camlp4; make opt.opt make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' set -e; for i in lib odyl camlp4 meta etc compile; do cd $i; make opt; cd ..; done make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Nothing to be done for `opt'. make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' cp odyl_config.ml odyl_config.ppo ../../ocamlcompopt.sh -warn-error A -I ../../otherlibs/dynlink -c -impl odyl_config.ppo rm -f odyl_config.ppo OTOP=../.. OPT= EXE= ../tools/camlp4_comm.sh -nolib -DOPT -o odyl_main.ppo odyl_main.ml ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_macro.cmo -nolib -DOPT -o odyl_main.ppo -verbose odyl_main.ml ../../ocamlcompopt.sh -c -impl odyl_main.ppo rm -f odyl_main.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o odyl.ppo -verbose odyl.ml ../../ocamlcompopt.sh -warn-error A -I ../../otherlibs/dynlink -c -impl odyl.ppo rm -f odyl.ppo ../../ocamlcompopt.sh -I ../../otherlibs/dynlink odyl_config.cmx odyl_main.cmx -a -o odyl.cmxa make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o quotation.ppo -verbose quotation.ml ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl quotation.ppo rm -f quotation.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o spretty.ppo -verbose spretty.ml ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl spretty.ppo rm -f spretty.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o reloc.ppo -verbose reloc.ml ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl reloc.ppo rm -f reloc.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo -o pcaml.ppo -verbose pcaml.ml ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl pcaml.ppo rm -f pcaml.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o ast2pt.ppo -verbose ast2pt.ml ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl ast2pt.ppo rm -f ast2pt.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo -o argl.ppo -verbose argl.ml ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -warn-error A -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -c -impl argl.ppo rm -f argl.ppo ../../ocamlcompopt.sh -I ../odyl -I ../boot -I ../../utils -I ../../parsing -I ../../otherlibs/dynlink -a -o camlp4.cmxa ../lib/stdpp.cmx ../lib/token.cmx ../lib/plexer.cmx ../lib/gramext.cmx ../lib/grammar.cmx ../lib/extfold.cmx ../lib/extfun.cmx ../lib/fstream.cmx ../../utils/config.cmx quotation.cmx spretty.cmx reloc.cmx pcaml.cmx ast2pt.cmx argl.cmx make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo pa_extend_m.cmo q_MLast.cmo -o q_MLast.ppo -verbose q_MLast.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl q_MLast.ppo rm -f q_MLast.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_r.ppo -verbose pa_r.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_r.ppo rm -f pa_r.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_rp.ppo -verbose pa_rp.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_rp.ppo rm -f pa_rp.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_extend.ppo -verbose pa_extend.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_extend.ppo rm -f pa_extend.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_extend_m.ppo -verbose pa_extend_m.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_extend_m.ppo rm -f pa_extend_m.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pa_macro.ppo -verbose pa_macro.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pa_macro.ppo rm -f pa_macro.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pr_dump.ppo -verbose pr_dump.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../utils -c -impl pr_dump.ppo rm -f pr_dump.ppo rm -f camlp4r.opt cd ../camlp4; make optp4 OTOP=../.. CAMLP4OPT=../meta/camlp4r.opt CAMLP4M="-I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx" make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../ocamlcompopt.sh -linkall -o ../meta/camlp4r.opt ../odyl/odyl.cmxa camlp4.cmxa -I ../meta pa_r.cmx pa_rp.cmx pr_dump.cmx ../odyl/odyl.cmx make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o q_phony.ppo -verbose q_phony.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl q_phony.ppo rm -f q_phony.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_o.ppo -verbose pa_o.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_o.ppo rm -f pa_o.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_op.ppo -verbose pa_op.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_op.ppo rm -f pa_op.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_oop.ppo -verbose pa_oop.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_oop.ppo rm -f pa_oop.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_ru.ppo -verbose pa_ru.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_ru.ppo rm -f pa_ru.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_extfold.ppo -verbose pa_extfold.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_extfold.ppo rm -f pa_extfold.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo pa_extend.cmo -o pa_extfun.ppo -verbose pa_extfun.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_extfun.ppo rm -f pa_extfun.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_fstream.ppo -verbose pa_fstream.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_fstream.ppo rm -f pa_fstream.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot pa_extend.cmo q_MLast.cmo -o pa_ifdef.ppo -verbose pa_ifdef.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pa_ifdef.ppo rm -f pa_ifdef.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_r.ppo -verbose pr_r.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_r.ppo rm -f pr_r.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo -o parserify.ppo -verbose parserify.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl parserify.ppo rm -f parserify.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_rp_main.ppo -verbose pr_rp_main.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_rp_main.ppo rm -f pr_rp_main.ppo ../../ocamlcompopt.sh parserify.cmx pr_rp_main.cmx -a -o pr_rp.cmxa mv pr_rp.cmxa pr_rp.cmx mv pr_rp.a pr_rp.o ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_o.ppo -verbose pr_o.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_o.ppo rm -f pr_o.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_op_main.ppo -verbose pr_op_main.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_op_main.ppo rm -f pr_op_main.ppo ../../ocamlcompopt.sh parserify.cmx pr_op_main.cmx -a -o pr_op.cmxa mv pr_op.cmxa pr_op.cmx mv pr_op.a pr_op.o ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_extend.ppo -verbose pr_extend.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_extend.ppo rm -f pr_extend.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo ./pa_extfun.cmo -o pr_extfun.ppo -verbose pr_extfun.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_extfun.ppo rm -f pr_extfun.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pr_null.ppo -verbose pr_null.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_null.ppo rm -f pr_null.ppo ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o pr_depend.ppo -verbose pr_depend.ml ../../ocamlcompopt.sh -warn-error A -I ../camlp4 -I ../boot -I ../../lex -c -impl pr_depend.ppo rm -f pr_depend.ppo rm -f camlp4o.opt cd ../camlp4; make optp4 CAMLP4OPT=../etc/camlp4o.opt CAMLP4M="-I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx" make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../ocamlcompopt.sh -linkall -o ../etc/camlp4o.opt ../odyl/odyl.cmxa camlp4.cmxa -I ../etc pa_o.cmx pa_op.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/compile' ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot -o compile.ppo -verbose compile.ml ../../ocamlcomp.sh -warn-error Ay -I ../camlp4 -I ../boot -c -impl compile.ppo File "compile.ml", line 270, characters 14-15: Warning Y: unused variable p. rm -f compile.ppo echo '(* camlp4r *)' >o_fast.ml OTOP=../.. EXE= ./compile.sh -e "Grammar.Entry.obj Pcaml.interf" -e "Grammar.Entry.obj Pcaml.implem" -e "Grammar.Entry.obj Pcaml.top_phrase" -e "Grammar.Entry.obj Pcaml.use_file" ../etc/pa_o.ml ../etc/pa_op.ml >> o_fast.ml cat ../etc/pa_o.ml ../etc/pa_op.ml | sed -e "s/Plexer.make_lexer *()/P.lexer_pos/" -e "/EXTEND/,/END/d" -e "/Grammar.Entry.of_parser/d" -e "/Grammar.Entry.gcreate/d" | cat comp_head.ml - o_fast.ml comp_trail.ml > pa_o_fast.ml ../../boot/ocamlrun ../boot/camlp4r -nolib -I ../boot q_MLast.cmo pa_extend.cmo -o pa_o_fast.ppo -verbose pa_o_fast.ml ../../ocamlcompopt.sh -warn-error Ay -I ../camlp4 -I ../boot -c -impl pa_o_fast.ppo File "pa_o_fast.ml", line 53, characters 21-23: Warning Y: unused variable ep. File "pa_o_fast.ml", line 51, characters 13-15: Warning Y: unused variable bp. File "pa_o_fast.ml", line 849, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1007, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1030, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1057, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1087, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1154, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1186, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1234, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1420, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 1990, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 2084, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 2334, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 2381, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 3185, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 4258, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 4561, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 4578, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 5464, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 5520, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 5910, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 5942, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 5975, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6007, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6053, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6075, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6105, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6135, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6190, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6848, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6868, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 6895, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 7147, characters 26-40: Warning Y: unused variable s. File "pa_o_fast.ml", line 7155, characters 30-43: Warning Y: unused variable s. File "pa_o_fast.ml", line 7590, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 7622, characters 6-8: Warning Y: unused variable bp. File "pa_o_fast.ml", line 9539, characters 38-52: Warning Y: unused variable s. File "pa_o_fast.ml", line 9547, characters 42-55: Warning Y: unused variable s. rm -f pa_o_fast.ppo rm -f camlp4o.fast.opt cd ../camlp4; make optp4 CAMLP4OPT=../compile/camlp4o.fast.opt CAMLP4M="../compile/pa_o_fast.cmx ../meta/pr_dump.cmx" make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' ../../ocamlcompopt.sh -linkall -o ../compile/camlp4o.fast.opt ../odyl/odyl.cmxa camlp4.cmxa ../compile/pa_o_fast.cmx ../meta/pr_dump.cmx ../odyl/odyl.cmx make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/compile' make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' cd ocamldoc && make opt.opt make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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 ../ocamlcompopt.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_opt.ml ../ocamlcompopt.sh -o ocamldoc.opt unix.cmxa str.cmxa -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.cmx ../typing/ident.cmx ../utils/tbl.cmx ../utils/misc.cmx ../utils/config.cmx ../utils/clflags.cmx ../utils/warnings.cmx ../utils/ccomp.cmx ../utils/consistbl.cmx ../parsing/linenum.cmx ../parsing/location.cmx ../parsing/longident.cmx ../parsing/syntaxerr.cmx ../parsing/parser.cmx ../parsing/lexer.cmx ../parsing/parse.cmx ../typing/types.cmx ../typing/path.cmx ../typing/btype.cmx ../typing/predef.cmx ../typing/datarepr.cmx ../typing/subst.cmx ../typing/env.cmx ../typing/ctype.cmx ../typing/primitive.cmx ../typing/oprint.cmx ../typing/printtyp.cmx ../typing/includecore.cmx ../typing/typetexp.cmx ../typing/typedtree.cmx ../typing/parmatch.cmx ../typing/stypes.cmx ../typing/typecore.cmx ../typing/includeclass.cmx ../typing/typedecl.cmx ../typing/typeclass.cmx ../typing/mtype.cmx ../typing/includemod.cmx ../typing/typemod.cmx ../bytecomp/lambda.cmx ../bytecomp/typeopt.cmx ../bytecomp/printlambda.cmx ../bytecomp/switch.cmx ../bytecomp/matching.cmx ../bytecomp/translobj.cmx ../bytecomp/translcore.cmx ../bytecomp/translclass.cmx ../tools/depend.cmx odoc_config.cmx odoc_global.cmx odoc_messages.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_args.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx odoc_dag2html.cmx odoc_to_text.cmx odoc_ocamlhtml.cmx odoc_html.cmx odoc_man.cmx odoc_latex_style.cmx odoc_latex.cmx odoc_texi.cmx odoc_dot.cmx odoc_opt.cmx ../ocamlcompopt.sh -a -o odoc_info.cmxa -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.cmx ../typing/ident.cmx ../utils/tbl.cmx ../utils/misc.cmx ../utils/config.cmx ../utils/clflags.cmx ../utils/warnings.cmx ../utils/ccomp.cmx ../utils/consistbl.cmx ../parsing/linenum.cmx ../parsing/location.cmx ../parsing/longident.cmx ../parsing/syntaxerr.cmx ../parsing/parser.cmx ../parsing/lexer.cmx ../parsing/parse.cmx ../typing/types.cmx ../typing/path.cmx ../typing/btype.cmx ../typing/predef.cmx ../typing/datarepr.cmx ../typing/subst.cmx ../typing/env.cmx ../typing/ctype.cmx ../typing/primitive.cmx ../typing/oprint.cmx ../typing/printtyp.cmx ../typing/includecore.cmx ../typing/typetexp.cmx ../typing/typedtree.cmx ../typing/parmatch.cmx ../typing/stypes.cmx ../typing/typecore.cmx ../typing/includeclass.cmx ../typing/typedecl.cmx ../typing/typeclass.cmx ../typing/mtype.cmx ../typing/includemod.cmx ../typing/typemod.cmx ../bytecomp/lambda.cmx ../bytecomp/typeopt.cmx ../bytecomp/printlambda.cmx ../bytecomp/switch.cmx ../bytecomp/matching.cmx ../bytecomp/translobj.cmx ../bytecomp/translcore.cmx ../bytecomp/translclass.cmx ../tools/depend.cmx odoc_config.cmx odoc_global.cmx odoc_messages.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_args.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' + cd emacs + make ocamltags sed -e 's:@EMACS@:emacs:' ocamltags.in >ocamltags chmod a+x ocamltags + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.97502 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild + /usr/bin/make prefix=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr exec_prefix=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr bindir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin sbindir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/sbin sysconfdir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/etc datadir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share includedir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/include libdir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64 libexecdir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/libexec localstatedir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/var sharedstatedir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/com mandir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man infodir=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/info install BINDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin LIBDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml MANDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin; fi if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; fi if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs; fi if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1; fi cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; rm -f dllbigarray.so dlllabltk.so dllnums.so \ dllthreads.so dllunix.so dllgraphics.so dllmldbm.so dllstr.so \ dlltkanim.so cd byterun; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/byterun' cp ocamlrun /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlrun cp libcamlrun.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libcamlrun.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libcamlrun.a if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/caml; then : ; else mkdir /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/caml; fi for i in alloc.h callback.h config.h custom.h fail.h intext.h memory.h misc.h mlvalues.h printexc.h signals.h compatibility.h; do \ sed -f ../tools/cleanup-header $i > /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/caml/$i; \ done cp ld.conf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ld.conf make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/byterun' cp ocamlc /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlc cp ocaml /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocaml cd stdlib; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/stdlib' cp stdlib.cma std_exit.cmo *.cmi *.mli *.ml camlheader camlheader_ur \ /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/stdlib' cp lex/ocamllex /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamllex cp yacc/ocamlyacc /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlyacc cp toplevel/toplevellib.cma /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/toplevellib.cma cp expunge /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/expunge cp typing/outcometree.cmi typing/outcometree.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cp toplevel/topstart.cmo /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cp toplevel/toploop.cmi toplevel/topdirs.cmi toplevel/topmain.cmi /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd tools; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/tools' cp ocamldep /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldep if test -f ocamldep.opt; \ then cp ocamldep.opt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldep.opt; else :; fi cp ocamlprof /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlprof cp ocamlcp /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlcp cp profiling.cmi profiling.cmo /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cp ocamlmktop /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlmktop cp ocamlmklib /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlmklib cp scrapelabels /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cp addlabels /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/tools' cd man; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/man' for i in *.m; do cp $i /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1/`basename $i .m`.1; done echo '.so man1/ocamlc.1' > /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1/ocamlc.opt.1 echo '.so man1/ocamlopt.1' > /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1/ocamlopt.opt.1 make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/man' for i in unix str num dynlink bigarray systhreads threads dbm; do \ (cd otherlibs/$i; /usr/bin/make install) || exit $?; \ done make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' if test -f dllunix.so; then cp dllunix.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllunix.so; fi cp libunix.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libunix.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libunix.a cp unix.cma unix.cmi unixLabels.cmi unix.mli unixLabels.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' if test -f dllstr.so; then cp dllstr.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllstr.so; fi cp libstr.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libstr.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libstr.a cp str.cma str.cmi str.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' if test -f dllnums.so; then cp dllnums.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllnums.so; fi cp libnums.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libnums.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libnums.a cp nums.cma big_int.cmi nat.cmi num.cmi ratio.cmi arith_status.cmi big_int.mli nat.mli num.mli ratio.mli arith_status.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' cp dynlink.cmi dynlink.cma dynlink.mli extract_crc /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' if test -f dllbigarray.so; then cp dllbigarray.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllbigarray.so; fi cp bigarray.cmi bigarray.mli libbigarray.a bigarray.cma /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libbigarray.a cp bigarray.h /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/caml/bigarray.h make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' if test -f dllthreads.so; then cp dllthreads.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllthreads.so; fi cp libthreads.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libthreads.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libthreads.a if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/threads; then :; else mkdir /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/threads; fi cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi threads.cma /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/threads rm -f /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/threads/stdlib.cma cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' if test -f dllvmthreads.so; then cp dllvmthreads.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/.; fi mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/vmthreads cp libvmthreads.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/vmthreads/libvmthreads.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/vmthreads; ranlib libvmthreads.a cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi threads.cma stdlib.cma unix.cma /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/vmthreads cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/vmthreads make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' if test -f dllmldbm.so; then cp dllmldbm.so /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllmldbm.so; fi cp libmldbm.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libmldbm.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libmldbm.a cp dbm.cma dbm.cmi dbm.mli /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' cd ocamldoc; /usr/bin/make install make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin; fi if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc; fi if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc/custom; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc/custom; fi cp -f ocamldoc /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldoc cp -f ocamldoc.hva *.cmi odoc_info.cma /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc cp -f odoc_info.mli odoc_info.cmi /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man3; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man3; fi cp -f stdlib_man/* /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man3 make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' if test -f ocamlopt; then /usr/bin/make installopt; else :; fi make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3' cd asmrun; /usr/bin/make install make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/asmrun' cp libasmrun.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libasmrun.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libasmrun.a cp libasmrunp.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libasmrunp.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libasmrunp.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/asmrun' cp ocamlopt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlopt cd stdlib; /usr/bin/make installopt make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/stdlib' cp stdlib.cmxa stdlib.a std_exit.o *.cmx /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib stdlib.a cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib stdlib.p.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/stdlib' cd ocamldoc; /usr/bin/make installopt make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' if test -f ocamldoc.opt ; then /usr/bin/make installopt_really ; fi make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin; fi if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc; fi cp -f ocamldoc.opt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldoc.opt cp -f ocamldoc.hva odoc_info.a odoc_info.cmxa /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc cp -f odoc_info.mli odoc_info.cmi /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ocamldoc make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/ocamldoc' for i in unix str num dynlink bigarray systhreads threads dbm; do (cd otherlibs/$i; /usr/bin/make installopt) || exit $?; done make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' cp unix.cmx unixLabels.cmx unix.cmxa unix.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib unix.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/unix' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' cp str.cmx str.cmxa str.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib str.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/str' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' cp int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx nums.cmxa nums.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib nums.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/num' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' make[2]: Nothing to be done for `installopt'. make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dynlink' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' cp bigarray.a bigarray.cmx bigarray.cmxa /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib bigarray.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/bigarray' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' cp libthreadsnat.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/libthreadsnat.a cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib libthreadsnat.a cp thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx threads.cmxa threads.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/threads cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/threads; ranlib threads.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/systhreads' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' make[2]: Nothing to be done for `installopt'. make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/threads' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' cp dbm.cmx dbm.cmxa dbm.a /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml; ranlib dbm.a make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/otherlibs/dbm' if test -f ocamlc.opt; \ then cp ocamlc.opt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlc.opt; else :; fi if test -f ocamlopt.opt; \ then cp ocamlopt.opt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlopt.opt; else :; fi if test -f lex/ocamllex.opt; \ then cp lex/ocamllex.opt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamllex.opt; else :; fi make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3' cd camlp4; /usr/bin/make install BINDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin LIBDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml MANDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' for i in odyl camlp4 meta lib etc top ocpp man compile; do (cd $i; /usr/bin/make install BINDIR="/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin" LIBDIR="/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml" MANDIR="/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man"); done make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin" cp odyl.cmo odyl.cma odyl_main.cmi /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/. for f in odyl.a odyl.p.a ; do \ if test -f $f ; then \ cp $f "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." && ( cd "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." && ranlib $f ) ; \ fi ; \ done for f in odyl.cmx odyl.o odyl.p.cmx odyl.p.o odyl.cmxa odyl.p.cmxa ; do \ if test -f $f ; then \ cp $f "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." ; \ fi ; \ done make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/odyl' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin" mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" cp camlp4 "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/." for ext in mli cmi cmo cmx o; do for mod in mLast quotation ast2pt pcaml spretty reloc; do \ cp ${mod}.${ext} "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/."; done; done cp: cannot stat `mLast.cmo': No such file or directory cp: cannot stat `mLast.cmx': No such file or directory cp: cannot stat `mLast.o': No such file or directory cp argl.cmi argl.cmo "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." for f in argl.o argl.cmx; do \ if test -r $f ; then \ cp $f "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." ; \ fi ; \ done cp camlp4.cma /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/. for f in camlp4.a camlp4.p.a ; do \ if test -f $f ; then \ cp $f "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." && ( cd "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." && ranlib $f ) ; \ fi ; \ done for f in camlp4.cmxa camlp4.p.cmxa ; do \ if test -f $f ; then \ cp $f "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." ; \ fi ; \ done make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/camlp4' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin" cp q_MLast.cmo pa_r.cmo pa_rp.cmo pa_extend.cmo pa_extend_m.cmo pa_macro.cmo pr_dump.cmo "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." cp pa_macro.cmi pa_extend.cmi "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." cp camlp4r "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/." if test -f camlp4r.opt; then \ cp camlp4r.opt "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/camlp4r.opt" ;\ cp q_MLast.cmx pa_r.cmx pa_rp.cmx pa_extend.cmx pa_extend_m.cmx pa_macro.cmx pr_dump.cmx "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/."; \ for file in q_MLast.cmx pa_r.cmx pa_rp.cmx pa_extend.cmx pa_extend_m.cmx pa_macro.cmx pr_dump.cmx; do \ cp "`echo $file | sed -e 's/\.cmx$/.o/'`" "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/."; \ done ; \ fi make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/meta' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" cp gramlib.cma *.mli "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." cp *.cmi *.cmo "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." test -f gramlib.cmxa && /usr/bin/make installopt LIBDIR="/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml" || true make[3]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' for f in gramlib.cmxa gramlib.p.cmxa *.cmx *.o ; do \ test -f $f && cp $f "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." || true ; \ done # Special treatment for this one: some versions of make don't like a in gramlib.a target="`echo gramlib.cma | sed -e 's/\.cma$/.a/'`" ; \ if test -f $target ; then \ cp $target "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." && ( cd "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." && ranlib $target ) \ fi make[3]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/lib' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin" cp q_phony.cmo pa_o.cmo pa_op.cmo pa_oop.cmo pa_ru.cmo pa_extfold.cmo pa_extfun.cmo pa_fstream.cmo pa_ifdef.cmo pr_r.cmo pr_rp.cmo pr_o.cmo pr_op.cmo pr_extend.cmo pr_extfun.cmo pr_null.cmo pr_depend.cmo "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." cp pa_o.cmi "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." cp camlp4o "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/." if test -f camlp4o.opt; then \ cp camlp4o.opt "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/camlp4o.opt"; \ cp q_phony.cmx pa_o.cmx pa_op.cmx pa_oop.cmx pa_ru.cmx pa_extfold.cmx pa_extfun.cmx pa_fstream.cmx pa_ifdef.cmx pr_r.cmx pr_rp.cmx pr_o.cmx pr_op.cmx pr_extend.cmx pr_extfun.cmx pr_null.cmx pr_depend.cmx "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/."; \ for file in q_phony.cmx pa_o.cmx pa_op.cmx pa_oop.cmx pa_ru.cmx pa_extfold.cmx pa_extfun.cmx pa_fstream.cmx pa_ifdef.cmx pr_r.cmx pr_rp.cmx pr_o.cmx pr_op.cmx pr_extend.cmx pr_extfun.cmx pr_null.cmx pr_depend.cmx; do \ cp "`echo $file | sed -e 's/\.cmx$/.o/'`" "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/."; \ done ; \ fi cp mkcamlp4.sh "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/mkcamlp4" chmod a+x "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/mkcamlp4" make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/etc' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/top' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" cp camlp4o.cma camlp4r.cma camlp4_top.cma "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/top' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocpp' mkdir -p "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4" "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin" cp ocpp.cmo "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/." cp ocpp "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/." make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/ocpp' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/man' if test -n '/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man'; then \ mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1 ; \ cp camlp4.1 /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1/. ; \ for i in camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 camlp4o.opt.1 camlp4r.opt.1; do \ rm -f /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1/$i; \ echo '.so man1/camlp4.1' > /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/man/man1/$i; \ done; \ fi make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/man' make[2]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/compile' if test -f camlp4o.fast.opt; then cp camlp4o.fast.opt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/camlp4o.opt; fi for TARG in pa_o_fast.cmi pa_o_fast.cmo pa_o_fast.cmx pa_o_fast.o ; do if test -f $TARG; then cp $TARG "/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/camlp4/."; fi; done make[2]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4/compile' make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/camlp4' if test -f debugger/ocamldebug; then (cd debugger; /usr/bin/make install); \ else :; fi make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/debugger' cp ocamldebug /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldebug make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/debugger' cp config/Makefile /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/Makefile.config + perl -pi -e 's|^/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild||' /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/ld.conf + cd emacs + make install BINDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin EMACSDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp make[1]: Entering directory `/builddir/build/BUILD/ocaml-3.09.3/emacs' Installing in /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp... if test -d /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp; then : ; else mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp; fi cp caml-font.el caml-hilit.el caml.el camldebug.el inf-caml.el caml-compat.el caml-help.el caml-types.el caml-xemacs.el caml-emacs.el /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp if [ -z "" ]; then \ cd /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp; emacs --batch --eval '(progn (setq load-path (cons "." load-path)) (byte-compile-file "caml-xemacs.el") (byte-compile-file "caml-emacs.el") (byte-compile-file "caml.el") (byte-compile-file "inf-caml.el") (byte-compile-file "caml-help.el") (byte-compile-file "caml-types.el") (byte-compile-file "camldebug.el"))'; \ fi Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)... Loading /usr/share/emacs/site-lisp/site-start.d/lang-coding-systems-init.el (source)... Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)... Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)... Loading /usr/share/emacs/site-lisp/site-start.d/python-mode-init.el (source)... Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)... Loading /usr/share/emacs/site-lisp/site-start.d/tramp-init.el (source)... While compiling the end of the data in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-xemacs.el: ** The following functions are not known to be defined: mouse-position-as-motion-event, event-y-pixel, mouse-event-p, event-window, event-closest-point, key-press-event-p, button-release-event-p, event-button Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-xemacs.elc Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-emacs.elc While compiling caml-mode in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml.el: ** assignment to free variable add-log-current-defun-function ** before-change-function is an obsolete variable since before 19.34; use before-change-functions; which is a list of functions rather than a single function. ** assignment to free variable before-change-function ** reference to free variable current-menubar While compiling caml-set-compile-command in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml.el: ** assignment to free variable compile-command While compiling toplevel forms in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml.el: ** char-bytes is an obsolete function since 20.4; Now this function always returns 1 ** The following functions are not known to be defined: set-buffer-menubar, add-submenu, inferior-caml-eval-region, inferior-caml-eval-phrase, inferior-caml-show-subshell, caml-char-bytes, inferior-caml-goto-error Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml.elc Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/inf-caml.elc While compiling ocaml-lib-path in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-help.el: ** reference to free variable inferior-caml-program While compiling ocaml-hevea-info in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-help.el: ** reference to free variable Info-directory-list While compiling ocaml-ocamldoc-info in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-help.el: ** reference to free variable Info-directory-list While compiling ocaml-goto-help in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-help.el: ** reference to free variable view-return-to-alist ** reference to free variable view-exit-action While compiling the end of the data in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-help.el: ** The following functions are not known to be defined: find-if, remove-if, intersection, view-mode-exit Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-help.elc Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/caml-types.elc While compiling camldebug-mode in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** assignment to free variable comint-input-sentinel While compiling camldebug-kill-filter in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** assignment to free variable camldebug-kill-output While compiling camldebug-kill in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable current-camldebug-buffer While compiling camldebug-goto-filter in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable camldebug-goto-position ** assignment to free variable camldebug-goto-output ** reference to free variable camldebug-goto-output While compiling camldebug-goto in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable current-camldebug-buffer While compiling camldebug-delete-filter in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable camldebug-delete-file ** reference to free variable camldebug-delete-position ** assignment to free variable camldebug-delete-output ** reference to free variable camldebug-delete-output While compiling camldebug-delete in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable current-camldebug-buffer While compiling camldebug-complete-filter in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable camldebug-complete-list ** assignment to free variable camldebug-complete-list While compiling camldebug-set-current-event in file /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.el: ** reference to free variable pos Wrote /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/emacs/site-lisp/camldebug.elc make[1]: Leaving directory `/builddir/build/BUILD/ocaml-3.09.3/emacs' + make install-ocamltags BINDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin cp ocamltags /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamltags + mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/info + cd infoman + cp ocaml.info-1.gz ocaml.info-10.gz ocaml.info-11.gz ocaml.info-12.gz ocaml.info-13.gz ocaml.info-14.gz ocaml.info-15.gz ocaml.info-16.gz ocaml.info-17.gz ocaml.info-18.gz ocaml.info-19.gz ocaml.info-2.gz ocaml.info-3.gz ocaml.info-4.gz ocaml.info-5.gz ocaml.info-6.gz ocaml.info-7.gz ocaml.info-8.gz ocaml.info-9.gz ocaml.info.gz /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/info + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/ocaml-3.09.3 extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlrun extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlyacc extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldep.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamldoc.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlc.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamlopt.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/ocamllex.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/camlp4r.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/bin/camlp4o.opt extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllunix.so extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllstr.so extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllnums.so extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllbigarray.so extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllthreads.so extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllvmthreads.so extracting debug info from /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/lib64/ocaml/stublibs/dllmldbm.so cpio: ocaml-3.09.3/otherlibs/bigarray/: No such file or directory 2570 blocks + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ocaml-3.09.3-2.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.39211 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + DOCDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-3.09.3 + export DOCDIR + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-3.09.3 + /bin/mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-3.09.3 + cp -pr README LICENSE Changes /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-3.09.3 + exit 0 Provides: dllbigarray.so()(64bit) dllmldbm.so()(64bit) dllnums.so()(64bit) dllstr.so()(64bit) dllthreads.so()(64bit) dllunix.so()(64bit) dllvmthreads.so()(64bit) Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh /sbin/install-info Requires(preun): /bin/sh /sbin/install-info Requires: /bin/sh /usr/bin/ocamlrun libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libgdbm.so.2()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) libncurses.so.5()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) rtld(GNU_HASH) Processing files: labltk-3.09.3-2.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.39211 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + DOCDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/labltk-3.09.3 + export DOCDIR + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/labltk-3.09.3 + /bin/mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/labltk-3.09.3 + cp -pr otherlibs/labltk/examples_labltk /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/labltk-3.09.3 + cp -pr otherlibs/labltk/examples_camltk /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/labltk-3.09.3 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/wish ocaml = 3.09.3-2.ru Processing files: camlp4-3.09.3-2.ru Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/ocamlrun libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) ocaml = 3.09.3-2.ru rtld(GNU_HASH) Processing files: ocaml-ocamldoc-3.09.3-2.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.39211 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + DOCDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-ocamldoc-3.09.3 + export DOCDIR + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-ocamldoc-3.09.3 + /bin/mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-ocamldoc-3.09.3 + cp -pr ocamldoc/Changes.txt /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-ocamldoc-3.09.3 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/ocamlrun libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2.5)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2.5)(64bit) ocaml = 3.09.3-2.ru rtld(GNU_HASH) Processing files: ocaml-emacs-3.09.3-2.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.39211 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + DOCDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-emacs-3.09.3 + export DOCDIR + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-emacs-3.09.3 + /bin/mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-emacs-3.09.3 + cp -pr emacs/README /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-emacs-3.09.3 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: emacs ocaml = 3.09.3-2.ru Processing files: ocaml-docs-3.09.3-2.ru Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.71600 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + DOCDIR=/var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-docs-3.09.3 + export DOCDIR + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-docs-3.09.3 + /bin/mkdir -p /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-docs-3.09.3 + cp -pr refman.pdf htmlman /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild/usr/share/doc/ocaml-docs-3.09.3 + exit 0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml = 3.09.3-2.ru Processing files: ocaml-debuginfo-3.09.3-2.ru Provides: dllbigarray.so.debug()(64bit) dllmldbm.so.debug()(64bit) dllnums.so.debug()(64bit) dllstr.so.debug()(64bit) dllthreads.so.debug()(64bit) dllunix.so.debug()(64bit) dllvmthreads.so.debug()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild warning: Could not canonicalize hostname: omachi.rutgers.edu Wrote: /builddir/build/RPMS/ocaml-3.09.3-2.ru.x86_64.rpm Wrote: /builddir/build/RPMS/labltk-3.09.3-2.ru.x86_64.rpm Wrote: /builddir/build/RPMS/camlp4-3.09.3-2.ru.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-ocamldoc-3.09.3-2.ru.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-emacs-3.09.3-2.ru.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-docs-3.09.3-2.ru.x86_64.rpm Wrote: /builddir/build/RPMS/ocaml-debuginfo-3.09.3-2.ru.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.60739 + umask 022 + cd /builddir/build/BUILD + cd ocaml-3.09.3 + rm -rf /var/tmp/ocaml-3.09.3-2.ru-root-mockbuild + exit 0 Child returncode was: 0 LEAVE do -->