===> Building for ocamlnet-4.1.9nb20 ( cd tools/cppo-0.9.4 && rm -f depend && make -f Makefile.pre generate && make all ) make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/cppo-0.9.4' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/cppo-0.9.4' ocamllex cppo_lexer.mll 352 states, 13139 transitions, table size 54668 bytes 3450 additional bytes used for bindings ocamlyacc cppo_parser.mly echo 'let cppo_version = "0.9.4"' > cppo_version.ml ocamlfind ocamldep *.ml *.mli >depend || { rm -f depend; exit 1; } make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/cppo-0.9.4' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/cppo-0.9.4' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/cppo-0.9.4' ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_types.ml ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_command.ml opts="-opaque"; \ if [ -f "$(basename cppo_parser.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -package "bytes unix" -w -25 -c $opts cppo_parser.mli ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_parser.ml ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_lexer.ml ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_eval.ml File "cppo_eval.ml", line 37, characters 6-10: 37 | let file = pos.Lexing.pos_fname in ^^^^ Warning 26 [unused-var]: unused variable file. ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_version.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -package "bytes unix" -w -25 -a -o cppo.cma cppo_types.cmo cppo_command.cmo cppo_parser.cmo cppo_lexer.cmo cppo_eval.cmo cppo_version.cmo; \ else \ ../../tools/mkstublib -o cppo cppo_types.cmo cppo_command.cmo cppo_parser.cmo cppo_lexer.cmo cppo_eval.cmo cppo_version.cmo ; \ fi ocamlfind ocamlc -g -package "bytes unix" -w -25 -c cppo_main.ml rm -f cppo cppo ocamlfind ocamlc -g -package "bytes unix" -w -25 -package unix,bytes -linkpkg -custom -o cppo cppo.cma cppo_main.cmo make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/cppo-0.9.4' ( cd tools/unimap_to_ocaml && make all ) make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/unimap_to_ocaml' ocamlfind ocamlc -g -package str -linkpkg \ -o unimap_to_ocaml \ unimap_to_ocaml.ml make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/tools/unimap_to_ocaml' for pkg in netstring-pcre netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore netzip nettls-gnutls; do \ ( cd src/$pkg && make -f Makefile.pre generate ) || exit; \ ( cd src/$pkg && make -f Makefile.pre depend ) || exit; \ ( cd src/$pkg && make all ) || exit; \ done make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' ../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES netstring_pcre.mlip > netstring_pcre.mli || \ rm -f netstring_pcre.mli ../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES netstring_pcre.mlp > netstring_pcre.ml || \ rm -f netstring_pcre.ml sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' ocamlfind ocamldep *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' opts="-opaque"; \ if [ -f "$(basename netstring_pcre.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix bytes pcre" -w -25 -c $opts netstring_pcre.mli ocamlfind ocamlc -g -safe-string -package "bytes unix bytes pcre" -w -25 -c netstring_pcre.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -package "bytes unix bytes pcre" -w -25 -a -o netstring-pcre.cma netstring_pcre.cmo; \ else \ ../../tools/mkstublib -o netstring-pcre netstring_pcre.cmo ; \ fi make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring-pcre' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_conf.ml opts="-opaque"; \ if [ -f "$(basename netsys_types.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_types.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_types.ml opts="-opaque"; \ if [ -f "$(basename netsys_oothr.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_oothr.mli opts="-opaque"; \ if [ -f "$(basename netlog.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netlog.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netlog.ml File "netlog.ml", line 132, characters 21-38: 131 | ................. 132 | ...rintf.ksprintf (l............. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename netexn.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netexn.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netexn.ml ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_impl_util.ml File "netsys_impl_util.ml", line 70, characters 14-32: 70 | let r = Pervasives.compare x a.(m) in ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename netsys_mem.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_mem.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_mem.ml opts="-opaque"; \ if [ -f "$(basename netsys_signal.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_signal.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_signal.ml opts="-opaque"; \ if [ -f "$(basename netsys_crypto_types.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_crypto_types.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_crypto_types.ml opts="-opaque"; \ if [ -f "$(basename netsys_crypto.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_crypto.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_crypto.ml opts="-opaque"; \ if [ -f "$(basename netsys_crypto_modes.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_crypto_modes.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_crypto_modes.ml opts="-opaque"; \ if [ -f "$(basename netsys_posix.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_posix.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_posix.ml File "netsys_posix.ml", line 340, characters 12-30: 339 | .. 340 | .........i = Array.of_list ........ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netsys_posix.ml", line 341, characters 12-30: 340 | 341 | ........... Pervasives.compar........ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netsys_posix.ml", line 342, characters 12-30: 341 | 342 | ........... Pervasives.compar........ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netsys_posix.ml", line 682, characters 16-34: 681 | ......... 682 | ...... t = post_fork_han.... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netsys_posix.ml", line 880, characters 14-29: 880 | (pg = Pg_keep) ?(fd_actions = []) ^^^^^^^^^^^^^^^ Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of this constructor's arguments. They are only for information and may change in future versions. (See manual section 11.5) opts="-opaque"; \ if [ -f "$(basename netsys_win32.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_win32.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_win32.ml opts="-opaque"; \ if [ -f "$(basename netsys_tls.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_tls.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_tls.ml opts="-opaque"; \ if [ -f "$(basename netsys.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys.ml opts="-opaque"; \ if [ -f "$(basename netsys_ciphers.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_ciphers.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_ciphers.ml opts="-opaque"; \ if [ -f "$(basename netsys_digests.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_digests.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_digests.ml opts="-opaque"; \ if [ -f "$(basename netsys_rng.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_rng.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_rng.ml opts="-opaque"; \ if [ -f "$(basename netsys_pollset.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset.ml opts="-opaque"; \ if [ -f "$(basename netsys_pollset_posix.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset_posix.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset_posix.ml opts="-opaque"; \ if [ -f "$(basename netsys_pollset_win32.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset_win32.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset_win32.ml File "netsys_pollset_win32.ml", line 30, characters 13-31: 29 | ......... 30 | ...rray.sort Pervasiv................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netsys_pollset_win32.ml", line 31, characters 13-31: 30 | .......... 31 | ..Array.sort Pervasi.................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netsys_pollset_win32.ml", line 32, characters 13-31: | .......... 32 | ..Hashtbl.fold 32 | (.................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename netsys_pollset_generic.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pollset_generic.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pollset_generic.ml opts="-opaque"; \ if [ -f "$(basename netsys_xdr.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_xdr.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_xdr.ml opts="-opaque"; \ if [ -f "$(basename netsys_tmp.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_tmp.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_tmp.ml opts="-opaque"; \ if [ -f "$(basename netsys_sem.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_sem.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sem.ml opts="-opaque"; \ if [ -f "$(basename netsys_pmanage.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_pmanage.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_pmanage.ml opts="-opaque"; \ if [ -f "$(basename netsys_global.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_global.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_global.ml opts="-opaque"; \ if [ -f "$(basename netsys_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_gssapi.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_gssapi.ml opts="-opaque"; \ if [ -f "$(basename netsys_sasl_types.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_sasl_types.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sasl_types.ml ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sasl_util.ml opts="-opaque"; \ if [ -f "$(basename netsys_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_sasl.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_sasl.ml opts="-opaque"; \ if [ -f "$(basename netsys_polypipe.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_polypipe.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_polypipe.ml opts="-opaque"; \ if [ -f "$(basename netsys_polysocket.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c $opts netsys_polysocket.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_polysocket.ml ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c.c' netsys_c.c:21:12: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead [-W#pragma-messages] return copy_int64(Long_val(fd)); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:175:20: note: expanded from macro 'copy_int64' #define copy_int64 CAML_DEPRECATED("copy_int64", "caml_copy_int64") caml_copy_int64 ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :180:6: note: expanded from here GCC warning "\"copy_int64\" is deprecated: use \"caml_copy_int64\" instead" ^ netsys_c.c:140:12: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] return copy_string(ctermid(s)); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string' #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :184:6: note: expanded from here GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" ^ netsys_c.c:154:12: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] return copy_string(s); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string' #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" ^ netsys_c.c:263:9: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead [-W#pragma-messages] res = alloc_small(1, Abstract_tag); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:47:21: note: expanded from macro 'alloc_small' #define alloc_small CAML_DEPRECATED("alloc_small", "caml_alloc_small") caml_alloc_small ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"alloc_small\" is deprecated: use \"caml_alloc_small\" instead" ^ netsys_c.c:284:13: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] name_out = copy_string(name_out_s); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string' #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" ^ netsys_c.c:327:12: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] return copy_string(s); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string' #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :16:6: note: expanded from here GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" ^ netsys_c.c:480:16: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] cv_flags = convert_flag_list(flags, open_flag_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :33:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c.c:481:17: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] clo_flags = convert_flag_list(flags, open_cloexec_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :37:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c.c:491:9: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] p = stat_alloc(string_length(path) + 1); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :41:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c.c:491:20: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] p = stat_alloc(string_length(path) + 1); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :45:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netsys_c.c:493:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :49:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c.c:495:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :53:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ netsys_c.c:496:5: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] stat_free(p); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:232:19: note: expanded from macro 'stat_free' #define stat_free CAML_DEPRECATED("stat_free", "caml_stat_free") caml_stat_free ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :57:6: note: expanded from here GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" ^ netsys_c.c:524:16: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] cv_perms = convert_flag_list(perms, access_permission_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :62:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c.c:525:16: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] cv_flags = convert_flag_list(flags, at_flags_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :66:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c.c:568:16: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] cv_flags = convert_flag_list(flags, at_flags_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :70:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c.c:584:16: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] cv_flags = convert_flag_list(flags, at_flags_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :3:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c.c:616:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.mkfifoat not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :7:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c.c:629:10: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] return copy_string(buffer); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string' #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :11:6: note: expanded from here GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" ^ 19 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_poll.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_poll.c' netsys_c_poll.c:151:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :165:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c_poll.c:153:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :169:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ netsys_c_poll.c:269:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.create_event_aggregator not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :3:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:289:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.destroy_event_aggregator not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :7:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:302:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.event_aggregator_fd not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :11:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:356:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.add_event_source not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :15:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:381:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.del_event_source not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :19:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:401:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.interrupt_event_aggregator not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :23:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:435:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.push_event_sources not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :27:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_poll.c:489:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.pull_event_sources not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :31:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 10 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_fadvise.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_fadvise.c' netsys_c_fadvise.c:57:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.fadvise not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :164:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 1 warning generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_fallocate.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_fallocate.c' netsys_c_fallocate.c:44:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.fallocate not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :164:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 1 warning generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_ioprio.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_ioprio.c' ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_locale.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_locale.c' netsys_c_locale.c:42:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.query_locale: no locale support"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :183:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_locale.c:43:22: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] oldcopy_locale = stat_alloc(strlen(old_locale) + 1); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :187:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c_locale.c:48:2: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] stat_free(oldcopy_locale); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:232:19: note: expanded from macro 'stat_free' #define stat_free CAML_DEPRECATED("stat_free", "caml_stat_free") caml_stat_free ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" ^ netsys_c_locale.c:49:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.query_locale: cannot set this locale"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_locale.c:53:9: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages] s = alloc(n,0); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead" ^ netsys_c_locale.c:55:18: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] Store_field(s,k,copy_string(nl_langinfo(locale_items_table[k]))); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:51:21: note: expanded from macro 'copy_string' #define copy_string CAML_DEPRECATED("copy_string", "caml_copy_string") caml_copy_string ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ netsys_c_locale.c:59:5: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] stat_free(oldcopy_locale); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:232:19: note: expanded from macro 'stat_free' #define stat_free CAML_DEPRECATED("stat_free", "caml_stat_free") caml_stat_free ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :20:6: note: expanded from here GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" ^ 7 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_multicast.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_multicast.c' netsys_c_multicast.c:46:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Not an Internet socket"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :164:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_multicast.c:80:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.mcast_set_loop"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :168:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_multicast.c:126:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.mcast_set_ttl"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_multicast.c:157:13: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] if (string_length(group_addr) != 4 || string_length(if_addr) != 4 ) ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netsys_c_multicast.c:157:47: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] if (string_length(group_addr) != 4 || string_length(if_addr) != 4 ) ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netsys_c_multicast.c:158:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.mcast_add_membership: Not an IPV4 address"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_multicast.c:196:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.mcast_add_membership"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_multicast.c:226:13: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] if (string_length(group_addr) != 4 || string_length(if_addr) != 4 ) ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netsys_c_multicast.c:226:47: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] if (string_length(group_addr) != 4 || string_length(if_addr) != 4 ) ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netsys_c_multicast.c:227:13: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.mcast_drop_membership: Not an IPV4 address"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_multicast.c:265:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.mcast_drop_membership"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :34:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 11 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_sem.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_sem.c' netsys_c_sem.c:123:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] flags = convert_flag_list(flagsv, sem_open_flag_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :165:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c_sem.c:144:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument ("Netsys.sem_close: stale semaphore"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :169:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:184:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.sem_init not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:199:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.as_sem not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:218:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys.sem_destroy not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:232:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument ("Netsys.sem_getvalue: stale semaphore"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:233:12: warning: 'sem_getvalue' is deprecated [-Wdeprecated-declarations] code = sem_getvalue(sb->sem_ptr, &sval); ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/semaphore.h:54:56: note: 'sem_getvalue' has been explicitly marked deprecated here int sem_getvalue(sem_t * __restrict, int * __restrict) __deprecated; ^ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated' #define __deprecated __attribute__((__deprecated__)) ^ netsys_c_sem.c:253:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument ("Netsys.sem_post: stale semaphore"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:273:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument ("Netsys.sem_wait: stale semaphore"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_sem.c:276:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c_sem.c:281:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ 11 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_shm.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_shm.c' netsys_c_shm.c:39:16: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] cv_flags = convert_flag_list(flags, shm_open_flag_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :180:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c_shm.c:40:9: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] p = stat_alloc(string_length(path) + 1); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :184:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c_shm.c:40:20: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] p = stat_alloc(string_length(path) + 1); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netsys_c_shm.c:43:5: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] stat_free(p); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:232:19: note: expanded from macro 'stat_free' #define stat_free CAML_DEPRECATED("stat_free", "caml_stat_free") caml_stat_free ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" ^ 4 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_spawn.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_spawn.c' netsys_c_spawn.c:142:14: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sub_argv[k] = Bytes_val(Field(v_args, k)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ netsys_c_spawn.c:150:13: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sub_env[k] = Bytes_val(Field(v_env, k)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ netsys_c_spawn.c:573:14: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sub_argv[k] = Bytes_val(Field(v_args, k)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ netsys_c_spawn.c:581:13: warning: assigning to 'char *' from 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] sub_env[k] = Bytes_val(Field(v_env, k)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ netsys_c_spawn.c:617:6: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :98:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_spawn.c:641:6: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :102:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_spawn.c:806:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("USE_FORK_EXEC"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :106:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ 7 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_subprocess.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_subprocess.c' netsys_c_subprocess.c:285:6: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Cannot allocate memory"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :121:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_subprocess.c:352:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.watch_subprocess: uninitialized"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_subprocess.c:428:6: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Cannot allocate memory"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_subprocess.c:472:9: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages] r = alloc(2,0); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead" ^ netsys_c_subprocess.c:557:11: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead [-W#pragma-messages] st = alloc_small(1, TAG_WEXITED); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:47:21: note: expanded from macro 'alloc_small' #define alloc_small CAML_DEPRECATED("alloc_small", "caml_alloc_small") caml_alloc_small ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"alloc_small\" is deprecated: use \"caml_alloc_small\" instead" ^ netsys_c_subprocess.c:561:11: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead [-W#pragma-messages] st = alloc_small(1, TAG_WSIGNALED); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:47:21: note: expanded from macro 'alloc_small' #define alloc_small CAML_DEPRECATED("alloc_small", "caml_alloc_small") caml_alloc_small ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"alloc_small\" is deprecated: use \"caml_alloc_small\" instead" ^ netsys_c_subprocess.c:565:6: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages] r = alloc(1,0); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead" ^ netsys_c_subprocess.c:651:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.watch_subprocess: uninitialized"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_subprocess.c:689:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.watch_subprocess: uninitialized"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ 9 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_syslog.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_syslog.c' netsys_c_syslog.c:89:18: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] ident_buf = stat_alloc(IDENT_BUF_LEN); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :166:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c_syslog.c:97:15: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] options = convert_flag_list(opts, syslog_opt_flags); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :170:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ 2 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_clock.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_clock.c' netsys_c_clock.c:26:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix: time value out of range"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :13:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_clock.c:29:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix: time value out of range"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :17:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_clock.c:47:13: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages] tsout = alloc(2,0); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :31:6: note: expanded from here GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead" ^ netsys_c_clock.c:194:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.clock_getcpuclockid not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :109:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_clock.c:316:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.timer_create not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :113:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_clock.c:366:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.timer_settime not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :117:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_clock.c:401:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.timer_gettime not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :121:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_clock.c:427:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.timer_delete not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :125:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_clock.c:441:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_posix.timer_delete not available"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :129:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 9 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_event.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_event.c' netsys_c_event.c:271:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.set_nonblock_event: already destroyed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :122:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_event.c:293:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.get_event_fd_nodup: already destroyed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_event.c:309:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.get_event_fd: already destroyed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_event.c:353:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.set_event: already destroyed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :41:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_event.c:355:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.set_event: not allowed for this type of event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :45:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_event.c:376:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.wait_event: already destroyed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :60:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_event.c:405:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_posix.consume_event: already destroyed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :75:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ 7 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_win32.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_win32.c' netsys_c_win32.c:60:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_fill_random"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :164:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:79:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_full_path_name"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :168:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:97:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_long_path_name"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:115:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_modify_close_on_exec"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:134:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_test_close_on_exec"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:148:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_is_crt_fd"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:227:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_create_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:249:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_close_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:262:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_set_auto_close_event_proxy"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:279:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_set_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:295:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_reset_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :34:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:315:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_test_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :38:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:345:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_event_wait"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :42:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:356:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_event_descr"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :46:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:386:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_wsa_event_select"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :50:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:394:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_wsa_maximum_wait_events"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :54:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:481:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_wsa_wait_for_multiple_events"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :58:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:541:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_wsa_enum_network_events"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1035:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_create_local_named_pipe"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1133:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_listen"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1205:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_unlisten"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1275:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_connect"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1336:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_read"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1403:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_write"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1441:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_shutdown"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1456:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_free"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :34:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1472:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_conn_state"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :38:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1490:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_rd_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :42:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1508:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_wr_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :46:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1521:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_descr"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :50:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1533:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_set_auto_close_pipe_proxy"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :54:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1549:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_pipe_signal"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :58:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1719:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_create_process"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1780:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_search_path"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1797:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_terminate_process"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1810:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_process_descr"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1822:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_set_auto_close_process_proxy"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1837:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_close_process"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1852:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_close_process"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1885:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_process_status"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1896:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_as_process_event"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :34:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1918:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_emulated_pid"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :38:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1929:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_win_pid"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :42:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1938:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_has_console"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :46:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1953:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_is_console"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :50:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:1965:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_alloc_console"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :54:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2004:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_console_attr"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :58:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2063:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_set_console_attr"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :2:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2095:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_console_info"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :6:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2149:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_console_mode"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :10:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2218:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_set_console_mode"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :14:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2227:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_getacp"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :18:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2246:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_init_console_codepage"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :22:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2341:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_clear_console"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :26:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2350:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_get_current_thread_id"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :30:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2397:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_cancel_synchronous_io"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :34:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_win32.c:2510:5: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_real_select"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :38:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 57 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_htab.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_htab.c' ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_queue.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_queue.c' ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_mem.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_mem.c' netsys_c_mem.c:33:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :168:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:33:33: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :172:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:34:12: warning: initializing 'char *' with an expression of type 'unsigned char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] char * s = Bytes_val(sv); ^ ~~~~~~~~~~~~~ netsys_c_mem.c:51:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :176:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:51:33: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:65:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:65:33: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:86:12: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead [-W#pragma-messages] return alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:343:29: note: expanded from macro 'alloc_bigarray_dims' #define alloc_bigarray_dims CAML_DEPRECATED("alloc_bigarray_dims", "caml_ba_alloc_dims") caml_ba_alloc_dims ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :16:6: note: expanded from here GCC warning "\"alloc_bigarray_dims\" is deprecated: use \"caml_ba_alloc_dims\" instead" ^ netsys_c_mem.c:86:32: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead [-W#pragma-messages] return alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:330:27: note: expanded from macro 'BIGARRAY_C_LAYOUT' #define BIGARRAY_C_LAYOUT CAML_DEPRECATED("BIGARRAY_C_LAYOUT", "CAML_BA_C_LAYOUT") CAML_BA_C_LAYOUT ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :20:6: note: expanded from here GCC warning "\"BIGARRAY_C_LAYOUT\" is deprecated: use \"CAML_BA_C_LAYOUT\" instead" ^ netsys_c_mem.c:86:52: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead [-W#pragma-messages] return alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:319:24: note: expanded from macro 'BIGARRAY_UINT8' #define BIGARRAY_UINT8 CAML_DEPRECATED("BIGARRAY_UINT8", "CAML_BA_UINT8") CAML_BA_UINT8 ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :24:6: note: expanded from here GCC warning "\"BIGARRAY_UINT8\" is deprecated: use \"CAML_BA_UINT8\" instead" ^ netsys_c_mem.c:114:9: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead [-W#pragma-messages] r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:343:29: note: expanded from macro 'alloc_bigarray_dims' #define alloc_bigarray_dims CAML_DEPRECATED("alloc_bigarray_dims", "caml_ba_alloc_dims") caml_ba_alloc_dims ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :28:6: note: expanded from here GCC warning "\"alloc_bigarray_dims\" is deprecated: use \"caml_ba_alloc_dims\" instead" ^ netsys_c_mem.c:114:29: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead [-W#pragma-messages] r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:330:27: note: expanded from macro 'BIGARRAY_C_LAYOUT' #define BIGARRAY_C_LAYOUT CAML_DEPRECATED("BIGARRAY_C_LAYOUT", "CAML_BA_C_LAYOUT") CAML_BA_C_LAYOUT ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :32:6: note: expanded from here GCC warning "\"BIGARRAY_C_LAYOUT\" is deprecated: use \"CAML_BA_C_LAYOUT\" instead" ^ netsys_c_mem.c:114:49: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead [-W#pragma-messages] r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:319:24: note: expanded from macro 'BIGARRAY_UINT8' #define BIGARRAY_UINT8 CAML_DEPRECATED("BIGARRAY_UINT8", "CAML_BA_UINT8") CAML_BA_UINT8 ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :36:6: note: expanded from here GCC warning "\"BIGARRAY_UINT8\" is deprecated: use \"CAML_BA_UINT8\" instead" ^ netsys_c_mem.c:115:8: warning: "BIGARRAY_MAPPED_FILE" is deprecated: use "CAML_BA_MAPPED_FILE" instead [-W#pragma-messages] BIGARRAY_MAPPED_FILE, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:336:30: note: expanded from macro 'BIGARRAY_MAPPED_FILE' #define BIGARRAY_MAPPED_FILE CAML_DEPRECATED("BIGARRAY_MAPPED_FILE", "CAML_BA_MAPPED_FILE") CAML_BA_MAPPED_FILE ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :40:6: note: expanded from here GCC warning "\"BIGARRAY_MAPPED_FILE\" is deprecated: use \"CAML_BA_MAPPED_FILE\" instead" ^ netsys_c_mem.c:128:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :44:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:128:33: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :48:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:142:3: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem.zero_pages assertion failed"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :52:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:146:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_mem.zero_pages only for whole pages"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :56:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_mem.c:167:9: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead [-W#pragma-messages] r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:343:29: note: expanded from macro 'alloc_bigarray_dims' #define alloc_bigarray_dims CAML_DEPRECATED("alloc_bigarray_dims", "caml_ba_alloc_dims") caml_ba_alloc_dims ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :60:6: note: expanded from here GCC warning "\"alloc_bigarray_dims\" is deprecated: use \"caml_ba_alloc_dims\" instead" ^ netsys_c_mem.c:167:29: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead [-W#pragma-messages] r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:330:27: note: expanded from macro 'BIGARRAY_C_LAYOUT' #define BIGARRAY_C_LAYOUT CAML_DEPRECATED("BIGARRAY_C_LAYOUT", "CAML_BA_C_LAYOUT") CAML_BA_C_LAYOUT ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :64:6: note: expanded from here GCC warning "\"BIGARRAY_C_LAYOUT\" is deprecated: use \"CAML_BA_C_LAYOUT\" instead" ^ netsys_c_mem.c:167:49: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead [-W#pragma-messages] r = alloc_bigarray_dims(BIGARRAY_C_LAYOUT | BIGARRAY_UINT8 | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:319:24: note: expanded from macro 'BIGARRAY_UINT8' #define BIGARRAY_UINT8 CAML_DEPRECATED("BIGARRAY_UINT8", "CAML_BA_UINT8") CAML_BA_UINT8 ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"BIGARRAY_UINT8\" is deprecated: use \"CAML_BA_UINT8\" instead" ^ netsys_c_mem.c:168:8: warning: "BIGARRAY_MANAGED" is deprecated: use "CAML_BA_MANAGED" instead [-W#pragma-messages] BIGARRAY_MANAGED, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:335:26: note: expanded from macro 'BIGARRAY_MANAGED' #define BIGARRAY_MANAGED CAML_DEPRECATED("BIGARRAY_MANAGED", "CAML_BA_MANAGED") CAML_BA_MANAGED ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"BIGARRAY_MANAGED\" is deprecated: use \"CAML_BA_MANAGED\" instead" ^ netsys_c_mem.c:200:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem: large files not supported on this OS"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:214:6: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem: cannot mmap - file position exceeds file size"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :16:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:217:6: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem: cannot mmap - file too large"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :20:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:222:6: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("netsys_map_file"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :24:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_mem.c:235:12: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead [-W#pragma-messages] return alloc_bigarray_dims(BIGARRAY_UINT8 | BIGARRAY_C_LAYOUT | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:343:29: note: expanded from macro 'alloc_bigarray_dims' #define alloc_bigarray_dims CAML_DEPRECATED("alloc_bigarray_dims", "caml_ba_alloc_dims") caml_ba_alloc_dims ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :28:6: note: expanded from here GCC warning "\"alloc_bigarray_dims\" is deprecated: use \"caml_ba_alloc_dims\" instead" ^ netsys_c_mem.c:235:32: warning: "BIGARRAY_UINT8" is deprecated: use "CAML_BA_UINT8" instead [-W#pragma-messages] return alloc_bigarray_dims(BIGARRAY_UINT8 | BIGARRAY_C_LAYOUT | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:319:24: note: expanded from macro 'BIGARRAY_UINT8' #define BIGARRAY_UINT8 CAML_DEPRECATED("BIGARRAY_UINT8", "CAML_BA_UINT8") CAML_BA_UINT8 ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :32:6: note: expanded from here GCC warning "\"BIGARRAY_UINT8\" is deprecated: use \"CAML_BA_UINT8\" instead" ^ netsys_c_mem.c:235:49: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead [-W#pragma-messages] return alloc_bigarray_dims(BIGARRAY_UINT8 | BIGARRAY_C_LAYOUT | ^ /opt/pkg/lib/ocaml/caml/compatibility.h:330:27: note: expanded from macro 'BIGARRAY_C_LAYOUT' #define BIGARRAY_C_LAYOUT CAML_DEPRECATED("BIGARRAY_C_LAYOUT", "CAML_BA_C_LAYOUT") CAML_BA_C_LAYOUT ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :36:6: note: expanded from here GCC warning "\"BIGARRAY_C_LAYOUT\" is deprecated: use \"CAML_BA_C_LAYOUT\" instead" ^ netsys_c_mem.c:236:11: warning: "BIGARRAY_MAPPED_FILE" is deprecated: use "CAML_BA_MAPPED_FILE" instead [-W#pragma-messages] BIGARRAY_MAPPED_FILE, 1, eff_addr, basize); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:336:30: note: expanded from macro 'BIGARRAY_MAPPED_FILE' #define BIGARRAY_MAPPED_FILE CAML_DEPRECATED("BIGARRAY_MAPPED_FILE", "CAML_BA_MAPPED_FILE") CAML_BA_MAPPED_FILE ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :40:6: note: expanded from here GCC warning "\"BIGARRAY_MAPPED_FILE\" is deprecated: use \"CAML_BA_MAPPED_FILE\" instead" ^ netsys_c_mem.c:257:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :44:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:257:31: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :48:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:258:21: warning: "BIGARRAY_MANAGED_MASK" is deprecated: use "CAML_BA_MANAGED_MASK" instead [-W#pragma-messages] if ((b->flags & BIGARRAY_MANAGED_MASK) == BIGARRAY_MAPPED_FILE) { ^ /opt/pkg/lib/ocaml/caml/compatibility.h:337:31: note: expanded from macro 'BIGARRAY_MANAGED_MASK' #define BIGARRAY_MANAGED_MASK CAML_DEPRECATED("BIGARRAY_MANAGED_MASK", "CAML_BA_MANAGED_MASK") CAML_BA_MANAGED_MASK ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :52:6: note: expanded from here GCC warning "\"BIGARRAY_MANAGED_MASK\" is deprecated: use \"CAML_BA_MANAGED_MASK\" instead" ^ netsys_c_mem.c:258:47: warning: "BIGARRAY_MAPPED_FILE" is deprecated: use "CAML_BA_MAPPED_FILE" instead [-W#pragma-messages] if ((b->flags & BIGARRAY_MANAGED_MASK) == BIGARRAY_MAPPED_FILE) { ^ /opt/pkg/lib/ocaml/caml/compatibility.h:336:30: note: expanded from macro 'BIGARRAY_MAPPED_FILE' #define BIGARRAY_MAPPED_FILE CAML_DEPRECATED("BIGARRAY_MAPPED_FILE", "CAML_BA_MAPPED_FILE") CAML_BA_MAPPED_FILE ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :56:6: note: expanded from here GCC warning "\"BIGARRAY_MAPPED_FILE\" is deprecated: use \"CAML_BA_MAPPED_FILE\" instead" ^ netsys_c_mem.c:263:16: warning: "BIGARRAY_MANAGED_MASK" is deprecated: use "CAML_BA_MANAGED_MASK" instead [-W#pragma-messages] (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:337:31: note: expanded from macro 'BIGARRAY_MANAGED_MASK' #define BIGARRAY_MANAGED_MASK CAML_DEPRECATED("BIGARRAY_MANAGED_MASK", "CAML_BA_MANAGED_MASK") CAML_BA_MANAGED_MASK ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :60:6: note: expanded from here GCC warning "\"BIGARRAY_MANAGED_MASK\" is deprecated: use \"CAML_BA_MANAGED_MASK\" instead" ^ netsys_c_mem.c:263:41: warning: "BIGARRAY_EXTERNAL" is deprecated: use "CAML_BA_EXTERNAL" instead [-W#pragma-messages] (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:334:27: note: expanded from macro 'BIGARRAY_EXTERNAL' #define BIGARRAY_EXTERNAL CAML_DEPRECATED("BIGARRAY_EXTERNAL", "CAML_BA_EXTERNAL") CAML_BA_EXTERNAL ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :64:6: note: expanded from here GCC warning "\"BIGARRAY_EXTERNAL\" is deprecated: use \"CAML_BA_EXTERNAL\" instead" ^ netsys_c_mem.c:270:16: warning: "BIGARRAY_MANAGED_MASK" is deprecated: use "CAML_BA_MANAGED_MASK" instead [-W#pragma-messages] (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:337:31: note: expanded from macro 'BIGARRAY_MANAGED_MASK' #define BIGARRAY_MANAGED_MASK CAML_DEPRECATED("BIGARRAY_MANAGED_MASK", "CAML_BA_MANAGED_MASK") CAML_BA_MANAGED_MASK ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"BIGARRAY_MANAGED_MASK\" is deprecated: use \"CAML_BA_MANAGED_MASK\" instead" ^ netsys_c_mem.c:270:41: warning: "BIGARRAY_EXTERNAL" is deprecated: use "CAML_BA_EXTERNAL" instead [-W#pragma-messages] (b->flags & ~BIGARRAY_MANAGED_MASK) | BIGARRAY_EXTERNAL; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:334:27: note: expanded from macro 'BIGARRAY_EXTERNAL' #define BIGARRAY_EXTERNAL CAML_DEPRECATED("BIGARRAY_EXTERNAL", "CAML_BA_EXTERNAL") CAML_BA_EXTERNAL ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"BIGARRAY_EXTERNAL\" is deprecated: use \"CAML_BA_EXTERNAL\" instead" ^ netsys_c_mem.c:281:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:282:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *mem; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :16:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:288:9: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] b = Bigarray_val(bv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :40:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:294:12: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages] dimv = alloc(b->num_dims,0); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :44:6: note: expanded from here GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead" ^ netsys_c_mem.c:300:11: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] mem = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :48:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:378:23: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :53:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:399:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :57:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c_mem.c:401:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); /* keeps errno intact */ ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :61:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ netsys_c_mem.c:419:23: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :65:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:440:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :69:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c_mem.c:442:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :73:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ netsys_c_mem.c:469:23: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :77:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:470:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] flags = convert_flag_list(flagsv, msg_flag_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c_mem.c:478:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c_mem.c:486:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ netsys_c_mem.c:509:23: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] data = ((char *) (Bigarray_val(memv)->data)) + Long_val(offv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :16:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:510:13: warning: "convert_flag_list" is deprecated: use "caml_convert_flag_list" instead [-W#pragma-messages] flags = convert_flag_list(flagsv, msg_flag_table); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:54:27: note: expanded from macro 'convert_flag_list' #define convert_flag_list CAML_DEPRECATED("convert_flag_list", "caml_convert_flag_list") caml_convert_flag_list ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :20:6: note: expanded from here GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" ^ netsys_c_mem.c:518:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] enter_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:267:32: note: expanded from macro 'enter_blocking_section' #define enter_blocking_section CAML_DEPRECATED("enter_blocking_section", "caml_enter_blocking_section") caml_enter_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :24:6: note: expanded from here GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" ^ netsys_c_mem.c:526:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] leave_blocking_section(); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:268:32: note: expanded from macro 'leave_blocking_section' #define leave_blocking_section CAML_DEPRECATED("leave_blocking_section", "caml_leave_blocking_section") caml_leave_blocking_section ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :28:6: note: expanded from here GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" ^ netsys_c_mem.c:540:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :32:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:540:31: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :36:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:547:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :40:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:547:31: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :44:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:553:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem.value_area: error"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :48:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:563:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :52:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:563:31: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :56:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:577:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :60:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:577:31: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :3:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:585:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_mem.init_header"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :7:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_mem.c:622:12: warning: "caml_bigarray" is deprecated: use "caml_ba_array" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:339:23: note: expanded from macro 'caml_bigarray' #define caml_bigarray CAML_DEPRECATED("caml_bigarray", "caml_ba_array") caml_ba_array ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :11:6: note: expanded from here GCC warning "\"caml_bigarray\" is deprecated: use \"caml_ba_array\" instead" ^ netsys_c_mem.c:622:31: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] struct caml_bigarray *b = Bigarray_val(memv); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :15:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:632:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_mem.init_string"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :19:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netsys_c_mem.c:1002:16: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] b_work = Bigarray_val(work); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :23:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:1003:16: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] b_copy = Bigarray_val(copy); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :27:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:1009:41: warning: "BIGARRAY_KIND_MASK" is deprecated: use "CAML_BA_KIND_MASK" instead [-W#pragma-messages] caml_ba_element_size[b_work->flags & BIGARRAY_KIND_MASK]; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:328:28: note: expanded from macro 'BIGARRAY_KIND_MASK' #define BIGARRAY_KIND_MASK CAML_DEPRECATED("BIGARRAY_KIND_MASK", "CAML_BA_KIND_MASK") CAML_BA_KIND_MASK ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :31:6: note: expanded from here GCC warning "\"BIGARRAY_KIND_MASK\" is deprecated: use \"CAML_BA_KIND_MASK\" instead" ^ netsys_c_mem.c:1038:16: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] data_copy = stat_alloc(size_aligned); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :35:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c_mem.c:1257:12: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] stat_alloc(sizeof(struct named_custom_ops)); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :39:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c_mem.c:1258:14: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] ops->name = stat_alloc(caml_string_length(Field(pair,0))+1); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:231:20: note: expanded from macro 'stat_alloc' #define stat_alloc CAML_DEPRECATED("stat_alloc", "caml_stat_alloc") caml_stat_alloc ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :43:6: note: expanded from here GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" ^ netsys_c_mem.c:1265:26: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] mem_data = ((char *) Bigarray_val(memv)->data) + off; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :47:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:1266:26: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] mem_end = mem_data + Bigarray_val(memv)->dim[0]; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:340:22: note: expanded from macro 'Bigarray_val' #define Bigarray_val CAML_DEPRECATED("Bigarray_val", "Caml_ba_array_val") Caml_ba_array_val ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :51:6: note: expanded from here GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" ^ netsys_c_mem.c:1290:2: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] stat_free(ops->name); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:232:19: note: expanded from macro 'stat_free' #define stat_free CAML_DEPRECATED("stat_free", "caml_stat_free") caml_stat_free ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :55:6: note: expanded from here GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" ^ netsys_c_mem.c:1291:2: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] stat_free(ops); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:232:19: note: expanded from macro 'stat_free' #define stat_free CAML_DEPRECATED("stat_free", "caml_stat_free") caml_stat_free ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :59:6: note: expanded from here GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" ^ netsys_c_mem.c:1312:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem.init_value: Library error"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :63:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:1316:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem.init_value: Unknown error"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :67:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:1354:29: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead [-W#pragma-messages] struct named_custom_ops int32_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:171:19: note: expanded from macro 'int32_ops' #define int32_ops CAML_DEPRECATED("int32_ops", "caml_int32_ops") caml_int32_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"int32_ops\" is deprecated: use \"caml_int32_ops\" instead" ^ netsys_c_mem.c:1355:29: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead [-W#pragma-messages] struct named_custom_ops int64_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:174:19: note: expanded from macro 'int64_ops' #define int64_ops CAML_DEPRECATED("int64_ops", "caml_int64_ops") caml_int64_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"int64_ops\" is deprecated: use \"caml_int64_ops\" instead" ^ netsys_c_mem.c:1356:29: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead [-W#pragma-messages] struct named_custom_ops nativeint_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:176:23: note: expanded from macro 'nativeint_ops' #define nativeint_ops CAML_DEPRECATED("nativeint_ops", "caml_nativeint_ops") caml_nativeint_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"nativeint_ops\" is deprecated: use \"caml_nativeint_ops\" instead" ^ netsys_c_mem.c:1392:17: warning: "alloc_bigarray_dims" is deprecated: use "caml_ba_alloc_dims" instead [-W#pragma-messages] Custom_ops_val(alloc_bigarray_dims(CAML_BA_UINT8 | BIGARRAY_C_LAYOUT, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:343:29: note: expanded from macro 'alloc_bigarray_dims' #define alloc_bigarray_dims CAML_DEPRECATED("alloc_bigarray_dims", "caml_ba_alloc_dims") caml_ba_alloc_dims ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ netsys_c_mem.c:1392:53: warning: "BIGARRAY_C_LAYOUT" is deprecated: use "CAML_BA_C_LAYOUT" instead [-W#pragma-messages] Custom_ops_val(alloc_bigarray_dims(CAML_BA_UINT8 | BIGARRAY_C_LAYOUT, ^ /opt/pkg/lib/ocaml/caml/compatibility.h:330:27: note: expanded from macro 'BIGARRAY_C_LAYOUT' #define BIGARRAY_C_LAYOUT CAML_DEPRECATED("BIGARRAY_C_LAYOUT", "CAML_BA_C_LAYOUT") CAML_BA_C_LAYOUT ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ netsys_c_mem.c:1394:26: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead [-W#pragma-messages] bigarray_ops.next = &int32_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:171:19: note: expanded from macro 'int32_ops' #define int32_ops CAML_DEPRECATED("int32_ops", "caml_int32_ops") caml_int32_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :45:6: note: expanded from here GCC warning "\"int32_ops\" is deprecated: use \"caml_int32_ops\" instead" ^ netsys_c_mem.c:1396:5: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead [-W#pragma-messages] int32_ops.name = "_i"; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:171:19: note: expanded from macro 'int32_ops' #define int32_ops CAML_DEPRECATED("int32_ops", "caml_int32_ops") caml_int32_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :49:6: note: expanded from here GCC warning "\"int32_ops\" is deprecated: use \"caml_int32_ops\" instead" ^ netsys_c_mem.c:1397:5: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead [-W#pragma-messages] int32_ops.ops = Custom_ops_val(caml_copy_int32(0)); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:171:19: note: expanded from macro 'int32_ops' #define int32_ops CAML_DEPRECATED("int32_ops", "caml_int32_ops") caml_int32_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :53:6: note: expanded from here GCC warning "\"int32_ops\" is deprecated: use \"caml_int32_ops\" instead" ^ netsys_c_mem.c:1398:5: warning: "int32_ops" is deprecated: use "caml_int32_ops" instead [-W#pragma-messages] int32_ops.next = &int64_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:171:19: note: expanded from macro 'int32_ops' #define int32_ops CAML_DEPRECATED("int32_ops", "caml_int32_ops") caml_int32_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :57:6: note: expanded from here GCC warning "\"int32_ops\" is deprecated: use \"caml_int32_ops\" instead" ^ netsys_c_mem.c:1398:23: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead [-W#pragma-messages] int32_ops.next = &int64_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:174:19: note: expanded from macro 'int64_ops' #define int64_ops CAML_DEPRECATED("int64_ops", "caml_int64_ops") caml_int64_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :61:6: note: expanded from here GCC warning "\"int64_ops\" is deprecated: use \"caml_int64_ops\" instead" ^ netsys_c_mem.c:1400:5: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead [-W#pragma-messages] int64_ops.name = "_j"; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:174:19: note: expanded from macro 'int64_ops' #define int64_ops CAML_DEPRECATED("int64_ops", "caml_int64_ops") caml_int64_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :65:6: note: expanded from here GCC warning "\"int64_ops\" is deprecated: use \"caml_int64_ops\" instead" ^ netsys_c_mem.c:1401:5: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead [-W#pragma-messages] int64_ops.ops = Custom_ops_val(caml_copy_int64(0)); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:174:19: note: expanded from macro 'int64_ops' #define int64_ops CAML_DEPRECATED("int64_ops", "caml_int64_ops") caml_int64_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :69:6: note: expanded from here GCC warning "\"int64_ops\" is deprecated: use \"caml_int64_ops\" instead" ^ netsys_c_mem.c:1402:5: warning: "int64_ops" is deprecated: use "caml_int64_ops" instead [-W#pragma-messages] int64_ops.next = &nativeint_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:174:19: note: expanded from macro 'int64_ops' #define int64_ops CAML_DEPRECATED("int64_ops", "caml_int64_ops") caml_int64_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :73:6: note: expanded from here GCC warning "\"int64_ops\" is deprecated: use \"caml_int64_ops\" instead" ^ netsys_c_mem.c:1402:23: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead [-W#pragma-messages] int64_ops.next = &nativeint_ops; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:176:23: note: expanded from macro 'nativeint_ops' #define nativeint_ops CAML_DEPRECATED("nativeint_ops", "caml_nativeint_ops") caml_nativeint_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :77:6: note: expanded from here GCC warning "\"nativeint_ops\" is deprecated: use \"caml_nativeint_ops\" instead" ^ netsys_c_mem.c:1404:5: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead [-W#pragma-messages] nativeint_ops.name = "_n"; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:176:23: note: expanded from macro 'nativeint_ops' #define nativeint_ops CAML_DEPRECATED("nativeint_ops", "caml_nativeint_ops") caml_nativeint_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :81:6: note: expanded from here GCC warning "\"nativeint_ops\" is deprecated: use \"caml_nativeint_ops\" instead" ^ netsys_c_mem.c:1405:5: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead [-W#pragma-messages] nativeint_ops.ops = Custom_ops_val(caml_copy_nativeint(0)); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:176:23: note: expanded from macro 'nativeint_ops' #define nativeint_ops CAML_DEPRECATED("nativeint_ops", "caml_nativeint_ops") caml_nativeint_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :3:6: note: expanded from here GCC warning "\"nativeint_ops\" is deprecated: use \"caml_nativeint_ops\" instead" ^ netsys_c_mem.c:1406:5: warning: "nativeint_ops" is deprecated: use "caml_nativeint_ops" instead [-W#pragma-messages] nativeint_ops.next = NULL; ^ /opt/pkg/lib/ocaml/caml/compatibility.h:176:23: note: expanded from macro 'nativeint_ops' #define nativeint_ops CAML_DEPRECATED("nativeint_ops", "caml_nativeint_ops") caml_nativeint_ops ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :7:6: note: expanded from here GCC warning "\"nativeint_ops\" is deprecated: use \"caml_nativeint_ops\" instead" ^ netsys_c_mem.c:1495:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem.copy_value: Library error"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :12:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:1499:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] failwith("Netsys_mem.copy_value: Unknown error"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :16:6: note: expanded from here GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" ^ netsys_c_mem.c:1512:6: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead [-W#pragma-messages] r = alloc_small(2,0); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:47:21: note: expanded from macro 'alloc_small' #define alloc_small CAML_DEPRECATED("alloc_small", "caml_alloc_small") caml_alloc_small ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :39:6: note: expanded from here GCC warning "\"alloc_small\" is deprecated: use \"caml_alloc_small\" instead" ^ netsys_c_mem.c:1517:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netsys_mem.get_custom_ops"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :43:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ 103 warnings generated. ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_xdr.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_xdr.c' ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_ip6.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_ip6.c' if [ "Xnetsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -a -o netsys.cma netsys_conf.cmo netsys_types.cmo netlog.cmo netexn.cmo netsys_impl_util.cmo netsys_mem.cmo netsys_signal.cmo netsys_crypto_types.cmo netsys_crypto.cmo netsys_crypto_modes.cmo netsys_posix.cmo netsys_win32.cmo netsys_tls.cmo netsys.cmo netsys_ciphers.cmo netsys_digests.cmo netsys_rng.cmo netsys_pollset.cmo netsys_pollset_posix.cmo netsys_pollset_win32.cmo netsys_pollset_generic.cmo netsys_xdr.cmo netsys_tmp.cmo netsys_sem.cmo netsys_pmanage.cmo netsys_global.cmo netsys_gssapi.cmo netsys_sasl_types.cmo netsys_sasl_util.cmo netsys_sasl.cmo netsys_polypipe.cmo netsys_polysocket.cmo; \ else \ ../../tools/mkstublib -o netsys netsys_conf.cmo netsys_types.cmo netlog.cmo netexn.cmo netsys_impl_util.cmo netsys_mem.cmo netsys_signal.cmo netsys_crypto_types.cmo netsys_crypto.cmo netsys_crypto_modes.cmo netsys_posix.cmo netsys_win32.cmo netsys_tls.cmo netsys.cmo netsys_ciphers.cmo netsys_digests.cmo netsys_rng.cmo netsys_pollset.cmo netsys_pollset_posix.cmo netsys_pollset_win32.cmo netsys_pollset_generic.cmo netsys_xdr.cmo netsys_tmp.cmo netsys_sem.cmo netsys_pmanage.cmo netsys_global.cmo netsys_gssapi.cmo netsys_sasl_types.cmo netsys_sasl_util.cmo netsys_sasl.cmo netsys_polypipe.cmo netsys_polysocket.cmo netsys_c.o netsys_c_poll.o netsys_c_fadvise.o netsys_c_fallocate.o netsys_c_ioprio.o netsys_c_locale.o netsys_c_multicast.o netsys_c_sem.o netsys_c_shm.o netsys_c_spawn.o netsys_c_subprocess.o netsys_c_syslog.o netsys_c_clock.o netsys_c_event.o netsys_c_win32.o netsys_c_htab.o netsys_c_queue.o netsys_c_mem.o netsys_c_xdr.o netsys_c_ip6.o ; \ fi ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c netsys_oothr.ml ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr.cma -a netsys_oothr.cmo ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_outofheap.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netsys_c_outofheap.c' opts="-opaque"; \ if [ -f "$(basename netsys_oothr_mt.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread $opts netsys_oothr_mt.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread netsys_oothr_mt.ml ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -o netsys_oothr_mt.cma -a \ netsys_oothr.cmo netsys_oothr_mt.cmo opts="-opaque"; \ if [ -f "$(basename netsys_oothr_mt_init.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread $opts netsys_oothr_mt_init.mli ocamlfind ocamlc -g -safe-string -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_O_SHARE_DELETE -D HAVE_O_CLOEXEC -D HAVE_O_KEEPEXEC -D HAVE_BYTES " -w -25 -c -thread netsys_oothr_mt_init.ml make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netsys' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' opts="-opaque"; \ if [ -f "$(basename netshm.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netshm.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netshm.ml File "netshm.ml", line 136, characters 17-35: 136 | (Pervasives.compare : int -> int -> int) ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename netshm_data.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netshm_data.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netshm_data.ml opts="-opaque"; \ if [ -f "$(basename netshm_hashtbl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netshm_hashtbl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netshm_hashtbl.ml opts="-opaque"; \ if [ -f "$(basename netshm_array.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netshm_array.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netshm_array.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netshm.cma netshm.cmo netshm_data.cmo netshm_hashtbl.cmo netshm_array.cmo; \ else \ ../../tools/mkstublib -o netshm netshm.cmo netshm_data.cmo netshm_hashtbl.cmo netshm_array.cmo ; \ fi make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netshm' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' sed -e 's/@VERSION@//' netconst.mlp >netconst.ml ocamllex netglob_lex.mll 69 states, 297 transitions, table size 1602 bytes ocaml ../../tools/unicode_charinfo.ml unicode_charinfo.txt \ > netunichar.ml ../../tools/unimap_to_ocaml/unimap_to_ocaml \ -o netmappings_asn1.ml netmappings_asn1.pmap Reading netmappings_asn1.pmap Processing asn1_t61 (Heavy conflicts: 3 of 256) Processing asn1_printable (Heavy conflicts: 0 of 256) Processing asn1_iso646 (Heavy conflicts: 0 of 256) sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' opts="-opaque"; \ if [ -f "$(basename netconst.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netconst.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netconst.ml opts="-opaque"; \ if [ -f "$(basename netstring_str.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netstring_str.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netstring_str.ml opts="-opaque"; \ if [ -f "$(basename netstring_tstring.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netstring_tstring.mli opts="-opaque"; \ if [ -f "$(basename netbuffer.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netbuffer.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netbuffer.ml opts="-opaque"; \ if [ -f "$(basename netunichar.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netunichar.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netunichar.ml opts="-opaque"; \ if [ -f "$(basename netaux.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netaux.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netaux.ml ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netstring_tstring.ml opts="-opaque"; \ if [ -f "$(basename netchannels.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netchannels.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netchannels.ml File "netchannels.ml", line 216, characters 14-30: 216 | ..............uf pos len in 216 | ........................................ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 223, characters 4-27: 223 | ....ut ch buf pos len | 223 | m................................ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 228, characters 6-36: 228 | ......g ch len | #else 228 | let .......................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 237, characters 4-25: 237 | ....ar () = 237 | if closed............................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 241, characters 4-25: 241 | ....ne () = 241 | if closed............................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 245, characters 4-25: 245 | ....te () = 245 | if closed............................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 249, characters 6-25: 249 | ...... | 249 | method close_i...... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 254, characters 4-21: 254 | ....os_in = 254 | if cl................................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", lines 933-946, characters 2-62: 933 | ..fer_size ?pass_through | (x : lift_in_arg) = | match x with | `Rec r when not buffered -> | if eol <> ["\n"] then invalid_arg "Netchannels.lift_in"; ... | if eol <> ["\n"] then invalid_arg "Netchannels.lift_in"; | new lift_raw_in_channel r | | `Raw r when buffered -> 946 | new ......................................................... Warning 8 [partial-match]: this pattern-matching is not exhaustive. All clauses in this pattern-matching are guarded. File "netchannels.ml", line 1005, characters 13-31: 1005 | ............./O directly. 1005 | ................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1007, characters 6-23: | . 1007 | .... *) 1007 | let p0 = ........................ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1012, characters 12-30: | ........... 1012 | len 1012 | with Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1021, characters 15-32: 1020 | ........... 1021 | ... if closed then s........................ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1026, characters 17-44: 1026 | .................losed(); 1026 | #ifdef HAVE_BY... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1033, characters 15-37: | .......... 1033 | ....#endif | 1033 | method outpu.......... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1037, characters 15-39: 1037 | ...............h) c | 1037 | method output_st........ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1042, characters 17-40: 1041 | ................ 1042 | if closed then self..................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1049, characters 15-37: 1049 | monitored (Pervasives.output_string ch) s ^^^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1064, characters 14-30: 1063 | ............ 1064 | . (self : #out_ob.............................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1074, characters 5-31: 1074 | .....ing 1074 | operation raised........................................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1076, characters 5-25: 1076 | n, and we are now likely in the ^^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1085, characters 7-33: 1085 | .......output_channel: \ 1085 | ............................................................. Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1093, characters 4-22: 1092 | .... 1093 | closed <- ...... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", lines 1477-1490, characters 2-28: 1477 | ..hod pos_out = | (ch # pos_out) + bufpos | end | ;; | ... | let r'' = | new buffered_raw_out_channel | ?buffer_size ?pass_through (r' :> raw_out_channel) in 1490 | new lift_raw_o.............. Warning 8 [partial-match]: this pattern-matching is not exhaustive. All clauses in this pattern-matching are guarded. File "netchannels.ml", line 1847, characters 6-25: 1847 | t = Printexc.get_backtrace() in ^^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1862, characters 4-22: | 1862 | ... ) | | 1862 | method pos_..... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "netchannels.ml", line 1879, characters 4-23: 1879 | ....r | ); 1879 | self #........ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename netchannels_crypto.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netchannels_crypto.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netchannels_crypto.ml opts="-opaque"; \ if [ -f "$(basename netsockaddr.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netsockaddr.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netsockaddr.ml opts="-opaque"; \ if [ -f "$(basename netdb.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netdb.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netdb.ml ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmappings_asn1.ml opts="-opaque"; \ if [ -f "$(basename netmappings.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmappings.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmappings.ml opts="-opaque"; \ if [ -f "$(basename netconversion.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netconversion.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netconversion.ml opts="-opaque"; \ if [ -f "$(basename netulex.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netulex.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netulex.ml opts="-opaque"; \ if [ -f "$(basename netencoding.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netencoding.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netencoding.ml opts="-opaque"; \ if [ -f "$(basename netstream.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netstream.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netstream.ml opts="-opaque"; \ if [ -f "$(basename netdate.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netdate.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netdate.ml File "netdate.ml", line 308, characters 2-13: 308 | ..fun _ -> 308 | ....................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 311, characters 28-39: 311 | ( try Some(Stream.next stream) with Stream.Failure -> None ) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 311, characters 53-67: 311 | ..................................................... None ) 311 | .............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 317, characters 20-31: 317 | ....................m done | | 317 | le............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 323, characters 10-21: 323 | ..........m with 323 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 325, characters 10-21: 325 | ..........m; 325 | ............................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 328, characters 10-21: 328 | ..........m; 328 | let b...................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 333, characters 10-21: 333 | junk stream; scan_comment 0 stream ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 335, characters 10-21: 335 | junk stream; scan_any stream ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 337, characters 10-21: 337 | junk stream; stream_cons [ Plus ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 339, characters 10-21: 339 | junk stream; stream_cons [ Minus ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 341, characters 10-21: 341 | junk stream; stream_cons [ Colon ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 343, characters 10-21: 343 | junk stream; stream_cons [ Comma ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 345, characters 10-21: 345 | junk stream; stream_cons [ Slash ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 347, characters 10-21: 347 | junk stream; stream_cons [ Dot ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 349, characters 10-21: 349 | junk stream; stream_cons [ Invalid ] (scan_any stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 351, characters 10-24: 350 | .......... 351 | and scan_nu................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 353, characters 10-21: 353 | ..........m with 353 | ............................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 355, characters 10-21: 355 | ..........m; 355 | ..................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 361, characters 10-21: 361 | ..........m with 361 | ........................................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 363, characters 10-21: 363 | ..........m; 363 | ...................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 367, characters 10-21: 367 | ..........m; 367 | .................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 375, characters 10-21: 375 | ..........m with 375 | ............... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 377, characters 10-21: 377 | ..........m; 377 | ............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 381, characters 10-21: 381 | ..........m; 381 | ........................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 384, characters 10-21: 384 | ..........m; 384 | ....................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 387, characters 16-30: 386 | ................ 387 | scan_any (S.................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 388, characters 12-28: 388 | ............str) | ;; | 388 | type t ... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 450, characters 10-21: 450 | ..........m with 450 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 452, characters 10-21: 452 | ..........m; 452 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 455, characters 10-21: 455 | ..........m; 455 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 456, characters 21-32: 456 | .....................m in 456 | .................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 457, characters 21-32: 457 | .....................m in 457 | .................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 458, characters 21-32: 458 | .....................m in 458 | ............................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 466, characters 10-21: 466 | ..........m; 466 | .............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 476, characters 10-21: 476 | ..........m; 476 | ................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 481, characters 10-21: 481 | ..........m; 481 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 482, characters 21-32: 482 | .....................m in 482 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 490, characters 10-21: 490 | ..........m; 490 | ........... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 495, characters 10-21: 495 | ..........m with 495 | ......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 497, characters 10-21: 497 | ..........m; 497 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 501, characters 10-21: 501 | ..........m; 501 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 502, characters 21-32: 502 | .....................m in 502 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 512, characters 10-21: 512 | ..........m; 512 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 513, characters 21-32: 513 | .....................m in 513 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 519, characters 10-21: 519 | ..........m; 519 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 520, characters 21-32: 520 | .....................m in 520 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 529, characters 10-21: 529 | ..........m; 529 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 532, characters 10-21: 532 | ..........m; 532 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 542, characters 10-21: 542 | ..........m with 542 | ................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 544, characters 10-21: 544 | ..........m; 544 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 545, characters 21-32: 545 | .....................m in 545 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 562, characters 10-21: 562 | ..........m with 562 | .................................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 563, characters 22-33: 563 | -> Stream.junk stream; Some(scan_tz_details 1 stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 564, characters 22-33: 564 | s -> Stream.junk stream; Some(scan_tz_details (-1) stream) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 567, characters 10-21: 567 | ..........m with 567 | .................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 569, characters 10-21: 569 | ..........m; 569 | ....................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 572, characters 10-21: 572 | ..........m; 572 | ................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 577, characters 10-22: 577 | ..........ream with 577 | ....................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 585, characters 10-22: 585 | ..........ream with 585 | ........................................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 604, characters 10-22: 604 | ..........ream with 604 | ................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 623, characters 10-22: 623 | ..........ream with 623 | ............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 637, characters 10-22: 637 | ..........ream with 637 | .............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 659, characters 10-22: 659 | ..........ream with 659 | ............................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 668, characters 10-21: 668 | ..........m with 668 | ............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 669, characters 20-31: 669 | -> Stream.junk stream; Some true ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 672, characters 10-21: 672 | ..........m with 672 | ........................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 673, characters 22-33: 673 | ......................m; () 673 | .......... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 676, characters 10-21: 676 | ..........m with 676 | ....................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 677, characters 31-42: 677 | idian mdn) -> Stream.junk stream; Some mdn ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 682, characters 7-19: 682 | ....... invalid() 682 | ................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 683, characters 7-21: 683 | ....... invalid() 683 | ). Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "netdate.ml", line 1038, characters 2-8: 1038 | format "%a, %d %b %Y %H:%M:%S %z" (create ?localzone ?zone t) ^^^^^^ Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. File "netdate.ml", line 1042, characters 2-8: 1042 | format "%A, %d-%b-%y %H:%M:%S %z" (create ?localzone ?zone t) ^^^^^^ Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. opts="-opaque"; \ if [ -f "$(basename netmime_string.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmime_string.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmime_string.ml File "netmime_string.ml", line 982, characters 12-31: 982 | n = create_mime_scanner specials options s in ^^^^^^^^^^^^^^^^^^^ Warning 6 [labels-omitted]: labels specials, scan_options were omitted in the application of this function. File "netmime_string.ml", line 998, characters 12-31: 997 | ......... 998 | ..in 999 | collect() 1000 | ;; 1001 | Warning 6 [labels-omitted]: labels specials, scan_options were omitted in the application of this function. File "netmime_string.ml", line 1019, characters 12-31: 1018 | .......... 1019 | . P_encoded of (st....................... Warning 6 [labels-omitted]: labels specials, scan_options were omitted in the application of this function. File "netmime_string.ml", line 1958, characters 14-33: 1957 | . 1958 | ............ad_multipart_body d........................ Warning 6 [labels-omitted]: labels start_pos, end_pos, boundary were omitted in the application of this function. ocamllex nethtml_scanner.mll 57 states, 1035 transitions, table size 4482 bytes ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c nethtml_scanner.ml opts="-opaque"; \ if [ -f "$(basename nethtml.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts nethtml.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c nethtml.ml File "nethtml.ml", line 286, characters 17-35: 286 | Pervasives.compare : string -> string -> int) ^^^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "nethtml.ml", line 626, characters 4-16: 626 | ....scan -> 626 | (* ................................ Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.) opts="-opaque"; \ if [ -f "$(basename neturl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts neturl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c neturl.ml opts="-opaque"; \ if [ -f "$(basename neturl_ldap.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts neturl_ldap.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c neturl_ldap.ml ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netsaslprep_data.ml opts="-opaque"; \ if [ -f "$(basename netsaslprep.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netsaslprep.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netsaslprep.ml opts="-opaque"; \ if [ -f "$(basename netaddress.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netaddress.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netaddress.ml opts="-opaque"; \ if [ -f "$(basename netcompression.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netcompression.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netcompression.ml opts="-opaque"; \ if [ -f "$(basename netmime.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmime.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmime.ml File "netmime.ml", line 74, characters 4-22: 74 | ....e a_ci b_ci 74 | let ........................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename netmime_header.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmime_header.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmime_header.ml opts="-opaque"; \ if [ -f "$(basename netmime_channels.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmime_channels.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmime_channels.ml opts="-opaque"; \ if [ -f "$(basename netsendmail.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netsendmail.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netsendmail.ml opts="-opaque"; \ if [ -f "$(basename nethttp.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts nethttp.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c nethttp.ml File "nethttp.ml", line 765, characters 4-15: 765 | (fun _ -> ^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 785, characters 10-21: 785 | ..........m with 785 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 787, characters 10-21: 787 | ..........m; 787 | .............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 794, characters 10-21: 794 | ..........m with 794 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 796, characters 10-21: 796 | ..........m; 796 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 802, characters 10-21: 802 | ..........m with 802 | ...................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 803, characters 20-31: 803 | ....................m; () 803 | ............................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 804, characters 19-33: 802 | ................ 803 | 804 | . let merge_lis............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 816, characters 8-22: 815 | ..... 816 | .. | Stream.E......... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 817, characters 8-20: 816 | ........ 817 | raise (B........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 828, characters 3-17: 827 | 828 | .. Stream.Error .... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 829, characters 3-15: 828 | ... 829 | raise ............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 837, characters 12-23: 837 | ............m with 837 | ..................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 838, characters 29-40: 838 | tom tok) -> Stream.junk stream; Some tok ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 843, characters 10-21: 843 | ..........m with 843 | ............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 844, characters 26-37: 844 | ..........................m; tok 844 | ............................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 845, characters 27-38: 845 | ...........................m; v 845 | ........................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 846, characters 19-33: 844 | ................ 845 | 846 | . let rec parse................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 849, characters 10-21: 849 | ..........m with 849 | ......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 851, characters 10-21: 851 | ..........m; 851 | .............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 857, characters 10-21: 857 | ..........m with 857 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 859, characters 10-21: 859 | ..........m; 859 | ...................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 862, characters 27-38: 862 | ...........................m; v 862 | ........................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 863, characters 19-33: 861 | ................ 862 | 863 | . let rec parse................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 866, characters 10-22: 866 | ..........ream with 866 | ................................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 868, characters 26-37: 868 | ..........................m done; 868 | ............................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 877, characters 12-23: 877 | ............m with 877 | ....................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 879, characters 12-23: 879 | ............m; 879 | ............................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 890, characters 12-23: 890 | ............m with 890 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 892, characters 12-23: 892 | ............m; 892 | ............................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 950, characters 12-23: 950 | ............m with 950 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 952, characters 12-23: 952 | ............m; 952 | ....................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1012, characters 5-23: 1012 | .....e q2 q1) 1012 | (List.f..... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "nethttp.ml", line 1167, characters 10-21: 1167 | ..........with 1167 | ..................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1169, characters 10-21: 1169 | ..........v 1169 | ..................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1170, characters 18-29: 1170 | me (QString v) -> Stream.junk stream; Some v ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1171, characters 33-44: 1170 | .. 1171 | ..............................eam.Failure Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1172, characters 36-47: 1169 | ......... 1170 | .............. 1171 | 1172 | ..........e_cc_direct.............. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1173, characters 27-41: 1173 | ...........................eam with 1173 | ............................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1179, characters 10-22: 1179 | arse_opt_eq_token stream with ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1181, characters 10-21: 1181 | | Some names -> `No_cache(comma_split names) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1187, characters 10-21: 1187 | k = 1 to 3 do Stream.junk stream done; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1190, characters 28-39: 1189 | ......... 1190 | ..................unk stream; Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1193, characters 10-21: 1193 | | Some seconds -> `Max_stale(Some(int_of_string seconds)) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1199, characters 28-39: 1198 | ............... 1199 | ............ream.junk s...... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1202, characters 10-21: 1201 | .... 1202 | ..... `Only_......... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1205, characters 10-21: 1205 | ..........Public 1205 | ............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1208, characters 10-21: 1207 | .......... 1208 | ......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1216, characters 10-21: 1215 | ......... 1216 | `................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1219, characters 10-21: 1219 | for k = 1 to 3 do Stream.junk stream done; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1222, characters 28-39: 1221 | .......... 1222 | .................junk stream. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1225, characters 10-21: | ... 1225 | ......| _ -> 1225 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1229, characters 16-30: 1229 | ................re -> None | 1229 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1234, characters 9-23: 1234 | e_control" parse_cc_directive "Cache-Control" ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1305, characters 10-22: 1305 | [ Atom first; Special '-'; Atom last ] -> ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1307, characters 10-21: 1307 | do Stream.junk stream done; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1310, characters 28-39: | ..... 1310 | .......................Failure | 1310 | .......................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1313, characters 16-30: 1313 | ................ -> 1313 | .................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1316, characters 10-21: 1316 | ..........-> 1316 | ..................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1318, characters 10-21: 1317 | ......... 1318 | | _ -. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1321, characters 10-21: 1321 | ontent_range_spec stream = ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1324, characters 16-30: 1324 | ................ure; 1324 | let b........................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1327, characters 7-18: 1327 | if Stream.next stream <> Special '/' then raise Stream.Failure; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1327, characters 53-67: 1327 | if Stream.next stream <> Special '/' then raise Stream.Failure; ^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1329, characters 7-18: 1329 | if Stream.next stream <> End then raise Stream.Failure; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1329, characters 52-66: 1329 | ....................................................ilure; 1329 | `By......... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1331, characters 7-18: 1331 | h # field "Content-Range" in ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1331, characters 44-58: 1330 | ............................ 1331 | ...............= scan_value ~.............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1340, characters 8-22: 1338 | .. 1339 | 1340 | ....t set_content_......................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1341, characters 8-20: 1341 | ange mh (`Bytes(range_opt,length_opt)) = ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1377, characters 10-22: 1377 | ..........m done; 1377 | `...... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1379, characters 28-39: 1376 | . 1377 | ............ 1378 | ............ 1379 | r................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1382, characters 10-21: 1382 | t etag = parse_etag_token stream in ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1385, characters 16-30: 1382 | . 1383 | ........ 1384 | 1385 | ....t get_etag mh . Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1397, characters 8-22: 1397 | ........of_etag = 1397 | ........ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1398, characters 8-20: 1397 | ....... 1398 | | `Wea................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1444, characters 10-21: 1444 | .......... 1444 | ...................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1446, characters 10-21: 1445 | .......... 1446 | .......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1451, characters 14-28: | .......... 1451 | ... let l = 1451 | ............................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1494, characters 8-22: 1493 | 1494 | .......et_if_range mh.... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1495, characters 8-20: | ... 1495 | ....let s = 1495 | .............. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1535, characters 10-21: 1535 | se_opt_eq_token stream in ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1537, characters 10-21: 1536 | ......... 1537 | N... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1558, characters 10-21: 1557 | ....... 1558 | .. | _ -> Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1560, characters 10-21: 1560 | ..........ream = 1560 | ................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1566, characters 10-22: 1566 | ..........tream; 1566 | ............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1568, characters 10-21: 1568 | = parse_byte_range_spec_rest stream in ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1569, characters 10-21: 1568 | ........ 1569 | . (Some (In................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1574, characters 10-21: 1574 | Some(Int64.of_string suffix_length)) :: r ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1575, characters 10-21: 1574 | .......... 1575 | | _ .. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1582, characters 10-21: 1581 | .... 1582 | ..... parse_...................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1584, characters 10-21: 1584 | et parse_ranges_specifier stream = ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1590, characters 7-18: 1590 | ........Failure; 1590 | .......................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1590, characters 53-67: | ................ 1590 | ....................................ream in 1590 | if..................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1591, characters 7-18: 1591 | tream.next stream <> End then raise Stream.Failure; ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1591, characters 52-66: 1590 | ................................................... 1591 | `Bytes r 1592 | Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1593, characters 7-18: 1593 | .......n 1593 | let s.................................................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1593, characters 44-58: 1592 | ........ 1593 | ...................................ls:[ ','; ';';.......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1602, characters 8-22: 1602 | t set_range mh (`Bytes l) = ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1603, characters 8-20: | .... 1603 | ... let s = 1603 | .............. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1713, characters 12-24: 1713 | Stream.junk stream; ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1715, characters 12-23: 1714 | ... 1715 | ........ let res................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1716, characters 12-23: 1716 | _auth_param_rest stream in ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1721, characters 18-32: 1721 | ecial ','); (Atom ap_name); (Special '=') ] -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1724, characters 12-24: 1723 | ..... 1724 | ...... Stream............. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1726, characters 12-23: 1726 | parse_token68_or_qstring stream in ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1727, characters 12-23: 1726 | ... 1727 | ........ rest = par............................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1728, characters 12-23: 1728 | ............ream in 1728 | ........................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1736, characters 12-24: 1735 | 1736 | ........... match St........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1738, characters 13-24: 1738 | .............=' ] -> 1738 | ...................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1740, characters 21-33: 1739 | ....... 1740 | ............. ( ma.............................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1742, characters 21-32: 1742 | .....................> 1742 | ........................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1743, characters 29-41: 1743 | .............................m; 1743 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1745, characters 29-40: 1744 | ........................... 1745 | . .......... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1756, characters 12-23: 1756 | ............ = 1756 | ............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1758, characters 12-23: 1758 | | "negotiate" -> ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1850, characters 10-22: 1850 | d parse_auth_param_rest stream = ^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1852, characters 10-21: 1852 | [ Special ','; Atom ap_name; Special '=' ] -> ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1853, characters 10-21: 1853 | .......... ] -> 1853 | ........................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1858, characters 16-30: 1858 | ................ stream in 1858 | ................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1861, characters 10-22: | ...... 1861 | ... [] | 1861 | ............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1863, characters 10-21: 1862 | ......... 1863 | match......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1864, characters 10-21: 1864 | .......... with 1864 | | S....................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1865, characters 10-21: 1865 | ..........) -> 1865 | ......................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1874, characters 12-23: 1874 | Netstring_str.split ws_re v with ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1876, characters 12-23: 1876 | RING_LOWERCASE name = "basic" -> ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "nethttp.ml", line 1880, characters 18-32: 1879 | ................ 1880 | . (name, ["cre.................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. opts="-opaque"; \ if [ -f "$(basename netpagebuffer.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netpagebuffer.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netpagebuffer.ml opts="-opaque"; \ if [ -f "$(basename netfs.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netfs.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netfs.ml ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netglob_lex.ml opts="-opaque"; \ if [ -f "$(basename netglob.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netglob.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netglob.ml opts="-opaque"; \ if [ -f "$(basename netauth.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netauth.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netauth.ml opts="-opaque"; \ if [ -f "$(basename netnumber.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netnumber.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netnumber.ml opts="-opaque"; \ if [ -f "$(basename netxdr_mstring.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netxdr_mstring.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netxdr_mstring.ml opts="-opaque"; \ if [ -f "$(basename netxdr.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netxdr.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netxdr.ml opts="-opaque"; \ if [ -f "$(basename netasn1.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netasn1.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netasn1.ml opts="-opaque"; \ if [ -f "$(basename netasn1_encode.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netasn1_encode.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netasn1_encode.ml opts="-opaque"; \ if [ -f "$(basename netoid.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netoid.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netoid.ml opts="-opaque"; \ if [ -f "$(basename netdn.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netdn.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netdn.ml opts="-opaque"; \ if [ -f "$(basename netx509.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netx509.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netx509.ml opts="-opaque"; \ if [ -f "$(basename netascii_armor.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netascii_armor.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netascii_armor.ml opts="-opaque"; \ if [ -f "$(basename netx509_pubkey.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netx509_pubkey.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netx509_pubkey.ml opts="-opaque"; \ if [ -f "$(basename netx509_pubkey_crypto.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netx509_pubkey_crypto.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netx509_pubkey_crypto.ml opts="-opaque"; \ if [ -f "$(basename nettls_support.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts nettls_support.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c nettls_support.ml opts="-opaque"; \ if [ -f "$(basename netgssapi_support.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netgssapi_support.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netgssapi_support.ml opts="-opaque"; \ if [ -f "$(basename netgssapi_auth.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netgssapi_auth.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netgssapi_auth.ml opts="-opaque"; \ if [ -f "$(basename netmech_scram.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_scram.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_scram.ml File "netmech_scram.ml", line 529, characters 22-27: 527 | ............. 528 | 529 | ....... l'' . Warning 12 [redundant-subpat]: this sub-pattern is unused. opts="-opaque"; \ if [ -f "$(basename netmech_scram_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_scram_gssapi.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_scram_gssapi.ml opts="-opaque"; \ if [ -f "$(basename netmech_scram_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_scram_sasl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_scram_sasl.ml opts="-opaque"; \ if [ -f "$(basename netmech_scram_http.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_scram_http.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_scram_http.ml opts="-opaque"; \ if [ -f "$(basename netmech_plain_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_plain_sasl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_plain_sasl.ml opts="-opaque"; \ if [ -f "$(basename netmech_crammd5_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_crammd5_sasl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_crammd5_sasl.ml ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_digest.ml opts="-opaque"; \ if [ -f "$(basename netmech_digest_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_digest_sasl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_digest_sasl.ml opts="-opaque"; \ if [ -f "$(basename netmech_digest_http.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_digest_http.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_digest_http.ml opts="-opaque"; \ if [ -f "$(basename netmech_gs2_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_gs2_sasl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_gs2_sasl.ml opts="-opaque"; \ if [ -f "$(basename netmech_krb5_sasl.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_krb5_sasl.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_krb5_sasl.ml opts="-opaque"; \ if [ -f "$(basename netmech_spnego_http.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netmech_spnego_http.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netmech_spnego_http.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -a -o netstring.cma netconst.cmo netstring_str.cmo netbuffer.cmo netunichar.cmo netaux.cmo netstring_tstring.cmo netchannels.cmo netchannels_crypto.cmo netsockaddr.cmo netdb.cmo netmappings_asn1.cmo netmappings.cmo netconversion.cmo netulex.cmo netencoding.cmo netstream.cmo netdate.cmo netmime_string.cmo nethtml_scanner.cmo nethtml.cmo neturl.cmo neturl_ldap.cmo netsaslprep_data.cmo netsaslprep.cmo netaddress.cmo netcompression.cmo netmime.cmo netmime_header.cmo netmime_channels.cmo netsendmail.cmo nethttp.cmo netpagebuffer.cmo netfs.cmo netglob_lex.cmo netglob.cmo netauth.cmo netnumber.cmo netxdr_mstring.cmo netxdr.cmo netasn1.cmo netasn1_encode.cmo netoid.cmo netdn.cmo netx509.cmo netascii_armor.cmo netx509_pubkey.cmo netx509_pubkey_crypto.cmo nettls_support.cmo netgssapi_support.cmo netgssapi_auth.cmo netmech_scram.cmo netmech_scram_gssapi.cmo netmech_scram_sasl.cmo netmech_scram_http.cmo netmech_plain_sasl.cmo netmech_crammd5_sasl.cmo netmech_digest.cmo netmech_digest_sasl.cmo netmech_digest_http.cmo netmech_gs2_sasl.cmo netmech_krb5_sasl.cmo netmech_spnego_http.cmo; \ else \ ../../tools/mkstublib -o netstring netconst.cmo netstring_str.cmo netbuffer.cmo netunichar.cmo netaux.cmo netstring_tstring.cmo netchannels.cmo netchannels_crypto.cmo netsockaddr.cmo netdb.cmo netmappings_asn1.cmo netmappings.cmo netconversion.cmo netulex.cmo netencoding.cmo netstream.cmo netdate.cmo netmime_string.cmo nethtml_scanner.cmo nethtml.cmo neturl.cmo neturl_ldap.cmo netsaslprep_data.cmo netsaslprep.cmo netaddress.cmo netcompression.cmo netmime.cmo netmime_header.cmo netmime_channels.cmo netsendmail.cmo nethttp.cmo netpagebuffer.cmo netfs.cmo netglob_lex.cmo netglob.cmo netauth.cmo netnumber.cmo netxdr_mstring.cmo netxdr.cmo netasn1.cmo netasn1_encode.cmo netoid.cmo netdn.cmo netx509.cmo netascii_armor.cmo netx509_pubkey.cmo netx509_pubkey_crypto.cmo nettls_support.cmo netgssapi_support.cmo netgssapi_auth.cmo netmech_scram.cmo netmech_scram_gssapi.cmo netmech_scram_sasl.cmo netmech_scram_http.cmo netmech_plain_sasl.cmo netmech_crammd5_sasl.cmo netmech_digest.cmo netmech_digest_sasl.cmo netmech_digest_http.cmo netmech_gs2_sasl.cmo netmech_krb5_sasl.cmo netmech_spnego_http.cmo ; \ fi ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netaccel_c.c + clang -O2 -fno-strict-aliasing -fwrapv -D_REENTRANT -pipe -Os -I/opt/pkg/include/ncurses -D_FILE_OFFSET_BITS=64 -I/opt/pkg/include/ncurses -c -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/ncurses -O -g -I'/opt/pkg/lib/ocaml' 'netaccel_c.c' netaccel_c.c:28:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netaccel.int_blit"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :3:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netaccel_c.c:62:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netaccel.int_series"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :31:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netaccel_c.c:102:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netaccel.read_iso88591"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :69:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netaccel_c.c:103:55: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] if (p_in_c < 0 || l_in_c < 0 || p_in_c + l_in_c > string_length(s_in)) ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :73:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netaccel_c.c:104:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netaccel.read_iso88591"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :77:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netaccel_c.c:113:10: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead [-W#pragma-messages] r = alloc_tuple(3); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:48:21: note: expanded from macro 'alloc_tuple' #define alloc_tuple CAML_DEPRECATED("alloc_tuple", "caml_alloc_tuple") caml_alloc_tuple ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :81:6: note: expanded from here GCC warning "\"alloc_tuple\" is deprecated: use \"caml_alloc_tuple\" instead" ^ netaccel_c.c:117:6: warning: "raise_with_arg" is deprecated: use "caml_raise_with_arg" instead [-W#pragma-messages] raise_with_arg(*caml_named_value("Netconversion.Malformed_code_read"), ^ /opt/pkg/lib/ocaml/caml/compatibility.h:109:24: note: expanded from macro 'raise_with_arg' #define raise_with_arg CAML_DEPRECATED("raise_with_arg", "caml_raise_with_arg") caml_raise_with_arg ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :85:6: note: expanded from here GCC warning "\"raise_with_arg\" is deprecated: use \"caml_raise_with_arg\" instead" ^ netaccel_c.c:127:9: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead [-W#pragma-messages] r = alloc_tuple(3); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:48:21: note: expanded from macro 'alloc_tuple' #define alloc_tuple CAML_DEPRECATED("alloc_tuple", "caml_alloc_tuple") caml_alloc_tuple ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :89:6: note: expanded from here GCC warning "\"alloc_tuple\" is deprecated: use \"caml_alloc_tuple\" instead" ^ netaccel_c.c:167:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netaccel.read_utf8"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :126:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netaccel_c.c:168:55: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] if (p_in_c < 0 || l_in_c < 0 || p_in_c + l_in_c > string_length(s_in)) ^ /opt/pkg/lib/ocaml/caml/compatibility.h:289:23: note: expanded from macro 'string_length' #define string_length CAML_DEPRECATED("string_length", "caml_string_length") caml_string_length ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :130:6: note: expanded from here GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" ^ netaccel_c.c:169:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] invalid_argument("Netaccel.read_utf8"); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:112:26: note: expanded from macro 'invalid_argument' #define invalid_argument CAML_DEPRECATED("invalid_argument", "caml_invalid_argument") caml_invalid_argument ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :4:6: note: expanded from here GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" ^ netaccel_c.c:252:9: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead [-W#pragma-messages] r = alloc_tuple(3); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:48:21: note: expanded from macro 'alloc_tuple' #define alloc_tuple CAML_DEPRECATED("alloc_tuple", "caml_alloc_tuple") caml_alloc_tuple ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :8:6: note: expanded from here GCC warning "\"alloc_tuple\" is deprecated: use \"caml_alloc_tuple\" instead" ^ netaccel_c.c:255:23: warning: "hash_variant" is deprecated: use "caml_hash_variant" instead [-W#pragma-messages] Store_field(r, 2, hash_variant("Enc_utf8")); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:142:22: note: expanded from macro 'hash_variant' #define hash_variant CAML_DEPRECATED("hash_variant", "caml_hash_variant") caml_hash_variant ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ netaccel_c.c:261:9: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead [-W#pragma-messages] r = alloc_tuple(3); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:48:21: note: expanded from macro 'alloc_tuple' #define alloc_tuple CAML_DEPRECATED("alloc_tuple", "caml_alloc_tuple") caml_alloc_tuple ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :17:6: note: expanded from here GCC warning "\"alloc_tuple\" is deprecated: use \"caml_alloc_tuple\" instead" ^ netaccel_c.c:264:23: warning: "hash_variant" is deprecated: use "caml_hash_variant" instead [-W#pragma-messages] Store_field(r, 2, hash_variant("Enc_utf8")); ^ /opt/pkg/lib/ocaml/caml/compatibility.h:142:22: note: expanded from macro 'hash_variant' #define hash_variant CAML_DEPRECATED("hash_variant", "caml_hash_variant") caml_hash_variant ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ netaccel_c.c:265:5: warning: "raise_with_arg" is deprecated: use "caml_raise_with_arg" instead [-W#pragma-messages] raise_with_arg(*caml_named_value("Netconversion.Malformed_code_read"), ^ /opt/pkg/lib/ocaml/caml/compatibility.h:109:24: note: expanded from macro 'raise_with_arg' #define raise_with_arg CAML_DEPRECATED("raise_with_arg", "caml_raise_with_arg") caml_raise_with_arg ^ /opt/pkg/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' CAML_PREPROWARNING(name1 is deprecated: use name2 instead) ^ /opt/pkg/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) ^ :25:6: note: expanded from here GCC warning "\"raise_with_arg\" is deprecated: use \"caml_raise_with_arg\" instead" ^ 16 warnings generated. opts="-opaque"; \ if [ -f "$(basename netaccel.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netaccel.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netaccel.ml ../../tools/mkstublib -o netaccel -oc netaccel_c netaccel_c.o netaccel.cmo opts="-opaque"; \ if [ -f "$(basename netaccel_link.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netaccel_link.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c netaccel_link.ml opts="-opaque"; \ if [ -f "$(basename netstring_top.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c $opts netstring_top.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../netstring-pcre -package "bytes unix str bigarray" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D WORDSIZE_64 -D HOST_IS_LITTLE_ENDIAN -D USE_NETSYS_XDR -D ENABLE_STR_EXTERNALS -D HAVE_PCRE -D HAVE_BYTES " -w -25 -c -I +compiler-libs netstring_top.ml findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /opt/pkg/lib/ocaml/compiler-libs, /opt/pkg/lib/ocaml rm nethtml_scanner.ml make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netstring' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' ../../tools/unimap_to_ocaml/unimap_to_ocaml \ -o netmappings_iso.ml netmappings_iso.pmap Reading netmappings_iso.pmap Processing iso88599 (Heavy conflicts: 0 of 256) Processing iso88598 (Heavy conflicts: 0 of 256) Processing iso88597 (Heavy conflicts: 0 of 256) Processing iso88596 (Heavy conflicts: 0 of 256) Processing iso88595 (Heavy conflicts: 1 of 256) Processing iso88594 (Heavy conflicts: 0 of 256) Processing iso88593 (Heavy conflicts: 0 of 256) Processing iso88592 (Heavy conflicts: 0 of 256) Processing iso885916 (Heavy conflicts: 2 of 256) Processing iso885915 (Heavy conflicts: 0 of 256) Processing iso885914 (Heavy conflicts: 2 of 256) Processing iso885913 (Heavy conflicts: 1 of 256) Processing iso885911 (Heavy conflicts: 0 of 256) Processing iso885910 (Heavy conflicts: 0 of 256) Processing iso88591 (Heavy conflicts: 0 of 256) ../../tools/unimap_to_ocaml/unimap_to_ocaml \ -o netmappings_other.ml netmappings_other.pmap Reading netmappings_other.pmap Processing windows1258 (Heavy conflicts: 2 of 256) Processing windows1257 (Heavy conflicts: 4 of 256) Processing windows1256 (Heavy conflicts: 8 of 256) Processing windows1255 (Heavy conflicts: 1 of 256) Processing windows1254 (Heavy conflicts: 3 of 256) Processing windows1253 (Heavy conflicts: 2 of 256) Processing windows1252 (Heavy conflicts: 1 of 256) Processing windows1251 (Heavy conflicts: 16 of 256) Processing windows1250 (Heavy conflicts: 6 of 256) Processing macroman (Heavy conflicts: 1 of 256) Processing koi8r (Heavy conflicts: 16 of 256) Processing adobe_zapf_dingbats_encoding (Heavy conflicts: 3 of 256) Processing adobe_symbol_encoding (Heavy conflicts: 3 of 256) Processing adobe_standard_encoding (Heavy conflicts: 0 of 256) Processing cp875 (Heavy conflicts: 0 of 256) Processing cp874 (Heavy conflicts: 8 of 256) Processing cp869 (Heavy conflicts: 2 of 256) Processing cp866 (Heavy conflicts: 15 of 256) Processing cp865 (Heavy conflicts: 4 of 256) Processing cp864 (Heavy conflicts: 1 of 256) Processing cp863 (Heavy conflicts: 4 of 256) Processing cp862 (Heavy conflicts: 4 of 256) Processing cp861 (Heavy conflicts: 4 of 256) Processing cp860 (Heavy conflicts: 3 of 256) Processing cp857 (Heavy conflicts: 0 of 256) Processing cp856 (Heavy conflicts: 0 of 256) Processing cp855 (Heavy conflicts: 15 of 256) Processing cp852 (Heavy conflicts: 10 of 256) Processing cp850 (Heavy conflicts: 0 of 256) Processing cp775 (Heavy conflicts: 9 of 256) Processing cp737 (Heavy conflicts: 3 of 256) Processing cp500 (Heavy conflicts: 0 of 256) Processing cp437 (Heavy conflicts: 4 of 256) Processing cp424 (Heavy conflicts: 0 of 256) Processing cp1047 (Heavy conflicts: 0 of 256) Processing cp1026 (Heavy conflicts: 0 of 256) Processing cp1006 (Heavy conflicts: 2 of 256) Processing cp037 (Heavy conflicts: 0 of 256) ../../tools/unimap_to_ocaml/unimap_to_ocaml \ -o netmappings_jp.ml netmappings_jp.pmap Reading netmappings_jp.pmap Processing jis0212 (Heavy conflicts: 132 of 8192) Processing jis0208 (Heavy conflicts: 182 of 8192) Processing jis0201 (Heavy conflicts: 0 of 256) ../../tools/unimap_to_ocaml/unimap_to_ocaml \ -o netmappings_kr.ml netmappings_kr.pmap Reading netmappings_kr.pmap Processing ks1001 (Heavy conflicts: 70 of 16384) { echo "(* Generated file *)"; \ echo 'let net_db_dir = "/Users/pbulk/build/net/ocamlnet/work/.destdir/opt/pkg/lib/ocaml/site-lib/netunidata";;'; \ } >netuniconfig.ml mkdir -p netdb cd netdb && \ ../../../tools/unimap_to_ocaml/unimap_to_ocaml -netdb ../*.pmap Reading ../netmappings_iso.pmap Reading ../netmappings_jp.pmap Reading ../netmappings_kr.pmap Reading ../netmappings_other.pmap Processing iso88599 (Heavy conflicts: 0 of 256) Processing iso88598 (Heavy conflicts: 0 of 256) Processing iso88597 (Heavy conflicts: 0 of 256) Processing iso88596 (Heavy conflicts: 0 of 256) Processing iso88595 (Heavy conflicts: 1 of 256) Processing iso88594 (Heavy conflicts: 0 of 256) Processing iso88593 (Heavy conflicts: 0 of 256) Processing iso88592 (Heavy conflicts: 0 of 256) Processing iso885916 (Heavy conflicts: 2 of 256) Processing iso885915 (Heavy conflicts: 0 of 256) Processing iso885914 (Heavy conflicts: 2 of 256) Processing iso885913 (Heavy conflicts: 1 of 256) Processing iso885911 (Heavy conflicts: 0 of 256) Processing iso885910 (Heavy conflicts: 0 of 256) Processing iso88591 (Heavy conflicts: 0 of 256) Processing jis0212 (Heavy conflicts: 132 of 8192) Processing jis0208 (Heavy conflicts: 182 of 8192) Processing jis0201 (Heavy conflicts: 0 of 256) Processing ks1001 (Heavy conflicts: 70 of 16384) Processing windows1258 (Heavy conflicts: 2 of 256) Processing windows1257 (Heavy conflicts: 4 of 256) Processing windows1256 (Heavy conflicts: 8 of 256) Processing windows1255 (Heavy conflicts: 1 of 256) Processing windows1254 (Heavy conflicts: 3 of 256) Processing windows1253 (Heavy conflicts: 2 of 256) Processing windows1252 (Heavy conflicts: 1 of 256) Processing windows1251 (Heavy conflicts: 16 of 256) Processing windows1250 (Heavy conflicts: 6 of 256) Processing macroman (Heavy conflicts: 1 of 256) Processing koi8r (Heavy conflicts: 16 of 256) Processing adobe_zapf_dingbats_encoding (Heavy conflicts: 3 of 256) Processing adobe_symbol_encoding (Heavy conflicts: 3 of 256) Processing adobe_standard_encoding (Heavy conflicts: 0 of 256) Processing cp875 (Heavy conflicts: 0 of 256) Processing cp874 (Heavy conflicts: 8 of 256) Processing cp869 (Heavy conflicts: 2 of 256) Processing cp866 (Heavy conflicts: 15 of 256) Processing cp865 (Heavy conflicts: 4 of 256) Processing cp864 (Heavy conflicts: 1 of 256) Processing cp863 (Heavy conflicts: 4 of 256) Processing cp862 (Heavy conflicts: 4 of 256) Processing cp861 (Heavy conflicts: 4 of 256) Processing cp860 (Heavy conflicts: 3 of 256) Processing cp857 (Heavy conflicts: 0 of 256) Processing cp856 (Heavy conflicts: 0 of 256) Processing cp855 (Heavy conflicts: 15 of 256) Processing cp852 (Heavy conflicts: 10 of 256) Processing cp850 (Heavy conflicts: 0 of 256) Processing cp775 (Heavy conflicts: 9 of 256) Processing cp737 (Heavy conflicts: 3 of 256) Processing cp500 (Heavy conflicts: 0 of 256) Processing cp437 (Heavy conflicts: 4 of 256) Processing cp424 (Heavy conflicts: 0 of 256) Processing cp1047 (Heavy conflicts: 0 of 256) Processing cp1026 (Heavy conflicts: 0 of 256) Processing cp1006 (Heavy conflicts: 2 of 256) Processing cp037 (Heavy conflicts: 0 of 256) touch netdb_done sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netuniconfig.ml opts="-opaque"; \ if [ -f "$(basename netunidata.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netunidata.mli ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netunidata.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netunichecksums.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netunidata.cma netuniconfig.cmo netunidata.cmo netunichecksums.cmo; \ else \ ../../tools/mkstublib -o netunidata netuniconfig.cmo netunidata.cmo netunichecksums.cmo ; \ fi ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmappings_iso.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmappings_other.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmappings_jp.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmappings_kr.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netuniinit.ml make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/netunidata' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' opts="-opaque"; \ if [ -f "$(basename equeue.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts equeue.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c equeue.ml ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c unixqueue_util.ml File "unixqueue_util.ml", line 182, characters 1-19: 182 | . _ -> 182 | (fun (fd1:U...................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims opts="-opaque"; \ if [ -f "$(basename unixqueue_pollset.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts unixqueue_pollset.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c unixqueue_pollset.ml opts="-opaque"; \ if [ -f "$(basename unixqueue.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts unixqueue.mli opts="-opaque"; \ if [ -f "$(basename unixqueue_select.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts unixqueue_select.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c unixqueue_select.ml File "unixqueue_select.ml", line 38, characters 28-46: | ........................ | 38 | ..d;; | 38 | module Fd_Set..................... Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c unixqueue.ml opts="-opaque"; \ if [ -f "$(basename uq_resolver.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_resolver.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_resolver.ml opts="-opaque"; \ if [ -f "$(basename uq_engines.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_engines.mli File "uq_engines.mli", line 357, characters 56-64: 356 | ............................................... 357 | ........ .................................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "uq_engines.mli", line 371, characters 49-57: 370 | ........................................ 371 | ........ ............................................ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_engines.ml File "uq_engines.ml", line 124, characters 33-51: 124 | ................................. y 125 | end 126 | ) Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "uq_engines.ml", line 599, characters 56-64: 598 | ..................................................... 599 | ..ject(sel.. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "uq_engines.ml", line 610, characters 10-21: 609 | ........ 610 | . | None... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "uq_engines.ml", line 614, characters 11-22: 614 | xt s in (* yep, it's "partial" *) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "uq_engines.ml", line 614, characters 11-24: 614 | xt s in (* yep, it's "partial" *) ^^^^^^^^^^^^^ Warning 5 [ignored-partial-application]: this function application is partial, maybe some arguments are missing. opts="-opaque"; \ if [ -f "$(basename uq_multiplex.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_multiplex.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_multiplex.ml opts="-opaque"; \ if [ -f "$(basename uq_transfer.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_transfer.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_transfer.ml opts="-opaque"; \ if [ -f "$(basename uq_io.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_io.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_io.ml opts="-opaque"; \ if [ -f "$(basename uq_lwt.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_lwt.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_lwt.ml opts="-opaque"; \ if [ -f "$(basename uq_libevent.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_libevent.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_libevent.ml opts="-opaque"; \ if [ -f "$(basename uq_mt.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_mt.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_mt.ml opts="-opaque"; \ if [ -f "$(basename uq_client.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_client.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_client.ml opts="-opaque"; \ if [ -f "$(basename uq_server.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_server.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_server.ml opts="-opaque"; \ if [ -f "$(basename uq_datagram.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_datagram.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_datagram.ml opts="-opaque"; \ if [ -f "$(basename uq_socks5.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_socks5.mli ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_socks5.ml opts="-opaque"; \ if [ -f "$(basename uq_engines_compat.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts uq_engines_compat.mli File "uq_engines_compat.mli", line 108, characters 56-64: 107 | ........................................ 108 | ............... ............................................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "uq_engines_compat.mli", line 111, characters 49-57: 110 | ................................. 111 | ............... ..................................... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c uq_engines_compat.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o equeue.cma equeue.cmo unixqueue_util.cmo unixqueue_pollset.cmo unixqueue_select.cmo unixqueue.cmo uq_resolver.cmo uq_engines.cmo uq_multiplex.cmo uq_transfer.cmo uq_io.cmo uq_lwt.cmo uq_libevent.cmo uq_mt.cmo uq_client.cmo uq_server.cmo uq_datagram.cmo uq_socks5.cmo uq_engines_compat.cmo; \ else \ ../../tools/mkstublib -o equeue equeue.cmo unixqueue_util.cmo unixqueue_pollset.cmo unixqueue_select.cmo unixqueue.cmo uq_resolver.cmo uq_engines.cmo uq_multiplex.cmo uq_transfer.cmo uq_io.cmo uq_lwt.cmo uq_libevent.cmo uq_mt.cmo uq_client.cmo uq_server.cmo uq_datagram.cmo uq_socks5.cmo uq_engines_compat.cmo ; \ fi make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/equeue' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' opts="-opaque"; \ if [ -f "$(basename shell_sys.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts shell_sys.mli File "shell_sys.mli", line 422, characters 13-21: 421 | .... 422 | ........(Unix.fi................. Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c shell_sys.ml File "shell_sys.ml", line 84, characters 4-17: 84 | ....xit -> () 85 | ;; Warning 6 [labels-omitted]: label f was omitted in the application of this function. File "shell_sys.ml", line 102, characters 4-17: 102 | ....nt()) 103 | ;; 104 | 105 | 106 | 107 | Warning 6 [labels-omitted]: label f was omitted in the application of this function. File "shell_sys.ml", line 338, characters 16-23: | 338 | ...............; 338 | S........... Warning 6 [labels-omitted]: label filename was omitted in the application of this function. File "shell_sys.ml", line 1124, characters 13-24: 1124 | forces that the descriptor will be closed *) ^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. File "shell_sys.ml", line 1128, characters 7-21: 1128 | ix.EWOULDBLOCK),_,_) -> ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. opts="-opaque"; \ if [ -f "$(basename shell.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts shell.mli File "shell.mli", line 242, characters 13-21: 241 | ........ 242 | .... prod.... Alert deprecated: module Stdlib.Stream Use the camlp-streams library instead. ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c shell.ml opts="-opaque"; \ if [ -f "$(basename shell_uq.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts shell_uq.mli ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c shell_uq.ml opts="-opaque"; \ if [ -f "$(basename shell_fs.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts shell_fs.mli ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c shell_fs.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o shell.cma shell_sys.cmo shell.cmo shell_uq.cmo shell_fs.cmo; \ else \ ../../tools/mkstublib -o shell shell_sys.cmo shell.cmo shell_uq.cmo shell_fs.cmo ; \ fi make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/shell' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' ocamlyacc parser.mly sed -e 's/@VERSION@//' \ -e 's/@AUTHDHREQS@//' \ -e 's/@PREFERRED_CGI_PKG@//' \ -e 's/@REGEXP_PROVIDER@/str/' \ -e 's/@COMPAT_PCRE_PROVIDER@//' \ -e 's/@ZIP_PROVIDER@/zip/' \ META.in >META echo "let cpp = \"cpp\";;" > config.ml make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c config.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c syntax.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c options.ml opts="-opaque"; \ if [ -f "$(basename parser.mli .ml)".nopaque ]; then opts=""; fi; \ ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts parser.mli ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c parser.ml ocamllex lexer.mll 127 states, 803 transitions, table size 3974 bytes ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c lexer.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rename.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c generate.ml ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c direct.ml if [ "X" = "X" ]; then \ ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_generator.cma config.cmo syntax.cmo options.cmo parser.cmo lexer.cmo rename.cmo generate.cmo direct.cmo; \ else \ ../../tools/mkstublib -o rpc_generator config.cmo syntax.cmo options.cmo parser.cmo lexer.cmo rename.cmo generate.cmo direct.cmo ; \ fi ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c main.ml rm -f ocamlrpcgen ocamlrpcgen OCAMLPATH="..:$OCAMLPATH" \ ocamlfind ocamlc -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -custom -o ocamlrpcgen \ -package unix,netstring,str \ rpc_generator.cma main.cmo -linkpkg echo /Users/pbulk/build/net/ocamlnet/work/.buildlink/bin/ocamlrpcgen >rpcgen-packlist rm lexer.ml make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc-generator' make[1]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc' make[2]: Entering directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc' ../rpc-generator/ocamlrpcgen -aux rpc_portmapper.x exec failed Fatal error: exception Failure("Preprocessor failed") make[2]: *** [Makefile.pre:21: rpc_portmapper_aux.ml] Error 2 make[2]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc' make[1]: *** [../../Makefile.rules:230: generate] Error 2 make[1]: Leaving directory '/Users/pbulk/build/net/ocamlnet/work/ocamlnet-4.1.9/src/rpc' gmake: *** [Makefile:23: all] Error 2 *** Error code 2 Stop. bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/net/ocamlnet *** Error code 1 Stop. bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-upstream-arm64/net/ocamlnet