=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
===> Building for menhir-20120123nb1
rm -f src/installation.ml
echo "let libdir = \"/usr/pkg/share/menhir\"" > src/installation.ml
if ocamlfind ocamlc -v >/dev/null 2>&1 ; then \
  echo "let ocamlfind = true" >> src/installation.ml ; \
else \
  echo "let ocamlfind = false" >> src/installation.ml ; \
fi
/usr/bin/make  -C src -f Makefile
make[1]: Entering directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
ocamllex lexmli.mll
80 states, 5444 transitions, table size 22256 bytes
18240 additional bytes used for bindings
ocamllex lexer.mll
295 states, 3079 transitions, table size 14086 bytes
10473 additional bytes used for bindings
ocamlyacc -v -b parser parser.mly
ocamllex lineCount.mll
5 states, 259 transitions, table size 1066 bytes
ocamllex lexdep.mll
25 states, 402 transitions, table size 1758 bytes
1221 additional bytes used for bindings
ocamlyacc -v -b sentenceParser sentenceParser.mly
ocamllex sentenceLexer.mll
9 states, 674 transitions, table size 2750 bytes
for i in *.ml *.mli; do \
           ../demos/ocamldep.wrapper menhirLib.ml menhirLib.mli - ocamlfind ocamldep $i \
        >> .depend; \
done
make[1]: Leaving directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
make[1]: Entering directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
Checking that Objective Caml is recent enough...
Version 4.00.1 is OK.
/usr/bin/make -s PGEN="ocamlyacc -v" PARSER=parser menhir.opt
make[2]: Entering directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
make[2]: Leaving directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
/usr/bin/make -s PGEN="./menhir.opt -v -lg 1 -la 1 -lc 1 --comment --infer --error-recovery --stdlib . --strict" PARSER=fancy-parser menhir.opt
make[2]: Entering directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
Grammar has 31 nonterminal symbols, among which 1 start symbols.
Grammar has 26 terminal symbols.
Grammar has 83 productions.
Built an LR(0) automaton with 115 states.
The grammar is not SLR(1) -- 5 states have a conflict.
Built an LR(1) automaton with 129 states.
5 shift/reduce conflicts were silently solved.
38 out of 129 states are represented.
25 out of 60 symbols keep track of their start position.
20 out of 60 symbols keep track of their end position.
56 out of 129 states have a default reduction.
33 out of 84 productions exploit shiftreduce optimization.
20 out of 129 states can peek at an error.
13 out of 129 states can do error recovery.
The generated parser cannot raise Error.
452 functions before inlining, 116 functions after inlining.
make[2]: Leaving directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
make[2]: Entering directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
make[2]: Leaving directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
Bootstrap successful.
make[1]: Leaving directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
/usr/bin/make  -C src -f Makefile menhirLib.cmi menhirLib.cmo menhirLib.cmx menhirLib.o
make[1]: Entering directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
ocamlfind ocamlc -g -c infiniteArray.ml
ocamlfind ocamlc -g -c packedIntArray.ml
ocamlfind ocamlc -g -c rowDisplacement.ml
ocamlfind ocamlc -g -c engine.ml
ocamlfind ocamlc -g -c tableInterpreter.ml
ocamlfind ocamlc -g -c convert.ml
ocamlfind ocamlc -g -pack -o menhirLib.cmo infiniteArray.cmo packedIntArray.cmo rowDisplacement.cmo engineTypes.cmo engine.cmo tableFormat.cmo tableInterpreter.cmo convert.cmo
make[1]: `menhirLib.cmo' is up to date.
make[1]: `menhirLib.cmx' is up to date.
make[1]: `menhirLib.o' is up to date.
make[1]: Leaving directory `/tmp/pkgsrc/devel/menhir/work/menhir-20120123/src'
=> Unwrapping files-to-be-installed.
