=> Bootstrap dependency digest>=20010302: found digest-20111104 WARNING: [license.mk] Every package should define a LICENSE. ===> Building for caml-light-0.74nb2 cd runtime; make CC="gcc" OPTS="-Dunix -fno-defer-pop" LIBS="" all awk -f ../tools/make-jumptbl instruct.h > jumptbl.h gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c interp.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c misc.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c stacks.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c fix_code.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c main.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c fail.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c signals.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c debugcom.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c freelist.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c major_gc.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c minor_gc.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c memory.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c alloc.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c roots.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c compare.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c ints.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c floats.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c str.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c io.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c extern.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c externcp.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c intern.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c interncp.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c hash.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c sys.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c meta.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c parsing.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c lexing.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c gc_ctrl.c sed -n -e '/\/\* ML \*\//s/.* \([a-z0-9_][a-z0-9_]*\) *(.*/\1/p' compare.c extern.c externcp.c floats.c gc_ctrl.c hash.c intern.c interncp.c interp.c ints.c io.c lexing.c meta.c parsing.c str.c sys.c > primitives2 sh -c 'if cmp -s primitives primitives2; then rm primitives2; else mv primitives2 primitives; fi' (echo '#include "mlvalues.h"'; echo '#include "prims.h"'; sed -e 's/.*/extern value &();/' primitives; echo 'c_primitive cprim[] = {'; sed -e 's/.*/ &,/' primitives; echo ' 0 };'; echo 'char * names_of_cprim[] = {'; sed -e 's/.*/ "&",/' primitives; echo ' 0 };') > prims.c gcc -O2 -Dunix -fno-defer-pop -I.. -no-cpp-precomp -isystem /usr/include -c prims.c gcc -O2 -Dunix -fno-defer-pop -I.. -o camlrun prims.o interp.o misc.o stacks.o fix_code.o main.o fail.o signals.o debugcom.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o compare.o ints.o floats.o str.o io.o extern.o externcp.o intern.o interncp.o hash.o sys.o meta.o parsing.o lexing.o gc_ctrl.o -lm rm -f libcaml.a ar rc libcaml.a interp.o misc.o stacks.o fix_code.o main.o fail.o signals.o debugcom.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o compare.o ints.o floats.o str.o io.o extern.o externcp.o intern.o interncp.o hash.o sys.o meta.o parsing.o lexing.o gc_ctrl.o /usr/bin/ranlib: file: libcaml.a(fix_code.o) has no symbols if test -f /usr/bin/ranlib -o -f /bin/ranlib; then ranlib libcaml.a; else true; fi ranlib: file: libcaml.a(fix_code.o) has no symbols cp runtime/camlrun . cd yacc; make CC="gcc" OPTS="-Dunix -fno-defer-pop" all gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c closure.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c error.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c lalr.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c lr0.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c main.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c mkpar.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c output.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c reader.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c skeleton.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c symtab.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c verbose.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -no-cpp-precomp -isystem /usr/include -c warshall.c gcc -O -DNDEBUG -Dunix -fno-defer-pop -o camlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o cp yacc/camlyacc . cd lib; make CPP="cpp -P -C -Dunix" all ../camlrun ../camlcomp -stdlib . -O none -g -W arg.mli *** Signal 10 Stop. make: stopped in /Users/kristerw/pbulk/scratch/lang/caml-light/work/cl74/src/lib *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/scratch/lang/caml-light/work/cl74/src *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/lang/caml-light *** Error code 1 Stop. bmake: stopped in /Users/kristerw/pbulk/pkgsrc/lang/caml-light