=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for ocaml-text-0.8nb9 File "./setup.ml", line 325, characters 20-36: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 325, characters 42-58: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 334, characters 14-30: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 334, characters 38-54: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 337, characters 25-41: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 375, characters 10-26: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 481, characters 13-29: Warning 3: deprecated: Stdlib.String.lowercase Use String.lowercase_ascii instead. File "./setup.ml", line 1832, characters 16-33: Warning 3: deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. File "./setup.ml", line 1838, characters 16-35: Warning 3: deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. File "setup.ml", line 5847, characters 11-28: Warning 3: deprecated: Stdlib.String.capitalize Use String.capitalize_ascii instead. File "setup.ml", line 5848, characters 11-30: Warning 3: deprecated: Stdlib.String.uncapitalize Use String.uncapitalize_ascii instead. /usr/pkg/bin/ocamlc unix.cma -I /usr/pkg/lib/ocaml/site-lib/ocamlbuild /usr/pkg/lib/ocaml/site-lib/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/pkg/lib/ocaml/site-lib/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "_tags", line 36, characters 18-26: Warning: the tag "pkg_pcre" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 41, characters 21-31: Warning: the tag "pkg_camlp4" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 42, characters 21-38: Warning: the tag "pkg_camlp4.extend" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. File "_tags", line 43, characters 21-44: Warning: the tag "pkg_camlp4.quotations.o" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text.c + /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text.c src/ml_text.c: In function 'ml_text_decode': src/ml_text.c:118:28: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] iconv(Iconv_val(cd_val), &in_bytes, &in_left, &out_bytes, &out_left); ^ In file included from src/ml_text.c:12:0: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^ src/ml_text.c: In function 'ml_text_encode': src/ml_text.c:163:28: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] iconv(Iconv_val(cd_val), &in_bytes, &in_left, &out_bytes, &out_left); ^ In file included from src/ml_text.c:12:0: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^ src/ml_text.c: In function 'ml_text_recode_string': src/ml_text.c:250:31: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] size_t count = iconv (cd, &src_bytes, &src_remaining, &dst_bytes, &dst_remaining); ^ In file included from src/ml_text.c:12:0: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^ mv ml_text.o src/ml_text.o /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlmklib -o src/text_stubs -g -L/usr/lib src/ml_text.o /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/text.mli > src/text.mli.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding.mli > src/encoding.mli.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmi src/encoding.mli /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/text.cmi src/text.mli /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/text.ml > src/text.ml.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding.ml > src/encoding.ml.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/text.cmo src/text.ml /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmo src/encoding.ml + /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding.cmo src/encoding.ml File "src/encoding.ml", line 53, characters 12-26: Warning 3: deprecated: Stdlib.Char.lowercase Use Char.lowercase_ascii instead. File "src/encoding.ml", line 53, characters 35-49: Warning 3: deprecated: Stdlib.Char.lowercase Use Char.lowercase_ascii instead. /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -a -dllib -ltext_stubs -cclib -ltext_stubs -cclib -L/usr/lib -I src src/encoding.cmo src/text.cmo -o src/text.cma /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text_bigarray.c + /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -g -ccopt -I/usr/include -c src/ml_text_bigarray.c src/ml_text_bigarray.c: In function 'ml_text_decode_bigarray': src/ml_text_bigarray.c:34:28: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] iconv(Iconv_val(cd_val), &in_bytes, &in_left, &out_bytes, &out_left); ^ In file included from src/ml_text_bigarray.c:11:0: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^ src/ml_text_bigarray.c: In function 'ml_text_encode_bigarray': src/ml_text_bigarray.c:58:28: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types] iconv(Iconv_val(cd_val), &in_bytes, &in_left, &out_bytes, &out_left); ^ In file included from src/ml_text_bigarray.c:11:0: /usr/include/iconv.h:46:8: note: expected 'const char ** restrict' but argument is of type 'char **' size_t iconv(iconv_t, const char ** __restrict, ^ mv ml_text_bigarray.o src/ml_text_bigarray.o /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlmklib -o src/bigarray_stubs -g -L/usr/lib src/ml_text_bigarray.o /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding_bigarray.mli > src/encoding_bigarray.mli.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding_bigarray.cmi src/encoding_bigarray.mli /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bigarray -package bytes -modules src/encoding_bigarray.ml > src/encoding_bigarray.ml.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bigarray -package bytes -I src -o src/encoding_bigarray.cmo src/encoding_bigarray.ml /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -a -dllib -lbigarray_stubs -cclib -lbigarray_stubs -cclib -L/usr/lib -I src src/encoding_bigarray.cmo -o src/bigarray.cma /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamldep -package bytes -modules tests/test.ml > tests/test.ml.depends /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -package bytes -I tests -I src -o tests/test.cmo tests/test.ml /tmp/pkgbuild/textproc/ocaml-text/work.alpha/.buildlink/bin/ocamlfind ocamlc -g -I src -linkpkg -package bytes -I src -I tests src/text.cma tests/test.cmo -o tests/test.byte + /usr/pkg/bin/ocamlc unix.cma -I /usr/pkg/lib/ocaml/site-lib/ocamlbuild /usr/pkg/lib/ocaml/site-lib/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/pkg/lib/ocaml/site-lib/ocamlbuild/ocamlbuild.cmo -o myocamlbuild File "myocamlbuild.ml", line 518, characters 43-62: Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize Use String.uncapitalize_ascii instead. File "myocamlbuild.ml", line 531, characters 51-70: Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize Use String.uncapitalize_ascii instead.