Building on fall (from freebsd-ocaml-4.14) 2023-08-27 01:07.02 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /usr/local/bin/opam")) 2023-08-27 01:07.02 ---> using "c7a3b8a79e4580fd5e468d5c28badd9ec07439a60faac9d106d1bceb471fee5f" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q cc7acce8a53547ea15a80a427fd7b5bc24b8dfbe")) 2023-08-27 01:07.02 ---> using "7f1e55003515778409723f79848191c0702eaa6efac34a9a243ab96060b45f02" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: /usr/home/opam/.profile is already up-to-date. [NOTE] Make sure that /usr/home/opam/.profile is well sourced in your ~/.bashrc. 2023-08-27 01:07.02 ---> using "ed18bfc10c7a2f6e57cb47a995b4f27ad5d9a8f84ce9c993025c2baf08f93f5c" from cache /: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default 'default' 'ocaml-base-compiler.4.14.1'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.14.1"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> installed ocaml-options-vanilla.1 -> retrieved ocaml-base-compiler.4.14.1 (https://github.com/ocaml/ocaml/archive/4.14.1.tar.gz) -> installed ocaml-base-compiler.4.14.1 -> installed ocaml-config.2 -> installed ocaml.4.14.1 Done. # Run eval $(opam env --switch=default) to update the current shell environment 2023-08-27 01:07.02 ---> using "e1aadb5e86a196246aaaeda46523b059e93855e1115bbd4fa3eb24c9d81d80cf" from cache /: (run (network host) (shell "opam update --depexts")) [WARNING] Unknown update command for bsd, skipping system update 2023-08-27 01:07.03 ---> using "c57f28f27ce4100774ebc2ba4b99498213623c9512b1cb8c314fdbf89a62a60e" from cache /: (run (cache (opam-archives (target /usr/home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"pxp.1.2.9\"\ \nopam install -vy \"pxp.1.2.9\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"pxp.1.2.9\" | grep -q '\"freebsd\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) [NOTE] pxp.1.2.9 is not installed. Nothing to do. The following actions will be performed: - install ocamlbuild 0.14.2 [required by ocamlnet, ulex] - install ocamlfind 1.9.6 [required by pxp] - install camlp4 4.14+1 [required by ulex] - install base-bytes base [required by ocamlnet, ulex] - install ulex 1.2 [required by pxp] - install ocamlnet 4.1.9-2 [required by pxp] - install pxp 1.2.9 ===== 7 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/21: Processing 3/21: Processing 4/21: -> retrieved ocamlbuild.0.14.2 (cached) Processing 5/21: Processing 6/21: [ocamlbuild: gmake configure.make] -> retrieved ocamlnet.4.1.9-2 (cached) Processing 7/21: [pxp.1.2.9: http] [ocamlbuild: gmake configure.make] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/usr/home/opam/.opam/default/bin"; \ - echo "OCAML_LIBDIR=/usr/home/opam/.opam/default/lib/ocaml"; \ - echo "OCAML_MANDIR=/usr/home/opam/.opam/default/man"; \ - echo ;\ - echo "EXT_OBJ=.o"; \ - echo "EXT_ASM=.s"; \ - echo "EXT_LIB=.a"; \ - echo "EXT_DLL=.so"; \ - echo "EXE="; \ - echo ;\ - echo "OCAML_NATIVE=true"; \ - echo "OCAML_NATIVE_TOOLS=true"; \ - echo "NATDYNLINK=true"; \ - echo "SUPPORT_SHARED_LIBRARIES=true"; \ - echo ;\ - echo "PREFIX=/usr/home/opam/.opam/default"; \ - echo "BINDIR=/usr/home/opam/.opam/default/bin"; \ - echo "LIBDIR=/usr/home/opam/.opam/default/lib"; \ - echo "MANDIR=/usr/home/opam/.opam/default/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = "/usr/home/opam/.opam/default/bin"'; \ - echo 'let libdir = "/usr/home/opam/.opam/default/lib"'; \ - echo 'let ocaml_libdir = "/usr/home/opam/.opam/default/lib/ocaml"'; \ - echo 'let libdir_abs = "/usr/home/opam/.opam/default/lib"'; \ - echo 'let ocaml_native = true'; \ - echo 'let ocaml_native_tools = true'; \ - echo 'let supports_shared_libraries = true';\ - echo 'let a = "a"'; \ - echo 'let o = "o"'; \ - echo 'let so = "so"'; \ - echo 'let ext_dll = ".so"'; \ - echo 'let exe = ""'; \ - echo 'let version = "0.14.2"'; \ - ) > src/ocamlbuild_config.ml Processing 7/21: [pxp.1.2.9: http] [ocamlbuild: gmake check-if-preinstalled] -> retrieved ocamlfind.1.9.6 (cached) Processing 8/21: [pxp.1.2.9: http] [ulex.1.2: http] [ocamlbuild: gmake check-if-preinstalled] -> retrieved camlp4.4.14+1 (cached) Processing 8/21: [ulex.1.2: http] [ocamlbuild: gmake check-if-preinstalled] Processing 8/21: [ocamlbuild: gmake check-if-preinstalled] -> retrieved ulex.1.2 (https://github.com/whitequark/ulex/archive/v1.2.tar.gz) -> retrieved pxp.1.2.9 (http://download.camlcity.org/download/pxp-1.2.9.tar.gz) + /usr/local/bin/gmake "check-if-preinstalled" "all" "opam-install" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2) - if test -d /usr/home/opam/.opam/default/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/usr/home/opam/.opam/default/lib/ocaml/ocamlbuild";\ - >&2 echo "Installation aborted; if you want to bypass this"\ - "safety check, pass CHECK_IF_PREINSTALLED=false to make";\ - exit 2;\ - fi - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamllex.opt src/glob_lexer.mll - 55 states, 419 transitions, table size 2006 bytes - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamllex.opt src/lexers.mll - 251 states, 1051 transitions, table size 5710 bytes - 4334 additional bytes used for bindings - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo - mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi - mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli - ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo - ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml - mkdir -p tmp - ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx - mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml - ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml - ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx - ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx - ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte - ./man/options_man.byte > man/ocamlbuild.options.1 - cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1 - /usr/local/bin/gmake ocamlbuild.install - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/local/bin/gmake install-bin-opam - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - echo 'bin: [' >> ocamlbuild.install - echo ' "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install - echo ' "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - /usr/local/bin/gmake install-lib-opam - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - echo 'lib: [' >> ocamlbuild.install - /usr/local/bin/gmake install-lib-basics-opam - gmake[3]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - echo ' "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install - echo ' "META"' >> ocamlbuild.install - for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - gmake[3]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - /usr/local/bin/gmake install-lib-byte-opam - gmake[3]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - gmake[3]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - /usr/local/bin/gmake install-lib-native-opam - gmake[3]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - gmake[3]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - /usr/local/bin/gmake install-man-opam - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - echo 'man: [' >> ocamlbuild.install - echo ' "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - /usr/local/bin/gmake install-doc-opam - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - echo 'doc: [' >> ocamlbuild.install - echo ' "LICENSE"' >> ocamlbuild.install - echo ' "Changes"' >> ocamlbuild.install - echo ' "Readme.md"' >> ocamlbuild.install - echo ']' >> ocamlbuild.install - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlbuild.0.14.2' -> compiled ocamlbuild.0.14.2 [ocamlfind: patch] applying 0001-Harden-test-for-OCaml-5.patch Processing 9/21: [ocamlfind: patch] -> installed ocamlbuild.0.14.2 Processing 10/21: [ocamlfind: patch] Processing 10/21: [ocamlfind: ./configure] + /usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/./configure "-bindir" "/usr/home/opam/.opam/default/bin" "-sitelib" "/usr/home/opam/.opam/default/lib" "-mandir" "/usr/home/opam/.opam/default/man" "-config" "/usr/home/opam/.opam/default/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6) - Welcome to findlib version 1.9.6 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Checking for ocamlopt -g... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - dynlink: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: not present (normal since 4.09) - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found (in +ocamldoc) - raw_spacetime: not present (normal since 4.12) - threads: found (in +threads) - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: - (extractor built) - ok - - About the OCAML core installation: - Standard library: /usr/home/opam/.opam/default/lib/ocaml - Binaries: /usr/home/opam/.opam/default/bin - Manual pages: /usr/home/opam/.opam/default/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /usr/home/opam/.opam/default/lib - The configuration file is written to: - findlib config file: /usr/home/opam/.opam/default/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /usr/home/opam/.opam/default/bin - Manual pages: /usr/home/opam/.opam/default/man - topfind script: /usr/home/opam/.opam/default/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 10/21: [ocamlfind: gmake all] + /usr/local/bin/gmake "all" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6) - for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/usr/home/opam/.opam/default/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/usr/home/opam/.opam/default/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;freebsd;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml - File "fl_package_base.ml", line 304, characters 22-40: - 304 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "fl_package_base.ml", line 350, characters 18-36: - 350 | let ancestors = query_requirements predlist package_name in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "fl_package_base.ml", line 375, characters 23-41: - 375 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "fl_package_base.ml", line 510, characters 16-35: - 510 | ( let c = package_definitions search_path pkg.package_name in - ^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml - File "findlib.ml", line 390, characters 2-26: - 390 | Fl_package_base.requires predlist pkg - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "findlib.ml", line 396, characters 2-33: - 396 | Fl_package_base.requires_deeply predlist pkglist - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml - File "frontend.ml", line 859, characters 10-39: - 859 | Fl_package_base.package_users predicates1 packages1 - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - -I +unix -I +dynlink ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml - File "topfind.ml", line 128, characters 40-63: - 128 | match Hashtbl.find Toploop.directive_table "ppx" with - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 258, characters 4-27: - 258 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 268, characters 4-27: - 268 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 280, characters 4-27: - 280 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 293, characters 4-27: - 293 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 307, characters 4-27: - 307 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 319, characters 4-27: - 319 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/usr/home/opam/.opam/default/lib' \ - >topfind - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - /usr/local/bin/gmake all-config - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/usr/home/opam/.opam/default/lib' | \ - tools/patch '@FINDLIB_PATH@' '/usr/home/opam/.opam/default/lib' -p >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' Processing 10/21: [ocamlfind: gmake opt] + /usr/local/bin/gmake "opt" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6) - for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml - File "fl_package_base.ml", line 304, characters 22-40: - 304 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "fl_package_base.ml", line 350, characters 18-36: - 350 | let ancestors = query_requirements predlist package_name in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "fl_package_base.ml", line 375, characters 23-41: - 375 | let pkg_ancestors = query_requirements predlist pkg in - ^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "fl_package_base.ml", line 510, characters 16-35: - 510 | ( let c = package_definitions search_path pkg.package_name in - ^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label search_path was omitted in the application of this function. - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml - File "findlib.ml", line 390, characters 2-26: - 390 | Fl_package_base.requires predlist pkg - ^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - File "findlib.ml", line 396, characters 2-33: - 396 | Fl_package_base.requires_deeply predlist pkglist - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml - File "frontend.ml", line 859, characters 10-39: - 859 | Fl_package_base.package_users predicates1 packages1 - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label preds was omitted in the application of this function. - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - -I +unix -I +dynlink ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml - File "topfind.ml", line 128, characters 40-63: - 128 | match Hashtbl.find Toploop.directive_table "ppx" with - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 258, characters 4-27: - 258 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 268, characters 4-27: - 268 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 280, characters 4-27: - 280 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 293, characters 4-27: - 293 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 307, characters 4-27: - 307 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - File "topfind.ml", line 319, characters 4-27: - 319 | Toploop.directive_table - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Toploop.directive_table - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/src/findlib' -> compiled ocamlfind.1.9.6 Processing 11/21: [camlp4: ./configure] Processing 12/21: [camlp4: ./configure] [ocamlfind: gmake install] Processing 12/21: [camlp4: gmake clean] [ocamlfind: gmake install] - rm -rf _build Processing 12/21: [camlp4: gmake all] [ocamlfind: gmake install] - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/usr/home/opam/.opam/default/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//usr/home/opam/.opam/default/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - install -d "/usr/home/opam/.opam/default/bin" - install -d "/usr/home/opam/.opam/default/man" - /usr/local/bin/gmake install-config - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' - install -d "`dirname \"/usr/home/opam/.opam/default/lib/findlib.conf\"`" - test -f "/usr/home/opam/.opam/default/lib/findlib.conf" || install -c findlib.conf "/usr/home/opam/.opam/default/lib/findlib.conf" - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' - for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - install -d "/usr/home/opam/.opam/default/lib/findlib" - install -d "/usr/home/opam/.opam/default/bin" - test 1 -eq 0 || install -d "/usr/home/opam/.opam/default/lib/ocaml" - test 1 -eq 0 || install -c topfind "/usr/home/opam/.opam/default/lib/ocaml/" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - install -c $files "/usr/home/opam/.opam/default/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/usr/home/opam/.opam/default/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/usr/home/opam/.opam/default/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/usr/home/opam/.opam/default/lib/ocaml/compiler-libs/"; \ - install -c topdirs.cmi toploop.cmi "/usr/home/opam/.opam/default/lib/findlib/"; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6/src/findlib' - /usr/local/bin/gmake install-meta - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' - for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/usr/home/opam/.opam/default/lib/$x"; install -c site-lib-src/$x/META "/usr/home/opam/.opam/default/lib/$x/META.tmp" && mv "/usr/home/opam/.opam/default/lib/$x/META.tmp" "/usr/home/opam/.opam/default/lib/$x/META"; done - install -d "/usr/home/opam/.opam/default/lib/findlib"; install -c Makefile.packages "/usr/home/opam/.opam/default/lib/findlib/Makefile.packages" - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; } - test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/usr/home/opam/.opam/default/bin" - /usr/local/bin/gmake install-doc - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' - install -d "/usr/home/opam/.opam/default/man/man1" "/usr/home/opam/.opam/default/man/man3" "/usr/home/opam/.opam/default/man/man5" - install -c doc/ref-man/ocamlfind.1 "/usr/home/opam/.opam/default/man/man1" - install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/usr/home/opam/.opam/default/man/man5" - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlfind.1.9.6' -> installed ocamlfind.1.9.6 Processing 12/21: [camlp4: gmake all] + /usr/local/bin/gmake "all" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/camlp4.4.14+1) - ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-byte-only.sh` - + echo camlp4/Camlp4.cmo camlp4/Camlp4Top.cmo camlp4/camlp4prof.byte camlp4/mkcamlp4.byte camlp4/camlp4.byte camlp4/camlp4fulllib.cma camlp4/camlp4boot.byte camlp4/camlp4boot.cma camlp4/camlp4r.byte camlp4/camlp4r.cma camlp4/camlp4rf.byte camlp4/camlp4rf.cma camlp4/camlp4o.byte camlp4/camlp4o.cma camlp4/camlp4of.byte camlp4/camlp4of.cma camlp4/camlp4oof.byte camlp4/camlp4oof.cma camlp4/camlp4orf.byte camlp4/camlp4orf.cma camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo - /usr/home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /usr/home/opam/.opam/default/lib/ocamlbuild /usr/home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /usr/home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/boot/camlp4boot.ml > camlp4/boot/camlp4boot.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/boot/Camlp4.ml > camlp4/boot/Camlp4.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.mli > camlp4/config/Camlp4_config.mli.depends - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/warnings.cmi camlp4/import/warnings.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/location.cmi camlp4/import/location.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/longident.cmi camlp4/import/longident.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/asttypes.cmi camlp4/import/asttypes.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/parsetree.cmi camlp4/import/parsetree.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/outcometree.cmi camlp4/import/outcometree.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/oprint.cmi camlp4/import/oprint.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/toploop.cmi camlp4/import/toploop.cmi - cp /usr/home/opam/.opam/default/lib/ocaml/compiler-libs/topdirs.cmi camlp4/import/topdirs.cmi - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmi camlp4/config/Camlp4_config.mli - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w a -I camlp4/import -I camlp4/config -I camlp4/boot -o camlp4/boot/Camlp4.cmo camlp4/boot/Camlp4.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w a -I camlp4/import -I camlp4/config -I camlp4/boot -o camlp4/boot/camlp4boot.cmo camlp4/boot/camlp4boot.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/config/Camlp4_config.ml > camlp4/config/Camlp4_config.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/config/gen_import.ml > camlp4/config/gen_import.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I +compiler-libs -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/gen_import.cmo camlp4/config/gen_import.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma -g -I +compiler-libs ocamlcommon.cma -I camlp4/config camlp4/config/gen_import.cmo -o camlp4/config/gen_import.byte - camlp4/config/gen_import.byte /usr/home/opam/.opam/default/lib/ocaml - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/config/Camlp4_import.ml > camlp4/config/Camlp4_import.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_import.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmo camlp4/config/Camlp4_config.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma -g -I camlp4/config -I camlp4/boot camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/boot/Camlp4.cmo camlp4/boot/camlp4boot.cmo -o camlp4/boot/camlp4boot.byte - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.mli > camlp4/Camlp4/Debug.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmi camlp4/Camlp4/Debug.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Debug.ml > camlp4/Camlp4/Debug.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.mli > camlp4/Camlp4/ErrorHandler.mli.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Sig.ml > camlp4/Camlp4/Sig.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Sig.ml - File "camlp4/Camlp4/Sig.ml", line 696, characters 29-37: - 696 | type stream_filter 'a 'loc = Stream.t ('a * 'loc) -> Stream.t ('a * 'loc); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 696, characters 53-61: - 696 | type stream_filter 'a 'loc = Stream.t ('a * 'loc) -> Stream.t ('a * 'loc); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 980, characters 24-32: - 980 | type token_stream = Stream.t (Token.t * token_info); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1009, characters 9-17: - 1009 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1009, characters 31-39: - 1009 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1013, characters 9-17: - 1013 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1013, characters 32-40: - 1013 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1013, characters 56-64: - 1013 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1075, characters 33-41: - 1075 | value lex : gram -> Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1075, characters 64-72: - 1075 | value lex : gram -> Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1078, characters 64-72: - 1078 | value lex_string : gram -> Loc.t -> string -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1081, characters 41-49: - 1081 | value filter : gram -> not_filtered (Stream.t (Token.t * Loc.t)) -> token_stream; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1084, characters 41-49: - 1084 | value parse : Entry.t 'a -> Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1091, characters 34-42: - 1091 | Entry.t 'a -> not_filtered (Stream.t (Token.t * Loc.t)) -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1153, characters 25-33: - 1153 | value lex : Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1153, characters 56-64: - 1153 | value lex : Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1156, characters 56-64: - 1156 | value lex_string : Loc.t -> string -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1159, characters 33-41: - 1159 | value filter : not_filtered (Stream.t (Token.t * Loc.t)) -> token_stream; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1162, characters 41-49: - 1162 | value parse : Entry.t 'a -> Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1169, characters 34-42: - 1169 | Entry.t 'a -> not_filtered (Stream.t (Token.t * Loc.t)) -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1190, characters 31-39: - 1190 | value mk : unit -> (Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1190, characters 48-56: - 1190 | value mk : unit -> (Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1215, characters 35-43: - 1215 | Ast.loc -> Stream.t char -> Ast.str_item; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1219, characters 35-43: - 1219 | Ast.loc -> Stream.t char -> Ast.sig_item; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmi camlp4/Camlp4/ErrorHandler.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/ErrorHandler.ml > camlp4/Camlp4/ErrorHandler.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.mli > camlp4/Camlp4/Utils.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmi camlp4/Camlp4/Utils.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/OCamlInitSyntax.ml > camlp4/Camlp4/OCamlInitSyntax.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.mli > camlp4/Camlp4/Options.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmi camlp4/Camlp4/Options.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Options.ml > camlp4/Camlp4/Options.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.mli > camlp4/Camlp4/PreCast.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmi camlp4/Camlp4/PreCast.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/PreCast.ml > camlp4/Camlp4/PreCast.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/OCamlInitSyntax.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.mli > camlp4/Camlp4/Printers/DumpCamlp4Ast.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmi camlp4/Camlp4/Printers/DumpCamlp4Ast.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpCamlp4Ast.ml > camlp4/Camlp4/Printers/DumpCamlp4Ast.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.mli > camlp4/Camlp4/Printers/DumpOCamlAst.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmi camlp4/Camlp4/Printers/DumpOCamlAst.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/DumpOCamlAst.ml > camlp4/Camlp4/Printers/DumpOCamlAst.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/AstFilters.ml > camlp4/Camlp4/Struct/AstFilters.ml.depends - cp -p camlp4/boot/Camlp4Ast.ml camlp4/Camlp4/Struct/Camlp4Ast.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast.ml > camlp4/Camlp4/Struct/Camlp4Ast.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmi camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml > camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.mli > camlp4/Camlp4/Struct/Loc.mli.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.mli > camlp4/Camlp4/Struct/Token.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmi camlp4/Camlp4/Struct/Loc.mli - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmi camlp4/Camlp4/Struct/Token.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CleanAst.ml > camlp4/Camlp4/Struct/CleanAst.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.mli > camlp4/Camlp4/Struct/CommentFilter.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmi camlp4/Camlp4/Struct/CommentFilter.mli - File "camlp4/Camlp4/Struct/CommentFilter.mli", line 28, characters 22-30: - 28 | value filter : t -> Stream.t (Token.t * Loc.t) -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.mli", line 28, characters 52-60: - 28 | value filter : t -> Stream.t (Token.t * Loc.t) -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.mli", line 32, characters 27-35: - 32 | value take_stream : t -> Stream.t (string * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/CommentFilter.ml > camlp4/Camlp4/Struct/CommentFilter.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.mli > camlp4/Camlp4/Struct/DynLoader.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmi camlp4/Camlp4/Struct/DynLoader.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynLoader.ml > camlp4/Camlp4/Struct/DynLoader.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.mli > camlp4/Camlp4/Struct/EmptyError.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmi camlp4/Camlp4/Struct/EmptyError.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyError.ml > camlp4/Camlp4/Struct/EmptyError.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.mli > camlp4/Camlp4/Struct/EmptyPrinter.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmi camlp4/Camlp4/Struct/EmptyPrinter.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/EmptyPrinter.ml > camlp4/Camlp4/Struct/EmptyPrinter.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.mli > camlp4/Camlp4/Struct/FreeVars.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmi camlp4/Camlp4/Struct/FreeVars.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/FreeVars.ml > camlp4/Camlp4/Struct/FreeVars.ml.depends - /usr/home/opam/.opam/default/bin/ocamllex.opt -q camlp4/Camlp4/Struct/Lexer.mll - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules camlp4/Camlp4/Struct/Lexer.ml > camlp4/Camlp4/Struct/Lexer.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Loc.ml > camlp4/Camlp4/Struct/Loc.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Quotation.ml > camlp4/Camlp4/Struct/Quotation.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/DynAst.ml > camlp4/Camlp4/Struct/DynAst.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/DynAst.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Token.ml > camlp4/Camlp4/Struct/Token.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Delete.ml > camlp4/Camlp4/Struct/Grammar/Delete.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.mli > camlp4/Camlp4/Struct/Grammar/Parser.mli.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Structure.ml > camlp4/Camlp4/Struct/Grammar/Structure.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Structure.ml - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 33, characters 33-41: - 33 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 33, characters 50-58: - 33 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 42, characters 22-30: - 42 | type token_stream = Stream.t (Token.t * token_info); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 95, characters 7-15: - 95 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 95, characters 29-37: - 95 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 99, characters 7-15: - 99 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 99, characters 30-38: - 99 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 99, characters 54-62: - 99 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 124, characters 33-41: - 124 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 124, characters 50-58: - 124 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 133, characters 22-30: - 133 | type token_stream = Stream.t (Token.t * token_info); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 186, characters 7-15: - 186 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 186, characters 29-37: - 186 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 190, characters 7-15: - 190 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 190, characters 30-38: - 190 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 190, characters 54-62: - 190 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.mli > camlp4/Camlp4/Struct/Grammar/Print.mli.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Tools.ml > camlp4/Camlp4/Struct/Grammar/Tools.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmi camlp4/Camlp4/Struct/Grammar/Parser.mli - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmi camlp4/Camlp4/Struct/Grammar/Print.mli - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Tools.ml - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 27, characters 11-23: - 27 | raise (Stream.Error ("entry [" ^ ename ^ "] is empty")); - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 29-31, characters 27-22: - 29 | ...........................parser - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - 31 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 29-31, characters 27-22: - 29 | ...........................parser - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - 31 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 30, characters 9-12: - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 30, characters 28-35: - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 30, characters 37-54: - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 31, characters 15-20: - 31 | | [: :] -> [: :] ]; - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 34, characters 10-21: - 34 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 35, characters 14-19: - 35 | [ None -> [: :] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 39, characters 13-74: - 39 | [: `(tok0, {prev_loc; cur_loc = prev_loc; prev_loc_only = True}); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 40, characters 13-30: - 40 | go prev_loc strm1 :] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 42-46, characters 10-28: - 42 | ..........match strm1 with parser - 43 | [ [: `(tok,cur_loc); strm :] -> - 44 | [: `(tok, {prev_loc; cur_loc; prev_loc_only = False}); - 45 | go cur_loc strm :] - 46 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 42-46, characters 10-28: - 42 | ..........match strm1 with parser - 43 | [ [: `(tok,cur_loc); strm :] -> - 44 | [: `(tok, {prev_loc; cur_loc; prev_loc_only = False}); - 45 | go cur_loc strm :] - 46 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 43, characters 15-29: - 43 | [ [: `(tok,cur_loc); strm :] -> - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 44, characters 17-67: - 44 | [: `(tok, {prev_loc; cur_loc; prev_loc_only = False}); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 45, characters 17-32: - 45 | go cur_loc strm :] - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 46, characters 21-26: - 46 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 52, characters 10-21: - 52 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 59, characters 25-36: - 59 | let result = match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 61, characters 18-29: - 61 | begin Stream.junk strm; prev_loc end - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Dynamic.ml > camlp4/Camlp4/Struct/Grammar/Dynamic.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Delete.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Entry.ml > camlp4/Camlp4/Struct/Grammar/Entry.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.mli > camlp4/Camlp4/Struct/Grammar/Fold.mli.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Insert.ml > camlp4/Camlp4/Struct/Grammar/Insert.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Entry.ml - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 41, characters 24-33: - 41 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 41, characters 24-33: - 41 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 46, characters 6-20: - 46 | [ Stream.Failure -> - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 48, characters 11-23: - 48 | (Stream.Error ("illegal begin of " ^ entry.ename)) - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 54, characters 50-66: - 54 | value lex_string entry loc str = lex entry loc (Stream.of_string str); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 68, characters 27-35: - 68 | value of_parser g n (p : Stream.t (Token.t * token_info) -> 'a) : t 'a = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 73, characters 24-33: - 73 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 73, characters 24-33: - 73 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 76, characters 28-36: - 76 | value setup_parser e (p : Stream.t (Token.t * token_info) -> 'a) = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 79, characters 34-43: - 79 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 79, characters 34-43: - 79 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 85, characters 27-36: - 85 | e.estart := fun _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 85, characters 27-36: - 85 | e.estart := fun _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 86, characters 34-43: - 86 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 86, characters 34-43: - 86 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmi camlp4/Camlp4/Struct/Grammar/Fold.mli - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Insert.ml - File "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 69, characters 20-37: - 69 | flush Pervasives.stderr - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 79, characters 64-81: - 79 | eprintf "<W> Level label \"%s\" ignored\n" n; flush Pervasives.stderr - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 105, characters 22-39: - 105 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 122, characters 22-39: - 122 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 139, characters 22-39: - 139 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 162, characters 16-33: - 162 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 171, characters 16-33: - 171 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 280, characters 18-35: - 280 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Failed.ml > camlp4/Camlp4/Struct/Grammar/Failed.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Search.ml > camlp4/Camlp4/Struct/Grammar/Search.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Search.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Find.ml > camlp4/Camlp4/Struct/Grammar/Find.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Fold.ml > camlp4/Camlp4/Struct/Grammar/Fold.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Failed.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Parser.ml > camlp4/Camlp4/Struct/Grammar/Parser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Print.ml > camlp4/Camlp4/Struct/Grammar/Print.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Struct/Grammar/Static.ml > camlp4/Camlp4/Struct/Grammar/Static.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.ml - File "camlp4/Camlp4/Struct/Grammar/Dynamic.ml", line 45, characters 42-58: - 45 | value lex_string g loc str = lex g loc (Stream.of_string str); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Find.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Fold.ml - File "camlp4/Camlp4/Struct/Grammar/Fold.ml", line 31, characters 16-24: - 31 | type t 'a = Stream.t 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Fold.ml", line 32, characters 24-38: - 32 | exception Failure = Stream.Failure; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Fold.ml", line 33, characters 22-34: - 33 | exception Error = Stream.Error; - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Parser.ml - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 27, characters 22-28: - 27 | module StreamOrig = Stream; - ^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 30, characters 22-33: - 30 | for i = 1 to n do Stream.junk strm done; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 53, characters 12-24: - 53 | loop n (Stream.npeek n strm); - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 66, characters 16-28: - 66 | loop n (Stream.npeek (n + 1) strm) where rec loop n = - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 72, characters 6-17: - 72 | Stream.from peek_nth; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Print.ml - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 74-80, characters 8-31: - 74 | ........List.fold_left - 75 | (fun sep symbol -> - 76 | do { - 77 | fprintf ppf "%t%a" sep print_symbol symbol; - 78 | fun ppf -> fprintf ppf ";@ " - 79 | }) - 80 | (fun _ -> ()) symbols - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 88-94, characters 8-29: - 88 | ........List.fold_left - 89 | (fun sep rule -> - 90 | do { - 91 | fprintf ppf "%t%a" sep print_rule rule; - 92 | fun ppf -> fprintf ppf "%a| " pp_print_space () - 93 | }) - 94 | (fun _ -> ()) rules - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 102-121, characters 6-26: - 102 | ......List.fold_left - 103 | (fun sep lev -> - 104 | let rules = - 105 | [ [Sself :: t] | t <- flatten_tree lev.lsuffix ] @ - 106 | flatten_tree lev.lprefix - ... - 118 | print_level ppf pp_force_newline rules; - 119 | fun ppf -> fprintf ppf "@,| " - 120 | }) - 121 | (fun _ -> ()) elev - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 210-216, characters 8-31: - 210 | ........List.fold_left - 211 | (fun sep symbol -> - 212 | do { - 213 | fprintf ppf "%t%a" sep print_symbol symbol; - 214 | fun ppf -> fprintf ppf ";@ " - 215 | }) - 216 | (fun _ -> ()) symbols - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 224-230, characters 8-29: - 224 | ........List.fold_left - 225 | (fun sep rule -> - 226 | do { - 227 | fprintf ppf "%t%a" sep print_rule rule; - 228 | fun ppf -> fprintf ppf "%a| " pp_print_space () - 229 | }) - 230 | (fun _ -> ()) rules - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 238-257, characters 6-26: - 238 | ......List.fold_left - 239 | (fun sep lev -> - 240 | do { - 241 | fprintf ppf "%t@[<v2>" sep; - 242 | match lev.lname with - ... - 254 | fprintf ppf "@]"; - 255 | fun ppf -> fprintf ppf "@,| " - 256 | }) - 257 | (fun _ -> ()) elev - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmo camlp4/Camlp4/Struct/Grammar/Static.ml - File "camlp4/Camlp4/Struct/Grammar/Static.ml", line 61, characters 38-54: - 61 | value lex_string loc str = lex loc (Stream.of_string str); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/AstFilters.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Camlp4Ast.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CleanAst.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/CommentFilter.ml - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 22, characters 12-20: - 22 | type t = (Stream.t (string * Loc.t) * Queue.t (string * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 29, characters 8-19: - 29 | in (Stream.from f, q); - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", lines 33-41, characters 6-24: - 33 | ......parser - 34 | [ [: ` (Sig.COMMENT x, loc); xs :] -> - 35 | do { Queue.add (x, loc) q; - 36 | debug comments "add: %S at %a@\n" x Loc.dump loc in - 37 | self xs } - 38 | | [: ` x; xs :] -> - 39 | (* debug comments "Found %a at %a@." Token.print x Loc.dump loc in *) - 40 | [: ` x; self xs :] - 41 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", lines 33-41, characters 6-24: - 33 | ......parser - 34 | [ [: ` (Sig.COMMENT x, loc); xs :] -> - 35 | do { Queue.add (x, loc) q; - 36 | debug comments "add: %S at %a@\n" x Loc.dump loc in - 37 | self xs } - 38 | | [: ` x; xs :] -> - 39 | (* debug comments "Found %a at %a@." Token.print x Loc.dump loc in *) - 40 | [: ` x; self xs :] - 41 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 34, characters 11-33: - 34 | [ [: ` (Sig.COMMENT x, loc); xs :] -> - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 38, characters 11-14: - 38 | | [: ` x; xs :] -> - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 40, characters 13-16: - 40 | [: ` x; self xs :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 40, characters 18-25: - 40 | [: ` x; self xs :] - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 41, characters 17-22: - 41 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/DynLoader.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyError.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/EmptyPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/FreeVars.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w a -I camlp4/import -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/Lexer.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Loc.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Quotation.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Token.ml - File "camlp4/Camlp4/Struct/Token.ml", lines 141-145, characters 6-24: - 141 | ......parser - 142 | [ [: `(COMMENT _ | BLANKS _ | NEWLINE | LINE_DIRECTIVE _ _, _); s :] -> - 143 | ignore_layout s - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - 145 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 141-145, characters 6-24: - 141 | ......parser - 142 | [ [: `(COMMENT _ | BLANKS _ | NEWLINE | LINE_DIRECTIVE _ _, _); s :] -> - 143 | ignore_layout s - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - 145 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 142, characters 11-68: - 142 | [ [: `(COMMENT _ | BLANKS _ | NEWLINE | LINE_DIRECTIVE _ _, _); s :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 144, characters 11-14: - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 144, characters 27-30: - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 144, characters 32-47: - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 145, characters 17-22: - 145 | | [: :] -> [: :] ]; - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 162-164, characters 8-26: - 162 | ........parser - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - 164 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 162-164, characters 8-26: - 162 | ........parser - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - 164 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 163, characters 13-24: - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 163, characters 37-48: - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 163, characters 50-58: - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 164, characters 19-24: - 164 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 167-172, characters 8-26: - 167 | ........parser - 168 | [ [: `((_tok, _loc) as x); xs :] -> - 169 | debug token "@[<hov 2>Lexer after filter:@ %a@ at@ %a@]@." - 170 | print _tok Loc.dump _loc in - 171 | [: ` x; tracer xs :] - 172 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 167-172, characters 8-26: - 167 | ........parser - 168 | [ [: `((_tok, _loc) as x); xs :] -> - 169 | debug token "@[<hov 2>Lexer after filter:@ %a@ at@ %a@]@." - 170 | print _tok Loc.dump _loc in - 171 | [: ` x; tracer xs :] - 172 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 168, characters 13-33: - 168 | [ [: `((_tok, _loc) as x); xs :] -> - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 171, characters 15-18: - 171 | [: ` x; tracer xs :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 171, characters 20-29: - 171 | [: ` x; tracer xs :] - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 172, characters 19-24: - 172 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 193-195, characters 26-19: - 193 | ..........................parser - 194 | [ [: `' ' | '\t'; s :] -> skip_indent s - 195 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 193-195, characters 26-19: - 193 | ..........................parser - 194 | [ [: `' ' | '\t'; s :] -> skip_indent s - 195 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 194, characters 9-20: - 194 | [ [: `' ' | '\t'; s :] -> skip_indent s - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 197-199, characters 28-19: - 197 | ............................parser - 198 | [ [: `'\010' :] -> () - 199 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 197-199, characters 28-19: - 197 | ............................parser - 198 | [ [: `'\010' :] -> () - 199 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 198, characters 9-16: - 198 | [ [: `'\010' :] -> () - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 204-219, characters 24-52: - 204 | ........................parser - 205 | [ [: `'\010' :] -> '\010' - 206 | | [: `'\013' :] -> '\013' - 207 | | [: `'n' :] -> '\n' - 208 | | [: `'r' :] -> '\r' - ... - 216 | chr (100 * (valch c1) + 10 * (valch c2) + (valch c3)) - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - 219 | chr (16 * (valch_hex c1) + (valch_hex c2)) ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 204-219, characters 24-52: - 204 | ........................parser - 205 | [ [: `'\010' :] -> '\010' - 206 | | [: `'\013' :] -> '\013' - 207 | | [: `'n' :] -> '\n' - 208 | | [: `'r' :] -> '\r' - ... - 216 | chr (100 * (valch c1) + 10 * (valch c2) + (valch c3)) - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - 219 | chr (16 * (valch_hex c1) + (valch_hex c2)) ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 205, characters 9-16: - 205 | [ [: `'\010' :] -> '\010' - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 206, characters 9-16: - 206 | | [: `'\013' :] -> '\013' - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 207, characters 9-13: - 207 | | [: `'n' :] -> '\n' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 208, characters 9-13: - 208 | | [: `'r' :] -> '\r' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 209, characters 9-13: - 209 | | [: `'t' :] -> '\t' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 210, characters 9-13: - 210 | | [: `'b' :] -> '\b' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 211, characters 9-14: - 211 | | [: `'\\' :] -> '\\' - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 212, characters 9-13: - 212 | | [: `'"' :] -> '"' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 213, characters 9-14: - 213 | | [: `'\'' :] -> '\'' - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 214, characters 9-13: - 214 | | [: `' ' :] -> ' ' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 9-26: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 28-45: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 28-45: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 47-64: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 47-64: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 9-26: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 9-26: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 9-13: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 15-54: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 15-54: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 218, characters 14-53: - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 218, characters 14-53: - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 9-13: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 9-13: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 204-219, characters 24-52: - 204 | ........................parser - 205 | [ [: `'\010' :] -> '\010' - 206 | | [: `'\013' :] -> '\013' - 207 | | [: `'n' :] -> '\n' - 208 | | [: `'r' :] -> '\r' - ... - 216 | chr (100 * (valch c1) + 10 * (valch c2) + (valch c3)) - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - 219 | chr (16 * (valch_hex c1) + (valch_hex c2)) ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 221-226, characters 47-48: - 221 | ...............................................parser - 222 | [ [: `'\010'; s :] -> skip_indent s - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - 224 | | [: x = backslash :] -> store x - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - 226 | | [: :] -> failwith "invalid string token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 221-226, characters 47-48: - 221 | ...............................................parser - 222 | [ [: `'\010'; s :] -> skip_indent s - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - 224 | | [: x = backslash :] -> store x - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - 226 | | [: :] -> failwith "invalid string token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 222, characters 9-16: - 222 | [ [: `'\010'; s :] -> skip_indent s - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 223, characters 9-16: - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 224, characters 9-22: - 224 | | [: x = backslash :] -> store x - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 221-226, characters 47-48: - 221 | ...............................................parser - 222 | [ [: `'\010'; s :] -> skip_indent s - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - 224 | | [: x = backslash :] -> store x - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - 226 | | [: :] -> failwith "invalid string token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 225, characters 9-27: - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 231-233, characters 9-50: - 231 | .........match Stream.of_string s with parser - 232 | [ [: `'\\'; x = backslash :] -> x - 233 | | [: :] -> failwith "invalid char token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 231, characters 15-31: - 231 | else match Stream.of_string s with parser - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 231-233, characters 9-50: - 231 | .........match Stream.of_string s with parser - 232 | [ [: `'\\'; x = backslash :] -> x - 233 | | [: :] -> failwith "invalid char token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 232, characters 13-18: - 232 | [ [: `'\\'; x = backslash :] -> x - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 232, characters 20-33: - 232 | [ [: `'\\'; x = backslash :] -> x - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 232, characters 13-18: - 232 | [ [: `'\\'; x = backslash :] -> x - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 238-241, characters 20-38: - 238 | ....................parser - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - 240 | | [: `c; s :] -> do { store c; parse s } - 241 | | [: :] -> Buffer.contents buf ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 238-241, characters 20-38: - 238 | ....................parser - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - 240 | | [: `c; s :] -> do { store c; parse s } - 241 | | [: :] -> Buffer.contents buf ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 239, characters 11-16: - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 239, characters 18-64: - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 239, characters 11-16: - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 240, characters 11-13: - 240 | | [: `c; s :] -> do { store c; parse s } - ^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 242, characters 14-30: - 242 | in parse (Stream.of_string s); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/Grammar/Structure.cmo camlp4/Camlp4/Struct/Grammar/Print.cmo camlp4/Camlp4/Struct/Grammar/Search.cmo camlp4/Camlp4/Struct/Grammar/Tools.cmo camlp4/Camlp4/Struct/Grammar/Failed.cmo camlp4/Camlp4/Struct/Grammar/Parser.cmo camlp4/Camlp4/Struct/Grammar/Delete.cmo camlp4/Camlp4/Struct/Grammar/Entry.cmo camlp4/Camlp4/Struct/Grammar/Fold.cmo camlp4/Camlp4/Struct/Grammar/Insert.cmo camlp4/Camlp4/Struct/Grammar/Dynamic.cmo camlp4/Camlp4/Struct/Grammar/Find.cmo camlp4/Camlp4/Struct/Grammar/Static.cmo -o camlp4/Camlp4/Struct/Grammar.cmo - /usr/home/opam/.opam/default/bin/ocamlc.opt -pack -g camlp4/Camlp4/Struct/AstFilters.cmo camlp4/Camlp4/Struct/Camlp4Ast.cmo camlp4/Camlp4/Struct/Loc.cmo camlp4/Camlp4/Struct/Token.cmo camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmo camlp4/Camlp4/Struct/CleanAst.cmo camlp4/Camlp4/Struct/CommentFilter.cmo camlp4/Camlp4/Struct/DynLoader.cmo camlp4/Camlp4/Struct/EmptyError.cmo camlp4/Camlp4/Struct/EmptyPrinter.cmo camlp4/Camlp4/Struct/FreeVars.cmo camlp4/Camlp4/Struct/Lexer.cmo camlp4/Camlp4/Struct/DynAst.cmo camlp4/Camlp4/Struct/Quotation.cmo camlp4/Camlp4/Struct/Grammar.cmo -o camlp4/Camlp4/Struct.cmo - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.mli > camlp4/Camlp4/Printers/Null.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmi camlp4/Camlp4/Printers/Null.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/Null.ml > camlp4/Camlp4/Printers/Null.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.mli > camlp4/Camlp4/Printers/OCaml.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmi camlp4/Camlp4/Printers/OCaml.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCaml.ml > camlp4/Camlp4/Printers/OCaml.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.mli > camlp4/Camlp4/Printers/OCamlr.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmi camlp4/Camlp4/Printers/OCamlr.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Printers/OCamlr.ml > camlp4/Camlp4/Printers/OCamlr.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpCamlp4Ast.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/DumpOCamlAst.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/Null.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCaml.ml - File "camlp4/Camlp4/Printers/OCaml.ml", lines 98-99, characters 8-41: - 98 | ........match lexer str with parser - 99 | [: `(tok, _); `(EOI, _) :] -> tok - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 98-99, characters 8-41: - 98 | ........match lexer str with parser - 99 | [: `(tok, _); `(EOI, _) :] -> tok - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 11-20: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 22-31: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 22-31: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 11-20: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 98-99, characters 8-41: - 98 | ........match lexer str with parser - 99 | [: `(tok, _); `(EOI, _) :] -> tok - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 101, characters 6-20: - 101 | [ Stream.Failure | Stream.Error _ -> - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 101, characters 23-35: - 101 | [ Stream.Failure | Stream.Error _ -> - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 151-155, characters 4-19: - 151 | ....parser - 152 | [ [: ` (comm, comm_loc) when Loc.strictly_before comm_loc loc; s :] -> - 153 | let () = f comm comm_loc in - 154 | do_print_comments_before loc f s - 155 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 151-155, characters 4-19: - 151 | ....parser - 152 | [ [: ` (comm, comm_loc) when Loc.strictly_before comm_loc loc; s :] -> - 153 | let () = f comm comm_loc in - 154 | do_print_comments_before loc f s - 155 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 152, characters 9-65: - 152 | [ [: ` (comm, comm_loc) when Loc.strictly_before comm_loc loc; s :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmo camlp4/Camlp4/Printers/OCamlr.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -pack -g camlp4/Camlp4/Printers/DumpCamlp4Ast.cmo camlp4/Camlp4/Printers/DumpOCamlAst.cmo camlp4/Camlp4/Printers/Null.cmo camlp4/Camlp4/Printers/OCaml.cmo camlp4/Camlp4/Printers/OCamlr.cmo -o camlp4/Camlp4/Printers.cmo - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.mli > camlp4/Camlp4/Register.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmi camlp4/Camlp4/Register.mli - File "camlp4/Camlp4/Register.mli", line 38, characters 59-67: - 38 | ?directive_handler:('a -> option 'a) -> PreCast.Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Register.ml > camlp4/Camlp4/Register.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4/Utils.ml > camlp4/Camlp4/Utils.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Debug.ml - File "camlp4/Camlp4/Debug.ml", line 32, characters 17-34: - 32 | [ Not_found -> Pervasives.stderr ]; - ^^^^^^^^^^^^^^^^^ - 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 - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/ErrorHandler.ml - File "camlp4/Camlp4/ErrorHandler.ml", line 158, characters 4-18: - 158 | | Stream.Failure -> fprintf ppf "Parse failure" - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/ErrorHandler.ml", line 159, characters 4-16: - 159 | | Stream.Error str -> fprintf ppf "Parse error: %s" str - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmo camlp4/Camlp4/Options.ml - File "camlp4/Camlp4/Options.ml", lines 23-98, characters 2-3: - 23 | ..fun - 24 | [ Arg.Unit f -> if s = "" then do { f (); Some sl } else None - 25 | | Arg.Bool f -> - 26 | if s = "" then - 27 | match sl with - ... - 95 | match (if s = "" then sl else [s :: sl]) with - 96 | [ [s :: sl] when List.mem s syms -> do { f s; Some sl } - 97 | | _ -> None ] - 98 | ]. - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (Rest_all _|Expand _) - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/PreCast.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmo camlp4/Camlp4/Register.ml - File "camlp4/Camlp4/Register.ml", line 24, characters 59-67: - 24 | ?directive_handler:('a -> option 'a) -> PreCast.Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmo camlp4/Camlp4/Utils.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -pack -g camlp4/Camlp4/Debug.cmo camlp4/Camlp4/Sig.cmo camlp4/Camlp4/Utils.cmo camlp4/Camlp4/ErrorHandler.cmo camlp4/Camlp4/OCamlInitSyntax.cmo camlp4/Camlp4/Options.cmo camlp4/Camlp4/Struct.cmo camlp4/Camlp4/Printers.cmo camlp4/Camlp4/PreCast.cmo camlp4/Camlp4/Register.cmo -o camlp4/Camlp4.cmo - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Top.ml > camlp4/Camlp4Top/Top.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Top/Rprint.ml > camlp4/Camlp4Top/Rprint.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Top.ml - File "camlp4/Camlp4Top/Top.ml", lines 44-46, characters 4-39: - 44 | ....match token_stream with parser - 45 | [ [: `(EOI, _) :] -> raise End_of_file - 46 | | [: :] -> parse_fun token_stream ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Top/Top.ml", lines 44-46, characters 4-39: - 44 | ....match token_stream with parser - 45 | [ [: `(EOI, _) :] -> raise End_of_file - 46 | | [: :] -> parse_fun token_stream ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Top/Top.ml", line 45, characters 9-18: - 45 | [ [: `(EOI, _) :] -> raise End_of_file - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Rprint.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -pack -g camlp4/Camlp4Top/Top.cmo camlp4/Camlp4Top/Rprint.cmo -o camlp4/Camlp4Top.cmo - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.mli > camlp4/camlp4prof.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmi camlp4/camlp4prof.mli - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/camlp4prof.ml > camlp4/camlp4prof.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmo camlp4/camlp4prof.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma -g -I camlp4 camlp4/camlp4prof.cmo -o camlp4/camlp4prof.byte - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/mkcamlp4.ml > camlp4/mkcamlp4.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmo camlp4/mkcamlp4.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -a -I camlp4/config -I camlp4 camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo -o camlp4/camlp4lib.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma -g -I camlp4 camlp4/camlp4lib.cma camlp4/mkcamlp4.cmo -o camlp4/mkcamlp4.byte - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Bin.ml > camlp4/Camlp4Bin.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmo camlp4/Camlp4Bin.ml - File "camlp4/Camlp4Bin.ml", line 120, characters 40-52: - 120 | | (loc, _, _) -> Loc.raise loc (Stream.Error "bad directive") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Bin.ml", line 126, characters 13-30: - 126 | let cs = Stream.of_channel ic; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Bin.cmo -o camlp4/camlp4.byte - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4AstLoader.ml > camlp4/Camlp4Parsers/Camlp4AstLoader.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4DebugParser.ml > camlp4/Camlp4Parsers/Camlp4DebugParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4GrammarParser.ml > camlp4/Camlp4Parsers/Camlp4GrammarParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4ListComprehension.ml > camlp4/Camlp4Parsers/Camlp4ListComprehension.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4MacroParser.ml > camlp4/Camlp4Parsers/Camlp4MacroParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml > camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 63, characters 12-24: - 63 | loop n (Stream.npeek n strm) where rec loop n = - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 72, characters 12-23: - 72 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 73, characters 44-58: - 73 | [ Some (KEYWORD ("."|"("),_) -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 94, characters 35-49: - 94 | | Some _ | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 102, characters 26-40: - 102 | | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 104, characters 14-25: - 104 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 106, characters 46-60: - 106 | | Some (KEYWORD "object", _) -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 119, characters 21-35: - 119 | | _ -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 122, characters 12-24: - 122 | loop (Stream.npeek 100 strm)) - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 128, characters 15-27: - 128 | match Stream.npeek 2 strm with - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 130, characters 18-29: - 130 | do { Stream.junk strm; Stream.junk strm; i } - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 130, characters 36-47: - 130 | do { Stream.junk strm; Stream.junk strm; i } - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 131, characters 22-36: - 131 | | _ -> raise Stream.Failure ]) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 148, characters 26-38: - 148 | Loc.raise _loc (Stream.Error "currified constructor") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 522, characters 48-60: - 522 | with [ Invalid_argument s -> raise (Stream.Error s) ] ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 518, characters 48-60: - 518 | with [ Invalid_argument s -> raise (Stream.Error s) ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 580, characters 29-41: - 580 | | _ -> raise (Stream.Error "invalid generalized constructor type") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 288, characters 17-31: - 288 | | _ -> raise Stream.Failure ]; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 294, characters 17-31: - 294 | | _ -> raise Stream.Failure ]; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 350-353, characters 7-28: - 350 | .......parser - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - 352 | let _loc = Gram.token_location ti in - 353 | <:expr< $lid:x$ >>.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 350-353, characters 7-28: - 350 | .......parser - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - 352 | let _loc = Gram.token_location ti in - 353 | <:expr< $lid:x$ >>.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 351, characters 11-47: - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 350-353, characters 7-28: - 350 | .......parser - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - 352 | let _loc = Gram.token_location ti in - 353 | <:expr< $lid:x$ >>.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 390-398, characters 4-54: - 390 | ....parser - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - 392 | match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 390-398, characters 4-54: - 390 | ....parser - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - 392 | match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 391, characters 9-35: - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 392-397, characters 8-50: - 392 | ........match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 392-397, characters 8-50: - 392 | ........match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 393, characters 13-91: - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 394, characters 13-31: - 394 | `(KEYWORD ")" , _); xs :] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 394, characters 13-31: - 394 | `(KEYWORD ")" , _); xs :] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 395, characters 18-35: - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 395, characters 37-57: - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 393, characters 13-91: - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 397, characters 19-23: - 397 | [: `tok; infix_kwds_filter xs :] ] - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 397, characters 25-45: - 397 | [: `tok; infix_kwds_filter xs :] ] - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 398, characters 9-11: - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]; - ^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 398, characters 25-27: - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]; - ^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 398, characters 29-49: - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]; - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 390-398, characters 4-54: - 390 | ....parser - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - 392 | match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 412, characters 20-34: - 412 | [ [] -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 413, characters 48-62: - 413 | | [(x, _)] -> if n == 1 then x else raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 410, characters 12-24: - 410 | loop n (Stream.npeek n strm) where rec loop n = - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 427, characters 25-39: - 427 | | _ -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 430, characters 21-35: - 430 | | _ -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 441-445, characters 6-30: - 441 | ......parser - 442 | [ [: `(ANTIQUOT ("list" as n) s, ti) :] -> - 443 | let _loc = Gram.token_location ti in - 444 | <:expr< $anti:mk_anti ~c:"expr;" n s$ >> - 445 | | [: a = symb1 :] -> a ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 441-445, characters 6-30: - 441 | ......parser - 442 | [ [: `(ANTIQUOT ("list" as n) s, ti) :] -> - 443 | let _loc = Gram.token_location ti in - 444 | <:expr< $anti:mk_anti ~c:"expr;" n s$ >> - 445 | | [: a = symb1 :] -> a ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 442, characters 11-42: - 442 | [ [: `(ANTIQUOT ("list" as n) s, ti) :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 448-453, characters 6-21: - 448 | ......parser - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - 450 | let _loc = Loc.merge (Ast.loc_of_expr al) - 451 | (Ast.loc_of_expr a) in - 452 | kont <:expr< $al$; $a$ >> s - 453 | | [: :] -> al ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 448-453, characters 6-21: - 448 | ......parser - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - 450 | let _loc = Loc.merge (Ast.loc_of_expr al) - 451 | (Ast.loc_of_expr a) in - 452 | kont <:expr< $al$; $a$ >> s - 453 | | [: :] -> al ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 449, characters 11-28: - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 449, characters 30-38: - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 449, characters 11-28: - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 455, characters 4-40: - 455 | parser [: a = symb; s :] -> kont a s - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1113, characters 26-38: - 1113 | | _ -> raise (Stream.Error "long identifier not allowed here") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1117, characters 26-38: - 1117 | | _ -> raise (Stream.Error "constraints not allowed on type extensions") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1196, characters 48-60: - 1196 | with [ Invalid_argument s -> raise (Stream.Error s) ] ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1479, characters 21-33: - 1479 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1472, characters 21-33: - 1472 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1467, characters 21-33: - 1467 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1462, characters 21-33: - 1462 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1515, characters 47-59: - 1515 | [ <:ctyp< ! $_$ . $_$ >> -> raise (Stream.Error "unexpected polytype here") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml > camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AstDumper.ml > camlp4/Camlp4Printers/Camlp4AstDumper.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4AutoPrinter.ml > camlp4/Camlp4Printers/Camlp4AutoPrinter.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4NullDumper.ml > camlp4/Camlp4Printers/Camlp4NullDumper.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml > camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml > camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4AstLifter.ml > camlp4/Camlp4Filters/Camlp4AstLifter.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml > camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4FoldGenerator.ml > camlp4/Camlp4Filters/Camlp4FoldGenerator.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4LocationStripper.ml > camlp4/Camlp4Filters/Camlp4LocationStripper.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MapGenerator.ml > camlp4/Camlp4Filters/Camlp4MapGenerator.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4MetaGenerator.ml > camlp4/Camlp4Filters/Camlp4MetaGenerator.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4Profiler.ml > camlp4/Camlp4Filters/Camlp4Profiler.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Filters/Camlp4TrashRemover.ml > camlp4/Camlp4Filters/Camlp4TrashRemover.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.ml - File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 32, characters 15-26: - 32 | let () = Stream.iter (Buffer.add_char buf) strm - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 222, characters 13-25: - 222 | (Stream.Error ("'" ^ x ^ "' illegal in anonymous entry level")) - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 622, characters 24-36: - 622 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 638, characters 28-40: - 638 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 635, characters 28-40: - 635 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 658, characters 15-27: - 658 | (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 666, characters 15-27: - 666 | (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 681, characters 30-42: - 681 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 37, characters 41-53: - 37 | value stream_peek_nth n strm = loop n (Stream.npeek n strm); - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 54, characters 35-49: - 54 | | Some _ | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 65, characters 26-40: - 65 | | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 97, characters 17-31: - 97 | | _ -> raise Stream.Failure ]; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.ml - File "camlp4/Camlp4Parsers/Camlp4MacroParser.ml", line 279, characters 15-32: - 279 | let st = Stream.of_channel ch in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AstDumper.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4NullDumper.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4Profiler.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -a -I camlp4/config -I camlp4 -I camlp4/Camlp4Parsers -I camlp4/Camlp4Printers -I camlp4/Camlp4Filters camlp4/config/Camlp4_import.cmo camlp4/config/Camlp4_config.cmo camlp4/Camlp4.cmo camlp4/Camlp4Parsers/Camlp4AstLoader.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Printers/Camlp4AstDumper.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Printers/Camlp4NullDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo camlp4/Camlp4Filters/Camlp4AstLifter.cmo camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo camlp4/Camlp4Filters/Camlp4LocationStripper.cmo camlp4/Camlp4Filters/Camlp4MapGenerator.cmo camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo camlp4/Camlp4Filters/Camlp4Profiler.cmo camlp4/Camlp4Filters/Camlp4TrashRemover.cmo camlp4/Camlp4Top.cmo -o camlp4/camlp4fulllib.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4boot.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4DebugParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4boot.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4r.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4r.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4rf.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Rprint.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4rf.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4o.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4o.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4of.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4of.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4oof.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4oof.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt dynlink.cma unix.cma camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo camlp4/Camlp4Bin.cmo -o camlp4/camlp4orf.byte - /usr/home/opam/.opam/default/bin/ocamlc.opt -a camlp4/camlp4lib.cma -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo camlp4/Camlp4Parsers/Camlp4MacroParser.cmo camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo camlp4/Camlp4Top/Top.cmo -o camlp4/camlp4orf.cma - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp 'camlp4/boot/camlp4boot.byte -D OPT' -modules camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml > camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -g -safe-string -w Z -I camlp4/import -pp camlp4/boot/camlp4boot.byte -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /usr/home/opam/.opam/default/lib/ocamlbuild /usr/home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /usr/home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "myocamlbuild.ml", line 31, characters 14-31: - 31 | let lexer = Genlex.make_lexer ["INCLUDE"; ";"; "="; ":"] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 34, characters 10-21: - 34 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 36, characters 11-21: - 36 | | Some(Genlex.Kwd "INCLUDE") -> - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 37, characters 6-17: - 37 | Stream.junk strm; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 38, characters 18-29: - 38 | begin match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 39, characters 13-26: - 39 | | Some(Genlex.String s) -> - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 40, characters 8-19: - 40 | Stream.junk strm; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 45, characters 6-17: - 45 | Stream.junk strm; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 50, characters 17-34: - 50 | let strm = Stream.of_channel ic in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - ocamlbuild -classic-display -no-ocamlfind `sh ./build/camlp4-native-only.sh` - + echo camlp4/Camlp4.cmx camlp4/camlp4prof.native camlp4/mkcamlp4.native camlp4/camlp4.native camlp4/camlp4fulllib.cmxa camlp4/camlp4boot.native camlp4/camlp4r.native camlp4/camlp4rf.native camlp4/camlp4o.native camlp4/camlp4of.native camlp4/camlp4oof.native camlp4/camlp4orf.native camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.o - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Sig.ml - File "camlp4/Camlp4/Sig.ml", line 696, characters 29-37: - 696 | type stream_filter 'a 'loc = Stream.t ('a * 'loc) -> Stream.t ('a * 'loc); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 696, characters 53-61: - 696 | type stream_filter 'a 'loc = Stream.t ('a * 'loc) -> Stream.t ('a * 'loc); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 980, characters 24-32: - 980 | type token_stream = Stream.t (Token.t * token_info); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1009, characters 9-17: - 1009 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1009, characters 31-39: - 1009 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1013, characters 9-17: - 1013 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1013, characters 32-40: - 1013 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1013, characters 56-64: - 1013 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1075, characters 33-41: - 1075 | value lex : gram -> Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1075, characters 64-72: - 1075 | value lex : gram -> Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1078, characters 64-72: - 1078 | value lex_string : gram -> Loc.t -> string -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1081, characters 41-49: - 1081 | value filter : gram -> not_filtered (Stream.t (Token.t * Loc.t)) -> token_stream; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1084, characters 41-49: - 1084 | value parse : Entry.t 'a -> Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1091, characters 34-42: - 1091 | Entry.t 'a -> not_filtered (Stream.t (Token.t * Loc.t)) -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1153, characters 25-33: - 1153 | value lex : Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1153, characters 56-64: - 1153 | value lex : Loc.t -> Stream.t char -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1156, characters 56-64: - 1156 | value lex_string : Loc.t -> string -> not_filtered (Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1159, characters 33-41: - 1159 | value filter : not_filtered (Stream.t (Token.t * Loc.t)) -> token_stream; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1162, characters 41-49: - 1162 | value parse : Entry.t 'a -> Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1169, characters 34-42: - 1169 | Entry.t 'a -> not_filtered (Stream.t (Token.t * Loc.t)) -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1190, characters 31-39: - 1190 | value mk : unit -> (Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1190, characters 48-56: - 1190 | value mk : unit -> (Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1215, characters 35-43: - 1215 | Ast.loc -> Stream.t char -> Ast.str_item; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Sig.ml", line 1219, characters 35-43: - 1219 | Ast.loc -> Stream.t char -> Ast.sig_item; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Utils.cmx camlp4/Camlp4/Utils.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/OCamlInitSyntax.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_import.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -I camlp4/config -I camlp4 -o camlp4/config/Camlp4_config.cmx camlp4/config/Camlp4_config.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/ErrorHandler.ml - File "camlp4/Camlp4/ErrorHandler.ml", line 158, characters 4-18: - 158 | | Stream.Failure -> fprintf ppf "Parse failure" - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/ErrorHandler.ml", line 159, characters 4-16: - 159 | | Stream.Error str -> fprintf ppf "Parse error: %s" str - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Loc.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Token.ml - File "camlp4/Camlp4/Struct/Token.ml", lines 141-145, characters 6-24: - 141 | ......parser - 142 | [ [: `(COMMENT _ | BLANKS _ | NEWLINE | LINE_DIRECTIVE _ _, _); s :] -> - 143 | ignore_layout s - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - 145 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 141-145, characters 6-24: - 141 | ......parser - 142 | [ [: `(COMMENT _ | BLANKS _ | NEWLINE | LINE_DIRECTIVE _ _, _); s :] -> - 143 | ignore_layout s - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - 145 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 142, characters 11-68: - 142 | [ [: `(COMMENT _ | BLANKS _ | NEWLINE | LINE_DIRECTIVE _ _, _); s :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 144, characters 11-14: - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 144, characters 27-30: - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 144, characters 32-47: - 144 | | [: ` x; s :] -> [: ` x; ignore_layout s :] - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 145, characters 17-22: - 145 | | [: :] -> [: :] ]; - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 162-164, characters 8-26: - 162 | ........parser - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - 164 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 162-164, characters 8-26: - 162 | ........parser - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - 164 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 163, characters 13-24: - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 163, characters 37-48: - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 163, characters 50-58: - 163 | [ [: `(tok, loc); s :] -> [: ` f tok loc; filter s :] - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 164, characters 19-24: - 164 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 167-172, characters 8-26: - 167 | ........parser - 168 | [ [: `((_tok, _loc) as x); xs :] -> - 169 | debug token "@[<hov 2>Lexer after filter:@ %a@ at@ %a@]@." - 170 | print _tok Loc.dump _loc in - 171 | [: ` x; tracer xs :] - 172 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 167-172, characters 8-26: - 167 | ........parser - 168 | [ [: `((_tok, _loc) as x); xs :] -> - 169 | debug token "@[<hov 2>Lexer after filter:@ %a@ at@ %a@]@." - 170 | print _tok Loc.dump _loc in - 171 | [: ` x; tracer xs :] - 172 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 168, characters 13-33: - 168 | [ [: `((_tok, _loc) as x); xs :] -> - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 171, characters 15-18: - 171 | [: ` x; tracer xs :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 171, characters 20-29: - 171 | [: ` x; tracer xs :] - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 172, characters 19-24: - 172 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 193-195, characters 26-19: - 193 | ..........................parser - 194 | [ [: `' ' | '\t'; s :] -> skip_indent s - 195 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 193-195, characters 26-19: - 193 | ..........................parser - 194 | [ [: `' ' | '\t'; s :] -> skip_indent s - 195 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 194, characters 9-20: - 194 | [ [: `' ' | '\t'; s :] -> skip_indent s - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 197-199, characters 28-19: - 197 | ............................parser - 198 | [ [: `'\010' :] -> () - 199 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 197-199, characters 28-19: - 197 | ............................parser - 198 | [ [: `'\010' :] -> () - 199 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 198, characters 9-16: - 198 | [ [: `'\010' :] -> () - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 204-219, characters 24-52: - 204 | ........................parser - 205 | [ [: `'\010' :] -> '\010' - 206 | | [: `'\013' :] -> '\013' - 207 | | [: `'n' :] -> '\n' - 208 | | [: `'r' :] -> '\r' - ... - 216 | chr (100 * (valch c1) + 10 * (valch c2) + (valch c3)) - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - 219 | chr (16 * (valch_hex c1) + (valch_hex c2)) ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 204-219, characters 24-52: - 204 | ........................parser - 205 | [ [: `'\010' :] -> '\010' - 206 | | [: `'\013' :] -> '\013' - 207 | | [: `'n' :] -> '\n' - 208 | | [: `'r' :] -> '\r' - ... - 216 | chr (100 * (valch c1) + 10 * (valch c2) + (valch c3)) - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - 219 | chr (16 * (valch_hex c1) + (valch_hex c2)) ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 205, characters 9-16: - 205 | [ [: `'\010' :] -> '\010' - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 206, characters 9-16: - 206 | | [: `'\013' :] -> '\013' - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 207, characters 9-13: - 207 | | [: `'n' :] -> '\n' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 208, characters 9-13: - 208 | | [: `'r' :] -> '\r' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 209, characters 9-13: - 209 | | [: `'t' :] -> '\t' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 210, characters 9-13: - 210 | | [: `'b' :] -> '\b' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 211, characters 9-14: - 211 | | [: `'\\' :] -> '\\' - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 212, characters 9-13: - 212 | | [: `'"' :] -> '"' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 213, characters 9-14: - 213 | | [: `'\'' :] -> '\'' - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 214, characters 9-13: - 214 | | [: `' ' :] -> ' ' - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 9-26: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 28-45: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 28-45: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 47-64: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 47-64: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 9-26: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 215, characters 9-26: - 215 | | [: `('0'..'9' as c1); `('0'..'9' as c2); `('0'..'9' as c3) :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 9-13: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 15-54: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 15-54: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 218, characters 14-53: - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 218, characters 14-53: - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 9-13: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 217, characters 9-13: - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 204-219, characters 24-52: - 204 | ........................parser - 205 | [ [: `'\010' :] -> '\010' - 206 | | [: `'\013' :] -> '\013' - 207 | | [: `'n' :] -> '\n' - 208 | | [: `'r' :] -> '\r' - ... - 216 | chr (100 * (valch c1) + 10 * (valch c2) + (valch c3)) - 217 | | [: `'x'; `('0'..'9' | 'a'..'f' | 'A'..'F' as c1) ; - 218 | `('0'..'9' | 'a'..'f' | 'A'..'F' as c2) :] -> - 219 | chr (16 * (valch_hex c1) + (valch_hex c2)) ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 221-226, characters 47-48: - 221 | ...............................................parser - 222 | [ [: `'\010'; s :] -> skip_indent s - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - 224 | | [: x = backslash :] -> store x - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - 226 | | [: :] -> failwith "invalid string token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 221-226, characters 47-48: - 221 | ...............................................parser - 222 | [ [: `'\010'; s :] -> skip_indent s - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - 224 | | [: x = backslash :] -> store x - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - 226 | | [: :] -> failwith "invalid string token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 222, characters 9-16: - 222 | [ [: `'\010'; s :] -> skip_indent s - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 223, characters 9-16: - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 224, characters 9-22: - 224 | | [: x = backslash :] -> store x - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 221-226, characters 47-48: - 221 | ...............................................parser - 222 | [ [: `'\010'; s :] -> skip_indent s - 223 | | [: `'\013'; s :] -> do { skip_opt_linefeed s; skip_indent s } - 224 | | [: x = backslash :] -> store x - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - 226 | | [: :] -> failwith "invalid string token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 225, characters 9-27: - 225 | | [: `c when not strict :] -> do { store '\\'; store c } - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 231-233, characters 9-50: - 231 | .........match Stream.of_string s with parser - 232 | [ [: `'\\'; x = backslash :] -> x - 233 | | [: :] -> failwith "invalid char token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 231, characters 15-31: - 231 | else match Stream.of_string s with parser - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 231-233, characters 9-50: - 231 | .........match Stream.of_string s with parser - 232 | [ [: `'\\'; x = backslash :] -> x - 233 | | [: :] -> failwith "invalid char token" ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 232, characters 13-18: - 232 | [ [: `'\\'; x = backslash :] -> x - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 232, characters 20-33: - 232 | [ [: `'\\'; x = backslash :] -> x - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 232, characters 13-18: - 232 | [ [: `'\\'; x = backslash :] -> x - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 238-241, characters 20-38: - 238 | ....................parser - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - 240 | | [: `c; s :] -> do { store c; parse s } - 241 | | [: :] -> Buffer.contents buf ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", lines 238-241, characters 20-38: - 238 | ....................parser - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - 240 | | [: `c; s :] -> do { store c; parse s } - 241 | | [: :] -> Buffer.contents buf ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 239, characters 11-16: - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 239, characters 18-64: - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 239, characters 11-16: - 239 | [ [: `'\\'; _ = backslash_in_string (strict <> None) store; s :] -> parse s - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 240, characters 11-13: - 240 | | [: `c; s :] -> do { store c; parse s } - ^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Token.ml", line 242, characters 14-30: - 242 | in parse (Stream.of_string s); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/DynAst.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Structure.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Structure.ml - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 33, characters 33-41: - 33 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 33, characters 50-58: - 33 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 42, characters 22-30: - 42 | type token_stream = Stream.t (Token.t * token_info); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 95, characters 7-15: - 95 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 95, characters 29-37: - 95 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 99, characters 7-15: - 99 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 99, characters 30-38: - 99 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 99, characters 54-62: - 99 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 124, characters 33-41: - 124 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 124, characters 50-58: - 124 | glexer : Loc.t -> Stream.t char -> Stream.t (Token.t * Loc.t); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 133, characters 22-30: - 133 | type token_stream = Stream.t (Token.t * token_info); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 186, characters 7-15: - 186 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 186, characters 29-37: - 186 | (Stream.t 'a -> 'b) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 190, characters 7-15: - 190 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 190, characters 30-38: - 190 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Structure.ml", line 190, characters 54-62: - 190 | (Stream.t 'a -> 'b) -> (Stream.t 'a -> unit) -> Stream.t 'a -> 'c; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Print.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Print.ml - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 74-80, characters 8-31: - 74 | ........List.fold_left - 75 | (fun sep symbol -> - 76 | do { - 77 | fprintf ppf "%t%a" sep print_symbol symbol; - 78 | fun ppf -> fprintf ppf ";@ " - 79 | }) - 80 | (fun _ -> ()) symbols - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 88-94, characters 8-29: - 88 | ........List.fold_left - 89 | (fun sep rule -> - 90 | do { - 91 | fprintf ppf "%t%a" sep print_rule rule; - 92 | fun ppf -> fprintf ppf "%a| " pp_print_space () - 93 | }) - 94 | (fun _ -> ()) rules - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 102-121, characters 6-26: - 102 | ......List.fold_left - 103 | (fun sep lev -> - 104 | let rules = - 105 | [ [Sself :: t] | t <- flatten_tree lev.lsuffix ] @ - 106 | flatten_tree lev.lprefix - ... - 118 | print_level ppf pp_force_newline rules; - 119 | fun ppf -> fprintf ppf "@,| " - 120 | }) - 121 | (fun _ -> ()) elev - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 210-216, characters 8-31: - 210 | ........List.fold_left - 211 | (fun sep symbol -> - 212 | do { - 213 | fprintf ppf "%t%a" sep print_symbol symbol; - 214 | fun ppf -> fprintf ppf ";@ " - 215 | }) - 216 | (fun _ -> ()) symbols - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 224-230, characters 8-29: - 224 | ........List.fold_left - 225 | (fun sep rule -> - 226 | do { - 227 | fprintf ppf "%t%a" sep print_rule rule; - 228 | fun ppf -> fprintf ppf "%a| " pp_print_space () - 229 | }) - 230 | (fun _ -> ()) rules - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - File "camlp4/Camlp4/Struct/Grammar/Print.ml", lines 238-257, characters 6-26: - 238 | ......List.fold_left - 239 | (fun sep lev -> - 240 | do { - 241 | fprintf ppf "%t@[<v2>" sep; - 242 | match lev.lname with - ... - 254 | fprintf ppf "@]"; - 255 | fun ppf -> fprintf ppf "@,| " - 256 | }) - 257 | (fun _ -> ()) elev - Warning 5 [ignored-partial-application]: this function application is partial, - maybe some arguments are missing. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Search.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Tools.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Tools.ml - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 27, characters 11-23: - 27 | raise (Stream.Error ("entry [" ^ ename ^ "] is empty")); - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 29-31, characters 27-22: - 29 | ...........................parser - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - 31 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 29-31, characters 27-22: - 29 | ...........................parser - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - 31 | | [: :] -> [: :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 30, characters 9-12: - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 30, characters 28-35: - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 30, characters 37-54: - 30 | [ [: ` x; strm :] -> [: ` (f x); stream_map f strm :] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 31, characters 15-20: - 31 | | [: :] -> [: :] ]; - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 34, characters 10-21: - 34 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 35, characters 14-19: - 35 | [ None -> [: :] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 39, characters 13-74: - 39 | [: `(tok0, {prev_loc; cur_loc = prev_loc; prev_loc_only = True}); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 40, characters 13-30: - 40 | go prev_loc strm1 :] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 42-46, characters 10-28: - 42 | ..........match strm1 with parser - 43 | [ [: `(tok,cur_loc); strm :] -> - 44 | [: `(tok, {prev_loc; cur_loc; prev_loc_only = False}); - 45 | go cur_loc strm :] - 46 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", lines 42-46, characters 10-28: - 42 | ..........match strm1 with parser - 43 | [ [: `(tok,cur_loc); strm :] -> - 44 | [: `(tok, {prev_loc; cur_loc; prev_loc_only = False}); - 45 | go cur_loc strm :] - 46 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 43, characters 15-29: - 43 | [ [: `(tok,cur_loc); strm :] -> - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 44, characters 17-67: - 44 | [: `(tok, {prev_loc; cur_loc; prev_loc_only = False}); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 45, characters 17-32: - 45 | go cur_loc strm :] - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 46, characters 21-26: - 46 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 52, characters 10-21: - 52 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 59, characters 25-36: - 59 | let result = match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Tools.ml", line 61, characters 18-29: - 61 | begin Stream.junk strm; prev_loc end - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Failed.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Parser.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Parser.ml - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 27, characters 22-28: - 27 | module StreamOrig = Stream; - ^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 30, characters 22-33: - 30 | for i = 1 to n do Stream.junk strm done; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 53, characters 12-24: - 53 | loop n (Stream.npeek n strm); - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 66, characters 16-28: - 66 | loop n (Stream.npeek (n + 1) strm) where rec loop n = - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Parser.ml", line 72, characters 6-17: - 72 | Stream.from peek_nth; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Delete.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Entry.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Entry.ml - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 41, characters 24-33: - 41 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 41, characters 24-33: - 41 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 46, characters 6-20: - 46 | [ Stream.Failure -> - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 48, characters 11-23: - 48 | (Stream.Error ("illegal begin of " ^ entry.ename)) - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 54, characters 50-66: - 54 | value lex_string entry loc str = lex entry loc (Stream.of_string str); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 68, characters 27-35: - 68 | value of_parser g n (p : Stream.t (Token.t * token_info) -> 'a) : t 'a = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 73, characters 24-33: - 73 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 73, characters 24-33: - 73 | econtinue _ _ _ = parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 76, characters 28-36: - 76 | value setup_parser e (p : Stream.t (Token.t * token_info) -> 'a) = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 79, characters 34-43: - 79 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 79, characters 34-43: - 79 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 85, characters 27-36: - 85 | e.estart := fun _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 85, characters 27-36: - 85 | e.estart := fun _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 86, characters 34-43: - 86 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Entry.ml", line 86, characters 34-43: - 86 | e.econtinue := fun _ _ _ -> parser []; - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Fold.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Fold.ml - File "camlp4/Camlp4/Struct/Grammar/Fold.ml", line 31, characters 16-24: - 31 | type t 'a = Stream.t 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Fold.ml", line 32, characters 24-38: - 32 | exception Failure = Stream.Failure; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/Grammar/Fold.ml", line 33, characters 22-34: - 33 | exception Error = Stream.Error; - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Insert.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Insert.ml - File "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 69, characters 20-37: - 69 | flush Pervasives.stderr - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 79, characters 64-81: - 79 | eprintf "<W> Level label \"%s\" ignored\n" n; flush Pervasives.stderr - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 105, characters 22-39: - 105 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 122, characters 22-39: - 122 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 139, characters 22-39: - 139 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 162, characters 16-33: - 162 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 171, characters 16-33: - 171 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 "camlp4/Camlp4/Struct/Grammar/Insert.ml", line 280, characters 18-35: - 280 | flush Pervasives.stderr; - ^^^^^^^^^^^^^^^^^ - 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 - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.ml - File "camlp4/Camlp4/Struct/Grammar/Dynamic.ml", line 45, characters 42-58: - 45 | value lex_string g loc str = lex g loc (Stream.of_string str); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Find.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmx camlp4/Camlp4/Struct/Grammar/Static.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct.Grammar -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct/Grammar -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Grammar/Static.cmx camlp4/Camlp4/Struct/Grammar/Static.ml - File "camlp4/Camlp4/Struct/Grammar/Static.ml", line 61, characters 38-54: - 61 | value lex_string loc str = lex loc (Stream.of_string str); - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/AstFilters.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Camlp4Ast.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CleanAst.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/CommentFilter.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/CommentFilter.ml - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 22, characters 12-20: - 22 | type t = (Stream.t (string * Loc.t) * Queue.t (string * Loc.t)); - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 29, characters 8-19: - 29 | in (Stream.from f, q); - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", lines 33-41, characters 6-24: - 33 | ......parser - 34 | [ [: ` (Sig.COMMENT x, loc); xs :] -> - 35 | do { Queue.add (x, loc) q; - 36 | debug comments "add: %S at %a@\n" x Loc.dump loc in - 37 | self xs } - 38 | | [: ` x; xs :] -> - 39 | (* debug comments "Found %a at %a@." Token.print x Loc.dump loc in *) - 40 | [: ` x; self xs :] - 41 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", lines 33-41, characters 6-24: - 33 | ......parser - 34 | [ [: ` (Sig.COMMENT x, loc); xs :] -> - 35 | do { Queue.add (x, loc) q; - 36 | debug comments "add: %S at %a@\n" x Loc.dump loc in - 37 | self xs } - 38 | | [: ` x; xs :] -> - 39 | (* debug comments "Found %a at %a@." Token.print x Loc.dump loc in *) - 40 | [: ` x; self xs :] - 41 | | [: :] -> [: :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 34, characters 11-33: - 34 | [ [: ` (Sig.COMMENT x, loc); xs :] -> - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 38, characters 11-14: - 38 | | [: ` x; xs :] -> - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 40, characters 13-16: - 40 | [: ` x; self xs :] - ^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 40, characters 18-25: - 40 | [: ` x; self xs :] - ^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Struct/CommentFilter.ml", line 41, characters 17-22: - 41 | | [: :] -> [: :] ] - ^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/DynLoader.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyError.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/EmptyPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/FreeVars.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w a -I camlp4/import -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/Lexer.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Struct -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Struct -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Quotation.ml - touch camlp4/Camlp4/Struct/Grammar.mli ; if /usr/home/opam/.opam/default/bin/ocamlopt.opt -pack -for-pack Camlp4.Struct -g -I camlp4/Camlp4/Struct/Grammar camlp4/Camlp4/Struct/Grammar/Structure.cmx camlp4/Camlp4/Struct/Grammar/Print.cmx camlp4/Camlp4/Struct/Grammar/Search.cmx camlp4/Camlp4/Struct/Grammar/Tools.cmx camlp4/Camlp4/Struct/Grammar/Failed.cmx camlp4/Camlp4/Struct/Grammar/Parser.cmx camlp4/Camlp4/Struct/Grammar/Delete.cmx camlp4/Camlp4/Struct/Grammar/Entry.cmx camlp4/Camlp4/Struct/Grammar/Fold.cmx camlp4/Camlp4/Struct/Grammar/Insert.cmx camlp4/Camlp4/Struct/Grammar/Dynamic.cmx camlp4/Camlp4/Struct/Grammar/Find.cmx camlp4/Camlp4/Struct/Grammar/Static.cmx -o camlp4/Camlp4/Struct/Grammar.cmx ; then rm -f camlp4/Camlp4/Struct/Grammar.mli ; else rm -f camlp4/Camlp4/Struct/Grammar.mli ; exit 1; fi - touch camlp4/Camlp4/Struct.mli ; if /usr/home/opam/.opam/default/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Struct camlp4/Camlp4/Struct/AstFilters.cmx camlp4/Camlp4/Struct/Camlp4Ast.cmx camlp4/Camlp4/Struct/Loc.cmx camlp4/Camlp4/Struct/Token.cmx camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.cmx camlp4/Camlp4/Struct/CleanAst.cmx camlp4/Camlp4/Struct/CommentFilter.cmx camlp4/Camlp4/Struct/DynLoader.cmx camlp4/Camlp4/Struct/EmptyError.cmx camlp4/Camlp4/Struct/EmptyPrinter.cmx camlp4/Camlp4/Struct/FreeVars.cmx camlp4/Camlp4/Struct/Lexer.cmx camlp4/Camlp4/Struct/DynAst.cmx camlp4/Camlp4/Struct/Quotation.cmx camlp4/Camlp4/Struct/Grammar.cmx -o camlp4/Camlp4/Struct.cmx ; then rm -f camlp4/Camlp4/Struct.mli ; else rm -f camlp4/Camlp4/Struct.mli ; exit 1; fi - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Options.cmx camlp4/Camlp4/Options.ml - File "camlp4/Camlp4/Options.ml", lines 23-98, characters 2-3: - 23 | ..fun - 24 | [ Arg.Unit f -> if s = "" then do { f (); Some sl } else None - 25 | | Arg.Bool f -> - 26 | if s = "" then - 27 | match sl with - ... - 95 | match (if s = "" then sl else [s :: sl]) with - 96 | [ [s :: sl] when List.mem s syms -> do { f s; Some sl } - 97 | | _ -> None ] - 98 | ]. - Warning 8 [partial-match]: this pattern-matching is not exhaustive. - Here is an example of a case that is not matched: - (Rest_all _|Expand _) - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCaml.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCaml.ml - File "camlp4/Camlp4/Printers/OCaml.ml", lines 98-99, characters 8-41: - 98 | ........match lexer str with parser - 99 | [: `(tok, _); `(EOI, _) :] -> tok - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 98-99, characters 8-41: - 98 | ........match lexer str with parser - 99 | [: `(tok, _); `(EOI, _) :] -> tok - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 11-20: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 22-31: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 22-31: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 99, characters 11-20: - 99 | [: `(tok, _); `(EOI, _) :] -> tok - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 98-99, characters 8-41: - 98 | ........match lexer str with parser - 99 | [: `(tok, _); `(EOI, _) :] -> tok - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 101, characters 6-20: - 101 | [ Stream.Failure | Stream.Error _ -> - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 101, characters 23-35: - 101 | [ Stream.Failure | Stream.Error _ -> - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 151-155, characters 4-19: - 151 | ....parser - 152 | [ [: ` (comm, comm_loc) when Loc.strictly_before comm_loc loc; s :] -> - 153 | let () = f comm comm_loc in - 154 | do_print_comments_before loc f s - 155 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", lines 151-155, characters 4-19: - 151 | ....parser - 152 | [ [: ` (comm, comm_loc) when Loc.strictly_before comm_loc loc; s :] -> - 153 | let () = f comm comm_loc in - 154 | do_print_comments_before loc f s - 155 | | [: :] -> () ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4/Printers/OCaml.ml", line 152, characters 9-65: - 152 | [ [: ` (comm, comm_loc) when Loc.strictly_before comm_loc loc; s :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpCamlp4Ast.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/DumpOCamlAst.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/Null.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4.Printers -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4/Printers -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Printers/OCamlr.cmx camlp4/Camlp4/Printers/OCamlr.ml - touch camlp4/Camlp4/Printers.mli ; if /usr/home/opam/.opam/default/bin/ocamlopt.opt -pack -for-pack Camlp4 -g -I camlp4/Camlp4/Printers camlp4/Camlp4/Printers/DumpCamlp4Ast.cmx camlp4/Camlp4/Printers/DumpOCamlAst.cmx camlp4/Camlp4/Printers/Null.cmx camlp4/Camlp4/Printers/OCaml.cmx camlp4/Camlp4/Printers/OCamlr.cmx -o camlp4/Camlp4/Printers.cmx ; then rm -f camlp4/Camlp4/Printers.mli ; else rm -f camlp4/Camlp4/Printers.mli ; exit 1; fi - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/PreCast.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Debug.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Debug.ml - File "camlp4/Camlp4/Debug.ml", line 32, characters 17-34: - 32 | [ Not_found -> Pervasives.stderr ]; - ^^^^^^^^^^^^^^^^^ - 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 - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmx camlp4/Camlp4/Register.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4 -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4 -I camlp4/config -I camlp4 -o camlp4/Camlp4/Register.cmx camlp4/Camlp4/Register.ml - File "camlp4/Camlp4/Register.ml", line 24, characters 59-67: - 24 | ?directive_handler:('a -> option 'a) -> PreCast.Loc.t -> Stream.t char -> 'a; - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - touch camlp4/Camlp4.mli ; if /usr/home/opam/.opam/default/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4 camlp4/Camlp4/Debug.cmx camlp4/Camlp4/Sig.cmx camlp4/Camlp4/Utils.cmx camlp4/Camlp4/ErrorHandler.cmx camlp4/Camlp4/OCamlInitSyntax.cmx camlp4/Camlp4/Options.cmx camlp4/Camlp4/Struct.cmx camlp4/Camlp4/Printers.cmx camlp4/Camlp4/PreCast.cmx camlp4/Camlp4/Register.cmx -o camlp4/Camlp4.cmx ; then rm -f camlp4/Camlp4.mli ; else rm -f camlp4/Camlp4.mli ; exit 1; fi - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/camlp4prof.cmx camlp4/camlp4prof.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g -I camlp4 camlp4/camlp4prof.cmx -o camlp4/camlp4prof.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/mkcamlp4.cmx camlp4/mkcamlp4.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -a -I camlp4/config -I camlp4 camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx -o camlp4/camlp4lib.cmxa - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g -I camlp4 camlp4/camlp4lib.cmxa camlp4/mkcamlp4.cmx -o camlp4/mkcamlp4.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmx camlp4/Camlp4Bin.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -o camlp4/Camlp4Bin.cmx camlp4/Camlp4Bin.ml - File "camlp4/Camlp4Bin.ml", line 120, characters 40-52: - 120 | | (loc, _, _) -> Loc.raise loc (Stream.Error "bad directive") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Bin.ml", line 126, characters 13-30: - 126 | let cs = Stream.of_channel ic; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Bin.cmx -o camlp4/camlp4.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.ml - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 63, characters 12-24: - 63 | loop n (Stream.npeek n strm) where rec loop n = - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 72, characters 12-23: - 72 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 73, characters 44-58: - 73 | [ Some (KEYWORD ("."|"("),_) -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 94, characters 35-49: - 94 | | Some _ | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 102, characters 26-40: - 102 | | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 104, characters 14-25: - 104 | match Stream.peek strm with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 106, characters 46-60: - 106 | | Some (KEYWORD "object", _) -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 119, characters 21-35: - 119 | | _ -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 122, characters 12-24: - 122 | loop (Stream.npeek 100 strm)) - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 128, characters 15-27: - 128 | match Stream.npeek 2 strm with - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 130, characters 18-29: - 130 | do { Stream.junk strm; Stream.junk strm; i } - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 130, characters 36-47: - 130 | do { Stream.junk strm; Stream.junk strm; i } - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 131, characters 22-36: - 131 | | _ -> raise Stream.Failure ]) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 148, characters 26-38: - 148 | Loc.raise _loc (Stream.Error "currified constructor") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 522, characters 48-60: - 522 | with [ Invalid_argument s -> raise (Stream.Error s) ] ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 518, characters 48-60: - 518 | with [ Invalid_argument s -> raise (Stream.Error s) ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlParser.ml", line 580, characters 29-41: - 580 | | _ -> raise (Stream.Error "invalid generalized constructor type") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 288, characters 17-31: - 288 | | _ -> raise Stream.Failure ]; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 294, characters 17-31: - 294 | | _ -> raise Stream.Failure ]; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 350-353, characters 7-28: - 350 | .......parser - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - 352 | let _loc = Gram.token_location ti in - 353 | <:expr< $lid:x$ >>.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 350-353, characters 7-28: - 350 | .......parser - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - 352 | let _loc = Gram.token_location ti in - 353 | <:expr< $lid:x$ >>.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 351, characters 11-47: - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 350-353, characters 7-28: - 350 | .......parser - 351 | [: `(KEYWORD x | SYMBOL x, ti) when p x :] -> - 352 | let _loc = Gram.token_location ti in - 353 | <:expr< $lid:x$ >>.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 390-398, characters 4-54: - 390 | ....parser - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - 392 | match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 390-398, characters 4-54: - 390 | ....parser - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - 392 | match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 391, characters 9-35: - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 392-397, characters 8-50: - 392 | ........match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 392-397, characters 8-50: - 392 | ........match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 393, characters 13-91: - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 394, characters 13-31: - 394 | `(KEYWORD ")" , _); xs :] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 394, characters 13-31: - 394 | `(KEYWORD ")" , _); xs :] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 395, characters 18-35: - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 395, characters 37-57: - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 393, characters 13-91: - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 397, characters 19-23: - 397 | [: `tok; infix_kwds_filter xs :] ] - ^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 397, characters 25-45: - 397 | [: `tok; infix_kwds_filter xs :] ] - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 398, characters 9-11: - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]; - ^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 398, characters 25-27: - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]; - ^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 398, characters 29-49: - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]; - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 390-398, characters 4-54: - 390 | ....parser - 391 | [ [: `((KEYWORD "(", _) as tok); xs :] -> - 392 | match xs with parser - 393 | [ [: `(KEYWORD ("or"|"mod"|"land"|"lor"|"lxor"|"lsl"|"lsr"|"asr"|"*" as i) , _loc); - 394 | `(KEYWORD ")" , _); xs :] -> - 395 | [: `(LIDENT i, _loc); infix_kwds_filter xs :] - 396 | | [: xs :] -> - 397 | [: `tok; infix_kwds_filter xs :] ] - 398 | | [: `x; xs :] -> [: `x; infix_kwds_filter xs :] ]. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 412, characters 20-34: - 412 | [ [] -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 413, characters 48-62: - 413 | | [(x, _)] -> if n == 1 then x else raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 410, characters 12-24: - 410 | loop n (Stream.npeek n strm) where rec loop n = - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 427, characters 25-39: - 427 | | _ -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 430, characters 21-35: - 430 | | _ -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 441-445, characters 6-30: - 441 | ......parser - 442 | [ [: `(ANTIQUOT ("list" as n) s, ti) :] -> - 443 | let _loc = Gram.token_location ti in - 444 | <:expr< $anti:mk_anti ~c:"expr;" n s$ >> - 445 | | [: a = symb1 :] -> a ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 441-445, characters 6-30: - 441 | ......parser - 442 | [ [: `(ANTIQUOT ("list" as n) s, ti) :] -> - 443 | let _loc = Gram.token_location ti in - 444 | <:expr< $anti:mk_anti ~c:"expr;" n s$ >> - 445 | | [: a = symb1 :] -> a ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 442, characters 11-42: - 442 | [ [: `(ANTIQUOT ("list" as n) s, ti) :] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 448-453, characters 6-21: - 448 | ......parser - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - 450 | let _loc = Loc.merge (Ast.loc_of_expr al) - 451 | (Ast.loc_of_expr a) in - 452 | kont <:expr< $al$; $a$ >> s - 453 | | [: :] -> al ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", lines 448-453, characters 6-21: - 448 | ......parser - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - 450 | let _loc = Loc.merge (Ast.loc_of_expr al) - 451 | (Ast.loc_of_expr a) in - 452 | kont <:expr< $al$; $a$ >> s - 453 | | [: :] -> al ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 449, characters 11-28: - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 449, characters 30-38: - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 449, characters 11-28: - 449 | [ [: `(KEYWORD ";", _); a = symb; s :] -> - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 455, characters 4-40: - 455 | parser [: a = symb; s :] -> kont a s - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1113, characters 26-38: - 1113 | | _ -> raise (Stream.Error "long identifier not allowed here") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1117, characters 26-38: - 1117 | | _ -> raise (Stream.Error "constraints not allowed on type extensions") ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1196, characters 48-60: - 1196 | with [ Invalid_argument s -> raise (Stream.Error s) ] ] - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1479, characters 21-33: - 1479 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1472, characters 21-33: - 1472 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1467, characters 21-33: - 1467 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1462, characters 21-33: - 1462 | raise (Stream.Error "override (!) is incompatible with virtual") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml", line 1515, characters 47-59: - 1515 | [ <:ctyp< ! $_$ . $_$ >> -> raise (Stream.Error "unexpected polytype here") - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Top.ml - File "camlp4/Camlp4Top/Top.ml", lines 44-46, characters 4-39: - 44 | ....match token_stream with parser - 45 | [ [: `(EOI, _) :] -> raise End_of_file - 46 | | [: :] -> parse_fun token_stream ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Top/Top.ml", lines 44-46, characters 4-39: - 44 | ....match token_stream with parser - 45 | [ [: `(EOI, _) :] -> raise End_of_file - 46 | | [: :] -> parse_fun token_stream ] - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Top/Top.ml", line 45, characters 9-18: - 45 | [ [: `(EOI, _) :] -> raise End_of_file - ^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "_none_", line 1: - Warning 58 [no-cmx-file]: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque - File "_none_", line 1: - Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -for-pack Camlp4Top -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4 -I camlp4/config -I camlp4/Camlp4Top -o camlp4/Camlp4Top/Rprint.cmx camlp4/Camlp4Top/Rprint.ml - File "_none_", line 1: - Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.ml - File "camlp4/Camlp4Parsers/Camlp4AstLoader.ml", line 32, characters 15-26: - 32 | let () = Stream.iter (Buffer.add_char buf) strm - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.ml - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 222, characters 13-25: - 222 | (Stream.Error ("'" ^ x ^ "' illegal in anonymous entry level")) - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 622, characters 24-36: - 622 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 638, characters 28-40: - 638 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 635, characters 28-40: - 635 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 658, characters 15-27: - 658 | (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 666, characters 15-27: - 666 | (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4GrammarParser.ml", line 681, characters 30-42: - 681 | Loc.raise _loc (Stream.Error - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.ml - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 37, characters 41-53: - 37 | value stream_peek_nth n strm = loop n (Stream.npeek n strm); - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 54, characters 35-49: - 54 | | Some _ | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 65, characters 26-40: - 65 | | None -> raise Stream.Failure ] - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "camlp4/Camlp4Parsers/Camlp4ListComprehension.ml", line 97, characters 17-31: - 97 | | _ -> raise Stream.Failure ]; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.ml - File "camlp4/Camlp4Parsers/Camlp4MacroParser.ml", line 279, characters 15-32: - 279 | let st = Stream.of_channel ch in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AstDumper.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4NullDumper.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Printers -I camlp4 -I camlp4/config -o camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4Profiler.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Filters -I camlp4 -I camlp4/config -o camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.ml - touch camlp4/Camlp4Top.mli ; if /usr/home/opam/.opam/default/bin/ocamlopt.opt -pack -g -I camlp4/Camlp4Top camlp4/Camlp4Top/Top.cmx camlp4/Camlp4Top/Rprint.cmx -o camlp4/Camlp4Top.cmx ; then rm -f camlp4/Camlp4Top.mli ; else rm -f camlp4/Camlp4Top.mli ; exit 1; fi - /usr/home/opam/.opam/default/bin/ocamlopt.opt -a -I camlp4/config -I camlp4 -I camlp4/Camlp4Parsers -I camlp4/Camlp4Printers -I camlp4/Camlp4Filters camlp4/config/Camlp4_import.cmx camlp4/config/Camlp4_config.cmx camlp4/Camlp4.cmx camlp4/Camlp4Parsers/Camlp4AstLoader.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Printers/Camlp4AstDumper.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Printers/Camlp4NullDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx camlp4/Camlp4Filters/Camlp4AstLifter.cmx camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx camlp4/Camlp4Filters/Camlp4LocationStripper.cmx camlp4/Camlp4Filters/Camlp4MapGenerator.cmx camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx camlp4/Camlp4Filters/Camlp4Profiler.cmx camlp4/Camlp4Filters/Camlp4TrashRemover.cmx camlp4/Camlp4Top.cmx -o camlp4/camlp4fulllib.cmxa - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4DebugParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4boot.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4r.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4rf.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4o.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4of.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4oof.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt dynlink.cmxa unix.cmxa -g camlp4/camlp4lib.cmxa -linkall camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx camlp4/Camlp4Parsers/Camlp4MacroParser.cmx camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx camlp4/Camlp4Bin.cmx -o camlp4/camlp4orf.native - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -g -safe-string -w Z -I camlp4/import -pp 'camlp4/boot/camlp4boot.byte -D OPT' -I camlp4/Camlp4Parsers -I camlp4 -I camlp4/config -o camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.ml -> compiled camlp4.4.14+1 -> installed base-bytes.base [ocamlnet: patch] applying fix-version-number.patch Processing 15/21: [ocamlnet: patch] Processing 16/21: [ocamlnet: patch] [camlp4: gmake install] [ocamlnet: patch] applying pkg-config.patch Processing 16/21: [ocamlnet: env] [camlp4: gmake install] - env DESTDIR= sh ./build/install.sh - Installing camlp4... - install binary /usr/home/opam/.opam/default/bin/camlp4prof - install binary /usr/home/opam/.opam/default/bin/mkcamlp4 - install binary /usr/home/opam/.opam/default/bin/camlp4 - install binary /usr/home/opam/.opam/default/bin/camlp4boot - install binary /usr/home/opam/.opam/default/bin/camlp4o - install binary /usr/home/opam/.opam/default/bin/camlp4of - install binary /usr/home/opam/.opam/default/bin/camlp4oof - install binary /usr/home/opam/.opam/default/bin/camlp4orf - install binary /usr/home/opam/.opam/default/bin/camlp4r - install binary /usr/home/opam/.opam/default/bin/camlp4rf - install binary /usr/home/opam/.opam/default/bin/camlp4o.opt - install binary /usr/home/opam/.opam/default/bin/camlp4of.opt - install binary /usr/home/opam/.opam/default/bin/camlp4oof.opt - install binary /usr/home/opam/.opam/default/bin/camlp4orf.opt - install binary /usr/home/opam/.opam/default/bin/camlp4r.opt - install binary /usr/home/opam/.opam/default/bin/camlp4rf.opt - Installing Camlp4Parsers... - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4AstLoader.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4DebugParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4GrammarParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4ListComprehension.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4MacroParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlParserParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlReloadedParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationCommon.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Parsers/Camlp4QuotationExpander.o - Installing Camlp4Printers... - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AstDumper.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4AutoPrinter.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4NullDumper.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlAstDumper.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlPrinter.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.o - Installing Camlp4Filters... - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4AstLifter.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4ExceptionTracer.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4FoldGenerator.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4LocationStripper.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MapGenerator.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4MetaGenerator.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4Profiler.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Filters/Camlp4TrashRemover.o - Installing Camlp4Top... - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Rprint.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Rprint.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Rprint.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Top.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Top.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Top.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Rprint.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top/Top.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4lib.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4lib.cmxa - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4fulllib.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4fulllib.cmxa - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4o.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4of.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4oof.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4orf.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4r.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4rf.cma - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Bin.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Bin.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Bin.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Bin.o - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4Top.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/Camlp4_config.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4prof.cmi - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4prof.cmo - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4prof.cmx - install /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4prof.o - install library /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4lib.a - install library /usr/home/opam/.opam/default/lib/ocaml/camlp4/camlp4fulllib.a - sed -e s/@@VERSION@@/"4.14.1"/g camlp4/META.in > camlp4/META - mkdir -p "/usr/home/opam/.opam/default/lib"/camlp4/ - cp -f camlp4/META "/usr/home/opam/.opam/default/lib"/camlp4/ -> installed camlp4.4.14+1 Processing 16/21: [ocamlnet: env] + /usr/bin/env "MAKE=gmake" "./configure" "-bindir" "/usr/home/opam/.opam/default/bin" "-disable-gssapi" "-disable-gnutls" "-disable-pcre" "-disable-gtk2" "-disable-zip" "-with-nethttpd" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2) - Welcome to Ocamlnet version 4.1.9 - Checking operating system... FreeBSD - - *** Note that you might need to load the 'sem' kernel - *** module to make semaphores work: kldload sem - - Checking for findlib... found - Checking multi-threading support... posix (ok) - Checking whether cmxs is supported... yes - Checking word size... 64 bit - Checking endianess... little - Checking for GPROF... not found - Checking for attributes... yes - Checking for immutable strings... yes - Checking for String.lowercase_ascii and the like... yes - Checking for extensible variants... yes - Checking for Unix.map_file... yes - Checking for [@@noalloc]... yes - checking for -opaque... present - Checking for win32... no - Checking whether Ocaml has Printexc.register_printer... found - Checking for POSIX pthread... found - Checking whether Ocaml has fancy page tables... found - Checking on new implementation of caml_modify... found - Checking whether new caml_modify can be overridden... found - Checking whether out-of-heap values are supported and mutable... yes - Checking for POSIX shared memory... found - Checking for POSIX semaphores (anonymous)... found - Checking for POSIX semaphores (named)... found - Checking for POSIX spawn... found - Checking for POSIX fadvise... found - Checking for POSIX fallocate... found - Checking for POSIX memalign... found - Checking for syslog... found - Checking for POSIX functions like openat... found - Checking for POSIX function mkfifoat... found - Checking for fchdir... found - Checking for fdopendir... found - Checking for realpath... found - Checking for grantpt (System V style PTYs)... found - Checking for posix_openpt (System V style PTYs)... found - Checking for initgroups...found - Checking for POSIX clocks...found - Checking for POSIX timers...found - Checking for eventfd (Linux)...found - Checking for timerfd (Linux)...not found - Checking for epoll (Linux)...not found - Checking for getifaddrs...found - Checking for compare_and_swap (GCC)...found - Checking for GPROF... not found - Checking for O_SHARE_DELETE... yes - Checking for O_CLOEXEC... yes - Checking for O_KEEPEXEC... yes - Checking for getpeereid... found - Checking for getpeerucred... not found - Checking whether netcamlbox and netmulticore are supported... yes - Checking for make utility... Preprocessor for ocamlrpcgen: cpp - - Effective options: - -disable-pcre - -disable-full-pcre - -disable-gtk - -disable-gtk2 - -disable-tcl - -disable-gnutls - -disable-gssapi - -disable-zip - -disable-apache - -enable-nethttpd - -bindir /usr/home/opam/.opam/default/bin - -datadir /usr/home/opam/.opam/default/lib/netunidata - -cpp cpp - - Writing Makefile.conf - - Please check Makefile.conf. - - You can now compile Ocamlnet by invoking - make all - for the bytecode compiler, and optionally by invoking - make opt - for the native-code compiler (if supported on your architecture). - Finally, a - make install - will install the package(s). Processing 16/21: [ocamlnet: gmake all] + /usr/local/bin/gmake "all" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2) - ( cd tools/cppo-0.9.4 && rm -f depend && gmake -f Makefile.pre generate && gmake all ) - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - ( cd tools/unimap_to_ocaml && gmake all ) - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml' - ocamlfind ocamlc -g -package str -linkpkg \ - -o unimap_to_ocaml \ - unimap_to_ocaml.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml' - for pkg in netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \ - ( cd src/$pkg && gmake -f Makefile.pre generate ) || exit; \ - ( cd src/$pkg && gmake -f Makefile.pre depend ) || exit; \ - ( cd src/$pkg && gmake all ) || exit; \ - done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120:6: note: expanded from here - GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" - ^ - netsys_c.c:476: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:137:6: note: expanded from here - GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" - ^ - netsys_c.c:477: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:141:6: note: expanded from here - GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" - ^ - netsys_c.c:487:9: warning: "stat_alloc" is deprecated: use "caml_stat_alloc" instead [-W#pragma-messages] - p = stat_alloc(string_length(path) + 1); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:145:6: note: expanded from here - GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" - ^ - netsys_c.c:487:20: warning: "string_length" is deprecated: use "caml_string_length" instead [-W#pragma-messages] - p = stat_alloc(string_length(path) + 1); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2:6: note: expanded from here - GCC warning "\"string_length\" is deprecated: use \"caml_string_length\" instead" - ^ - netsys_c.c:489:5: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead [-W#pragma-messages] - enter_blocking_section(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6:6: note: expanded from here - GCC warning "\"enter_blocking_section\" is deprecated: use \"caml_enter_blocking_section\" instead" - ^ - netsys_c.c:491:5: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead [-W#pragma-messages] - leave_blocking_section(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10:6: note: expanded from here - GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" - ^ - netsys_c.c:492:5: warning: "stat_free" is deprecated: use "caml_stat_free" instead [-W#pragma-messages] - stat_free(p); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14:6: note: expanded from here - GCC warning "\"stat_free\" is deprecated: use \"caml_stat_free\" instead" - ^ - netsys_c.c:520: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:19:6: note: expanded from here - GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" - ^ - netsys_c.c:521: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:23:6: note: expanded from here - GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" - ^ - netsys_c.c:564: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:27:6: note: expanded from here - GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" - ^ - netsys_c.c:580: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:31:6: note: expanded from here - GCC warning "\"convert_flag_list\" is deprecated: use \"caml_convert_flag_list\" instead" - ^ - netsys_c.c:625:10: warning: "copy_string" is deprecated: use "caml_copy_string" instead [-W#pragma-messages] - return copy_string(buffer); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:35:6: note: expanded from here - GCC warning "\"copy_string\" is deprecated: use \"caml_copy_string\" instead" - ^ - 18 warnings generated. - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_poll.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:132: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:3: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_fadvise.c' - netsys_c_fadvise.c:38:14: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] - default: invalid_argument("Netsys.fadvise"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100:6: note: expanded from here - GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" - ^ - netsys_c_fadvise.c:45:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] - failwith("Netsys.fadvise: large files not supported on this OS"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104:6: note: expanded from here - GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" - ^ - netsys_c_fadvise.c:47:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] - failwith("Netsys.fadvise: large files not supported on this OS"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108:6: note: expanded from here - GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" - ^ - 3 warnings generated. - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_fallocate.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_fallocate.c' - netsys_c_fallocate.c:31:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] - failwith("Netsys.fadvise: large files not supported on this OS"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100:6: note: expanded from here - GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" - ^ - netsys_c_fallocate.c:33:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] - failwith("Netsys.fadvise: large files not supported on this OS"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104:6: note: expanded from here - GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" - ^ - 2 warnings generated. - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_ioprio.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_ioprio.c' - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_locale.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:119: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:123: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:127: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:131: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); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' - #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:135: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]))); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:143: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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 ) - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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 ) - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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 ) - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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 ) - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:132: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:136: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:4: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104:6: note: expanded from here - GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" - ^ - netsys_c_sem.c:178:30: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] - s = (sem_t *) (((char *) Bigarray_val(memv)->data) + Long_val(posv)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108:6: note: expanded from here - GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" - ^ - netsys_c_sem.c:195:30: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead [-W#pragma-messages] - s = (sem_t *) (((char *) Bigarray_val(memv)->data) + Long_val(posv)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112:6: note: expanded from here - GCC warning "\"Bigarray_val\" is deprecated: use \"Caml_ba_array_val\" instead" - ^ - netsys_c_sem.c:212:2: warning: "invalid_argument" is deprecated: use "caml_invalid_argument" instead [-W#pragma-messages] - invalid_argument ("Netsys.sem_destroy: stale semaphore"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120:6: note: expanded from here - GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" - ^ - 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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:132: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2:6: note: expanded from here - GCC warning "\"leave_blocking_section\" is deprecated: use \"caml_leave_blocking_section\" instead" - ^ - 10 warnings generated. - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_shm.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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 - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' - #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120: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); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' - #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:132: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:101: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:105:6: note: expanded from here - GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" - ^ - netsys_c_clock.c:25:46: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775806 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] - if (!isfinite(d) || d < 0 || d > LONG_MAX-1) - ~ ~~~~~~~~^~ - netsys_c_clock.c:47:13: warning: "alloc" is deprecated: use "caml_alloc" instead [-W#pragma-messages] - tsout = alloc(2,0); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' - #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:119:6: note: expanded from here - GCC warning "\"alloc\" is deprecated: use \"caml_alloc\" instead" - ^ - netsys_c_clock.c:188:7: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] - s = String_val(v); - ^ ~~~~~~~~~~~~~ - netsys_c_clock.c:438:2: warning: "failwith" is deprecated: use "caml_failwith" instead [-W#pragma-messages] - failwith("Netsys_posix.timer_event: timer is not connected with event"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:15:6: note: expanded from here - GCC warning "\"failwith\" is deprecated: use \"caml_failwith\" instead" - ^ - 6 warnings generated. - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_event.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:143: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:147: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:162: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:177: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:132: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:18: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:22: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:26: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:30: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:34: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:38: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:42: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:46: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:50: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:54: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:58: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:18: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:22: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:26: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:30: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:34: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:38: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:42: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:46: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:50: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:54: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:58: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:18: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:22: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:26: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:30: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:34: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:38: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:42: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:46: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:50: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:54: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:58: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_htab.c' - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_queue.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_queue.c' - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_mem.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:104: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:108: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:112: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:116: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:120: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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:124: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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:132: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:136: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:18: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:22: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:26: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:30: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:34: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:38: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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:42: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:46: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:50: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:54: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:58: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:62: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:66: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 | - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:4: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:8: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:12: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:16: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) { - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:20: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) { - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:24: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:28: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:32: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:36: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:40: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:44: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:48: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:72: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); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:46:15: note: expanded from macro 'alloc' - #define alloc CAML_DEPRECATED("alloc", "caml_alloc") caml_alloc /*SP*/ - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:76: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:7: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:11: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 */ - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:15: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:19: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:23: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:27: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:31: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:35: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:39: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:43: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:47: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:51: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:55: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(); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:18: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:22: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:26: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:30: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:34: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:38: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:42: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:46: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:50: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:54: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:58: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:62: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]; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:66: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:4: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)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:8: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:12:6: note: expanded from here - GCC warning "\"stat_alloc\" is deprecated: use \"caml_stat_alloc\" instead" - ^ - netsys_c_mem.c:1259:2: warning: ignoring return value of function declared with pure attribute [-Wunused-value] - strcmp(ops->name, String_val(Field(pair,0))); - ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - 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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:16: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]; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:20: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:24: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:28: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:32: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:36: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:40: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:44: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:48: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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/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, - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:81: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"; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:2: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)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:6: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:10: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:14: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"; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:18: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)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:22: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:26: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:30: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"; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:34: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)); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:38: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; - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:42: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:47: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"); - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/compatibility.h:111:18: note: expanded from macro 'failwith' - #define failwith CAML_DEPRECATED("failwith", "caml_failwith") caml_failwith - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:51: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:74: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:78:6: note: expanded from here - GCC warning "\"invalid_argument\" is deprecated: use \"caml_invalid_argument\" instead" - ^ - 104 warnings generated. - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_xdr.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_xdr.c' - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_ip6.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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 -lrt ; \ - 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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - sed -e 's/@VERSION@/4.1.9/' 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@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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 - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:100: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:128: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:166: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)) - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:170: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:174: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:178: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"), - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:4: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:8: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:45: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)) - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:49: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"); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:53: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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:57: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")); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/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); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:66: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")); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/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"), - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:74: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_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_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_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_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_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_BYTES " -w -25 -c -I +compiler-libs netstring_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - rm nethtml_scanner.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 = "/usr/home/opam/.opam/default/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@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - ocamlyacc parser.mly - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - echo "let cpp = \"cpp\";;" > config.ml - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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 /usr/home/opam/.opam/default/bin/ocamlrpcgen >rpcgen-packlist - rm lexer.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - ../rpc-generator/ocamlrpcgen -aux rpc_portmapper.x - ../rpc-generator/ocamlrpcgen -clnt-only-functor rpc_portmapper.x - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - ../rpc-generator/ocamlrpcgen -aux rpc_auth_gssapi.x - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - opts="-opaque"; \ - if [ -f "$(basename rpc.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc.ml - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_common.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_program.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_program.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_program.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_util.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_util.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_util.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_portmapper_aux.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_portmapper_aux.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_portmapper_aux.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_packer.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_packer.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_packer.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_transport.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_transport.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_transport.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_client_pre.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_client_pre.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_client_pre.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_portmapper_clnt.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_portmapper_clnt.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_portmapper_clnt.ml - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_portmapper_impl.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_client.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_client.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_client.ml - File "rpc_client.ml", line 52, characters 17-35: - 52 | vasives.compare : uint4 -> uint4 -> 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 rpc_simple_client.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_simple_client.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_simple_client.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_portmapper.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_portmapper.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_portmapper.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_server.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_server.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_server.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_auth_sys.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_auth_sys.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_sys.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_auth_gssapi_aux.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_auth_gssapi_aux.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_gssapi_aux.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_auth_gssapi.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_auth_gssapi.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_gssapi.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_proxy.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_proxy.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_proxy.ml - File "rpc_proxy.ml", line 417, characters 4-22: - 417 | ....mc1.id mc2.id - | - 417 | 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 - File "rpc_proxy.ml", line 1040, characters 8-26: - 1039 | ........ - 1040 | mset.total_loa...... - 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 - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc.cma rpc.cmo rpc_common.cmo rpc_program.cmo rpc_util.cmo rpc_portmapper_aux.cmo rpc_packer.cmo rpc_transport.cmo rpc_client_pre.cmo rpc_portmapper_clnt.cmo rpc_portmapper_impl.cmo rpc_client.cmo rpc_simple_client.cmo rpc_portmapper.cmo rpc_server.cmo rpc_auth_sys.cmo rpc_auth_gssapi_aux.cmo rpc_auth_gssapi.cmo rpc_proxy.cmo; \ - else \ - ../../tools/mkstublib -o rpc rpc.cmo rpc_common.cmo rpc_program.cmo rpc_util.cmo rpc_portmapper_aux.cmo rpc_packer.cmo rpc_transport.cmo rpc_client_pre.cmo rpc_portmapper_clnt.cmo rpc_portmapper_impl.cmo rpc_client.cmo rpc_simple_client.cmo rpc_portmapper.cmo rpc_server.cmo rpc_auth_sys.cmo rpc_auth_gssapi_aux.cmo rpc_auth_gssapi.cmo rpc_proxy.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - opts="-opaque"; \ - if [ -f "$(basename rpc_auth_local.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_auth_local.mli - ocamlfind ocamlc -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_local.ml - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" rpclocal.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'rpclocal.c' - rpclocal.c:104:14: warning: "alloc_tuple" is deprecated: use "caml_alloc_tuple" instead [-W#pragma-messages] - result = alloc_tuple(2); - ^ - /usr/home/opam/.opam/default/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 - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:58:3: note: expanded from macro 'CAML_DEPRECATED' - CAML_PREPROWARNING(name1 is deprecated: use name2 instead) - ^ - /usr/home/opam/.opam/default/lib/ocaml/caml/misc.h:56:31: note: expanded from macro 'CAML_PREPROWARNING' - #define CAML_PREPROWARNING(x) _Pragma(CAML_MAKEWARNING2(x)) - ^ - <scratch space>:105:6: note: expanded from here - GCC warning "\"alloc_tuple\" is deprecated: use \"caml_alloc_tuple\" instead" - ^ - 1 warning generated. - if [ "Xrpclocal.o" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_auth_local.cma rpc_auth_local.cmo; \ - else \ - ../../tools/mkstublib -o rpc_auth_local rpc_auth_local.cmo rpclocal.o ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - opts="-opaque"; \ - if [ -f "$(basename nethttp_client_conncache.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttp_client_conncache.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttp_client_conncache.ml - opts="-opaque"; \ - if [ -f "$(basename nethttp_client.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttp_client.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttp_client.ml - opts="-opaque"; \ - if [ -f "$(basename nettelnet_client.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nettelnet_client.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nettelnet_client.ml - opts="-opaque"; \ - if [ -f "$(basename netftp_data_endpoint.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netftp_data_endpoint.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netftp_data_endpoint.ml - opts="-opaque"; \ - if [ -f "$(basename netftp_client.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netftp_client.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netftp_client.ml - File "netftp_client.ml", line 1324, characters 16-32: - 1324 | ( match ftp_state.ftp_port with - ^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label peer_name was omitted in the application of this function. - opts="-opaque"; \ - if [ -f "$(basename nethttp_fs.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttp_fs.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttp_fs.ml - opts="-opaque"; \ - if [ -f "$(basename netftp_fs.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netftp_fs.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netftp_fs.ml - opts="-opaque"; \ - if [ -f "$(basename netsmtp.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netsmtp.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netsmtp.ml - opts="-opaque"; \ - if [ -f "$(basename netpop.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netpop.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netpop.ml - opts="-opaque"; \ - if [ -f "$(basename netldap.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netldap.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netldap.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netclient.cma nethttp_client_conncache.cmo nethttp_client.cmo nettelnet_client.cmo netftp_data_endpoint.cmo netftp_client.cmo nethttp_fs.cmo netftp_fs.cmo netsmtp.cmo netpop.cmo netldap.cmo; \ - else \ - ../../tools/mkstublib -o netclient nethttp_client_conncache.cmo nethttp_client.cmo nettelnet_client.cmo netftp_data_endpoint.cmo netftp_client.cmo nethttp_fs.cmo netftp_fs.cmo netsmtp.cmo netpop.cmo netldap.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - opts="-opaque"; \ - if [ -f "$(basename netcgi_common.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_common.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_common.ml - File "netcgi_common.ml", line 656, characters 10-24: - 656 | ..........**********) - | - 656 | (..................................... - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - File "netcgi_common.ml", line 1067, characters 23-38: - 1066 | ....................... - 1067 | env#lo................................................................ - 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) - File "netcgi_common.ml", line 1364, characters 33-47: - 1363 | ...... - 1364 | ..........................header_field "........... - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - opts="-opaque"; \ - if [ -f "$(basename netcgi.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi.ml - opts="-opaque"; \ - if [ -f "$(basename netcgi_ajp.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_ajp.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_ajp.ml - File "netcgi_ajp.ml", line 30, characters 13-27: - 30 | .format "%c" (Netdate.create ~zone (Unix.gettimeofday())) in - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - opts="-opaque"; \ - if [ -f "$(basename netcgi_scgi.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_scgi.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_scgi.ml - File "netcgi_scgi.ml", line 99, characters 13-27: - 99 | format "%c" (Netdate.create ~zone (Unix.gettimeofday())) in - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - opts="-opaque"; \ - if [ -f "$(basename netcgi_cgi.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_cgi.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_cgi.ml - opts="-opaque"; \ - if [ -f "$(basename netcgi_fcgi.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_fcgi.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_fcgi.ml - opts="-opaque"; \ - if [ -f "$(basename netcgi_dbi.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_dbi.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_dbi.ml - opts="-opaque"; \ - if [ -f "$(basename netcgi1_compat.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi1_compat.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi1_compat.ml - opts="-opaque"; \ - if [ -f "$(basename netcgi_test.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_test.mli - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_test.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi.cma netcgi_common.cmo netcgi.cmo netcgi_ajp.cmo netcgi_scgi.cmo netcgi_cgi.cmo netcgi_fcgi.cmo netcgi_dbi.cmo netcgi1_compat.cmo netcgi_test.cmo; \ - else \ - ../../tools/mkstublib -o netcgi netcgi_common.cmo netcgi.cmo netcgi_ajp.cmo netcgi_scgi.cmo netcgi_cgi.cmo netcgi_fcgi.cmo netcgi_dbi.cmo netcgi1_compat.cmo netcgi_test.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - ../rpc-generator/ocamlrpcgen -aux netplex_ctrl.x -int unboxed -direct - ../rpc-generator/ocamlrpcgen -clnt netplex_ctrl.x -int unboxed -direct - ../rpc-generator/ocamlrpcgen -srv2 netplex_ctrl.x -int unboxed -direct - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - opts="-opaque"; \ - if [ -f "$(basename netplex_encap.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_encap.mli - opts="-opaque"; \ - if [ -f "$(basename netplex_types.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_types.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_types.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_ctrl_aux.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_ctrl_aux.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_ctrl_aux.ml - File "netplex_ctrl_aux.ml", line 496, characters 8-12: - 496 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 1831, characters 8-12: - 1831 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 2458, characters 8-12: - 2458 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 2568, characters 8-12: - 2568 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 2816, characters 8-12: - 2816 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - opts="-opaque"; \ - if [ -f "$(basename netplex_ctrl_clnt.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_ctrl_clnt.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_ctrl_clnt.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_ctrl_srv.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_ctrl_srv.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_ctrl_srv.ml - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_util.ml - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_encap.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_internal.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_internal.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_internal.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_cenv.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_cenv.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_cenv.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_mp.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_mp.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mp.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_mt.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_mt.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mt.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_log.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_log.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_log.ml - File "netplex_log.ml", line 72, characters 8-22: - 72 | t nd_fmt (Lazy.force nd) - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - opts="-opaque"; \ - if [ -f "$(basename netplex_container.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_container.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_container.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_sockserv.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_sockserv.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_sockserv.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_workload.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_workload.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_workload.ml - File "netplex_workload.ml", line 122, characters 34-52: - 118 | .......................... - 119 | ... - 120 | - 121 | - 122 | .odule ContMap = Ma.............. - 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 netplex_kit.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_kit.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_kit.ml - File "netplex_kit.ml", line 92, characters 28-46: - 92 | ............................y - | end - | - 92 | module PSet.................. - 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 netplex_sharedvar.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_sharedvar.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_sharedvar.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_controller.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_controller.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_controller.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_config.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_config.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_config.ml - File "netplex_config.ml", line 4, characters 5-11: - 3 | - 4 | ....ption ...................... - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "netplex_config.ml", line 34, characters 10-21: - 33 | ......... - 34 | | Som............... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 36, characters 17-28: - 35 | ............. - 36 | ... let ....................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 42, characters 19-33: - 40 | ......... - 41 | - 42 | ........rse_tree_list ........ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 47, characters 11-25: - 47 | ...........n - 47 | match t_........ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 56, characters 10-21: - 55 | ......... - 56 | | Som.............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 58, characters 17-28: - 57 | ............. - 58 | ... pars.................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 69, characters 10-21: - 68 | ......... - 69 | | Som.............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 71, characters 17-28: - 70 | ............. - 71 | ... igno..................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 77, characters 10-21: - 76 | ......... - 77 | | Som.............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 79, characters 17-28: - 78 | ............. - 79 | ... let ............................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 83, characters 17-28: - 82 | ............. - 83 | ... let .............................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 85, characters 20-31: - 84 | ................. - 85 | .. if ......................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 86, characters 39-53: - 85 | .............................. - 86 | ........ `Section tl - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 89, characters 16-30: - 87 | ...... - 88 | - 89 | ........rse_param_valu.......... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 92, characters 10-21: - 91 | ......... - 92 | | Som............................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 93, characters 31-42: - 93 | ...............................t n - 93 | |....................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 94, characters 33-44: - 94 | .................................oat f - 94 | ........................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 95, characters 34-45: - 95 | ..................................ring s - 95 | ................................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 96, characters 39-50: - 96 | .......................................ol false - 96 | ................................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 97, characters 38-49: - 97 | ......................................ol true - 97 | ......... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 99, characters 16-30: - 96 | ...... - 97 | .... - 98 | - 99 | ...et line = ref .... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 105, characters 13-30: - | ............ - 105 | let s2 = - 105 | ............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 107, characters 6-17: - 106 | .... - 107 | . match St................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 109, characters 10-21: - 108 | ..... - 109 | .... | None ->..... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 112, characters 10-21: - | .. - 112 | ....... line; - 112 | S........ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 116, characters 10-21: - | .. - | .... - 116 | .. in - 116 | let....................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 119, characters 16-33: - 119 | ake_lexer [ "{"; "}"; "="; ";" ] s2 in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "netplex_config.ml", line 123, characters 6-18: - 122 | . - 123 | .... close_in c.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 127, characters 8-22: - 126 | . - 127 | ......se(Config_erro............................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 130, characters 8-20: - 129 | . - 130 | ......se(Config_er................................................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - opts="-opaque"; \ - if [ -f "$(basename netplex_main.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_main.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_main.ml - opts="-opaque"; \ - if [ -f "$(basename rpc_netplex.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts rpc_netplex.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_netplex.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_semaphore.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_semaphore.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_semaphore.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_mutex.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_mutex.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mutex.ml - opts="-opaque"; \ - if [ -f "$(basename netplex_mbox.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netplex_mbox.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mbox.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netplex.cma netplex_types.cmo netplex_ctrl_aux.cmo netplex_ctrl_clnt.cmo netplex_ctrl_srv.cmo netplex_util.cmo netplex_encap.cmo netplex_internal.cmo netplex_cenv.cmo netplex_mp.cmo netplex_mt.cmo netplex_log.cmo netplex_container.cmo netplex_sockserv.cmo netplex_workload.cmo netplex_kit.cmo netplex_sharedvar.cmo netplex_controller.cmo netplex_config.cmo netplex_main.cmo rpc_netplex.cmo netplex_semaphore.cmo netplex_mutex.cmo netplex_mbox.cmo; \ - else \ - ../../tools/mkstublib -o netplex netplex_types.cmo netplex_ctrl_aux.cmo netplex_ctrl_clnt.cmo netplex_ctrl_srv.cmo netplex_util.cmo netplex_encap.cmo netplex_internal.cmo netplex_cenv.cmo netplex_mp.cmo netplex_mt.cmo netplex_log.cmo netplex_container.cmo netplex_sockserv.cmo netplex_workload.cmo netplex_kit.cmo netplex_sharedvar.cmo netplex_controller.cmo netplex_config.cmo netplex_main.cmo rpc_netplex.cmo netplex_semaphore.cmo netplex_mutex.cmo netplex_mbox.cmo ; \ - fi - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_admin.ml - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -o netplex-admin -custom \ - -package "bytes unix bigarray str" -linkpkg \ - netsys_oothr.cma netsys.cma netstring.cma equeue.cma \ - rpc.cma netplex.cma netplex_admin.cmo - echo /usr/home/opam/.opam/default/bin/netplex-admin >netplex-packlist - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - opts="-opaque"; \ - if [ -f "$(basename netcgi_plex.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netcgi_plex.mli - ocamlfind ocamlc -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_plex.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi2-plex.cma netcgi_plex.cmo; \ - else \ - ../../tools/mkstublib -o netcgi2-plex netcgi_plex.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - opts="-opaque"; \ - if [ -f "$(basename netcamlbox.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 netcamlbox.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 netcamlbox.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 netcamlbox.cma netcamlbox.cmo; \ - else \ - ../../tools/mkstublib -o netcamlbox netcamlbox.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - opts="-opaque"; \ - if [ -f "$(basename netmcore.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_camlbox.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_camlbox.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_camlbox.ml - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_util.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_mempool.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_mempool.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_mempool.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_heap.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_heap.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_heap.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_ref.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_ref.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_ref.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_array.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_array.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_array.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_sem.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_sem.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_sem.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_mutex.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_mutex.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_mutex.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_condition.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_condition.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_condition.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_queue.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_queue.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_queue.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_buffer.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_buffer.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_buffer.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_matrix.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_matrix.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_matrix.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_hashtbl.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_hashtbl.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_hashtbl.ml - opts="-opaque"; \ - if [ -f "$(basename netmcore_process.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts netmcore_process.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_process.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netmulticore.cma netmcore.cmo netmcore_camlbox.cmo netmcore_util.cmo netmcore_mempool.cmo netmcore_heap.cmo netmcore_ref.cmo netmcore_array.cmo netmcore_sem.cmo netmcore_mutex.cmo netmcore_condition.cmo netmcore_queue.cmo netmcore_buffer.cmo netmcore_matrix.cmo netmcore_hashtbl.cmo netmcore_process.cmo; \ - else \ - ../../tools/mkstublib -o netmulticore netmcore.cmo netmcore_camlbox.cmo netmcore_util.cmo netmcore_mempool.cmo netmcore_heap.cmo netmcore_ref.cmo netmcore_array.cmo netmcore_sem.cmo netmcore_mutex.cmo netmcore_condition.cmo netmcore_queue.cmo netmcore_buffer.cmo netmcore_matrix.cmo netmcore_hashtbl.cmo netmcore_process.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - sed -e 's/@VERSION@/4.1.9/' \ - -e 's/@AUTHDHREQS@//' \ - -e 's/@PREFERRED_CGI_PKG@//' \ - -e 's/@REGEXP_PROVIDER@/str/' \ - -e 's/@COMPAT_PCRE_PROVIDER@//' \ - -e 's/@ZIP_PROVIDER@//' \ - META.in >META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - ocamlfind ocamldep -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - opts="-opaque"; \ - if [ -f "$(basename nethttpd_types.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_types.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_types.ml - opts="-opaque"; \ - if [ -f "$(basename nethttpd_util.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_util.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_util.ml - File "nethttpd_util.ml", line 33, characters 5-19: - 32 | . - 33 | ... (Netdate.c............................. - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - opts="-opaque"; \ - if [ -f "$(basename nethttpd_kernel.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_kernel.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_kernel.ml - opts="-opaque"; \ - if [ -f "$(basename nethttpd_reactor.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_reactor.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_reactor.ml - opts="-opaque"; \ - if [ -f "$(basename nethttpd_engine.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_engine.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_engine.ml - opts="-opaque"; \ - if [ -f "$(basename nethttpd_services.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_services.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_services.ml - File "nethttpd_services.ml", line 110, characters 16-32: - 110 | ................n - 110 | let req_port .................................................................. - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "nethttpd_services.ml", line 113, characters 29-45: - 113 | .............................st) && - 113 | ................................. - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - opts="-opaque"; \ - if [ -f "$(basename nethttpd_plex.mli .ml)".nopaque ]; then opts=""; fi; \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c $opts nethttpd_plex.mli - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_plex.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlc -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o nethttpd.cma nethttpd_types.cmo nethttpd_util.cmo nethttpd_kernel.cmo nethttpd_reactor.cmo nethttpd_engine.cmo nethttpd_services.cmo nethttpd_plex.cmo; \ - else \ - ../../tools/mkstublib -o nethttpd nethttpd_types.cmo nethttpd_util.cmo nethttpd_kernel.cmo nethttpd_reactor.cmo nethttpd_engine.cmo nethttpd_services.cmo nethttpd_plex.cmo ; \ - fi - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' Processing 16/21: [ocamlnet: gmake opt] + /usr/local/bin/gmake "opt" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2) - ( cd tools/cppo-0.9.4 && rm -f depend && gmake -f Makefile.pre generate && gmake all ) - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - ocamlfind ocamldep *.ml *.mli >depend || { rm -f depend; exit 1; } - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/cppo-0.9.4' - ( cd tools/unimap_to_ocaml && gmake all ) - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml' - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/tools/unimap_to_ocaml' - for pkg in netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \ - ( cd src/$pkg && gmake -f Makefile.pre generate ) || exit; \ - ( cd src/$pkg && gmake -f Makefile.pre depend ) || exit; \ - ( cd src/$pkg && gmake opt ) || exit; \ - done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_conf.cmx .cmx`.p.cmx netsys_conf.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_types.cmx .cmx`.p.cmx netsys_types.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_oothr.cmx .cmx`.p.cmx netsys_oothr.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netlog.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netexn.cmx .cmx`.p.cmx netexn.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_impl_util.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_mem.cmx .cmx`.p.cmx netsys_mem.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_signal.cmx .cmx`.p.cmx netsys_signal.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_crypto_types.cmx .cmx`.p.cmx netsys_crypto_types.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_crypto.cmx .cmx`.p.cmx netsys_crypto.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_crypto_modes.cmx .cmx`.p.cmx netsys_crypto_modes.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_posix.cmx .cmx`.p.cmx 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) - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_win32.cmx .cmx`.p.cmx netsys_win32.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_tls.cmx .cmx`.p.cmx netsys_tls.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys.cmx .cmx`.p.cmx netsys.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_ciphers.cmx .cmx`.p.cmx netsys_ciphers.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_digests.cmx .cmx`.p.cmx netsys_digests.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_rng.cmx .cmx`.p.cmx netsys_rng.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_pollset.cmx .cmx`.p.cmx netsys_pollset.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_pollset_posix.cmx .cmx`.p.cmx netsys_pollset_posix.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_pollset_win32.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_pollset_generic.cmx .cmx`.p.cmx netsys_pollset_generic.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_xdr.cmx .cmx`.p.cmx netsys_xdr.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_tmp.cmx .cmx`.p.cmx netsys_tmp.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_sem.cmx .cmx`.p.cmx netsys_sem.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_pmanage.cmx .cmx`.p.cmx netsys_pmanage.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_global.cmx .cmx`.p.cmx netsys_global.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_gssapi.cmx .cmx`.p.cmx netsys_gssapi.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_sasl_types.cmx .cmx`.p.cmx netsys_sasl_types.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_sasl_util.cmx .cmx`.p.cmx netsys_sasl_util.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_sasl.cmx .cmx`.p.cmx netsys_sasl.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_polypipe.cmx .cmx`.p.cmx netsys_polypipe.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_polysocket.cmx .cmx`.p.cmx netsys_polysocket.ml - 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 ocamlopt -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.cmxa netsys_conf.cmx netsys_types.cmx netlog.cmx netexn.cmx netsys_impl_util.cmx netsys_mem.cmx netsys_signal.cmx netsys_crypto_types.cmx netsys_crypto.cmx netsys_crypto_modes.cmx netsys_posix.cmx netsys_win32.cmx netsys_tls.cmx netsys.cmx netsys_ciphers.cmx netsys_digests.cmx netsys_rng.cmx netsys_pollset.cmx netsys_pollset_posix.cmx netsys_pollset_win32.cmx netsys_pollset_generic.cmx netsys_xdr.cmx netsys_tmp.cmx netsys_sem.cmx netsys_pmanage.cmx netsys_global.cmx netsys_gssapi.cmx netsys_sasl_types.cmx netsys_sasl_util.cmx netsys_sasl.cmx netsys_polypipe.cmx netsys_polysocket.cmx; \ - else \ - ../../tools/mkstublib -o netsys netsys_conf.cmx netsys_types.cmx netlog.cmx netexn.cmx netsys_impl_util.cmx netsys_mem.cmx netsys_signal.cmx netsys_crypto_types.cmx netsys_crypto.cmx netsys_crypto_modes.cmx netsys_posix.cmx netsys_win32.cmx netsys_tls.cmx netsys.cmx netsys_ciphers.cmx netsys_digests.cmx netsys_rng.cmx netsys_pollset.cmx netsys_pollset_posix.cmx netsys_pollset_win32.cmx netsys_pollset_generic.cmx netsys_xdr.cmx netsys_tmp.cmx netsys_sem.cmx netsys_pmanage.cmx netsys_global.cmx netsys_gssapi.cmx netsys_sasl_types.cmx netsys_sasl_util.cmx netsys_sasl.cmx netsys_polypipe.cmx netsys_polysocket.cmx 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 -lrt ; \ - fi - ocamlfind ocamlopt -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.cmxa -a netsys_oothr.cmx - ../../tools/stubcc -ocamlc ocamlc -ccopt "-O -g" netsys_c_gprof.c - + cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -c -O -g -I'/usr/home/opam/.opam/default/lib/ocaml' 'netsys_c_gprof.c' - ocamlfind ocamlopt -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 -linkall -shared -o netsys_oothr.cmxs netsys_oothr.cmxa - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_oothr_mt.cmx .cmx`.p.cmx -thread netsys_oothr_mt.ml - ocamlfind ocamlopt -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.cmxa -a \ - netsys_oothr.cmx netsys_oothr_mt.cmx - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netsys_oothr_mt_init.cmx .cmx`.p.cmx -thread netsys_oothr_mt_init.ml - ocamlfind ocamlopt -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 -linkall -shared -o netsys_oothr_mt.cmxs netsys_oothr_mt.cmxa - ocamlfind ocamlopt -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 -linkall -shared -o netsys_oothr_mt_init.cmxs netsys_oothr_mt_init.cmx - ocamlfind ocamlopt -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 -linkall -shared -I . -o netsys.cmxs netsys.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netshm.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netshm_data.cmx .cmx`.p.cmx netshm_data.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netshm_hashtbl.cmx .cmx`.p.cmx netshm_hashtbl.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netshm_array.cmx .cmx`.p.cmx netshm_array.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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.cmxa netshm.cmx netshm_data.cmx netshm_hashtbl.cmx netshm_array.cmx; \ - else \ - ../../tools/mkstublib -o netshm netshm.cmx netshm_data.cmx netshm_hashtbl.cmx netshm_array.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netshm.cmxs netshm.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - ocamlfind ocamlopt -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_BYTES " -w -25 -c netconst.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netconst.cmx .cmx`.p.cmx netconst.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netstring_str.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netstring_str.cmx .cmx`.p.cmx netstring_str.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netstring_tstring.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netstring_tstring.cmx .cmx`.p.cmx netstring_tstring.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c -inline 10 netbuffer.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netbuffer.cmx .cmx`.p.cmx -inline 10 netbuffer.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netunichar.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netunichar.cmx .cmx`.p.cmx netunichar.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netaux.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netaux.cmx .cmx`.p.cmx netaux.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netchannels.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netchannels.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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_BYTES " -w -25 -c netchannels_crypto.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netchannels_crypto.cmx .cmx`.p.cmx netchannels_crypto.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netsockaddr.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netsockaddr.cmx .cmx`.p.cmx netsockaddr.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netdb.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netdb.cmx .cmx`.p.cmx netdb.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmappings_asn1.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmappings_asn1.cmx .cmx`.p.cmx netmappings_asn1.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmappings.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmappings.cmx .cmx`.p.cmx netmappings.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netconversion.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netconversion.cmx .cmx`.p.cmx netconversion.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netulex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netulex.cmx .cmx`.p.cmx netulex.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netencoding.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netencoding.cmx .cmx`.p.cmx netencoding.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netstream.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netstream.cmx .cmx`.p.cmx netstream.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netdate.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netdate.cmx .cmx`.p.cmx 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. - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmime_string.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmime_string.cmx .cmx`.p.cmx 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 ocamlopt -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_BYTES " -w -25 -c nethtml_scanner.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename nethtml_scanner.cmx .cmx`.p.cmx nethtml_scanner.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c nethtml.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename nethtml.cmx .cmx`.p.cmx 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.) - ocamlfind ocamlopt -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_BYTES " -w -25 -c neturl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename neturl.cmx .cmx`.p.cmx neturl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c neturl_ldap.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename neturl_ldap.cmx .cmx`.p.cmx neturl_ldap.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netsaslprep_data.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netsaslprep_data.cmx .cmx`.p.cmx netsaslprep_data.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netsaslprep.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netsaslprep.cmx .cmx`.p.cmx netsaslprep.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netaddress.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netaddress.cmx .cmx`.p.cmx netaddress.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netcompression.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netcompression.cmx .cmx`.p.cmx netcompression.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmime.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmime.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmime_header.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmime_header.cmx .cmx`.p.cmx netmime_header.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmime_channels.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmime_channels.cmx .cmx`.p.cmx netmime_channels.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netsendmail.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netsendmail.cmx .cmx`.p.cmx netsendmail.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c nethttp.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename nethttp.cmx .cmx`.p.cmx 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. - ocamlfind ocamlopt -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_BYTES " -w -25 -c netpagebuffer.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netpagebuffer.cmx .cmx`.p.cmx netpagebuffer.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netfs.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netfs.cmx .cmx`.p.cmx netfs.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netglob_lex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netglob_lex.cmx .cmx`.p.cmx netglob_lex.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netglob.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netglob.cmx .cmx`.p.cmx netglob.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netauth.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netauth.cmx .cmx`.p.cmx netauth.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c -inline 10 netnumber.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netnumber.cmx .cmx`.p.cmx -inline 10 netnumber.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netxdr_mstring.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netxdr_mstring.cmx .cmx`.p.cmx netxdr_mstring.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netxdr.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netxdr.cmx .cmx`.p.cmx netxdr.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netasn1.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netasn1.cmx .cmx`.p.cmx netasn1.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netasn1_encode.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netasn1_encode.cmx .cmx`.p.cmx netasn1_encode.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netoid.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netoid.cmx .cmx`.p.cmx netoid.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netdn.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netdn.cmx .cmx`.p.cmx netdn.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netx509.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netx509.cmx .cmx`.p.cmx netx509.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netascii_armor.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netascii_armor.cmx .cmx`.p.cmx netascii_armor.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netx509_pubkey.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netx509_pubkey.cmx .cmx`.p.cmx netx509_pubkey.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netx509_pubkey_crypto.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netx509_pubkey_crypto.cmx .cmx`.p.cmx netx509_pubkey_crypto.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c nettls_support.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename nettls_support.cmx .cmx`.p.cmx nettls_support.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netgssapi_support.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netgssapi_support.cmx .cmx`.p.cmx netgssapi_support.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netgssapi_auth.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netgssapi_auth.cmx .cmx`.p.cmx netgssapi_auth.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_scram.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_scram.cmx .cmx`.p.cmx 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. - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_scram_gssapi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_scram_gssapi.cmx .cmx`.p.cmx netmech_scram_gssapi.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_scram_sasl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_scram_sasl.cmx .cmx`.p.cmx netmech_scram_sasl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_scram_http.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_scram_http.cmx .cmx`.p.cmx netmech_scram_http.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_plain_sasl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_plain_sasl.cmx .cmx`.p.cmx netmech_plain_sasl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_crammd5_sasl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_crammd5_sasl.cmx .cmx`.p.cmx netmech_crammd5_sasl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_digest.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_digest.cmx .cmx`.p.cmx netmech_digest.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_digest_sasl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_digest_sasl.cmx .cmx`.p.cmx netmech_digest_sasl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_digest_http.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_digest_http.cmx .cmx`.p.cmx netmech_digest_http.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_gs2_sasl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_gs2_sasl.cmx .cmx`.p.cmx netmech_gs2_sasl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_krb5_sasl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_krb5_sasl.cmx .cmx`.p.cmx netmech_krb5_sasl.ml - ocamlfind ocamlopt -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_BYTES " -w -25 -c netmech_spnego_http.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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_BYTES " -w -25 -c -p -o `basename netmech_spnego_http.cmx .cmx`.p.cmx netmech_spnego_http.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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_BYTES " -w -25 -a -o netstring.cmxa netconst.cmx netstring_str.cmx netbuffer.cmx netunichar.cmx netaux.cmx netstring_tstring.cmx netchannels.cmx netchannels_crypto.cmx netsockaddr.cmx netdb.cmx netmappings_asn1.cmx netmappings.cmx netconversion.cmx netulex.cmx netencoding.cmx netstream.cmx netdate.cmx netmime_string.cmx nethtml_scanner.cmx nethtml.cmx neturl.cmx neturl_ldap.cmx netsaslprep_data.cmx netsaslprep.cmx netaddress.cmx netcompression.cmx netmime.cmx netmime_header.cmx netmime_channels.cmx netsendmail.cmx nethttp.cmx netpagebuffer.cmx netfs.cmx netglob_lex.cmx netglob.cmx netauth.cmx netnumber.cmx netxdr_mstring.cmx netxdr.cmx netasn1.cmx netasn1_encode.cmx netoid.cmx netdn.cmx netx509.cmx netascii_armor.cmx netx509_pubkey.cmx netx509_pubkey_crypto.cmx nettls_support.cmx netgssapi_support.cmx netgssapi_auth.cmx netmech_scram.cmx netmech_scram_gssapi.cmx netmech_scram_sasl.cmx netmech_scram_http.cmx netmech_plain_sasl.cmx netmech_crammd5_sasl.cmx netmech_digest.cmx netmech_digest_sasl.cmx netmech_digest_http.cmx netmech_gs2_sasl.cmx netmech_krb5_sasl.cmx netmech_spnego_http.cmx; \ - else \ - ../../tools/mkstublib -o netstring netconst.cmx netstring_str.cmx netbuffer.cmx netunichar.cmx netaux.cmx netstring_tstring.cmx netchannels.cmx netchannels_crypto.cmx netsockaddr.cmx netdb.cmx netmappings_asn1.cmx netmappings.cmx netconversion.cmx netulex.cmx netencoding.cmx netstream.cmx netdate.cmx netmime_string.cmx nethtml_scanner.cmx nethtml.cmx neturl.cmx neturl_ldap.cmx netsaslprep_data.cmx netsaslprep.cmx netaddress.cmx netcompression.cmx netmime.cmx netmime_header.cmx netmime_channels.cmx netsendmail.cmx nethttp.cmx netpagebuffer.cmx netfs.cmx netglob_lex.cmx netglob.cmx netauth.cmx netnumber.cmx netxdr_mstring.cmx netxdr.cmx netasn1.cmx netasn1_encode.cmx netoid.cmx netdn.cmx netx509.cmx netascii_armor.cmx netx509_pubkey.cmx netx509_pubkey_crypto.cmx nettls_support.cmx netgssapi_support.cmx netgssapi_auth.cmx netmech_scram.cmx netmech_scram_gssapi.cmx netmech_scram_sasl.cmx netmech_scram_http.cmx netmech_plain_sasl.cmx netmech_crammd5_sasl.cmx netmech_digest.cmx netmech_digest_sasl.cmx netmech_digest_http.cmx netmech_gs2_sasl.cmx netmech_krb5_sasl.cmx netmech_spnego_http.cmx ; \ - fi - ocamlfind ocamlopt -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_BYTES " -w -25 -linkall -shared -I . -o netstring.cmxs netstring.cmxa ; - rm nethtml_scanner.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netuniconfig.cmx .cmx`.p.cmx netuniconfig.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netunidata.cmx .cmx`.p.cmx netunidata.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netunichecksums.cmx .cmx`.p.cmx netunichecksums.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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.cmxa netuniconfig.cmx netunidata.cmx netunichecksums.cmx; \ - else \ - ../../tools/mkstublib -o netunidata netuniconfig.cmx netunidata.cmx netunichecksums.cmx ; \ - fi - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netmappings_iso.cmx .cmx`.p.cmx netmappings_iso.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netmappings_other.cmx .cmx`.p.cmx netmappings_other.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netmappings_jp.cmx .cmx`.p.cmx netmappings_jp.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netmappings_kr.cmx .cmx`.p.cmx netmappings_kr.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netuniinit.cmx .cmx`.p.cmx netuniinit.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_iso.cmxs netmappings_iso.cmx - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_other.cmxs netmappings_other.cmx - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_jp.cmxs netmappings_jp.cmx - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmappings_kr.cmxs netmappings_kr.cmx - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netuniinit.cmxs netuniinit.cmx - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netunidata.cmxs netunidata.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename equeue.cmx .cmx`.p.cmx equeue.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename unixqueue_util.cmx .cmx`.p.cmx 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 - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename unixqueue_pollset.cmx .cmx`.p.cmx unixqueue_pollset.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename unixqueue_select.cmx .cmx`.p.cmx 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 ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename unixqueue.cmx .cmx`.p.cmx unixqueue.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_resolver.cmx .cmx`.p.cmx uq_resolver.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_engines.cmx .cmx`.p.cmx 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. - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_multiplex.cmx .cmx`.p.cmx uq_multiplex.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_transfer.cmx .cmx`.p.cmx uq_transfer.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_io.cmx .cmx`.p.cmx uq_io.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_lwt.cmx .cmx`.p.cmx uq_lwt.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_libevent.cmx .cmx`.p.cmx uq_libevent.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_mt.cmx .cmx`.p.cmx uq_mt.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_client.cmx .cmx`.p.cmx uq_client.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_server.cmx .cmx`.p.cmx uq_server.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_datagram.cmx .cmx`.p.cmx uq_datagram.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_socks5.cmx .cmx`.p.cmx uq_socks5.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename uq_engines_compat.cmx .cmx`.p.cmx uq_engines_compat.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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.cmxa equeue.cmx unixqueue_util.cmx unixqueue_pollset.cmx unixqueue_select.cmx unixqueue.cmx uq_resolver.cmx uq_engines.cmx uq_multiplex.cmx uq_transfer.cmx uq_io.cmx uq_lwt.cmx uq_libevent.cmx uq_mt.cmx uq_client.cmx uq_server.cmx uq_datagram.cmx uq_socks5.cmx uq_engines_compat.cmx; \ - else \ - ../../tools/mkstublib -o equeue equeue.cmx unixqueue_util.cmx unixqueue_pollset.cmx unixqueue_select.cmx unixqueue.cmx uq_resolver.cmx uq_engines.cmx uq_multiplex.cmx uq_transfer.cmx uq_io.cmx uq_lwt.cmx uq_libevent.cmx uq_mt.cmx uq_client.cmx uq_server.cmx uq_datagram.cmx uq_socks5.cmx uq_engines_compat.cmx ; \ - fi - ocamlfind ocamlopt -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 -linkall -shared -I . -o equeue.cmxs equeue.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename shell_sys.cmx .cmx`.p.cmx 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. - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename shell.cmx .cmx`.p.cmx shell.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename shell_uq.cmx .cmx`.p.cmx shell_uq.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename shell_fs.cmx .cmx`.p.cmx shell_fs.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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.cmxa shell_sys.cmx shell.cmx shell_uq.cmx shell_fs.cmx; \ - else \ - ../../tools/mkstublib -o shell shell_sys.cmx shell.cmx shell_uq.cmx shell_fs.cmx ; \ - fi - ocamlfind ocamlopt -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 -linkall -shared -I . -o shell.cmxs shell.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - echo "let cpp = \"cpp\";;" > config.ml - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/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; } - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename config.cmx .cmx`.p.cmx config.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename syntax.cmx .cmx`.p.cmx syntax.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename options.cmx .cmx`.p.cmx options.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename parser.cmx .cmx`.p.cmx parser.ml - ocamllex lexer.mll - 127 states, 803 transitions, table size 3974 bytes - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename lexer.cmx .cmx`.p.cmx lexer.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename rename.cmx .cmx`.p.cmx rename.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename generate.cmx .cmx`.p.cmx generate.ml - ocamlfind ocamlopt -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 && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename direct.cmx .cmx`.p.cmx direct.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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.cmxa config.cmx syntax.cmx options.cmx parser.cmx lexer.cmx rename.cmx generate.cmx direct.cmx; \ - else \ - ../../tools/mkstublib -o rpc_generator config.cmx syntax.cmx options.cmx parser.cmx lexer.cmx rename.cmx generate.cmx direct.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc_generator.cmxs rpc_generator.cmxa ; - rm lexer.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc.cmx .cmx`.p.cmx rpc.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_common.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_common.cmx .cmx`.p.cmx rpc_common.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_program.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_program.cmx .cmx`.p.cmx rpc_program.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_util.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_util.cmx .cmx`.p.cmx rpc_util.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_portmapper_aux.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper_aux.cmx .cmx`.p.cmx rpc_portmapper_aux.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_packer.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_packer.cmx .cmx`.p.cmx -w p rpc_packer.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_transport.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_transport.cmx .cmx`.p.cmx rpc_transport.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_client_pre.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_client_pre.cmx .cmx`.p.cmx rpc_client_pre.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_portmapper_clnt.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper_clnt.cmx .cmx`.p.cmx rpc_portmapper_clnt.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_portmapper_impl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper_impl.cmx .cmx`.p.cmx rpc_portmapper_impl.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_client.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_client.cmx .cmx`.p.cmx rpc_client.ml - File "rpc_client.ml", line 52, characters 17-35: - 52 | vasives.compare : uint4 -> uint4 -> 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 - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_simple_client.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_simple_client.cmx .cmx`.p.cmx rpc_simple_client.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -w p rpc_portmapper.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_portmapper.cmx .cmx`.p.cmx -w p rpc_portmapper.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_server.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_server.cmx .cmx`.p.cmx rpc_server.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_sys.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_sys.cmx .cmx`.p.cmx rpc_auth_sys.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_gssapi_aux.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_gssapi_aux.cmx .cmx`.p.cmx rpc_auth_gssapi_aux.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_gssapi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_gssapi.cmx .cmx`.p.cmx rpc_auth_gssapi.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_proxy.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_proxy.cmx .cmx`.p.cmx rpc_proxy.ml - File "rpc_proxy.ml", line 417, characters 4-22: - 417 | ....mc1.id mc2.id - | - 417 | 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 - File "rpc_proxy.ml", line 1040, characters 8-26: - 1039 | ........ - 1040 | mset.total_loa...... - 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 - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc.cmxa rpc.cmx rpc_common.cmx rpc_program.cmx rpc_util.cmx rpc_portmapper_aux.cmx rpc_packer.cmx rpc_transport.cmx rpc_client_pre.cmx rpc_portmapper_clnt.cmx rpc_portmapper_impl.cmx rpc_client.cmx rpc_simple_client.cmx rpc_portmapper.cmx rpc_server.cmx rpc_auth_sys.cmx rpc_auth_gssapi_aux.cmx rpc_auth_gssapi.cmx rpc_proxy.cmx; \ - else \ - ../../tools/mkstublib -o rpc rpc.cmx rpc_common.cmx rpc_program.cmx rpc_util.cmx rpc_portmapper_aux.cmx rpc_packer.cmx rpc_transport.cmx rpc_client_pre.cmx rpc_portmapper_clnt.cmx rpc_portmapper_impl.cmx rpc_client.cmx rpc_simple_client.cmx rpc_portmapper.cmx rpc_server.cmx rpc_auth_sys.cmx rpc_auth_gssapi_aux.cmx rpc_auth_gssapi.cmx rpc_proxy.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netsys -I ../../src/netstring -I ../../src/netgssapi -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc.cmxs rpc.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_auth_local.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_auth_local.cmx .cmx`.p.cmx rpc_auth_local.ml - if [ "Xrpclocal.o" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o rpc_auth_local.cmxa rpc_auth_local.cmx; \ - else \ - ../../tools/mkstublib -o rpc_auth_local rpc_auth_local.cmx rpclocal.o ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/rpc -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o rpc_auth_local.cmxs rpc_auth_local.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttp_client_conncache.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp_client_conncache.cmx .cmx`.p.cmx nethttp_client_conncache.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttp_client.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp_client.cmx .cmx`.p.cmx nethttp_client.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nettelnet_client.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nettelnet_client.cmx .cmx`.p.cmx nettelnet_client.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netftp_data_endpoint.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netftp_data_endpoint.cmx .cmx`.p.cmx netftp_data_endpoint.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netftp_client.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netftp_client.cmx .cmx`.p.cmx netftp_client.ml - File "netftp_client.ml", line 1324, characters 16-32: - 1324 | ( match ftp_state.ftp_port with - ^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label peer_name was omitted in the application of this function. - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttp_fs.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttp_fs.cmx .cmx`.p.cmx nethttp_fs.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netftp_fs.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netftp_fs.cmx .cmx`.p.cmx netftp_fs.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netsmtp.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netsmtp.cmx .cmx`.p.cmx netsmtp.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netpop.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netpop.cmx .cmx`.p.cmx netpop.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netldap.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netldap.cmx .cmx`.p.cmx netldap.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netclient.cmxa nethttp_client_conncache.cmx nethttp_client.cmx nettelnet_client.cmx netftp_data_endpoint.cmx netftp_client.cmx nethttp_fs.cmx netftp_fs.cmx netsmtp.cmx netpop.cmx netldap.cmx; \ - else \ - ../../tools/mkstublib -o netclient nethttp_client_conncache.cmx nethttp_client.cmx nettelnet_client.cmx netftp_data_endpoint.cmx netftp_client.cmx nethttp_fs.cmx netftp_fs.cmx netsmtp.cmx netpop.cmx netldap.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netclient.cmxs netclient.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_common.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_common.cmx .cmx`.p.cmx netcgi_common.ml - File "netcgi_common.ml", line 656, characters 10-24: - 656 | ..........**********) - | - 656 | (..................................... - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - File "netcgi_common.ml", line 1067, characters 23-38: - 1066 | ....................... - 1067 | env#lo................................................................ - 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) - File "netcgi_common.ml", line 1364, characters 33-47: - 1363 | ...... - 1364 | ..........................header_field "........... - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi.cmx .cmx`.p.cmx netcgi.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_ajp.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_ajp.cmx .cmx`.p.cmx netcgi_ajp.ml - File "netcgi_ajp.ml", line 30, characters 13-27: - 30 | .format "%c" (Netdate.create ~zone (Unix.gettimeofday())) in - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_scgi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_scgi.cmx .cmx`.p.cmx netcgi_scgi.ml - File "netcgi_scgi.ml", line 99, characters 13-27: - 99 | format "%c" (Netdate.create ~zone (Unix.gettimeofday())) in - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_cgi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_cgi.cmx .cmx`.p.cmx netcgi_cgi.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_fcgi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_fcgi.cmx .cmx`.p.cmx netcgi_fcgi.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_dbi.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_dbi.cmx .cmx`.p.cmx netcgi_dbi.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi1_compat.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi1_compat.cmx .cmx`.p.cmx netcgi1_compat.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_test.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_test.cmx .cmx`.p.cmx netcgi_test.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi.cmxa netcgi_common.cmx netcgi.cmx netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx; \ - else \ - ../../tools/mkstublib -o netcgi netcgi_common.cmx netcgi.cmx netcgi_ajp.cmx netcgi_scgi.cmx netcgi_cgi.cmx netcgi_fcgi.cmx netcgi_dbi.cmx netcgi1_compat.cmx netcgi_test.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcgi.cmxs netcgi.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_encap.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_encap.cmx .cmx`.p.cmx netplex_encap.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_types.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_types.cmx .cmx`.p.cmx netplex_types.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_ctrl_aux.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_ctrl_aux.cmx .cmx`.p.cmx netplex_ctrl_aux.ml - File "netplex_ctrl_aux.ml", line 496, characters 8-12: - 496 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 1831, characters 8-12: - 1831 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 2458, characters 8-12: - 2458 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 2568, characters 8-12: - 2568 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - File "netplex_ctrl_aux.ml", line 2816, characters 8-12: - 2816 | Netxdr.ctx_direct = ctx.Netxdr.ctx_direct_sub } in - ^^^^ - Warning 26 [unused-var]: unused variable ctx'. - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_ctrl_clnt.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_ctrl_clnt.cmx .cmx`.p.cmx netplex_ctrl_clnt.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_ctrl_srv.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_ctrl_srv.cmx .cmx`.p.cmx netplex_ctrl_srv.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_util.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_util.cmx .cmx`.p.cmx netplex_util.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_internal.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_internal.cmx .cmx`.p.cmx netplex_internal.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_cenv.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_cenv.cmx .cmx`.p.cmx netplex_cenv.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mp.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mp.cmx .cmx`.p.cmx netplex_mp.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mt.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mt.cmx .cmx`.p.cmx netplex_mt.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_log.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_log.cmx .cmx`.p.cmx netplex_log.ml - File "netplex_log.ml", line 72, characters 8-22: - 72 | t nd_fmt (Lazy.force nd) - ^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_container.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_container.cmx .cmx`.p.cmx netplex_container.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_sockserv.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_sockserv.cmx .cmx`.p.cmx netplex_sockserv.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_workload.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_workload.cmx .cmx`.p.cmx netplex_workload.ml - File "netplex_workload.ml", line 122, characters 34-52: - 118 | .......................... - 119 | ... - 120 | - 121 | - 122 | .odule ContMap = Ma.............. - 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 ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_kit.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_kit.cmx .cmx`.p.cmx netplex_kit.ml - File "netplex_kit.ml", line 92, characters 28-46: - 92 | ............................y - | end - | - 92 | module PSet.................. - 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 ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_sharedvar.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_sharedvar.cmx .cmx`.p.cmx netplex_sharedvar.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_controller.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_controller.cmx .cmx`.p.cmx netplex_controller.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_config.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_config.cmx .cmx`.p.cmx netplex_config.ml - File "netplex_config.ml", line 4, characters 5-11: - 3 | - 4 | ....ption ...................... - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "netplex_config.ml", line 34, characters 10-21: - 33 | ......... - 34 | | Som............... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 36, characters 17-28: - 35 | ............. - 36 | ... let ....................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 42, characters 19-33: - 40 | ......... - 41 | - 42 | ........rse_tree_list ........ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 47, characters 11-25: - 47 | ...........n - 47 | match t_........ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 56, characters 10-21: - 55 | ......... - 56 | | Som.............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 58, characters 17-28: - 57 | ............. - 58 | ... pars.................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 69, characters 10-21: - 68 | ......... - 69 | | Som.............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 71, characters 17-28: - 70 | ............. - 71 | ... igno..................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 77, characters 10-21: - 76 | ......... - 77 | | Som.............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 79, characters 17-28: - 78 | ............. - 79 | ... let ............................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 83, characters 17-28: - 82 | ............. - 83 | ... let .............................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 85, characters 20-31: - 84 | ................. - 85 | .. if ......................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 86, characters 39-53: - 85 | .............................. - 86 | ........ `Section tl - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 89, characters 16-30: - 87 | ...... - 88 | - 89 | ........rse_param_valu.......... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 92, characters 10-21: - 91 | ......... - 92 | | Som............................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 93, characters 31-42: - 93 | ...............................t n - 93 | |....................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 94, characters 33-44: - 94 | .................................oat f - 94 | ........................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 95, characters 34-45: - 95 | ..................................ring s - 95 | ................................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 96, characters 39-50: - 96 | .......................................ol false - 96 | ................................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 97, characters 38-49: - 97 | ......................................ol true - 97 | ......... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 99, characters 16-30: - 96 | ...... - 97 | .... - 98 | - 99 | ...et line = ref .... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 105, characters 13-30: - | ............ - 105 | let s2 = - 105 | ............. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 107, characters 6-17: - 106 | .... - 107 | . match St................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 109, characters 10-21: - 108 | ..... - 109 | .... | None ->..... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 112, characters 10-21: - | .. - 112 | ....... line; - 112 | S........ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 116, characters 10-21: - | .. - | .... - 116 | .. in - 116 | let....................................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 119, characters 16-33: - 119 | ake_lexer [ "{"; "}"; "="; ";" ] s2 in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "netplex_config.ml", line 123, characters 6-18: - 122 | . - 123 | .... close_in c.. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 127, characters 8-22: - 126 | . - 127 | ......se(Config_erro............................................... - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "netplex_config.ml", line 130, characters 8-20: - 129 | . - 130 | ......se(Config_er................................................. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_main.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_main.cmx .cmx`.p.cmx netplex_main.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c rpc_netplex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename rpc_netplex.cmx .cmx`.p.cmx rpc_netplex.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_semaphore.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_semaphore.cmx .cmx`.p.cmx netplex_semaphore.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mutex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mutex.cmx .cmx`.p.cmx netplex_mutex.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netplex_mbox.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netplex_mbox.cmx .cmx`.p.cmx netplex_mbox.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netplex.cmxa netplex_types.cmx netplex_ctrl_aux.cmx netplex_ctrl_clnt.cmx netplex_ctrl_srv.cmx netplex_util.cmx netplex_encap.cmx netplex_internal.cmx netplex_cenv.cmx netplex_mp.cmx netplex_mt.cmx netplex_log.cmx netplex_container.cmx netplex_sockserv.cmx netplex_workload.cmx netplex_kit.cmx netplex_sharedvar.cmx netplex_controller.cmx netplex_config.cmx netplex_main.cmx rpc_netplex.cmx netplex_semaphore.cmx netplex_mutex.cmx netplex_mbox.cmx; \ - else \ - ../../tools/mkstublib -o netplex netplex_types.cmx netplex_ctrl_aux.cmx netplex_ctrl_clnt.cmx netplex_ctrl_srv.cmx netplex_util.cmx netplex_encap.cmx netplex_internal.cmx netplex_cenv.cmx netplex_mp.cmx netplex_mt.cmx netplex_log.cmx netplex_container.cmx netplex_sockserv.cmx netplex_workload.cmx netplex_kit.cmx netplex_sharedvar.cmx netplex_controller.cmx netplex_config.cmx netplex_main.cmx rpc_netplex.cmx netplex_semaphore.cmx netplex_mutex.cmx netplex_mbox.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netplex.cmxs netplex.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netcgi_plex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netcgi_plex.cmx .cmx`.p.cmx netcgi_plex.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netcgi2-plex.cmxa netcgi_plex.cmx; \ - else \ - ../../tools/mkstublib -o netcgi2-plex netcgi_plex.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../netcgi2 -I ../netplex -I ../netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcgi2-plex.cmxs netcgi2-plex.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - ocamlfind ocamlopt -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 netcamlbox.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -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 -p -o `basename netcamlbox.cmx .cmx`.p.cmx netcamlbox.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -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 netcamlbox.cmxa netcamlbox.cmx; \ - else \ - ../../tools/mkstublib -o netcamlbox netcamlbox.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netcamlbox.cmxs netcamlbox.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore.cmx .cmx`.p.cmx netmcore.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_camlbox.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_camlbox.cmx .cmx`.p.cmx netmcore_camlbox.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_util.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_util.cmx .cmx`.p.cmx netmcore_util.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_mempool.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_mempool.cmx .cmx`.p.cmx netmcore_mempool.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_heap.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_heap.cmx .cmx`.p.cmx netmcore_heap.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_ref.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_ref.cmx .cmx`.p.cmx netmcore_ref.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_array.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_array.cmx .cmx`.p.cmx netmcore_array.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_sem.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_sem.cmx .cmx`.p.cmx netmcore_sem.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_mutex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_mutex.cmx .cmx`.p.cmx netmcore_mutex.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_condition.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_condition.cmx .cmx`.p.cmx netmcore_condition.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_queue.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_queue.cmx .cmx`.p.cmx netmcore_queue.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_buffer.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_buffer.cmx .cmx`.p.cmx netmcore_buffer.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_matrix.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_matrix.cmx .cmx`.p.cmx netmcore_matrix.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_hashtbl.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_hashtbl.cmx .cmx`.p.cmx netmcore_hashtbl.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c netmcore_process.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename netmcore_process.cmx .cmx`.p.cmx netmcore_process.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o netmulticore.cmxa netmcore.cmx netmcore_camlbox.cmx netmcore_util.cmx netmcore_mempool.cmx netmcore_heap.cmx netmcore_ref.cmx netmcore_array.cmx netmcore_sem.cmx netmcore_mutex.cmx netmcore_condition.cmx netmcore_queue.cmx netmcore_buffer.cmx netmcore_matrix.cmx netmcore_hashtbl.cmx netmcore_process.cmx; \ - else \ - ../../tools/mkstublib -o netmulticore netmcore.cmx netmcore_camlbox.cmx netmcore_util.cmx netmcore_mempool.cmx netmcore_heap.cmx netmcore_ref.cmx netmcore_array.cmx netmcore_sem.cmx netmcore_mutex.cmx netmcore_condition.cmx netmcore_queue.cmx netmcore_buffer.cmx netmcore_matrix.cmx netmcore_hashtbl.cmx netmcore_process.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/rpc -I ../../src/netstring -I ../../src/netsys -I ../../src/netplex -I ../../src/netcamlbox -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o netmulticore.cmxs netmulticore.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[2]: Nothing to be done for 'realgenerate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: 'depend' is up to date. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_types.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_types.cmx .cmx`.p.cmx nethttpd_types.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_util.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_util.cmx .cmx`.p.cmx nethttpd_util.ml - File "nethttpd_util.ml", line 33, characters 5-19: - 32 | . - 33 | ... (Netdate.c............................. - Warning 6 [labels-omitted]: label fmt was omitted in the application of this function. - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_kernel.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_kernel.cmx .cmx`.p.cmx nethttpd_kernel.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_reactor.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_reactor.cmx .cmx`.p.cmx nethttpd_reactor.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_engine.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_engine.cmx .cmx`.p.cmx nethttpd_engine.ml - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_services.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_services.cmx .cmx`.p.cmx nethttpd_services.ml - File "nethttpd_services.ml", line 110, characters 16-32: - 110 | ................n - 110 | let req_port .................................................................. - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - File "nethttpd_services.ml", line 113, characters 29-45: - 113 | .............................st) && - 113 | ................................. - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii/StringLabels.lowercase_ascii instead. - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c nethttpd_plex.ml && \ - [ 0 -eq 0 ] || ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -c -p -o `basename nethttpd_plex.cmx .cmx`.p.cmx nethttpd_plex.ml - if [ "X" = "X" ]; then \ - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -a -o nethttpd.cmxa nethttpd_types.cmx nethttpd_util.cmx nethttpd_kernel.cmx nethttpd_reactor.cmx nethttpd_engine.cmx nethttpd_services.cmx nethttpd_plex.cmx; \ - else \ - ../../tools/mkstublib -o nethttpd nethttpd_types.cmx nethttpd_util.cmx nethttpd_kernel.cmx nethttpd_reactor.cmx nethttpd_engine.cmx nethttpd_services.cmx nethttpd_plex.cmx ; \ - fi - ocamlfind ocamlopt -g -safe-string -I ../../src/equeue -I ../../src/netstring -I ../../src/netcgi2 -I ../../src/netplex -I ../../src/netsys -package "bytes unix" -pp "../../tools/cppo-0.9.4/cppo -include ../../config.cppo -D HAVE_BYTES " -w -25 -linkall -shared -I . -o nethttpd.cmxs nethttpd.cmxa ; - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' -> compiled ocamlnet.4.1.9-2 Processing 17/21: [ulex: gmake] Processing 18/21: [ulex: gmake] [ocamlnet: gmake install] - ocamlbuild -byte-plugin pa_ulex.cma ulexing.cma - /usr/home/opam/.opam/default/bin/ocamlc.opt unix.cma -I /usr/home/opam/.opam/default/lib/ocamlbuild /usr/home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cma myocamlbuild.ml /usr/home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmo -o myocamlbuild - /usr/home/opam/.opam/default/bin/ocamldep.opt -pp camlp4orf -modules pa_ulex.ml > pa_ulex.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules cset.ml > cset.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules ulex.mli > ulex.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o cset.cmo cset.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o ulex.cmi ulex.mli - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -I /usr/home/opam/.opam/default/lib/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmo pa_ulex.ml - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules ulex.ml > ulex.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o ulex.cmo ulex.ml - /usr/home/opam/.opam/default/bin/ocamlc.opt -a cset.cmo ulex.cmo pa_ulex.cmo -o pa_ulex.cma - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules ulexing.mli > ulexing.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmi ulexing.mli - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmi ulexing.mli - File "ulexing.mli", line 50, characters 21-29: - 50 | val from_stream: int Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.mli", line 56, characters 29-37: - 56 | val from_latin1_stream: char Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.mli", line 67, characters 27-35: - 67 | val from_utf8_stream: char Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.mli", line 77, characters 41-49: - 77 | val from_var_enc_stream: enc ref -> char Stream.t -> lexbuf - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules ulexing.ml > ulexing.ml.depends - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules utf8.mli > utf8.mli.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmi utf8.mli - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmi utf8.mli - File "utf8.mli", line 12, characters 22-30: - 12 | val from_stream: char Stream.t -> int - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.mli", line 13, characters 34-42: - 13 | val stream_from_char_stream: char Stream.t -> int Stream.t - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.mli", line 13, characters 50-58: - 13 | val stream_from_char_stream: char Stream.t -> int Stream.t - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmo ulexing.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o ulexing.cmo ulexing.ml - File "ulexing.ml", line 50, characters 22-33: - 50 | try buf.(pos) <- Stream.next s; 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 51, characters 10-24: - 51 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 55, characters 33-44: - 55 | try buf.(pos) <- Char.code (Stream.next s); 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 56, characters 10-24: - 56 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 61, characters 10-24: - 61 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 72, characters 25-36: - 72 | let c = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 75, characters 32-43: - 75 | | Latin1 -> Char.code (Stream.next s) - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 78, characters 10-24: - 78 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 82, characters 27-43: - 82 | from_var_enc_stream enc (Stream.of_string s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 85, characters 27-44: - 85 | from_var_enc_stream enc (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 97, characters 22-39: - 97 | from_latin1_stream (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 99, characters 45-62: - 99 | from_stream (Utf8.stream_from_char_stream (Stream.of_channel ic)) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamldep.opt -modules utf8.ml > utf8.ml.depends - /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmo utf8.ml - + /usr/home/opam/.opam/default/bin/ocamlc.opt -c -o utf8.cmo utf8.ml - File "utf8.ml", line 47, characters 8-19: - 47 | match Stream.next s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 52, characters 21-32: - 52 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 57, characters 21-32: - 57 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 58, characters 21-32: - 58 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 63, characters 21-32: - 63 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 64, characters 21-32: - 64 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 65, characters 21-32: - 65 | let n4 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 135, characters 2-13: - 135 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 138, characters 12-26: - 138 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlc.opt -a utf8.cmo ulexing.cmo -o ulexing.cma Processing 18/21: [ulex: gmake all.opt] [ocamlnet: gmake install] - ocamlbuild -byte-plugin pa_ulex.cma ulexing.cma pa_ulex.cmxa ulexing.cmxa - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -o cset.cmx cset.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -o ulex.cmx ulex.ml - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -I /usr/home/opam/.opam/default/lib/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmx pa_ulex.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -I /usr/home/opam/.opam/default/lib/ocaml/camlp4 -pp camlp4orf -o pa_ulex.cmx pa_ulex.ml - File "_none_", line 1: - Warning 58 [no-cmx-file]: no cmx file was found in path for module Camlp4, and its interface was not compiled with -opaque - /usr/home/opam/.opam/default/bin/ocamlopt.opt -a cset.cmx ulex.cmx pa_ulex.cmx -o pa_ulex.cmxa - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -o utf8.cmx utf8.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -o utf8.cmx utf8.ml - File "utf8.ml", line 47, characters 8-19: - 47 | match Stream.next s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 52, characters 21-32: - 52 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 57, characters 21-32: - 57 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 58, characters 21-32: - 58 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 63, characters 21-32: - 63 | let n2 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 64, characters 21-32: - 64 | let n3 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 65, characters 21-32: - 65 | let n4 = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 135, characters 2-13: - 135 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "utf8.ml", line 138, characters 12-26: - 138 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -o ulexing.cmx ulexing.ml - + /usr/home/opam/.opam/default/bin/ocamlopt.opt -c -o ulexing.cmx ulexing.ml - File "ulexing.ml", line 50, characters 22-33: - 50 | try buf.(pos) <- Stream.next s; 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 51, characters 10-24: - 51 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 55, characters 33-44: - 55 | try buf.(pos) <- Char.code (Stream.next s); 1 - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 56, characters 10-24: - 56 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 61, characters 10-24: - 61 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 72, characters 25-36: - 72 | let c = Char.code (Stream.next s) in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 75, characters 32-43: - 75 | | Latin1 -> Char.code (Stream.next s) - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 78, characters 10-24: - 78 | with Stream.Failure -> 0) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 82, characters 27-43: - 82 | from_var_enc_stream enc (Stream.of_string s) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 85, characters 27-44: - 85 | from_var_enc_stream enc (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 97, characters 22-39: - 97 | from_latin1_stream (Stream.of_channel ic) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "ulexing.ml", line 99, characters 45-62: - 99 | from_stream (Utf8.stream_from_char_stream (Stream.of_channel ic)) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - /usr/home/opam/.opam/default/bin/ocamlopt.opt -a utf8.cmx ulexing.cmx -o ulexing.cmxa -> compiled ulex.1.2 Processing 18/21: [ocamlnet: gmake install] + /usr/local/bin/gmake "install" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2) - for pkg in netsys netshm netstring netunidata equeue shell rpc-generator rpc rpc-auth-local netclient netcgi2 netplex netcgi2-plex netcamlbox netmulticore nethttpd; do \ - ( cd src/$pkg && gmake -f Makefile.pre install ) || exit; \ - done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netsys_oothr.cmo netsys_oothr_mt_init.cmo netsys_oothr_mt_init.cmx netsys_oothr_mt_init.o netsys_oothr_mt_init.p.cmx netsys_oothr_mt_init.p.o netsys_gprof_init.p.cmx netsys_gprof_init.p.o netsys_c_gprof.o netsys_c_event.h netsys_c_outofheap.o` && \ - ocamlfind install netsys $files - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_c_outofheap.o - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_c_event.h - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_c_gprof.o - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt_init.o - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt_init.cmx - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt_init.cmo - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.cmo - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt.a - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.a - Installed /usr/home/opam/.opam/default/lib/netsys/netsys.a - Installed /usr/home/opam/.opam/default/lib/netsys/libnetsys.a - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt_init.cmxs - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt.cmxs - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.cmxs - Installed /usr/home/opam/.opam/default/lib/netsys/netsys.cmxs - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt.cmxa - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.cmxa - Installed /usr/home/opam/.opam/default/lib/netsys/netsys.cmxa - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt.cma - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.cma - Installed /usr/home/opam/.opam/default/lib/netsys/netsys.cma - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_xdr.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_win32.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_types.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_tmp.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_tls.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_signal.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sem.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sasl_util.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sasl_types.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_rng.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_posix.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_polysocket.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_polypipe.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset_win32.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset_posix.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset_generic.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pmanage.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt_init.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_mem.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_impl_util.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_gssapi.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_global.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_digests.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_crypto_types.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_crypto_modes.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_crypto.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_conf.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_ciphers.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netlog.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netexn.cmi - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_xdr.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_win32.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_types.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_tmp.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_tls.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_signalling.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_signal.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sem.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sasl_types.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_rng.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_posix.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_polysocket.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_polypipe.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset_win32.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset_posix.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset_generic.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pollset.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_pmanage.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt_init.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr_mt.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_oothr.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_mem.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_gssapi.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_gprof_init.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_global.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_digests.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_crypto_types.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_crypto_modes.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_crypto.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys_ciphers.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netsys.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netlog.mli - Installed /usr/home/opam/.opam/default/lib/netsys/netexn.mli - Installed /usr/home/opam/.opam/default/lib/stublibs/dllnetsys.so - Installed /usr/home/opam/.opam/default/lib/stublibs/dllnetsys.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /usr/home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf - Installed /usr/home/opam/.opam/default/lib/netsys/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netsys' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install netshm $files - Installed /usr/home/opam/.opam/default/lib/netshm/netshm.a - Installed /usr/home/opam/.opam/default/lib/netshm/netshm.cmxs - Installed /usr/home/opam/.opam/default/lib/netshm/netshm.cmxa - Installed /usr/home/opam/.opam/default/lib/netshm/netshm.cma - Installed /usr/home/opam/.opam/default/lib/netshm/netshm_hashtbl.cmi - Installed /usr/home/opam/.opam/default/lib/netshm/netshm_data.cmi - Installed /usr/home/opam/.opam/default/lib/netshm/netshm_array.cmi - Installed /usr/home/opam/.opam/default/lib/netshm/netshm.cmi - Installed /usr/home/opam/.opam/default/lib/netshm/netshm_hashtbl.mli - Installed /usr/home/opam/.opam/default/lib/netshm/netshm_data.mli - Installed /usr/home/opam/.opam/default/lib/netshm/netshm_array.mli - Installed /usr/home/opam/.opam/default/lib/netshm/netshm.mli - Installed /usr/home/opam/.opam/default/lib/netshm/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netshm' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netstring_top.cmo netaccel_link.cmo netconversion.cmx netbuffer.cmx netnumber.cmx netxdr.cmx netconversion.p.cmx netbuffer.p.cmx netnumber.p.cmx netxdr.p.cmx netconversion.o netbuffer.o netnumber.o netxdr.o netconversion.p.o netbuffer.p.o netnumber.p.o netxdr.p.o` && \ - ocamlfind install netstring $files - Installed /usr/home/opam/.opam/default/lib/netstring/netxdr.o - Installed /usr/home/opam/.opam/default/lib/netstring/netnumber.o - Installed /usr/home/opam/.opam/default/lib/netstring/netbuffer.o - Installed /usr/home/opam/.opam/default/lib/netstring/netconversion.o - Installed /usr/home/opam/.opam/default/lib/netstring/netxdr.cmx - Installed /usr/home/opam/.opam/default/lib/netstring/netnumber.cmx - Installed /usr/home/opam/.opam/default/lib/netstring/netbuffer.cmx - Installed /usr/home/opam/.opam/default/lib/netstring/netconversion.cmx - Installed /usr/home/opam/.opam/default/lib/netstring/netaccel_link.cmo - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_top.cmo - Installed /usr/home/opam/.opam/default/lib/netstring/netstring.a - Installed /usr/home/opam/.opam/default/lib/netstring/libnetaccel_c.a - Installed /usr/home/opam/.opam/default/lib/netstring/netstring.cmxs - Installed /usr/home/opam/.opam/default/lib/netstring/netstring.cmxa - Installed /usr/home/opam/.opam/default/lib/netstring/netstring.cma - Installed /usr/home/opam/.opam/default/lib/netstring/netaccel.cma - Installed /usr/home/opam/.opam/default/lib/netstring/netxdr_mstring.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netxdr.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netx509_pubkey_crypto.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netx509_pubkey.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netx509.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/neturl_ldap.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/neturl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netunichar.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netulex.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/nettls_support.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_tstring.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_top.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_str.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netstream.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netsockaddr.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netsendmail.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netsaslprep_data.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netsaslprep.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netpagebuffer.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netoid.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netnumber.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmime_string.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmime_header.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmime_channels.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmime.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_spnego_http.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram_http.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram_gssapi.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_plain_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_krb5_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_gs2_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_digest_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_digest_http.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_digest.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_crammd5_sasl.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmappings_asn1.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netmappings.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/nethttp.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/nethtml_scanner.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/nethtml.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netgssapi_support.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netgssapi_auth.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netglob_lex.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netglob.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netfs.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netencoding.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netdn.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netdb.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netdate.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netconversion.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netconst.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netcompression.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netchannels_crypto.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netchannels.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netbuffer.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netaux.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netauth.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netasn1_encode.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netasn1.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netascii_armor.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netaddress.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netaccel_link.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netaccel.cmi - Installed /usr/home/opam/.opam/default/lib/netstring/netxdr_mstring.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netxdr.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netx509_pubkey_crypto.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netx509_pubkey.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netx509.mli - Installed /usr/home/opam/.opam/default/lib/netstring/neturl_ldap.mli - Installed /usr/home/opam/.opam/default/lib/netstring/neturl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netunichar.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netulex.mli - Installed /usr/home/opam/.opam/default/lib/netstring/nettls_support.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_tstring.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_top.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netstring_str.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netstream.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netsockaddr.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netsendmail.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netsaslprep.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netpagebuffer.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netoid.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netnumber.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmime_string.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmime_header.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmime_channels.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmime.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_spnego_http.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram_http.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram_gssapi.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_scram.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_plain_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_krb5_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_gs2_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_digest_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_digest_http.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmech_crammd5_sasl.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netmappings.mli - Installed /usr/home/opam/.opam/default/lib/netstring/nethttp.mli - Installed /usr/home/opam/.opam/default/lib/netstring/nethtml.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netgssapi_support.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netgssapi_auth.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netglob.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netfs.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netencoding.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netdn.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netdb.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netdate.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netconversion.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netconst.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netcompression.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netchannels_crypto.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netchannels.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netbuffer.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netaux.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netauth.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netasn1_encode.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netasn1.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netascii_armor.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netaddress.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netaccel_link.mli - Installed /usr/home/opam/.opam/default/lib/netstring/netaccel.mli - Installed /usr/home/opam/.opam/default/lib/stublibs/dllnetaccel_c.so - Installed /usr/home/opam/.opam/default/lib/stublibs/dllnetaccel_c.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /usr/home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf - Installed /usr/home/opam/.opam/default/lib/netstring/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netstring' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netmappings_iso.cmo netmappings_other.cmo netmappings_jp.cmo netmappings_kr.cmo netmappings_iso.cmx netmappings_other.cmx netmappings_jp.cmx netmappings_kr.cmx netmappings_iso.o netmappings_other.o netmappings_jp.o netmappings_kr.o netuniinit.cmo netuniinit.cmx netuniinit.o` && \ - ocamlfind install netunidata $files - Installed /usr/home/opam/.opam/default/lib/netunidata/netuniinit.o - Installed /usr/home/opam/.opam/default/lib/netunidata/netuniinit.cmx - Installed /usr/home/opam/.opam/default/lib/netunidata/netuniinit.cmo - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_kr.o - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_jp.o - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_other.o - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_iso.o - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_kr.cmx - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_jp.cmx - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_other.cmx - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_iso.cmx - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_kr.cmo - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_jp.cmo - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_other.cmo - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_iso.cmo - Installed /usr/home/opam/.opam/default/lib/netunidata/netunidata.a - Installed /usr/home/opam/.opam/default/lib/netunidata/netuniinit.cmxs - Installed /usr/home/opam/.opam/default/lib/netunidata/netunidata.cmxs - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_other.cmxs - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_kr.cmxs - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_jp.cmxs - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_iso.cmxs - Installed /usr/home/opam/.opam/default/lib/netunidata/netunidata.cmxa - Installed /usr/home/opam/.opam/default/lib/netunidata/netunidata.cma - Installed /usr/home/opam/.opam/default/lib/netunidata/netuniinit.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netunidata.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netuniconfig.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netunichecksums.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_other.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_kr.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_jp.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netmappings_iso.cmi - Installed /usr/home/opam/.opam/default/lib/netunidata/netunidata.mli - Installed /usr/home/opam/.opam/default/lib/netunidata/META - mkdir -p "/usr/home/opam/.opam/default/lib/netunidata" - cp netdb/*.netdb "/usr/home/opam/.opam/default/lib/netunidata" - Installed .netdb files into /usr/home/opam/.opam/default/lib/netunidata - test -d netdb - (cd netdb && ls *.netdb) | \ - { while read f; do echo "/usr/home/opam/.opam/default/lib/netunidata/$f"; done; } >netdb-packlist - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netunidata' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META unixqueue_mt.cmo unixqueue_mt.cmx unixqueue_mt.p.cmx unixqueue_mt.o unixqueue_mt.p.o` && \ - ocamlfind install equeue $files - Installed /usr/home/opam/.opam/default/lib/equeue/equeue.a - Installed /usr/home/opam/.opam/default/lib/equeue/equeue.cmxs - Installed /usr/home/opam/.opam/default/lib/equeue/equeue.cmxa - Installed /usr/home/opam/.opam/default/lib/equeue/equeue.cma - Installed /usr/home/opam/.opam/default/lib/equeue/uq_transfer.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_socks5.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_server.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_resolver.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_multiplex.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_mt.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_lwt.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_libevent.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_io.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_engines_compat.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_engines.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_datagram.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_client.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue_util.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue_select.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue_pollset.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/equeue.cmi - Installed /usr/home/opam/.opam/default/lib/equeue/uq_transfer.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_socks5.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_server.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_resolver.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_multiplex.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_mt.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_lwt.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_libevent.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_io.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_engines_compat.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_engines.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_datagram.mli - Installed /usr/home/opam/.opam/default/lib/equeue/uq_client.mli - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue_select.mli - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue_pollset.mli - Installed /usr/home/opam/.opam/default/lib/equeue/unixqueue.mli - Installed /usr/home/opam/.opam/default/lib/equeue/equeue.mli - Installed /usr/home/opam/.opam/default/lib/equeue/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/equeue' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install shell $files - Installed /usr/home/opam/.opam/default/lib/shell/shell.a - Installed /usr/home/opam/.opam/default/lib/shell/shell.cmxs - Installed /usr/home/opam/.opam/default/lib/shell/shell.cmxa - Installed /usr/home/opam/.opam/default/lib/shell/shell.cma - Installed /usr/home/opam/.opam/default/lib/shell/shell_uq.cmi - Installed /usr/home/opam/.opam/default/lib/shell/shell_sys.cmi - Installed /usr/home/opam/.opam/default/lib/shell/shell_fs.cmi - Installed /usr/home/opam/.opam/default/lib/shell/shell.cmi - Installed /usr/home/opam/.opam/default/lib/shell/shell_uq.mli - Installed /usr/home/opam/.opam/default/lib/shell/shell_sys.mli - Installed /usr/home/opam/.opam/default/lib/shell/shell_fs.mli - Installed /usr/home/opam/.opam/default/lib/shell/shell.mli - Installed /usr/home/opam/.opam/default/lib/shell/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/shell' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META rpcgen-packlist` && \ - ocamlfind install rpc-generator $files - Installed /usr/home/opam/.opam/default/lib/rpc-generator/rpcgen-packlist - Installed /usr/home/opam/.opam/default/lib/rpc-generator/rpc_generator.a - Installed /usr/home/opam/.opam/default/lib/rpc-generator/rpc_generator.cmxs - Installed /usr/home/opam/.opam/default/lib/rpc-generator/rpc_generator.cmxa - Installed /usr/home/opam/.opam/default/lib/rpc-generator/rpc_generator.cma - Installed /usr/home/opam/.opam/default/lib/rpc-generator/syntax.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/rename.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/parser.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/options.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/main.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/lexer.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/generate.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/direct.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/config.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-generator/parser.mli - Installed /usr/home/opam/.opam/default/lib/rpc-generator/dummy.mli - Installed /usr/home/opam/.opam/default/lib/rpc-generator/META - mkdir -p "/usr/home/opam/.opam/default/bin" - cp ocamlrpcgen "/usr/home/opam/.opam/default/bin" - Installed ocamlrpcgen into /usr/home/opam/.opam/default/bin - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-generator' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install rpc $files - Installed /usr/home/opam/.opam/default/lib/rpc/rpc.a - Installed /usr/home/opam/.opam/default/lib/rpc/rpc.cmxs - Installed /usr/home/opam/.opam/default/lib/rpc/rpc.cmxa - Installed /usr/home/opam/.opam/default/lib/rpc/rpc.cma - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_util.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_transport.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_simple_client.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_server.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_proxy.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_program.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper_impl.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper_clnt.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper_aux.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_packer.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_common.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_client_pre.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_client.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_auth_sys.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_auth_gssapi_aux.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_auth_gssapi.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc.cmi - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_util.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_transport.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_simple_client.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_server.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_proxy.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_program.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper_clnt.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper_aux.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_portmapper.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_packer.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_client_pre.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_client.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_auth_sys.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_auth_gssapi_aux.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc_auth_gssapi.mli - Installed /usr/home/opam/.opam/default/lib/rpc/rpc.mli - Installed /usr/home/opam/.opam/default/lib/rpc/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install rpc-auth-local $files - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/rpc_auth_local.a - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/librpc_auth_local.a - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/rpc_auth_local.cmxs - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/rpc_auth_local.cmxa - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/rpc_auth_local.cma - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/rpc_auth_local.cmi - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/rpc_auth_local.mli - Installed /usr/home/opam/.opam/default/lib/stublibs/dllrpc_auth_local.so - Installed /usr/home/opam/.opam/default/lib/stublibs/dllrpc_auth_local.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /usr/home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf - Installed /usr/home/opam/.opam/default/lib/rpc-auth-local/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/rpc-auth-local' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install netclient $files - Installed /usr/home/opam/.opam/default/lib/netclient/netclient.a - Installed /usr/home/opam/.opam/default/lib/netclient/netclient.cmxs - Installed /usr/home/opam/.opam/default/lib/netclient/netclient.cmxa - Installed /usr/home/opam/.opam/default/lib/netclient/netclient.cma - Installed /usr/home/opam/.opam/default/lib/netclient/nettelnet_client.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/netsmtp.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/netpop.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/netldap.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/nethttp_fs.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/nethttp_client_conncache.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/nethttp_client.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/netftp_fs.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/netftp_data_endpoint.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/netftp_client.cmi - Installed /usr/home/opam/.opam/default/lib/netclient/nettelnet_client.mli - Installed /usr/home/opam/.opam/default/lib/netclient/netsmtp.mli - Installed /usr/home/opam/.opam/default/lib/netclient/netpop.mli - Installed /usr/home/opam/.opam/default/lib/netclient/netldap.mli - Installed /usr/home/opam/.opam/default/lib/netclient/nethttp_fs.mli - Installed /usr/home/opam/.opam/default/lib/netclient/nethttp_client_conncache.mli - Installed /usr/home/opam/.opam/default/lib/netclient/nethttp_client.mli - Installed /usr/home/opam/.opam/default/lib/netclient/netftp_fs.mli - Installed /usr/home/opam/.opam/default/lib/netclient/netftp_data_endpoint.mli - Installed /usr/home/opam/.opam/default/lib/netclient/netftp_client.mli - Installed /usr/home/opam/.opam/default/lib/netclient/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netclient' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install netcgi2 $files - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi.a - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi.cmxs - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi.cmxa - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi.cma - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_test.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_scgi.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_fcgi.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_dbi.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_common.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_cgi.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_ajp.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi1_compat.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_test.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_scgi.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_fcgi.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_dbi.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_common.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_cgi.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi_ajp.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi1_compat.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/netcgi.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META netplex-packlist netplex_mt.cmo netplex_mt.cmx netplex_mt.o netplex_mt.p.cmx netplex_mt.p.o` && \ - ocamlfind install netplex $files - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mt.o - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mt.cmx - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mt.cmo - Installed /usr/home/opam/.opam/default/lib/netplex/netplex-packlist - Installed /usr/home/opam/.opam/default/lib/netplex/netplex.a - Installed /usr/home/opam/.opam/default/lib/netplex/netplex.cmxs - Installed /usr/home/opam/.opam/default/lib/netplex/netplex.cmxa - Installed /usr/home/opam/.opam/default/lib/netplex/netplex.cma - Installed /usr/home/opam/.opam/default/lib/netplex/rpc_netplex.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_workload.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_util.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_types.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_sockserv.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_sharedvar.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_semaphore.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mutex.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mt.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mp.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mbox.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_main.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_log.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_kit.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_internal.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_encap.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_ctrl_srv.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_ctrl_clnt.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_ctrl_aux.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_controller.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_container.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_config.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_cenv.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_admin.cmi - Installed /usr/home/opam/.opam/default/lib/netplex/rpc_netplex.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_workload.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_types.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_sockserv.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_sharedvar.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_semaphore.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mutex.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mt.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mp.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_mbox.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_main.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_log.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_kit.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_internal.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_encap.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_ctrl_srv.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_ctrl_clnt.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_ctrl_aux.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_controller.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_container.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_config.mli - Installed /usr/home/opam/.opam/default/lib/netplex/netplex_cenv.mli - Installed /usr/home/opam/.opam/default/lib/netplex/META - mkdir -p "/usr/home/opam/.opam/default/bin" - cp netplex-admin "/usr/home/opam/.opam/default/bin" - Installed netplex-admin into /usr/home/opam/.opam/default/bin - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netplex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install netcgi2-plex $files - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/netcgi2-plex.a - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/netcgi2-plex.cmxs - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/netcgi2-plex.cmxa - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/netcgi2-plex.cma - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/netcgi_plex.cmi - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/netcgi_plex.mli - Installed /usr/home/opam/.opam/default/lib/netcgi2-plex/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcgi2-plex' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install netcamlbox $files - Installed /usr/home/opam/.opam/default/lib/netcamlbox/netcamlbox.a - Installed /usr/home/opam/.opam/default/lib/netcamlbox/netcamlbox.cmxs - Installed /usr/home/opam/.opam/default/lib/netcamlbox/netcamlbox.cmxa - Installed /usr/home/opam/.opam/default/lib/netcamlbox/netcamlbox.cma - Installed /usr/home/opam/.opam/default/lib/netcamlbox/netcamlbox.cmi - Installed /usr/home/opam/.opam/default/lib/netcamlbox/netcamlbox.mli - Installed /usr/home/opam/.opam/default/lib/netcamlbox/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netcamlbox' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META ` && \ - ocamlfind install netmulticore $files - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmulticore.a - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmulticore.cmxs - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmulticore.cmxa - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmulticore.cma - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_util.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_sem.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_ref.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_queue.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_process.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_mutex.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_mempool.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_matrix.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_heap.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_hashtbl.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_condition.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_camlbox.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_buffer.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_array.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore.cmi - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_sem.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_ref.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_queue.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_process.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_mutex.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_mempool.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_matrix.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_heap.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_hashtbl.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_condition.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_camlbox.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_buffer.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_bigarray.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore_array.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/netmcore.mli - Installed /usr/home/opam/.opam/default/lib/netmulticore/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/netmulticore' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META LICENSE` && \ - ocamlfind install nethttpd $files - Installed /usr/home/opam/.opam/default/lib/nethttpd/LICENSE - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd.a - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd.cmxs - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd.cmxa - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd.cma - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_util.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_types.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_services.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_reactor.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_plex.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_kernel.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_engine.cmi - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_util.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_types.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_services.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_reactor.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_plex.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_kernel.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/nethttpd_engine.mli - Installed /usr/home/opam/.opam/default/lib/nethttpd/META - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ocamlnet.4.1.9-2/src/nethttpd' -> installed ocamlnet.4.1.9-2 Processing 19/21: [ulex: gmake install] + /usr/local/bin/gmake "install" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/ulex.1.2) - ocamlbuild -byte-plugin pa_ulex.cma ulexing.cma - cd _build && /usr/local/bin/gmake -f ../Makefile realinstall - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/ulex.1.2/_build' - ocamlfind install ulex ../META ulexing.mli utf8.mli ulexing.cmi utf8.cmi ulexing.cmx utf8.cmx pa_ulex.cma ulexing.a ulexing.cma ulexing.cmxa - Installed /usr/home/opam/.opam/default/lib/ulex/ulexing.cmxa - Installed /usr/home/opam/.opam/default/lib/ulex/ulexing.cma - Installed /usr/home/opam/.opam/default/lib/ulex/ulexing.a - Installed /usr/home/opam/.opam/default/lib/ulex/pa_ulex.cma - Installed /usr/home/opam/.opam/default/lib/ulex/utf8.cmx - Installed /usr/home/opam/.opam/default/lib/ulex/ulexing.cmx - Installed /usr/home/opam/.opam/default/lib/ulex/utf8.cmi - Installed /usr/home/opam/.opam/default/lib/ulex/ulexing.cmi - Installed /usr/home/opam/.opam/default/lib/ulex/utf8.mli - Installed /usr/home/opam/.opam/default/lib/ulex/ulexing.mli - Installed /usr/home/opam/.opam/default/lib/ulex/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/ulex.1.2/_build' -> installed ulex.1.2 [pxp: patch] applying 408.patch Processing 20/21: [pxp: patch] Processing 20/21: [pxp: ./configure utf8,iso88591] + /usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/./configure "-without-wlex" "-without-wlex-compat" "-lexlist" "utf8,iso88591" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9) - Checking for ocamlfind... found - Checking for camlp4... 3.10 style - Checking for ocamllex.opt...found - Checking for netstring... found - Checking for netunidata... found - Checking for ulex... found - Checking Lexing.lexbuf type... - new style - Checking type of camlp4 location... new style - Checking for -safe-string... yes - Checking for cygwin... not found - - Effective options: - -with-lex - -without-wlex - -without-wlex-compat - -with-ulex - -with-pp - -lexlist utf8,iso88591 - - Writing src/pxp/META - Writing src/pxp-engine/META - Writing src/pxp-pp/META - Writing gensrc/pxp-lex-utf8/META and Makefile - Writing gensrc/pxp-lex-iso88591/META and Makefile - Writing gensrc/pxp-ulex-utf8/META - Writing Makefile.conf - - You can now compile PXP by invoking - make all - for the bytecode compiler, and optionally by invoking - make opt - for the native-code compiler (if supported on your architecture). - Finally, a - make install - will install the package. Processing 20/21: [pxp: gmake all] + /usr/local/bin/gmake "all" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9) - /usr/local/bin/gmake -C tools all - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools' - /usr/local/bin/gmake -C src - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src' - /usr/local/bin/gmake -C m2parsergen - gmake[3]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src/m2parsergen' - ocamllex.opt lexer.mll - 43 states, 449 transitions, table size 2054 bytes - ocamlyacc parser.mly - ocamldep ast.ml lexer.ml parser.ml generator.ml >depend - ocamlfind ocamlc -g -safe-string -package "" -c ast.ml - ocamlfind ocamlc -g -safe-string -package "" -c parser.mli - ocamlfind ocamlc -g -safe-string -package "" -c lexer.ml - ocamlfind ocamlc -g -safe-string -package "" -c parser.ml - ocamlfind ocamlc -g -safe-string -package "" -c generator.ml - File "generator.ml", line 763, characters 20-21: - 763 | if next_cr >= 0 & (next_lf < 0 or next_cr < next_lf) then begin - ^ - Alert deprecated: Stdlib.& - Use (&&) instead. - File "generator.ml", line 763, characters 35-37: - 763 | if next_cr >= 0 & (next_lf < 0 or next_cr < next_lf) then begin - ^^ - Alert deprecated: Stdlib.or - Use (||) instead. - File "generator.ml", line 764, characters 23-24: - 764 | if next_cr+1 < l & s.[next_cr+1] = '\010' then - ^ - Alert deprecated: Stdlib.& - Use (&&) instead. - ocamlfind ocamlc -g -safe-string -package "" -o m2parsergen ast.cmo lexer.cmo parser.cmo generator.cmo - gmake[3]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src/m2parsergen' - /usr/local/bin/gmake -C lexpp - gmake[3]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src/lexpp' - ocamllex.opt uni_lexer.mll - 25 states, 715 transitions, table size 3010 bytes - ocamlyacc uni_parser.mly - ocamllex.opt mll_lexer.mll - 38 states, 693 transitions, table size 3000 bytes - ocamldep lexpp_file.ml uni_lexer.ml uni_parser.ml uni_parser.mli uni_types.ml ucs2_to_utf8.ml main.ml mll_lexer.ml > depend - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c uni_types.ml - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c uni_parser.mli - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c uni_lexer.ml - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c uni_parser.ml - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c lexpp_file.ml - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c mll_lexer.ml - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c ucs2_to_utf8.ml - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -c main.ml - File "main.ml", line 466, characters 6-23: - 466 | String.capitalize (Filename.basename filename) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - ocamlfind ocamlc -g -safe-string -package "bytes netstring netunidata" -o lexpp -linkpkg uni_types.cmo uni_lexer.cmo uni_parser.cmo lexpp_file.cmo mll_lexer.cmo ucs2_to_utf8.cmo main.cmo - gmake[3]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src/lexpp' - /usr/local/bin/gmake -C odoc - gmake[3]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src/odoc' - case `ocamlc -version` in \ - 3.*) cp chtml_ocaml3.ml chtml.ml ;; \ - 4.*) cp chtml_ocaml4.ml chtml.ml ;; \ - *) echo "Unknown Ocaml version"; exit 1 ;; \ - esac - ocamlfind ocamlc -g -safe-string -I +ocamldoc -package "compiler-libs.common" -c chtml.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml, /usr/home/opam/.opam/default/lib/ocaml/compiler-libs - gmake[3]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src/odoc' - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools/src' - test -f m2parsergen || ln -s src/m2parsergen/m2parsergen . - #test -f ucs2_to_utf8 || ln -s src/ucs2_to_utf8/ucs2_to_utf8 . - test -f lexpp || ln -s src/lexpp/lexpp . - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/tools' - for pkg in pxp pxp-engine pxp-pp; do /usr/local/bin/gmake -C src/$pkg all || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp' - gmake[1]: Nothing to be done for 'all'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - cp pxp_lib_ocamlc.ml pxp_lib.ml - /usr/local/bin/gmake generate - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - ../../tools/m2parsergen pxp_core_parser.m2y - WARNING: In rule `entity_body': Match for token `End_entity' hidden by previous match - ../../tools/ifdef -D LEXBUF_307 pxp_lexing.mlp - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - /usr/local/bin/gmake depend - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - ocamldep *.ml *.mli >depend - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - /usr/local/bin/gmake -f Makefile.code all - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lexing.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lexing.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_core_types.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_core_types.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_reader.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lexer_types.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lexer_types.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lex_aux.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lexers.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lexers.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lib.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_lib.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_aux.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_reader.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_dfa.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_dfa.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_entity.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_dtd.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_dtd.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_entity_manager.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_types.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_types.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_event.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_event.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_document.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_document.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_core_parser.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_core_parser.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - File "pxp_core_parser.m2y", line 1428, characters 7-22: - Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.) - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_tree_parser.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_tree_parser.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - File "pxp_tree_parser.ml", line 577, characters 14-36: - 577 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - File "_none_", line 1: - 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) - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_ev_parser.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_ev_parser.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - File "pxp_ev_parser.ml", line 265, characters 14-36: - 265 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - File "pxp_ev_parser.ml", line 299, characters 14-36: - 299 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - File "pxp_ev_parser.ml", line 379, characters 16-38: - 379 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_dtd_parser.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_dtd_parser.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - File "pxp_dtd_parser.ml", line 70, characters 14-36: - 70 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_yacc.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_yacc.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_marshal.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_marshal.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_codewriter.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_codewriter.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -o pxp_engine.cma -a pxp_lexing.cmo pxp_core_types.cmo pxp_lexer_types.cmo pxp_lex_aux.cmo pxp_lexers.cmo pxp_lib.cmo pxp_aux.cmo pxp_reader.cmo pxp_dfa.cmo pxp_entity.cmo pxp_dtd.cmo pxp_entity_manager.cmo pxp_types.cmo pxp_event.cmo pxp_document.cmo pxp_core_parser.cmo pxp_tree_parser.cmo pxp_ev_parser.cmo pxp_dtd_parser.cmo pxp_yacc.cmo pxp_marshal.cmo pxp_codewriter.cmo - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_top.mli - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - ocamlfind ocamlc -g -safe-string -I +compiler-libs -package "netstring,bytes" -c pxp_top.ml - findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /usr/home/opam/.opam/default/lib/ocaml/compiler-libs, /usr/home/opam/.opam/default/lib/ocaml - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-pp' - cp pxp_pp.ml.310 pxp_pp.ml - ocamlfind ocamlc -g -safe-string -syntax camlp4o -ppopt -DOCAML_NEW_LOC -ppopt -loc -ppopt loc -package "netstring,ulex,camlp4.quotations,camlp4.macro" -c pxp_pp.ml - File "pxp_pp.ml", line 196, characters 40-48: - 196 | let scan_string s : (token * pos * pos) Stream.t = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 201, characters 2-13: - 201 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 224, characters 2-13: - 224 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 227, characters 22-33: - 227 | let (tok, p1, p2) = Stream.next stream in - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 242, characters 4-18: - 242 | | Stream.Failure -> None - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 329, characters 8-19: - 329 | match Stream.peek s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 331, characters 17-31: - 331 | | _ -> raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 336, characters 8-19: - 336 | match Stream.peek s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 347, characters 26-40: - 347 | if atts <> [] then raise Stream.Failure; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 349, characters 26-40: - 349 | if atts <> [] then raise Stream.Failure; - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 351, characters 7-21: - 351 | raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 355, characters 48-56: - 355 | let rec parse_any_expr (s : (token * pos * pos) Stream.t) : ast_any_node = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 356, characters 8-19: - 356 | match Stream.peek s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 366, characters 7-21: - 366 | raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 368, characters 50-58: - 368 | and parse_expr string_restr : (token * pos * pos) Stream.t -> ast_node = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 369-379, characters 2-50: - 369 | ..parser - 370 | [< (nl1, p1, p2) as nl = parse_factor string_restr; - 371 | c1 = parse_cont string_restr; - 372 | >] -> - 373 | match c1 with - ... - 376 | | Some(`Concat l, p1', p2') -> - 377 | (`Concat(nl :: l), p1, p2') - 378 | | Some(other, p1', p2') -> - 379 | (`Concat([nl; (other, p1', p2')]), p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 371, characters 2-30: - 371 | c1 = parse_cont string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 369-379, characters 2-50: - 369 | ..parser - 370 | [< (nl1, p1, p2) as nl = parse_factor string_restr; - 371 | c1 = parse_cont string_restr; - 372 | >] -> - 373 | match c1 with - ... - 376 | | Some(`Concat l, p1', p2') -> - 377 | (`Concat(nl :: l), p1, p2') - 378 | | Some(other, p1', p2') -> - 379 | (`Concat([nl; (other, p1', p2')]), p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 381, characters 50-58: - 381 | and parse_cont string_restr : (token * pos * pos) Stream.t -> ast_node option = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 382-388, characters 2-5: - 382 | ..parser - 383 | [< '(`String_concat, p1, p2); - 384 | e = parse_expr string_restr; - 385 | >] -> - 386 | Some e - 387 | | [< >] -> - 388 | None - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 382-388, characters 2-5: - 382 | ..parser - 383 | [< '(`String_concat, p1, p2); - 384 | e = parse_expr string_restr; - 385 | >] -> - 386 | Some e - 387 | | [< >] -> - 388 | None - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 383, characters 9-34: - 383 | [< '(`String_concat, p1, p2); - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 384, characters 2-29: - 384 | e = parse_expr string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 383, characters 9-34: - 383 | [< '(`String_concat, p1, p2); - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 390, characters 52-60: - 390 | and parse_factor string_restr : (token * pos * pos) Stream.t -> ast_node = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 391-436, characters 2-20: - 391 | ..parser - 392 | [< '(`Langle, p1, p2) when not string_restr; - 393 | name = parse_element_name; - 394 | attrs, flag, p' = parse_attrs; - 395 | (subnodes0, p1', p2') as subnodes = - ... - 433 | | [< '(`Literal s, p1, p2) >] -> - 434 | (`Literal s, p1, p2) - 435 | | [< '(`Name n, p1, p2) >] -> - 436 | ( `Ident n, p1, p2) - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 391-436, characters 2-20: - 391 | ..parser - 392 | [< '(`Langle, p1, p2) when not string_restr; - 393 | name = parse_element_name; - 394 | attrs, flag, p' = parse_attrs; - 395 | (subnodes0, p1', p2') as subnodes = - ... - 433 | | [< '(`Literal s, p1, p2) >] -> - 434 | (`Literal s, p1, p2) - 435 | | [< '(`Name n, p1, p2) >] -> - 436 | ( `Ident n, p1, p2) - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 392, characters 9-49: - 392 | [< '(`Langle, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 393, characters 2-27: - 393 | name = parse_element_name; - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 392, characters 9-49: - 392 | [< '(`Langle, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 394, characters 2-31: - 394 | attrs, flag, p' = parse_attrs; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 392, characters 9-49: - 392 | [< '(`Langle, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 395-399, characters 2-25: - 395 | ..(subnodes0, p1', p2') as subnodes = - 396 | if flag then - 397 | (fun _ -> `Nodes [], p', p') - 398 | else - 399 | parse_nodelist_expr. - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 392, characters 9-49: - 392 | [< '(`Langle, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 402, characters 9-55: - 402 | | [< '(`Langle_colon, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 403, characters 2-21: - 403 | '(`Name name, _, _); - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 403, characters 2-21: - 403 | '(`Name name, _, _); - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 404, characters 2-31: - 404 | attrs, flag, p' = parse_attrs; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 402, characters 9-55: - 402 | | [< '(`Langle_colon, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 405, characters 2-59: - 405 | (subnode0, p1', p2') as subnode = parse_expr string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 402, characters 9-55: - 402 | | [< '(`Langle_colon, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 402, characters 9-55: - 402 | | [< '(`Langle_colon, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 409, characters 9-50: - 409 | | [< '(`Comment, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 410, characters 2-55: - 410 | (contents0, p1', p2') as contents = parse_string_expr - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 409, characters 9-50: - 409 | | [< '(`Comment, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 413, characters 9-45: - 413 | | [< '(`PI, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 414, characters 2-55: - 414 | (contents0, p1', p2') as contents = parse_string_expr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 413, characters 9-45: - 413 | | [< '(`PI, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 415, characters 2-59: - 415 | (contents0', p1'', p2'') as contents' = parse_string_expr - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 413, characters 9-45: - 413 | | [< '(`PI, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 418, characters 9-48: - 418 | | [< '(`Super, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 419, characters 2-57: - 419 | (subnodes0, p1', p2') as subnodes = parse_nodelist_expr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 418, characters 9-48: - 418 | | [< '(`Super, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 422, characters 9-47: - 422 | | [< '(`Data, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 423, characters 9-62: - 423 | (contents0, p1', p2') as contents = parse_string_expr - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 422, characters 9-47: - 422 | | [< '(`Data, p1, p2) when not string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 426, characters 9-27: - 426 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 427, characters 2-45: - 427 | (inner, p1', p2') = parse_expr string_restr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 426, characters 9-27: - 426 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 428, characters 2-24: - 428 | '(`Rparen, p1'', p2'') - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 428, characters 2-24: - 428 | '(`Rparen, p1'', p2'') - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 426, characters 9-27: - 426 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 431, characters 9-30: - 431 | | [< '(`Anti text, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 433, characters 9-30: - 433 | | [< '(`Literal s, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 435, characters 9-27: - 435 | | [< '(`Name n, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 391-436, characters 2-20: - 391 | ..parser - 392 | [< '(`Langle, p1, p2) when not string_restr; - 393 | name = parse_element_name; - 394 | attrs, flag, p' = parse_attrs; - 395 | (subnodes0, p1', p2') as subnodes = - ... - 433 | | [< '(`Literal s, p1, p2) >] -> - 434 | (`Literal s, p1, p2) - 435 | | [< '(`Name n, p1, p2) >] -> - 436 | ( `Ident n, p1, p2) - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 438, characters 45-53: - 438 | and parse_element_name : (token * pos * pos) Stream.t -> ast_string = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 439-449, characters 2-15: - 439 | ..parser - 440 | [< '(`Name n, p1, p2) >] -> - 441 | ( `Literal n, p1, p2 ) - 442 | | [< '(`Anti text, p1, p2) >] -> - 443 | ( `Anti text, p1, p2 ) - ... - 446 | '(`Rparen, p1', p2') - 447 | >] -> - 448 | let (str, _, _) = s in - 449 | (str, p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 439-449, characters 2-15: - 439 | ..parser - 440 | [< '(`Name n, p1, p2) >] -> - 441 | ( `Literal n, p1, p2 ) - 442 | | [< '(`Anti text, p1, p2) >] -> - 443 | ( `Anti text, p1, p2 ) - ... - 446 | '(`Rparen, p1', p2') - 447 | >] -> - 448 | let (str, _, _) = s in - 449 | (str, p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 440, characters 9-27: - 440 | [< '(`Name n, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 442, characters 9-30: - 442 | | [< '(`Anti text, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 444, characters 9-27: - 444 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 445, characters 2-23: - 445 | s = parse_string_expr; - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 444, characters 9-27: - 444 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 446, characters 2-22: - 446 | '(`Rparen, p1', p2') - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 446, characters 2-22: - 446 | '(`Rparen, p1', p2') - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 444, characters 9-27: - 444 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 439-449, characters 2-15: - 439 | ..parser - 440 | [< '(`Name n, p1, p2) >] -> - 441 | ( `Literal n, p1, p2 ) - 442 | | [< '(`Anti text, p1, p2) >] -> - 443 | ( `Anti text, p1, p2 ) - ... - 446 | '(`Rparen, p1', p2') - 447 | >] -> - 448 | let (str, _, _) = s in - 449 | (str, p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 451, characters 38-46: - 451 | and parse_attrs : (token * pos * pos) Stream.t -> ast_attr list * bool * pos = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 452-478, characters 2-13: - 452 | ..parser - 453 | [< '(`Name n, p1, p2); - 454 | '(`Equal, p1', p2'); - 455 | (s, p1'', p2'') = parse_string_expr; - 456 | (rest, flag, p) = parse_attrs - ... - 475 | | [< '(`Rangle, p1, p2) >] -> - 476 | [], false, p2 - 477 | | [< '(`Rangle_empty, p1, p2) >] -> - 478 | [], true, p2 - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 452-478, characters 2-13: - 452 | ..parser - 453 | [< '(`Name n, p1, p2); - 454 | '(`Equal, p1', p2'); - 455 | (s, p1'', p2'') = parse_string_expr; - 456 | (rest, flag, p) = parse_attrs - ... - 475 | | [< '(`Rangle, p1, p2) >] -> - 476 | [], false, p2 - 477 | | [< '(`Rangle_empty, p1, p2) >] -> - 478 | [], true, p2 - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 453, characters 9-27: - 453 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 454, characters 2-21: - 454 | '(`Equal, p1', p2'); - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 454, characters 2-21: - 454 | '(`Equal, p1', p2'); - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 455, characters 2-37: - 455 | (s, p1'', p2'') = parse_string_expr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 453, characters 9-27: - 453 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 456, characters 2-31: - 456 | (rest, flag, p) = parse_attrs - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 453, characters 9-27: - 453 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 453, characters 9-27: - 453 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 461, characters 9-27: - 461 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 462, characters 2-36: - 462 | (s1, p1', p2') = parse_string_expr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 461, characters 9-27: - 461 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 463, characters 2-24: - 463 | '(`Rparen, p1'', p2''); - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 463, characters 2-24: - 463 | '(`Rparen, p1'', p2''); - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 464, characters 2-17: - 464 | '(`Equal, _, _); - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 464, characters 2-17: - 464 | '(`Equal, _, _); - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 465, characters 2-40: - 465 | (s2, p1''', p2''') = parse_string_expr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 461, characters 9-27: - 461 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 466, characters 2-31: - 466 | (rest, flag, p) = parse_attrs - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 461, characters 9-27: - 461 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 461, characters 9-27: - 461 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 461, characters 9-27: - 461 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 471, characters 9-30: - 471 | | [< '(`Anti text, p1, p2); - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 472, characters 2-31: - 472 | (rest, flag, p) = parse_attrs - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 471, characters 9-30: - 471 | | [< '(`Anti text, p1, p2); - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 475, characters 9-27: - 475 | | [< '(`Rangle, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 477, characters 9-33: - 477 | | [< '(`Rangle_empty, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 452-478, characters 2-13: - 452 | ..parser - 453 | [< '(`Name n, p1, p2); - 454 | '(`Equal, p1', p2'); - 455 | (s, p1'', p2'') = parse_string_expr; - 456 | (rest, flag, p) = parse_attrs - ... - 475 | | [< '(`Rangle, p1, p2) >] -> - 476 | [], false, p2 - 477 | | [< '(`Rangle_empty, p1, p2) >] -> - 478 | [], true, p2 - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 480, characters 46-54: - 480 | and parse_nodelist_expr : (token * pos * pos) Stream.t -> ast_node_list = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 481-491, characters 2-50: - 481 | ..parser - 482 | [< (nl1, p1, p2) as nl = parse_nodelist_factor; - 483 | c1 = parse_nodelist_cont; - 484 | >] -> - 485 | match c1 with - ... - 488 | | Some(`Concat l, p1', p2') -> - 489 | (`Concat(nl :: l), p1, p2') - 490 | | Some(other, p1', p2') -> - 491 | (`Concat([nl; (other, p1', p2')]), p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 483, characters 2-26: - 483 | c1 = parse_nodelist_cont; - ^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 481-491, characters 2-50: - 481 | ..parser - 482 | [< (nl1, p1, p2) as nl = parse_nodelist_factor; - 483 | c1 = parse_nodelist_cont; - 484 | >] -> - 485 | match c1 with - ... - 488 | | Some(`Concat l, p1', p2') -> - 489 | (`Concat(nl :: l), p1, p2') - 490 | | Some(other, p1', p2') -> - 491 | (`Concat([nl; (other, p1', p2')]), p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 493, characters 46-54: - 493 | and parse_nodelist_cont : (token * pos * pos) Stream.t -> ast_node_list option = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 494-500, characters 2-5: - 494 | ..parser - 495 | [< '(`List_concat, p1, p2); - 496 | e = parse_nodelist_expr; - 497 | >] -> - 498 | Some e - 499 | | [< >] -> - 500 | None - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 494-500, characters 2-5: - 494 | ..parser - 495 | [< '(`List_concat, p1, p2); - 496 | e = parse_nodelist_expr; - 497 | >] -> - 498 | Some e - 499 | | [< >] -> - 500 | None - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 495, characters 9-32: - 495 | [< '(`List_concat, p1, p2); - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 496, characters 2-25: - 496 | e = parse_nodelist_expr; - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 495, characters 9-32: - 495 | [< '(`List_concat, p1, p2); - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 502, characters 48-56: - 502 | and parse_nodelist_factor : (token * pos * pos) Stream.t -> ast_node_list = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 503-518, characters 2-27: - 503 | ..parser - 504 | [< '(`Lbracket, p1, p2); - 505 | (l, p1', p2') = parse_bracket_expr - 506 | >] -> - 507 | ( `Nodes l, p1, p2' ) - ... - 515 | | [< '(`Name n, p1, p2) >] -> - 516 | ( `Ident n, p1, p2) - 517 | | [< (n, p1, p2) = parse_expr false >] -> - 518 | `Nodes [n, p1, p2], p1, p2 - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 503-518, characters 2-27: - 503 | ..parser - 504 | [< '(`Lbracket, p1, p2); - 505 | (l, p1', p2') = parse_bracket_expr - 506 | >] -> - 507 | ( `Nodes l, p1, p2' ) - ... - 515 | | [< '(`Name n, p1, p2) >] -> - 516 | ( `Ident n, p1, p2) - 517 | | [< (n, p1, p2) = parse_expr false >] -> - 518 | `Nodes [n, p1, p2], p1, p2 - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 504, characters 9-29: - 504 | [< '(`Lbracket, p1, p2); - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 505, characters 2-36: - 505 | (l, p1', p2') = parse_bracket_expr - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 504, characters 9-29: - 504 | [< '(`Lbracket, p1, p2); - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 508, characters 9-27: - 508 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 509, characters 2-37: - 509 | (e, p1', p2') = parse_nodelist_expr; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 508, characters 9-27: - 508 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 510, characters 2-24: - 510 | '(`Rparen, p1'', p2'') - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 510, characters 2-24: - 510 | '(`Rparen, p1'', p2'') - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 508, characters 9-27: - 508 | | [< '(`Lparen, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 513, characters 9-30: - 513 | | [< '(`Anti text, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 515, characters 9-27: - 515 | | [< '(`Name n, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 520, characters 45-53: - 520 | and parse_bracket_expr : (token * pos * pos) Stream.t -> ast_node list * pos * pos = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 521-526, characters 2-28: - 521 | ..parser - 522 | [< '(`Rbracket, p1, p2) >] -> - 523 | ( [], p1, p2 ) - 524 | | [< (n, p1, p2) = parse_expr false; - 525 | (b, p1', p2') = parse_bracket_expr >] -> - 526 | ((n, p1, p2) :: b, p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 521-526, characters 2-28: - 521 | ..parser - 522 | [< '(`Rbracket, p1, p2) >] -> - 523 | ( [], p1, p2 ) - 524 | | [< (n, p1, p2) = parse_expr false; - 525 | (b, p1', p2') = parse_bracket_expr >] -> - 526 | ((n, p1, p2) :: b, p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 522, characters 9-29: - 522 | [< '(`Rbracket, p1, p2) >] -> - ^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 525, characters 2-36: - 525 | (b, p1', p2') = parse_bracket_expr >] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 521-526, characters 2-28: - 521 | ..parser - 522 | [< '(`Rbracket, p1, p2) >] -> - 523 | ( [], p1, p2 ) - 524 | | [< (n, p1, p2) = parse_expr false; - 525 | (b, p1', p2') = parse_bracket_expr >] -> - 526 | ((n, p1, p2) :: b, p1, p2') - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 528, characters 47-55: - 528 | and parse_string_expr (s : (token * pos * pos) Stream.t) : ast_string = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 542, characters 50-58: - 542 | let rec parse_charset_decl0 : (token * pos * pos) Stream.t -> charset_decl = - ^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 543-562, characters 2-14: - 543 | ..parser - 544 | [< '(`Name n, p1, p2); - 545 | '(`Equal, _, _); - 546 | '(`Literal s, p1', p2'); - 547 | cur = parse_charset_decl0 >] -> - ... - 559 | - 560 | | [< >] -> - 561 | (* default: *) - 562 | !current_decl - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", lines 543-562, characters 2-14: - 543 | ..parser - 544 | [< '(`Name n, p1, p2); - 545 | '(`Equal, _, _); - 546 | '(`Literal s, p1', p2'); - 547 | cur = parse_charset_decl0 >] -> - ... - 559 | - 560 | | [< >] -> - 561 | (* default: *) - 562 | !current_decl - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 544, characters 9-27: - 544 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 545, characters 2-17: - 545 | '(`Equal, _, _); - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 545, characters 2-17: - 545 | '(`Equal, _, _); - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 546, characters 2-25: - 546 | '(`Literal s, p1', p2'); - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 546, characters 2-25: - 546 | '(`Literal s, p1', p2'); - ^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 547, characters 2-27: - 547 | cur = parse_charset_decl0 >] -> - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 544, characters 9-27: - 544 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 557, characters 8-22: - 557 | raise Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 544, characters 9-27: - 544 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 544, characters 9-27: - 544 | [< '(`Name n, p1, p2); - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 577, characters 6-20: - 577 | Stream.Failure - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 578, characters 6-18: - 578 | | Stream.Error _ -> - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 579, characters 9-20: - 579 | ( match Stream.peek s with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 777, characters 42-58: - 777 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 798, characters 42-58: - 798 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 811, characters 42-58: - 811 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 860, characters 42-58: - 860 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 983, characters 44-60: - 983 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 1007, characters 44-60: - 1007 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 1022, characters 42-58: - 1022 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "pxp_pp.ml", line 1078, characters 42-58: - 1078 | Syntax.Gram.parse Syntax.expr_eoi loc (Stream.of_string (to_src text)) - ^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - ocamlfind ocamlc -g -safe-string -syntax camlp4o -ppopt -DOCAML_NEW_LOC -ppopt -loc -ppopt loc -package "netstring,ulex,camlp4.quotations,camlp4.macro" -a -o pxp_pp.cma pxp_pp.cmo - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-pp' - for pkg in pxp-lex-utf8 pxp-lex-iso88591 pxp-ulex-utf8; do /usr/local/bin/gmake -C gensrc/$pkg clean || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa *.ml *.mll gen_done - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa *.ml *.mll gen_done - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - rm -f *.cmi *.cmo *.cma *.cmx *.o *.a *.cmxa *.ml *.mll gen_done - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - for pkg in pxp-lex-utf8 pxp-lex-iso88591 pxp-ulex-utf8; do /usr/local/bin/gmake -C gensrc/$pkg generate || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - if [ "utf8" = "utf8" ]; then flags="-multiple"; else flags=""; fi; \ - ../../tools/lexpp -charclasses "../../src/pxp-lex/char_classes_generic.def" \ - -lexsrc "../../src/pxp-lex/lex.src" \ - -linksrc "../../src/pxp-lex/link_ocamllex.src" \ - -encoding "utf8" \ - -outformat ocamllex \ - -outlexprefix "pxp_lex_utf8" \ - -outlinkprefix "pxp_lex_link_utf8" $flags - [reading ../../src/pxp-lex/char_classes_generic.def] - [Recoding character classes to UTF-8] - [reading ../../src/pxp-lex/lex.src] - [reading ../../src/pxp-lex/link_ocamllex.src] - [writing pxp_lex_utf8_01.mll] - [writing pxp_lex_utf8_02.mll] - [writing pxp_lex_utf8_03.mll] - [writing pxp_lex_utf8_04.mll] - [writing pxp_lex_utf8_05.mll] - [writing pxp_lex_utf8_06.mll] - [writing pxp_lex_utf8_07.mll] - [writing pxp_lex_utf8_08.mll] - [writing pxp_lex_utf8_09.mll] - [writing pxp_lex_utf8_10.mll] - [writing pxp_lex_utf8_11.mll] - [writing pxp_lex_utf8_12.mll] - [writing pxp_lex_utf8_13.mll] - [writing pxp_lex_utf8_14.mll] - [writing pxp_lex_utf8_15.mll] - [writing pxp_lex_utf8_16.mll] - [writing pxp_lex_utf8_17.mll] - [writing pxp_lex_utf8_18.mll] - [writing pxp_lex_link_utf8.ml] - for mll in *.mll; do echo "Doing $mll:"; ocamllex.opt $mll; done - Doing pxp_lex_utf8_01.mll: - 7 states, 259 transitions, table size 1078 bytes - Doing pxp_lex_utf8_02.mll: - 94 states, 6268 transitions, table size 25636 bytes - Doing pxp_lex_utf8_03.mll: - 244 states, 16949 transitions, table size 69260 bytes - Doing pxp_lex_utf8_04.mll: - 189 states, 7917 transitions, table size 32802 bytes - Doing pxp_lex_utf8_05.mll: - 245 states, 17650 transitions, table size 72070 bytes - Doing pxp_lex_utf8_06.mll: - 45 states, 2588 transitions, table size 10622 bytes - Doing pxp_lex_utf8_07.mll: - 526 states, 20670 transitions, table size 85836 bytes - Doing pxp_lex_utf8_08.mll: - 42 states, 2588 transitions, table size 10604 bytes - Doing pxp_lex_utf8_09.mll: - 33 states, 1984 transitions, table size 8134 bytes - Doing pxp_lex_utf8_10.mll: - 404 states, 18125 transitions, table size 74924 bytes - Doing pxp_lex_utf8_11.mll: - 543 states, 25940 transitions, table size 107018 bytes - Doing pxp_lex_utf8_12.mll: - 248 states, 17650 transitions, table size 72088 bytes - Doing pxp_lex_utf8_13.mll: - 186 states, 7917 transitions, table size 32784 bytes - Doing pxp_lex_utf8_14.mll: - 229 states, 10469 transitions, table size 43250 bytes - Doing pxp_lex_utf8_15.mll: - 235 states, 10469 transitions, table size 43286 bytes - Doing pxp_lex_utf8_16.mll: - 303 states, 16246 transitions, table size 66802 bytes - Doing pxp_lex_utf8_17.mll: - 176 states, 15334 transitions, table size 62392 bytes - Doing pxp_lex_utf8_18.mll: - 6 states, 259 transitions, table size 1072 bytes - touch gen_done - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - if [ "iso88591" = "utf8" ]; then flags="-multiple"; else flags=""; fi; \ - ../../tools/lexpp -charclasses "../../src/pxp-lex/char_classes_generic.def" \ - -lexsrc "../../src/pxp-lex/lex.src" \ - -linksrc "../../src/pxp-lex/link_ocamllex.src" \ - -encoding "iso88591" \ - -outformat ocamllex \ - -outlexprefix "pxp_lex_iso88591" \ - -outlinkprefix "pxp_lex_link_iso88591" $flags - [reading ../../src/pxp-lex/char_classes_generic.def] - [Recoding character classes to ISO-8859-1] - [reading ../../src/pxp-lex/lex.src] - [reading ../../src/pxp-lex/link_ocamllex.src] - [writing pxp_lex_iso88591_01.mll] - [writing pxp_lex_link_iso88591.ml] - for mll in *.mll; do echo "Doing $mll:"; ocamllex.opt $mll; done - Doing pxp_lex_iso88591_01.mll: - 332 states, 8965 transitions, table size 37852 bytes - touch gen_done - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - ../../tools/lexpp -charclasses "../../src/pxp-lex/char_classes_generic.def" \ - -lexsrc "../../src/pxp-lex/lex.src" \ - -linksrc "../../src/pxp-lex/link_ulex.src" \ - -encoding "utf8" \ - -outformat ulex \ - -outlexprefix "pxp_ulex_utf8" \ - -outlinkprefix "pxp_ulex_link_utf8" - [reading ../../src/pxp-lex/char_classes_generic.def] - [reading ../../src/pxp-lex/lex.src] - [reading ../../src/pxp-lex/link_ulex.src] - [writing pxp_ulex_utf8_01.ml] - [writing pxp_ulex_link_utf8.ml] - touch gen_done - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - for pkg in pxp-lex-utf8 pxp-lex-iso88591 pxp-ulex-utf8; do /usr/local/bin/gmake -C gensrc/$pkg all || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_01.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_02.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_03.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_04.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_05.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_06.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_07.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_08.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_09.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_10.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_11.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_12.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_13.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_14.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_15.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_16.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_17.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_18.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -o pxp_lex_utf8.cma -a pxp_lex_utf8_01.cmo pxp_lex_utf8_02.cmo pxp_lex_utf8_03.cmo pxp_lex_utf8_04.cmo pxp_lex_utf8_05.cmo pxp_lex_utf8_06.cmo pxp_lex_utf8_07.cmo pxp_lex_utf8_08.cmo pxp_lex_utf8_09.cmo pxp_lex_utf8_10.cmo pxp_lex_utf8_11.cmo pxp_lex_utf8_12.cmo pxp_lex_utf8_13.cmo pxp_lex_utf8_14.cmo pxp_lex_utf8_15.cmo pxp_lex_utf8_16.cmo pxp_lex_utf8_17.cmo pxp_lex_utf8_18.cmo - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_link_utf8.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_iso88591_01.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -o pxp_lex_iso88591.cma -a pxp_lex_iso88591_01.cmo - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_link_iso88591.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -syntax camlp4o -package "netstring,ulex" -c pxp_ulex_utf8_01.ml - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -syntax camlp4o -package "netstring,ulex" -o pxp_ulex_utf8.cma -a pxp_ulex_utf8_01.cmo - ocamlfind ocamlc -g -safe-string -I ../../src/pxp-engine -syntax camlp4o -package "netstring,ulex" -c pxp_ulex_link_utf8.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' Processing 20/21: [pxp: gmake opt] + /usr/local/bin/gmake "opt" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9) - for pkg in pxp pxp-engine pxp-pp; do /usr/local/bin/gmake -C src/$pkg opt || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp' - gmake[1]: Nothing to be done for 'opt'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - cp pxp_lib_ocamlopt.ml pxp_lib.ml - /usr/local/bin/gmake generate - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - gmake[2]: Nothing to be done for 'generate'. - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - /usr/local/bin/gmake depend - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - ocamldep *.ml *.mli >depend - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - /usr/local/bin/gmake -f Makefile.code opt - gmake[2]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_lexing.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_core_types.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_lib.ml - gmake[2]: Circular pxp_lexers.cmx <- pxp_reader.cmx dependency dropped. - gmake[2]: Circular pxp_lexers.cmx <- pxp_lexer_types.cmx dependency dropped. - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_lexers.ml - gmake[2]: Circular pxp_aux.cmx <- pxp_lexer_types.cmx dependency dropped. - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_aux.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_reader.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_lexer_types.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_lex_aux.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_dfa.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_entity.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_dtd.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_entity_manager.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_types.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_event.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_document.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_core_parser.ml - File "pxp_core_parser.m2y", line 1428, characters 7-22: - Warning 21 [nonreturning-statement]: this statement never returns (or has an unsound type.) - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_tree_parser.ml - File "pxp_tree_parser.ml", line 577, characters 14-36: - 577 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - File "_none_", line 1: - 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) - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_ev_parser.ml - File "pxp_ev_parser.ml", line 265, characters 14-36: - 265 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - File "pxp_ev_parser.ml", line 299, characters 14-36: - 299 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - File "pxp_ev_parser.ml", line 379, characters 16-38: - 379 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_dtd_parser.ml - File "pxp_dtd_parser.ml", line 70, characters 14-36: - 70 | | Failure "Invalid UTF-8 stream" -> - ^^^^^^^^^^^^^^^^^^^^^^ - 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) - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_yacc.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_marshal.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -c pxp_codewriter.ml - ocamlfind ocamlopt -safe-string -package "netstring,bytes" -o pxp_engine.cmxa -a pxp_lexing.cmx pxp_core_types.cmx pxp_lexer_types.cmx pxp_lex_aux.cmx pxp_lexers.cmx pxp_lib.cmx pxp_aux.cmx pxp_reader.cmx pxp_dfa.cmx pxp_entity.cmx pxp_dtd.cmx pxp_entity_manager.cmx pxp_types.cmx pxp_event.cmx pxp_document.cmx pxp_core_parser.cmx pxp_tree_parser.cmx pxp_ev_parser.cmx pxp_dtd_parser.cmx pxp_yacc.cmx pxp_marshal.cmx pxp_codewriter.cmx - gmake[2]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-pp' - gmake[1]: Nothing to be done for 'opt'. - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-pp' - for pkg in pxp-lex-utf8 pxp-lex-iso88591 pxp-ulex-utf8; do /usr/local/bin/gmake -C gensrc/$pkg opt || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_01.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_02.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_03.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_04.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_05.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_06.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_07.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_08.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_09.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_10.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_11.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_12.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_13.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_14.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_15.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_16.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_17.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_utf8_18.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -o pxp_lex_utf8.cmxa -a pxp_lex_utf8_01.cmx pxp_lex_utf8_02.cmx pxp_lex_utf8_03.cmx pxp_lex_utf8_04.cmx pxp_lex_utf8_05.cmx pxp_lex_utf8_06.cmx pxp_lex_utf8_07.cmx pxp_lex_utf8_08.cmx pxp_lex_utf8_09.cmx pxp_lex_utf8_10.cmx pxp_lex_utf8_11.cmx pxp_lex_utf8_12.cmx pxp_lex_utf8_13.cmx pxp_lex_utf8_14.cmx pxp_lex_utf8_15.cmx pxp_lex_utf8_16.cmx pxp_lex_utf8_17.cmx pxp_lex_utf8_18.cmx - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_link_utf8.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_iso88591_01.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -o pxp_lex_iso88591.cmxa -a pxp_lex_iso88591_01.cmx - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -package "netstring" -c pxp_lex_link_iso88591.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -syntax camlp4o -package "netstring,ulex" -c pxp_ulex_utf8_01.ml - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -syntax camlp4o -package "netstring,ulex" -o pxp_ulex_utf8.cmxa -a pxp_ulex_utf8_01.cmx - ocamlfind ocamlopt -safe-string -I ../../src/pxp-engine -syntax camlp4o -package "netstring,ulex" -c pxp_ulex_link_utf8.ml - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' -> compiled pxp.1.2.9 Processing 21/21: [pxp: gmake install] + /usr/local/bin/gmake "install" "MANDIR=/usr/home/opam/.opam/default/man" (CWD=/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9) - for pkg in pxp pxp-engine pxp-pp; do /usr/local/bin/gmake -C src/$pkg install || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp' - ocamlfind install pxp META - Installed /usr/home/opam/.opam/default/lib/pxp/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.a pxp_top.cmo META` && \ - ocamlfind install pxp-engine $files - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_top.cmo - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_engine.a - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_engine.cmxa - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_engine.cma - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_yacc.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_types.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_tree_parser.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_top.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_reader.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_marshal.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lib.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lexing.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lexers.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lexer_types.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lex_aux.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_event.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_ev_parser.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_entity_manager.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_entity.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_dtd_parser.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_dtd.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_document.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_dfa.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_core_types.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_core_parser.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_codewriter.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_aux.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_yacc.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_types.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_tree_parser.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_top.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_reader.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_marshal.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lib.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lexing.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lexers.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_lexer_types.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_event.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_ev_parser.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_dtd_parser.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_dtd.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_document.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_dfa.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_core_types.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_core_parser.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/pxp_codewriter.mli - Installed /usr/home/opam/.opam/default/lib/pxp-engine/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-engine' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-pp' - ocamlfind install pxp-pp pxp_pp.cma META - Installed /usr/home/opam/.opam/default/lib/pxp-pp/pxp_pp.cma - Installed /usr/home/opam/.opam/default/lib/pxp-pp/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/src/pxp-pp' - for pkg in pxp-lex-utf8 pxp-lex-iso88591 pxp-ulex-utf8; do /usr/local/bin/gmake -C gensrc/$pkg install || exit; done - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.a pxp_lex_link_*.cmo pxp_lex_link_*.cmx pxp_lex_link_*.o META` && \ - ocamlfind install pxp-lex-utf8 $files - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_link_utf8.o - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_link_utf8.cmx - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_link_utf8.cmo - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8.a - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8.cmxa - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8.cma - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_18.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_17.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_16.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_15.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_14.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_13.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_12.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_11.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_10.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_09.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_08.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_07.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_06.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_05.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_04.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_03.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_02.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_utf8_01.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/pxp_lex_link_utf8.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-utf8/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-utf8' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.a pxp_lex_link_*.cmo pxp_lex_link_*.cmx pxp_lex_link_*.o META` && \ - ocamlfind install pxp-lex-iso88591 $files - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_link_iso88591.o - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_link_iso88591.cmx - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_link_iso88591.cmo - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_iso88591.a - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_iso88591.cmxa - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_iso88591.cma - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_link_iso88591.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/pxp_lex_iso88591_01.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-lex-iso88591/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-lex-iso88591' - gmake[1]: Entering directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' - files=`../../tools/collect_files *.mli *.cmi *.cma *.cmxa *.a pxp_ulex_link_*.cmo pxp_ulex_link_*.cmx pxp_ulex_link_*.o META` && \ - ocamlfind install pxp-ulex-utf8 $files - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_link_utf8.o - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_link_utf8.cmx - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_link_utf8.cmo - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_utf8.a - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_utf8.cmxa - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_utf8.cma - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_utf8_01.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/pxp_ulex_link_utf8.cmi - Installed /usr/home/opam/.opam/default/lib/pxp-ulex-utf8/META - gmake[1]: Leaving directory '/usr/home/opam/.opam/default/.opam-switch/build/pxp.1.2.9/gensrc/pxp-ulex-utf8' -> installed pxp.1.2.9 Done. 2023-08-27 01:31.47 ---> saved as "f9f155766b1952fb581de78207cf6232df95c00157478a4fe38656a074169087" Job succeeded