=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for boomerang-0.2nb15
cd /data/scratch/lang/boomerang/work/boomerang-20090902 && omake
*** omake: reading OMakefiles
OMake warning: could not create and/or lock a cache file for
   /usr/pkg/lib/omake/Pervasives.om
OMake warning: could not create and/or lock a cache file for
   /usr/pkg/lib/omake/build/C.om
OMake warning: could not create and/or lock a cache file for
   /usr/pkg/lib/omake/build/Common.om
OMake warning: could not create and/or lock a cache file for
   /usr/pkg/lib/omake/configure/Configure.om
OMake warning: could not create and/or lock a cache file for
   /usr/pkg/lib/omake/build/OCaml.om
OMake warning: could not create and/or lock a cache file for
   /usr/pkg/lib/omake/build/LaTeX.om
--- Checking for ocamlfind... (found /usr/pkg/bin/ocamlfind)
--- Checking for ocamlc.opt... (found /data/scratch/lang/boomerang/work/.buildlink/bin/ocamlc.opt)
--- Checking for ocamlopt.opt... (found /data/scratch/lang/boomerang/work/.buildlink/bin/ocamlopt.opt)
--- Checking for ocamldep.opt... (found /usr/pkg/bin/ocamldep.opt)
--- Checking for ocamllex.opt... (found /usr/pkg/bin/ocamllex.opt)
--- Checking whether ocamlc understands the "z" warnings... (yes)
--- Checking whether ocamlopt can create cmxs plugins... (yes)
File OMakefile: line 113, characters 1-24:
   Warning: old-style foreach expression.
   This expression should use a => binding.
File OMakefile: line 117, characters 1-24:
   Warning: old-style foreach expression.
   This expression should use a => binding.
--- Checking if ocamldep understands -modules... (yes)
File doc/OMakefile: line 10, characters 1-24:
   Warning: old-style foreach expression.
   This expression should use a => binding.
*** omake: finished reading OMakefiles (0.35 sec)
- build common/hbase baker.o
+ ocamlfind ocamlopt -dtypes -rectypes -I . -I ../ubase -c baker.ml
File "baker.ml", line 25, characters 30-43:
25 |                     let buf = String.create len in
                                   ^^^^^^^^^^^^^
Alert deprecated: Stdlib.String.create
Use Bytes.create instead.
File "baker.ml", line 31, characters 40-43:
31 |                         (String.escaped buf)
                                             ^^^
Error: This expression has type bytes but an expression was expected of type
         string
- build common/ubase util.cmx
+ ocamlfind ocamlopt -dtypes -rectypes -I . -c util.ml
File "util.ml", line 15, characters 17-31:
15 |         compare (Char.lowercase(String.get a i)) (Char.lowercase(String.get b i)) in
                      ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Char.lowercase
Use Char.lowercase_ascii instead.
File "util.ml", line 15, characters 50-64:
15 |         compare (Char.lowercase(String.get a i)) (Char.lowercase(String.get b i)) in
                                                       ^^^^^^^^^^^^^^
Alert deprecated: Stdlib.Char.lowercase
Use Char.lowercase_ascii instead.
*** omake: 308/485 targets are up to date
*** omake: failed (1.51 sec, 91/91 scans, 42/48 rules, 199/235 digests)
*** omake: targets were not rebuilt because of errors:
   common/hbase/baker.cmi
      depends on: common/hbase/baker.ml
   common/hbase/baker.cmx
      depends on: common/hbase/baker.ml
   common/hbase/baker.o
      depends on: common/hbase/baker.ml
*** Error code 2

Stop.
make[1]: stopped in /data/pkgsrc/lang/boomerang
*** Error code 1

Stop.
make: stopped in /data/pkgsrc/lang/boomerang