pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38334: lang/ocaml fails during build



>Number:         38334
>Category:       pkg
>Synopsis:       lang/ocaml fails during build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Mar 29 20:20:16 +0000 2008
>Originator:     diro%nixsyspaus.org@localhost
>Release:        NetBSD 4.0
>Organization:
>Environment:
NetBSD asche 4.0 NetBSD 4.0 (ASCHE.MP) #0: Sun Mar 16 02:24:41 UTC 2008  
root@asche:/usr/src/sys/arch/alpha/compile/ASCHE.MP alpha
Architecture: alpha
Machine: alpha
>Description:

=> Bootstrap dependency digest>=20010302: found digest-20070803
===> Checking for vulnerabilities in ocaml-3.10.0
=> Checksum SHA1 OK for ocaml-3.10.0.tar.bz2
=> Checksum RMD160 OK for ocaml-3.10.0.tar.bz2
===> Installing dependencies for ocaml-3.10.0
==========================================================================
The following variables will affect the build process of this package,
ocaml-3.10.0.  Their current value is shown below:

        * BDB185_DEFAULT = db1
        * BDB_DEFAULT = db4

Based on these variables, the following variables have been set:

        * BDBBASE = /usr
        * BDB_LIBS (defined, but empty)
        * BDB_TYPE = db1

You may want to abort the process now with CTRL-C and change their value
before continuing.  Be sure to run `/usr/pkg/bin/bmake clean' after
the changes.
==========================================================================
=> Build dependency gmake>=3.78: found gmake-3.81
===> Overriding tools for ocaml-3.10.0
===> Extracting for ocaml-3.10.0
/bin/cp /usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/asmrun/power-elf.S 
/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/asmrun/power-bsd.S
/bin/cp /usr/pkgsrc/mk/gnu-config/config.guess 
/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/config/gnu/
/bin/cp /usr/pkgsrc/mk/gnu-config/config.sub 
/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/config/gnu/
===> Patching for ocaml-3.10.0
=> Applying pkgsrc patches for ocaml-3.10.0
===> Creating toolchain wrappers for ocaml-3.10.0
===> Configuring for ocaml-3.10.0
Configuring for a alpha--netbsd ...
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.
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 <sys/socket.h>
inet_aton() found.
IPv6 is supported.
unistd.h found.
off_t is defined in <sys/types.h>
dirent.h found.
rewinddir() found.
lockf() found.
mkfifo() found.
getcwd() found.
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 <locale.h> found.
dlopen() found.
Dynamic loading of shared libraries is supported.
mmap() found.
Replay debugger supported.
Cannot detect system stack overflow.
POSIX threads library supported.
Options for linking with POSIX threads: -lpthread
sigwait() found
Bytecode threads library supported.
X11 not found, the "graph" library will not be supported.
NDBM found (in /usr/include)
Configuring LablTk...
Configuration failed, LablTk will not be built.

** Configuration summary **

Directories where Objective Caml will be installed:
        binaries.................. /usr/pkg/bin
        standard library.......... /usr/pkg/lib/ocaml
        manual pages.............. /usr/pkg/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
        options for linking.......  -Wl,-E   -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/usr/pkg/lib  -lm  -lcurses -lpthread
        shared libraries are supported
        options for compiling..... -fPIC -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT
        command for building...... gcc -shared -o lib.so -Wl,-rpath,/a/path objs
Configuration for the native-code compiler:
        hardware architecture..... alpha
        OS variant................ netbsd
        C compiler used........... gcc
        options for compiling..... -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
        options for linking.......    -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/usr/pkg/lib  -lm
        assembler ................ $(AS) 
        preprocessed assembler ... gcc -c -DSYS_$(SYSTEM)
        profiling with gprof ..... not supported
Source-level replay debugger: supported
Additional libraries supported:
        unix str num dynlink bigarray systhreads threads dbm
Configuration for the "num" library:
        target architecture ...... alpha (asm level 1)
Configuration for the "graph" library:
        options for compiling .... 
        options for linking ...... -L/usr/X11R6/lib -lX11
The "labltk" library: not supported

** Objective Caml configuration completed successfully **

===> Building for ocaml-3.10.0
cd byterun; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/byterun'
sed -n -e '/^  /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
               -e '/^}/q' instruct.h > jumptbl.h
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -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 -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
misc.o misc.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
stacks.o stacks.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
fix_code.o fix_code.c
echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
startup.o startup.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
main.o main.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
freelist.o freelist.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
major_gc.o major_gc.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
minor_gc.o minor_gc.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
memory.o memory.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
alloc.o alloc.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
roots.o roots.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -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 -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
fail.o fail.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
signals.o signals.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
signals_byt.o signals_byt.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
printexc.o printexc.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
backtrace.o backtrace.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
compare.o compare.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
ints.o ints.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
floats.o floats.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
str.o str.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
array.o array.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o io.o 
io.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
extern.o extern.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
intern.o intern.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
hash.o hash.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
sys.o sys.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
meta.o meta.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
parsing.o parsing.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
gc_ctrl.o gc_ctrl.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
terminfo.o terminfo.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
md5.o md5.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
obj.o obj.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
lexing.o lexing.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
callback.o callback.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
debugger.o debugger.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
weak.o weak.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
compact.o compact.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
finalise.o finalise.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
custom.o custom.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
dynlink.o dynlink.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
unix.o unix.c
ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o main.o 
freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o 
signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o 
array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o 
terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o 
finalise.o custom.o dynlink.o unix.o
ranlib libcamlrun.a
sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" \
            alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c 
intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c 
str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c > 
primitives
(echo '#include "mlvalues.h"'; \
         echo '#include "prims.h"'; \
         sed -e 's/.*/extern value &();/' primitives; \
         echo 'c_primitive caml_builtin_cprim[] = {'; \
         sed -e 's/.*/  &,/' primitives; \
         echo '  0 };'; \
         echo 'char * caml_names_of_builtin_cprim[] = {'; \
         sed -e 's/.*/  "&",/' primitives; \
         echo '  0 };') > prims.c
gcc -O2 -mieee -I/usr/include -DCAML_NAME_SPACE -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
prims.o prims.c
gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E -o ocamlrun 
\
                  prims.o libcamlrun.a -L/usr/lib -Wl,-R/usr/lib 
-Wl,-R/usr/pkg/lib  -lm  -lcurses -lpthread
echo "/usr/pkg/lib/ocaml/stublibs" >ld.conf
echo "/usr/pkg/lib/ocaml" >>ld.conf
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/byterun'
cp byterun/ocamlrun boot/ocamlrun
cd yacc; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/yacc'
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
closure.o closure.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
error.o error.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
lalr.o lalr.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
lr0.o lr0.c
echo "#define OCAML_VERSION \"`head -1 ../VERSION`\"" >version.h
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
main.o main.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
mkpar.o mkpar.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
output.o output.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
reader.o reader.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
skeleton.o skeleton.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
symtab.o symtab.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
verbose.o verbose.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -DDB_DBM_HSEARCH -I/usr/include  -c -o 
warshall.o warshall.c
gcc -O2 -mieee -I/usr/include -DNDEBUG -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT  -o ocamlyacc closure.o error.o lalr.o 
lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
main.o: In function `create_file_names':
: warning: warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp()
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/yacc'
cp yacc/ocamlyacc boot/ocamlyacc
cd stdlib; /usr/pkg/bin/gmake COMPILER=../boot/ocamlc all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/stdlib'
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
pervasives.cmi` -c pervasives.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
pervasives.cmo` -c pervasives.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
array.cmi` -c array.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
array.cmo` -c array.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
list.cmi` -c list.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
list.cmo` -c list.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
char.cmi` -c char.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
char.cmo` -c char.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
string.cmi` -c string.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
string.cmo` -c string.ml
sed -e "s|%%VERSION%%|`head -1 ../VERSION`|" sys.mlp >sys.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmi` 
-c sys.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags sys.cmo` 
-c sys.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
hashtbl.cmi` -c hashtbl.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
hashtbl.cmo` -c hashtbl.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
sort.cmi` -c sort.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
sort.cmo` -c sort.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
marshal.cmi` -c marshal.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
marshal.cmo` -c marshal.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmi` 
-c obj.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags obj.cmo` 
-c obj.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
int32.cmi` -c int32.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
int32.cmo` -c int32.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
int64.cmi` -c int64.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
int64.cmo` -c int64.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
nativeint.cmi` -c nativeint.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
nativeint.cmo` -c nativeint.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
lexing.cmi` -c lexing.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
lexing.cmo` -c lexing.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
parsing.cmi` -c parsing.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
parsing.cmo` -c parsing.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmi` 
-c set.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags set.cmo` 
-c set.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmi` 
-c map.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags map.cmo` 
-c map.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stack.cmi` -c stack.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stack.cmo` -c stack.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
queue.cmi` -c queue.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
queue.cmo` -c queue.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stream.cmi` -c stream.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stream.cmo` -c stream.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
buffer.cmi` -c buffer.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
buffer.cmo` -c buffer.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
printf.cmi` -c printf.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
printf.cmo` -c printf.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
format.cmi` -c format.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
format.cmo` -c format.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
scanf.cmi` -c scanf.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
scanf.cmo` -c scanf.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmi` 
-c arg.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags arg.cmo` 
-c arg.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
printexc.cmi` -c printexc.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
printexc.cmo` -c printexc.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmi` 
-c gc.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags gc.cmo` 
-c gc.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
digest.cmi` -c digest.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
digest.cmo` -c digest.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
random.cmi` -c random.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
random.cmo` -c random.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
callback.cmi` -c callback.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
callback.cmo` -c callback.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
camlinternalOO.cmi` -c camlinternalOO.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
camlinternalOO.cmo` -c camlinternalOO.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmi` 
-c oo.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags oo.cmo` 
-c oo.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
camlinternalMod.cmi` -c camlinternalMod.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
camlinternalMod.cmo` -c camlinternalMod.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
genlex.cmi` -c genlex.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
genlex.cmo` -c genlex.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
weak.cmi` -c weak.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
weak.cmo` -c weak.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
lazy.cmi` -c lazy.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
lazy.cmo` -c lazy.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
filename.cmi` -c filename.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
filename.cmo` -c filename.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
complex.cmi` -c complex.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
complex.cmo` -c complex.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
arrayLabels.cmi` -c arrayLabels.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
arrayLabels.cmo` -c arrayLabels.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
listLabels.cmi` -c listLabels.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
listLabels.cmo` -c listLabels.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stringLabels.cmi` -c stringLabels.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stringLabels.cmo` -c stringLabels.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
moreLabels.cmi` -c moreLabels.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
moreLabels.cmo` -c moreLabels.ml
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stdLabels.cmi` -c stdLabels.mli
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
stdLabels.cmo` -c stdLabels.ml
./boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma pervasives.cmo array.cmo 
list.cmo char.cmo string.cmo sys.cmo hashtbl.cmo sort.cmo marshal.cmo obj.cmo 
int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo 
stack.cmo queue.cmo stream.cmo buffer.cmo printf.cmo format.cmo scanf.cmo 
arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo callback.cmo 
camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo lazy.cmo 
filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo stringLabels.cmo 
moreLabels.cmo stdLabels.cmo
./boot/ocamlrun ../boot/ocamlc -g -warn-error A -nostdlib `./Compflags 
std_exit.cmo` -c std_exit.ml
if true; then \
          echo '#!/usr/pkg/bin/ocamlrun' > camlheader && \
          echo '#!' | tr -d '\012' > camlheader_ur; \
        else \
          gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -Wl,-E \
                    -DRUNTIME_NAME='"/usr/pkg/bin/ocamlrun"' \
                    header.c -o tmpheader && \
          strip tmpheader && \
          mv tmpheader camlheader && \
          cp camlheader camlheader_ur; \
        fi
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/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; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/byterun'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/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/pkg/lib/ocaml|' \
            -e 's|%%BYTERUN%%|/usr/pkg/bin/ocamlrun|' \
            -e 's|%%CCOMPTYPE%%|cc|' \
            -e 's|%%BYTECC%%|gcc -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 
-D_REENTRANT -fPIC|' \
            -e 's|%%BYTELINK%%|gcc -Wl,-E|' \
            -e 's|%%NATIVECC%%|gcc -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
            -e 's|%%NATIVELINK%%|gcc |' \
            -e 's|%%PARTIALLD%%|ld -r |' \
            -e 's|%%PACKLD%%|ld -r  -o |' \
            -e 's|%%BYTECCLIBS%%|-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib  
-lm  -lcurses -lpthread|' \
            -e 's|%%NATIVECCLIBS%%|-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib 
 -lm |' \
            -e 's|%%RANLIBCMD%%|ranlib|' \
            -e 's|%%CC_PROFILE%%|-pg|' \
            -e 's|%%ARCH%%|alpha|' \
            -e 's|%%MODEL%%|default|' \
            -e 's|%%SYSTEM%%|netbsd|' \
            -e 's|%%EXT_OBJ%%|.o|' \
            -e 's|%%EXT_ASM%%|.s|' \
            -e 's|%%EXT_LIB%%|.a|' \
            -e 's|%%EXT_DLL%%|.so|' \
            -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
            utils/config.mlp > utils/config.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
boot/ocamlrun boot/ocamllex parsing/linenum.mll
12 states, 323 transitions, table size 1364 bytes
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/linenum.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
boot/ocamlyacc -v parsing/parser.mly
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
boot/ocamlrun boot/ocamllex parsing/lexer.mll
151 states, 2930 transitions, table size 12626 bytes
2120 additional bytes used for bindings
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/unused_var.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
typing/includeclass.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/printlambda.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/printlambda.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/translcore.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/translclass.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/translclass.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
(echo 'let builtin_exceptions = [|'; \
         sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$|  \1;|p' byterun/fail.h | \
         sed -e '$s/;$//'; \
         echo '|]'; \
         echo 'let builtin_primitives = [|'; \
         sed -e 's/.*/  "&";/' -e '$s/;$//' byterun/primitives; \
         echo '|]') > bytecomp/runtimedef.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/runtimedef.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/printinstr.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
sed -n -e '/^enum/p' -e 's/,//g' -e '/^  /p' byterun/instruct.h | \
        awk -f tools/make-opcodes > bytecomp/opcodes.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/cmo_format.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/bytesections.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/bytesections.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/bytelibrarian.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/bytelibrarian.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/bytepackager.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c 
bytecomp/bytepackager.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli
boot/ocamlrun boot/ocamlc -nostdlib -I boot -warn-error A -I utils -I parsing 
-I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
boot/ocamlrun boot/ocamlc -nostdlib -I boot  -o ocamlc utils/misc.cmo 
utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo 
utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/linenum.cmo 
parsing/location.cmo parsing/longident.cmo parsing/syntaxerr.cmo 
parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo 
typing/unused_var.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo 
typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo 
typing/predef.cmo typing/datarepr.cmo typing/env.cmo typing/typedtree.cmo 
typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo 
typing/includecore.cmo typing/includemod.cmo typing/parmatch.cmo 
typing/typetexp.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo 
typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo 
bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo 
bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo b
 ytecomp/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; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/yacc'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/yacc'
cd lex; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/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
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/lex'
cd tools; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/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/pkg/bin|' ocamlmktop.tpl > ocamlmktop
chmod +x ocamlmktop
./build/mkmyocamlbuild_config.sh
cp ../myocamlbuild_config.ml .
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I 
../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver 
myocamlbuild_config.ml
echo '(* THIS FILE IS GENERATED FROM ocamlmklib.mlp *)' >ocamlmklib.ml
sed -e "s|%%BINDIR%%|/usr/pkg/bin|" \
            -e "s|%%SUPPORTS_SHARED_LIBRARIES%%|true|" \
            -e "s|%%MKSHAREDLIB%%||" \
            -e "s|%%BYTECCRPATH%%|-Wl,-rpath,|" \
            -e "s|%%NATIVECCRPATH%%|-Wl,-rpath,|" \
            -e "s|%%MKSHAREDLIBRPATH%%|-Wl,-rpath,|" \
            -e "s|%%RANLIB%%|ranlib|" \
          ocamlmklib.mlp >> ocamlmklib.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I 
../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver 
ocamlmklib.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing 
-I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o ocamlmklib 
myocamlbuild_config.cmo ocamlmklib.cmo
./boot/ocamlrun ../boot/ocamllex lexer301.mll
113 states, 2733 transitions, table size 11610 bytes
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I 
../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver 
lexer301.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I 
../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver 
scrapelabels.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing 
-I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o scrapelabels misc.cmo 
warnings.cmo linenum.cmo location.cmo lexer301.cmo scrapelabels.cmo
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing 
-I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -w sl -o addlabels \
                misc.cmo config.cmo clflags.cmo terminfo.cmo linenum.cmo 
warnings.cmo location.cmo longident.cmo syntaxerr.cmo parser.cmo lexer.cmo 
parse.cmo addlabels.ml
unset LC_ALL || : ; \
        unset LC_CTYPE || : ; \
        unset LC_COLLATE LANG || : ; \
        sed -e '/\/\*/d' \
            -e '/^#/d' \
            -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
            -e 's/};$/ |]/' \
            -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
            -e 's/,/;/g' \
        ../byterun/instruct.h > opnames.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I 
../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver 
opnames.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -warn-error A -I 
../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver 
dumpobj.ml
./boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing 
-I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -o dumpobj \
                 misc.cmo tbl.cmo config.cmo ident.cmo \
                 opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/tools'
cd stdlib; /usr/pkg/bin/gmake all
gmake[1]: Entering directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/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
gmake[1]: Leaving directory `/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/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 bytec
 omp/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; /usr/pkg/bin/gmake RUNTIME= all) || exit $?; \
        done
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/unix'
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o accept.o accept.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o access.o access.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o addrofstr.o addrofstr.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o alarm.o alarm.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o bind.o bind.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o chdir.o chdir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o chmod.o chmod.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o chown.o chown.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o chroot.o chroot.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o close.o close.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o closedir.o closedir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o connect.o connect.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o cst2constr.o cst2constr.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o cstringv.o cstringv.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o dup.o dup.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o dup2.o dup2.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o envir.o envir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o errmsg.o errmsg.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o execv.o execv.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o execve.o execve.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o execvp.o execvp.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o exit.o exit.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o fchmod.o fchmod.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o fchown.o fchown.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o fcntl.o fcntl.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o fork.o fork.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o ftruncate.o ftruncate.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getaddrinfo.o getaddrinfo.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getcwd.o getcwd.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getegid.o getegid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o geteuid.o geteuid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getgid.o getgid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getgr.o getgr.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getgroups.o getgroups.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o gethost.o gethost.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o gethostname.o gethostname.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getlogin.o getlogin.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getnameinfo.o getnameinfo.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getpeername.o getpeername.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getpid.o getpid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getppid.o getppid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getproto.o getproto.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getpw.o getpw.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o gettimeofday.o gettimeofday.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getserv.o getserv.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getsockname.o getsockname.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o getuid.o getuid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o gmtime.o gmtime.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o isatty.o isatty.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o itimer.o itimer.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o kill.o kill.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o link.o link.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o listen.o listen.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o lockf.o lockf.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o lseek.o lseek.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o mkdir.o mkdir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o mkfifo.o mkfifo.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o nice.o nice.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o open.o open.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o opendir.o opendir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o pipe.o pipe.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o putenv.o putenv.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o read.o read.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o readdir.o readdir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o readlink.o readlink.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o rename.o rename.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o rewinddir.o rewinddir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o rmdir.o rmdir.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o select.o select.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o sendrecv.o sendrecv.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o setgid.o setgid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o setsid.o setsid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o setuid.o setuid.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o shutdown.o shutdown.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o signals.o signals.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o sleep.o sleep.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o socket.o socket.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o socketaddr.o socketaddr.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o socketpair.o socketpair.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o sockopt.o sockopt.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o stat.o stat.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o strofaddr.o strofaddr.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o symlink.o symlink.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o termios.o termios.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o time.o time.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o times.o times.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o truncate.o truncate.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o umask.o umask.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o unixsupport.o unixsupport.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o unlink.o unlink.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o utimes.o utimes.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o wait.o wait.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o write.o write.c
./../boot/ocamlrun ../../tools/ocamlmklib -o unix accept.o access.o addrofstr.o 
alarm.o bind.o chdir.o chmod.o chown.o chroot.o close.o closedir.o connect.o 
cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o 
exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o 
getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o 
getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o 
gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o isatty.o itimer.o 
kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o nice.o open.o opendir.o 
pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o 
select.o sendrecv.o setgid.o setsid.o setuid.o shutdown.o signals.o sleep.o 
socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o 
termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o 
wait.o write.o
./../ocamlcomp.sh -c -warn-error A -g unix.mli
./../ocamlcomp.sh -c -warn-error A -g -nolabels unix.ml
./../ocamlcomp.sh -c -warn-error A -g unixLabels.mli
./../ocamlcomp.sh -c -warn-error A -g -nolabels unixLabels.ml
./../boot/ocamlrun ../../tools/ocamlmklib -o unix -ocamlc '../../ocamlcomp.sh' 
-linkall unix.cmo unixLabels.cmo
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/unix'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/str'
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o strstubs.o strstubs.c
./../boot/ocamlrun ../../tools/ocamlmklib -o str strstubs.o
./../ocamlcomp.sh -c -warn-error A -g str.mli
./../ocamlcomp.sh -c -warn-error A -g str.ml
./../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o str 
str.cmo
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/str'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/num'
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DBNG_ARCH_alpha -DBNG_ASM_LEVEL=1 
-DDB_DBM_HSEARCH -I/usr/include  -c -o bng.o bng.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DBNG_ARCH_alpha -DBNG_ASM_LEVEL=1 
-DDB_DBM_HSEARCH -I/usr/include  -c -o nat_stubs.o nat_stubs.c
./../boot/ocamlrun ../../tools/ocamlmklib -o nums bng.o nat_stubs.o
./../ocamlcomp.sh -c -warn-error A -g int_misc.mli
./../ocamlcomp.sh -c -warn-error A -g int_misc.ml
./../ocamlcomp.sh -c -warn-error A -g nat.mli
./../ocamlcomp.sh -c -warn-error A -g nat.ml
./../ocamlcomp.sh -c -warn-error A -g big_int.mli
./../ocamlcomp.sh -c -warn-error A -g big_int.ml
./../ocamlcomp.sh -c -warn-error A -g arith_flags.mli
./../ocamlcomp.sh -c -warn-error A -g arith_flags.ml
./../ocamlcomp.sh -c -warn-error A -g ratio.mli
./../ocamlcomp.sh -c -warn-error A -g ratio.ml
./../ocamlcomp.sh -c -warn-error A -g num.mli
./../ocamlcomp.sh -c -warn-error A -g num.ml
./../ocamlcomp.sh -c -warn-error A -g arith_status.mli
./../ocamlcomp.sh -c -warn-error A -g arith_status.ml
./../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh' -o nums 
int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo 
arith_status.cmo
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/num'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/dynlink'
./../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I 
../../typing -I ../../bytecomp -pack -o dynlinkaux.cmo ../../utils/misc.cmo 
../../utils/config.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo 
../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo 
../../parsing/asttypes.cmi ../../parsing/linenum.cmo ../../parsing/location.cmo 
../../parsing/longident.cmo ../../typing/ident.cmo ../../typing/path.cmo 
../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo 
../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo 
../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo 
../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo 
../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo 
../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo
./../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils 
-I ../../typing -I ../../bytecomp dynlink.mli
./../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils 
-I ../../typing -I ../../bytecomp dynlink.ml
./../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I 
../../typing -I ../../bytecomp -a -o dynlink.cma dynlinkaux.cmo dynlink.cmo
./../boot/ocamlrun ../../ocamlc -c -warn-error A -I ../../stdlib -I ../../utils 
-I ../../typing -I ../../bytecomp extract_crc.ml
./../boot/ocamlrun ../../ocamlc -warn-error A -I ../../stdlib -I ../../utils -I 
../../typing -I ../../bytecomp -o extract_crc dynlink.cma extract_crc.cmo
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/dynlink'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/bigarray'
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o bigarray_stubs.o bigarray_stubs.c
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o mmap_unix.o mmap_unix.c
./../boot/ocamlrun ../../tools/ocamlmklib -o bigarray bigarray_stubs.o 
mmap_unix.o
./../ocamlcomp.sh -I ../unix -c -warn-error A -g bigarray.mli
./../ocamlcomp.sh -I ../unix -c -warn-error A -g bigarray.ml
./../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I 
../unix' -linkall -o bigarray bigarray.cmo
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/bigarray'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/systhreads'
gcc -O -I../../byterun -fno-defer-pop -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
-fPIC \
           -c posix.c
mv posix.o posix_b.o
./../boot/ocamlrun ../../tools/ocamlmklib -o threads posix_b.o
ln -s thread_posix.ml thread.ml
./../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.mli
./../ocamlcomp.sh -I ../unix -c -warn-error A -g thread.ml
./../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.mli
./../ocamlcomp.sh -I ../unix -c -warn-error A -g mutex.ml
./../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.mli
./../ocamlcomp.sh -I ../unix -c -warn-error A -g condition.ml
./../ocamlcomp.sh -I ../unix -c -warn-error A -g event.mli
./../ocamlcomp.sh -I ../unix -c -warn-error A -g event.ml
./../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.mli
./../ocamlcomp.sh -I ../unix -c -warn-error A -g threadUnix.ml
./../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../ocamlcomp.sh -I 
../unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo 
\
          -cclib -lunix -cclib -lpthread
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/systhreads'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/threads'
gcc -O2 -mieee -I/usr/include -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -g -DDB_DBM_HSEARCH -I/usr/include  
-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 -sf ../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 -sf ../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
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/threads'
gmake[1]: Entering directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/dbm'
gcc -g -O2 -mieee -I/usr/include  -I../../byterun -fno-defer-pop -Wall 
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -DDB_DBM_HSEARCH -I/usr/include  -c 
-o cldbm.o cldbm.c
./../boot/ocamlrun ../../tools/ocamlmklib -oc mldbm cldbm.o 
./../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 
gmake[1]: Leaving directory 
`/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/otherlibs/dbm'
./build/partial-boot.sh
+ dirname ./build/partial-boot.sh
+ cd ./build/..
+ OCAMLBUILD_PARTIAL=true
+ export OCAMLBUILD_PARTIAL
+ mkdir -p _build
+ cp -rf boot _build/
+ cp parsing/location.ml parsing/location.mli camlp4/build
+ cp parsing/linenum.mll parsing/linenum.mli camlp4/build
+ cp utils/terminfo.ml utils/terminfo.mli camlp4/build
+ ./build/mkconfig.sh
+ ./build/mkmyocamlbuild_config.sh
+ ./build/boot.sh
+ TAGLINE=true: -use_stdlib
+ ./boot/ocamlrun boot/myocamlbuild.boot -tag-line  boot/stdlib.cma 
boot/std_exit.cmo
+ boot/ocamlrun boot/myocamlbuild.boot -tag-line  -log _boot_log1 
ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuildlight.byte
mkdir ocamlbuild
mkdir stdlib
boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.mli > 
ocamlbuild/log.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.mli > 
ocamlbuild/display.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.mli > 
ocamlbuild/tags.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/signatures.mli > 
ocamlbuild/signatures.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/std_signatures.mli > 
ocamlbuild/std_signatures.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/std_signatures.cmi 
ocamlbuild/std_signatures.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/signatures.cmi 
ocamlbuild/signatures.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmi 
ocamlbuild/tags.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmi 
ocamlbuild/display.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmi 
ocamlbuild/log.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/log.ml > 
ocamlbuild/log.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.mli > 
ocamlbuild/my_std.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.mli > 
ocamlbuild/my_unix.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmi 
ocamlbuild/my_std.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmi 
ocamlbuild/my_unix.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix.ml > 
ocamlbuild/my_unix.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_std.ml > 
ocamlbuild/my_std.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.mli > 
ocamlbuild/shell.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmi 
ocamlbuild/shell.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/shell.ml > 
ocamlbuild/shell.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/display.ml > 
ocamlbuild/display.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.mli > 
ocamlbuild/discard_printf.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/discard_printf.cmi 
ocamlbuild/discard_printf.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.mli > 
ocamlbuild/command.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmi 
ocamlbuild/command.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/command.ml > 
ocamlbuild/command.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.mli > 
ocamlbuild/lexers.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.mli > 
ocamlbuild/glob.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob.cmi 
ocamlbuild/glob.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmi 
ocamlbuild/lexers.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.mli > 
ocamlbuild/configuration.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmi 
ocamlbuild/configuration.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/configuration.ml > 
ocamlbuild/configuration.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.mli > 
ocamlbuild/flags.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmi 
ocamlbuild/flags.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/discard_printf.ml > 
ocamlbuild/discard_printf.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/flags.ml > 
ocamlbuild/flags.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.mli > 
ocamlbuild/bool.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmi 
ocamlbuild/bool.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.mli > 
ocamlbuild/hygiene.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.mli > 
ocamlbuild/slurp.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmi 
ocamlbuild/slurp.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmi 
ocamlbuild/hygiene.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/hygiene.ml > 
ocamlbuild/hygiene.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.mli > 
ocamlbuild/options.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmi 
ocamlbuild/options.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/options.ml > 
ocamlbuild/options.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.mli > 
ocamlbuild/ocamlbuild_where.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmi 
ocamlbuild/ocamlbuild_where.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.mli > 
ocamlbuild/pathname.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmi 
ocamlbuild/pathname.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/pathname.ml > 
ocamlbuild/pathname.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.mli > 
ocamlbuild/report.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.mli > 
ocamlbuild/solver.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmi 
ocamlbuild/solver.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmi 
ocamlbuild/report.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/report.ml > 
ocamlbuild/report.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.mli > 
ocamlbuild/resource.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/resource.cmi 
ocamlbuild/resource.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/resource.ml > 
ocamlbuild/resource.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.mli > 
ocamlbuild/rule.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmi 
ocamlbuild/rule.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/rule.ml > 
ocamlbuild/rule.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/slurp.ml > 
ocamlbuild/slurp.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/solver.ml > 
ocamlbuild/solver.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/tags.ml > 
ocamlbuild/tags.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.mli > 
ocamlbuild/tools.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmi 
ocamlbuild/tools.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/tools.ml > 
ocamlbuild/tools.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.mli > 
ocamlbuild/fda.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmi 
ocamlbuild/fda.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/fda.ml > 
ocamlbuild/fda.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.mli > 
ocamlbuild/ocaml_specific.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmi 
ocamlbuild/ocaml_specific.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_specific.ml > 
ocamlbuild/ocaml_specific.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.mli > 
ocamlbuild/ocaml_compiler.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.mli > 
ocamlbuild/ocaml_tools.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.mli > 
ocamlbuild/ocaml_utils.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamldep.mli > 
ocamlbuild/ocamldep.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmi 
ocamlbuild/ocaml_compiler.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmi 
ocamlbuild/ocaml_tools.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmi 
ocamlbuild/ocaml_utils.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamldep.cmi 
ocamlbuild/ocamldep.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.mli > 
ocamlbuild/ocaml_arch.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmi 
ocamlbuild/ocaml_arch.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_arch.ml > 
ocamlbuild/ocaml_arch.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.ml > 
ocamlbuild/ocamlbuild_where.ml.depends
boot/ocamlrun boot/ocamllex -q ocamlbuild/lexers.mll
boot/ocamlrun boot/ocamldep -modules ocamlbuild/lexers.ml > 
ocamlbuild/lexers.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob.ml > 
ocamlbuild/glob.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.mli > 
ocamlbuild/glob_ast.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.mli > 
ocamlbuild/glob_lexer.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmi 
ocamlbuild/glob_ast.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmi 
ocamlbuild/glob_lexer.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/bool.ml > 
ocamlbuild/bool.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_ast.ml > 
ocamlbuild/glob_ast.ml.depends
boot/ocamlrun boot/ocamllex -q ocamlbuild/glob_lexer.mll
boot/ocamlrun boot/ocamldep -modules ocamlbuild/glob_lexer.ml > 
ocamlbuild/glob_lexer.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.mli > 
ocamlbuild/plugin.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmi 
ocamlbuild/plugin.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/plugin.ml > 
ocamlbuild/plugin.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.mli > 
ocamlbuild/main.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmi 
ocamlbuild/main.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/main.ml > 
ocamlbuild/main.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.mli > 
ocamlbuild/hooks.mli.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.mli > 
ocamlbuild/ocaml_dependencies.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmi 
ocamlbuild/hooks.mli
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmi 
ocamlbuild/ocaml_dependencies.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/hooks.ml > 
ocamlbuild/hooks.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_utils.ml > 
ocamlbuild/ocaml_utils.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_tools.ml > 
ocamlbuild/ocaml_tools.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_compiler.ml > 
ocamlbuild/ocaml_compiler.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamldep.ml > 
ocamlbuild/ocamldep.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocaml_dependencies.ml > 
ocamlbuild/ocaml_dependencies.ml.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/log.cmo 
ocamlbuild/log.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix.cmo 
ocamlbuild/my_unix.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_std.cmo 
ocamlbuild/my_std.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/shell.cmo 
ocamlbuild/shell.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/display.cmo 
ocamlbuild/display.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/command.cmo 
ocamlbuild/command.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/configuration.cmo 
ocamlbuild/configuration.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -rectypes -w A 
-warn-error A -I ../otherlibs/unix -I ocamlbuild -I stdlib -o 
ocamlbuild/discard_printf.cmo ocamlbuild/discard_printf.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/flags.cmo 
ocamlbuild/flags.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hygiene.cmo 
ocamlbuild/hygiene.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/options.cmo 
ocamlbuild/options.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/pathname.cmo 
ocamlbuild/pathname.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/report.cmo 
ocamlbuild/report.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A 
-warn-error e -I ../otherlibs/unix -I ocamlbuild -I stdlib -o 
ocamlbuild/resource.cmo ocamlbuild/resource.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/rule.cmo 
ocamlbuild/rule.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/slurp.cmo 
ocamlbuild/slurp.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/solver.cmo 
ocamlbuild/solver.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tags.cmo 
ocamlbuild/tags.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/tools.cmo 
ocamlbuild/tools.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/fda.cmo 
ocamlbuild/fda.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_specific.cmo 
ocamlbuild/ocaml_specific.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_arch.cmo 
ocamlbuild/ocaml_arch.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmo 
ocamlbuild/ocamlbuild_where.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -I ../otherlibs/unix 
-I ocamlbuild -I stdlib -o ocamlbuild/lexers.cmo ocamlbuild/lexers.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -I ../otherlibs/unix 
-I ocamlbuild -I stdlib -o ocamlbuild/glob.cmo ocamlbuild/glob.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/bool.cmo 
ocamlbuild/bool.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/glob_ast.cmo 
ocamlbuild/glob_ast.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -I ../otherlibs/unix 
-I ocamlbuild -I stdlib -o ocamlbuild/glob_lexer.cmo ocamlbuild/glob_lexer.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/plugin.cmo 
ocamlbuild/plugin.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/main.cmo 
ocamlbuild/main.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/hooks.cmo 
ocamlbuild/hooks.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_utils.cmo 
ocamlbuild/ocaml_utils.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_tools.cmo 
ocamlbuild/ocaml_tools.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_compiler.cmo 
ocamlbuild/ocaml_compiler.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamldep.cmo 
ocamlbuild/ocamldep.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocaml_dependencies.cmo 
ocamlbuild/ocaml_dependencies.ml
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.mli > 
ocamlbuild/ocamlbuild_plugin.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -pack -g 
ocamlbuild/discard_printf.cmo ocamlbuild/std_signatures.cmi 
ocamlbuild/signatures.cmi ocamlbuild/my_std.cmo ocamlbuild/my_unix.cmo 
ocamlbuild/tags.cmo ocamlbuild/display.cmo ocamlbuild/log.cmo 
ocamlbuild/shell.cmo ocamlbuild/bool.cmo ocamlbuild/glob_ast.cmo 
ocamlbuild/glob_lexer.cmo ocamlbuild/glob.cmo ocamlbuild/lexers.cmo 
ocamlbuild/command.cmo ocamlbuild/flags.cmo ocamlbuild/configuration.cmo 
ocamlbuild/slurp.cmo ocamlbuild/hygiene.cmo ocamlbuild/ocamlbuild_where.cmo 
ocamlbuild/options.cmo ocamlbuild/pathname.cmo ocamlbuild/resource.cmo 
ocamlbuild/rule.cmo ocamlbuild/solver.cmo ocamlbuild/report.cmo 
ocamlbuild/tools.cmo ocamlbuild/fda.cmo ocamlbuild/ocaml_arch.cmo 
ocamlbuild/ocaml_utils.cmo ocamlbuild/ocaml_dependencies.cmo 
ocamlbuild/ocamldep.cmo ocamlbuild/ocaml_compiler.cmo 
ocamlbuild/ocaml_tools.cmo ocamlbuild/ocaml_specific.cmo ocamlbuild/plugin.cmo 
ocamlbuild/hooks.cmo ocamlbuild/main.cmo -o ocamlbuild/ocamlbuild_p
 ack.cmo
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmi 
ocamlbuild/ocamlbuild_plugin.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_plugin.ml > 
ocamlbuild/ocamlbuild_plugin.ml.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_plugin.cmo 
ocamlbuild/ocamlbuild_plugin.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -a -linkall -I stdlib 
ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o 
ocamlbuild/ocamlbuildlightlib.cma
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.mli > 
ocamlbuild/ocamlbuildlight.mli.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmi 
ocamlbuild/ocamlbuildlight.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuildlight.ml > 
ocamlbuild/ocamlbuildlight.ml.depends
boot/ocamlrun boot/ocamlc -I boot -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuildlight.cmo 
ocamlbuild/ocamlbuildlight.ml
boot/ocamlrun boot/ocamlc -I boot -nostdlib -g -I stdlib stdlib/pervasives.cmo 
ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuildlight.cmo -o 
ocamlbuild/ocamlbuildlight.byte
+ rm -f _build/myocamlbuild
+ boot/ocamlrun boot/myocamlbuild.boot -just-plugin -install-lib-dir 
_build/ocamlbuild -byte-plugin
boot/ocamlrun boot/ocamlc -I boot -nostdlib -I 
/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/_build/ocamlbuild 
/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/_build/ocamlbuild/ocamlbuildlightlib.cma
 myocamlbuild_config.mli myocamlbuild_config.ml myocamlbuild.ml 
/usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/_build/ocamlbuild/ocamlbuildlight.cmo 
-o myocamlbuild
+ cp _build/myocamlbuild boot/myocamlbuild
+ ./boot/ocamlrun boot/myocamlbuild -tag-line  -log _boot_log2 boot/camlheader 
ocamlc
./build/ocamlbuild-byte-only.sh
+ ./boot/ocamlrun boot/myocamlbuild byte_stdlib_partial_mode ocamlc 
lex/ocamllex ocamlbuild/ocamlbuildlib.cma ocamlbuild/ocamlbuildlightlib.cma 
ocamlbuild/ocamlbuild.byte ocamlbuild/ocamlbuildlight.byte
cp -pf /usr/pkgsrc/lang/ocaml/work/ocaml-3.10.0/stdlib/libcamlrun.a 
stdlib/libcamlrun.a
touch byte_stdlib_partial_mode
mkdir lex
boot/ocamlrun boot/ocamldep -modules ocamlbuild/executor.mli > 
ocamlbuild/executor.mli.depends
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/executor.cmi 
ocamlbuild/executor.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/executor.ml > 
ocamlbuild/executor.ml.depends
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild_where.ml > 
ocamlbuild/ocamlbuild_where.ml.depends
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild_where.cmo 
ocamlbuild/ocamlbuild_where.ml
boot/ocamlrun ./ocamlc -nostdlib -pack -g ocamlbuild/discard_printf.cmo 
ocamlbuild/std_signatures.cmi ocamlbuild/signatures.cmi ocamlbuild/my_std.cmo 
ocamlbuild/my_unix.cmo ocamlbuild/tags.cmo ocamlbuild/display.cmo 
ocamlbuild/log.cmo ocamlbuild/shell.cmo ocamlbuild/bool.cmo 
ocamlbuild/glob_ast.cmo ocamlbuild/glob_lexer.cmo ocamlbuild/glob.cmo 
ocamlbuild/lexers.cmo ocamlbuild/command.cmo ocamlbuild/flags.cmo 
ocamlbuild/configuration.cmo ocamlbuild/slurp.cmo ocamlbuild/hygiene.cmo 
ocamlbuild/ocamlbuild_where.cmo ocamlbuild/options.cmo ocamlbuild/pathname.cmo 
ocamlbuild/resource.cmo ocamlbuild/rule.cmo ocamlbuild/solver.cmo 
ocamlbuild/report.cmo ocamlbuild/tools.cmo ocamlbuild/fda.cmo 
ocamlbuild/ocaml_arch.cmo ocamlbuild/ocaml_utils.cmo 
ocamlbuild/ocaml_dependencies.cmo ocamlbuild/ocamldep.cmo 
ocamlbuild/ocaml_compiler.cmo ocamlbuild/ocaml_tools.cmo 
ocamlbuild/ocaml_specific.cmo ocamlbuild/plugin.cmo ocamlbuild/hooks.cmo 
ocamlbuild/main.cmo -o ocamlbuild/ocamlbuild_pack.cmo
boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix_with_unix.mli > 
ocamlbuild/my_unix_with_unix.mli.depends
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix_with_unix.cmi 
ocamlbuild/my_unix_with_unix.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/my_unix_with_unix.ml > 
ocamlbuild/my_unix_with_unix.ml.depends
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/executor.cmo 
ocamlbuild/executor.ml
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/my_unix_with_unix.cmo 
ocamlbuild/my_unix_with_unix.ml
boot/ocamlrun ./ocamlc -nostdlib -a -linkall -I stdlib 
ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/executor.cmo 
ocamlbuild/my_unix_with_unix.cmo ocamlbuild/ocamlbuild_plugin.cmo -o 
ocamlbuild/ocamlbuildlib.cma
boot/ocamlrun ./ocamlc -nostdlib -a -linkall -I stdlib 
ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/ocamlbuild_plugin.cmo -o 
ocamlbuild/ocamlbuildlightlib.cma
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.mli > 
ocamlbuild/ocamlbuild.mli.depends
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild.cmi 
ocamlbuild/ocamlbuild.mli
boot/ocamlrun boot/ocamldep -modules ocamlbuild/ocamlbuild.ml > 
ocamlbuild/ocamlbuild.ml.depends
boot/ocamlrun ./ocamlc -nostdlib -c -g -dtypes -w A -warn-error A -I 
../otherlibs/unix -I ocamlbuild -I stdlib -o ocamlbuild/ocamlbuild.cmo 
ocamlbuild/ocamlbuild.ml
boot/ocamlrun ./ocamlc -nostdlib unix.cma -g -I stdlib -I ../otherlibs/unix 
ocamlbuild/ocamlbuild_pack.cmo ocamlbuild/executor.cmo 
ocamlbuild/my_unix_with_unix.cmo ocamlbuild/ocamlbuild.cmo -o 
ocamlbuild/ocamlbuild.byte
boot/ocamlrun ./ocamlc -nostdlib -g -I stdlib ocamlbuild/ocamlbuild_pack.cmo 
ocamlbuild/ocamlbuildlight.cmo -o ocamlbuild/ocamlbuildlight.byte
./build/camlp4-byte-only.sh
+ ./boot/ocamlrun boot/myocamlbuild byte_stdlib_partial_mode ocamlc 
lex/ocamllex camlp4/Camlp4/Camlp4Ast.partial.ml camlp4/boot/camlp4boot.byte 
camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte 
camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma 
camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte 
camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte 
camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma 
camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte 
camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo 
camlp4/Camlp4Parsers/Camlp4DebugParser.cmo 
camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo 
camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo 
camlp4/Camlp4Parsers/Camlp4MacroParser.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo ca
 mlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo 
camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo 
camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo 
camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo 
camlp4/Camlp4Printers/Camlp4AstDumper.cmo 
camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo 
camlp4/Camlp4Printers/Camlp4NullDumper.cmo 
camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo 
camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo 
camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo 
camlp4/Camlp4Filters/Camlp4AstLifter.cmo 
camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo 
camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo 
camlp4/Camlp4Filters/Camlp4LocationStripper.cmo 
camlp4/Camlp4Filters/Camlp4MapGenerator.cmo 
camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo 
camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Tracer.cmo 
camlp4/Camlp4Filters/Camlp4TrashRemover.cmo
mkdir camlp4
mkdir camlp4/Camlp4
mkdir camlp4/boot
boot/ocamlrun boot/ocamldep -modules camlp4/boot/camlp4boot.ml > 
camlp4/boot/camlp4boot.ml.depends
boot/ocamlrun boot/ocamldep -modules camlp4/boot/Camlp4.ml > 
camlp4/boot/Camlp4.ml.depends
mkdir parsing
boot/ocamlrun boot/ocamldep -modules camlp4/Camlp4_config.mli > 
camlp4/Camlp4_config.mli.depends
mkdir camlp4/build
boot/ocamlrun boot/ocamldep -modules camlp4/build/location.mli > 
camlp4/build/location.mli.depends
mkdir utils
boot/ocamlrun ./ocamlc -nostdlib -c -g -w Ale -warn-error Ale -I camlp4 -I 
camlp4/build -I utils -I stdlib -I parsing -o camlp4/Camlp4_config.cmi 
camlp4/Camlp4_config.mli
boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/build -I camlp4 -I stdlib 
-I utils -I parsing -o camlp4/build/location.cmi camlp4/build/location.mli
boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/boot -I camlp4/build -I 
utils -I parsing -I camlp4 -I stdlib -o camlp4/boot/Camlp4.cmo 
camlp4/boot/Camlp4.ml
boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/boot -I camlp4/build -I 
utils -I parsing -I camlp4 -I stdlib -o camlp4/boot/camlp4boot.cmo 
camlp4/boot/camlp4boot.ml
Fatal error: out of memory.
Exit code 2 while executing this command:
  boot/ocamlrun ./ocamlc -nostdlib -c -g -w a -I camlp4/boot -I camlp4/build -I 
utils -I parsing -I camlp4 -I stdlib -o camlp4/boot/camlp4boot.cmo 
camlp4/boot/camlp4boot.ml
gmake: *** [camlp4out] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/lang/ocaml
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/lang/ocaml
>How-To-Repeat:
cd pkgsrc/lang/ocaml; bmake depend; bmake
>Fix:
        


Home | Main Index | Thread Index | Old Index