=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for pxp-1.1.6nb1
/usr/bin/make -C tools all
make[1]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools'
/usr/bin/make -C src
make[2]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src'
/usr/bin/make -C m2parsergen
make[3]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/m2parsergen'
Makefile:37: depend: No such file or directory
ocamllex lexer.mll
43 states, 449 transitions, table size 2054 bytes
ocamlyacc parser.mly
ocamldep  ast.ml lexer.ml parser.ml generator.ml >depend
make[3]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/m2parsergen'
make[3]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/m2parsergen'
ocamlfind ocamlc -g  -package "" -c ast.ml
ocamlfind ocamlc -g  -package "" -c parser.mli
ocamlfind ocamlc -g  -package "" -c lexer.ml
ocamlfind ocamlc -g  -package "" -c parser.ml
ocamlfind ocamlc -g  -package "" -c generator.ml
ocamlfind ocamlc -g  -package "" -o m2parsergen ast.cmo lexer.cmo parser.cmo generator.cmo
make[3]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/m2parsergen'
/usr/bin/make -C ucs2_to_utf8
make[3]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/ucs2_to_utf8'
Makefile:45: depend: No such file or directory
ocamllex lexer.mll
28 states, 715 transitions, table size 3028 bytes
ocamlyacc parser.mly
ocamldep  ucs2_to_utf8.ml lexer.ml parser.ml parser.mli types.ml > depend
make[3]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/ucs2_to_utf8'
make[3]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/ucs2_to_utf8'
ocamlfind ocamlc -g  -package "" -c types.ml
ocamlfind ocamlc -g  -package "" -c parser.mli
ocamlfind ocamlc -g  -package "" -c lexer.ml
ocamlfind ocamlc -g  -package "" -c parser.ml
ocamlfind ocamlc -g  -package "" -c ucs2_to_utf8.ml
ocamlfind ocamlc -g  -package "" -o ucs2_to_utf8 types.cmo lexer.cmo parser.cmo ucs2_to_utf8.cmo
make[3]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src/ucs2_to_utf8'
make[2]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools/src'
test -f m2parsergen || ln -s src/m2parsergen/m2parsergen .
test -f ucs2_to_utf8 || ln -s src/ucs2_to_utf8/ucs2_to_utf8 .
make[1]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/tools'
for pkg in pxp pxp-engine pxp-lex-iso88591 pxp-lex-utf8; do /usr/bin/make -C src/$pkg all || exit; done
make[1]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp'
make[1]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
cp pxp_lib_ocamlc.ml pxp_lib.ml
/usr/bin/make generate
make[2]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
../../tools/m2parsergen pxp_yacc.m2y
ocaml ../../tools/ifdef -D LEXBUF_307 pxp_lexing.mlp
make[2]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
/usr/bin/make depend
make[2]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
ocamldep  *.ml *.mli >depend
make[2]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
/usr/bin/make -f Makefile.code all
make[2]: Entering directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
ocamlfind ocamlc -g  -package "netstring" -c pxp_lexing.mli
ocamlfind ocamlc -g  -package "netstring" -c pxp_lexing.ml
ocamlfind ocamlc -g  -package "netstring" -c pxp_types.mli
ocamlfind ocamlc -g  -package "netstring" -c pxp_types.ml
ocamlfind ocamlc -g  -package "netstring" -c pxp_lexer_types.mli
ocamlfind ocamlc -g  -package "netstring" -c pxp_lexer_types.ml
ocamlfind ocamlc -g  -package "netstring" -c pxp_lexers.mli
ocamlfind ocamlc -g  -package "netstring" -c pxp_lexers.ml
ocamlfind ocamlc -g  -package "netstring" -c pxp_lib.mli
ocamlfind ocamlc -g  -package "netstring" -c pxp_lib.ml
File "pxp_lib.ml", line 13, characters 58-59:
Error: The function applied to this argument has type
         Netstring_str.regexp -> string -> int -> int * Netstring_str.result
This argument cannot be applied with label ~groups
make[2]: *** [pxp_lib.cmo] Error 2
make[2]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/pkgsrc/textproc/pxp/work/pxp-1.1.6/src/pxp-engine'
make: *** [all] Error 2
*** Error code 2

Stop.
bmake: stopped in /usr/pkgsrc/textproc/pxp
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/textproc/pxp