package camltc

  1. Overview
  2. Docs
On This Page
  1. Error log

camltc 0.9.6

Error log

The package failed to build. The error log from opam follows.

Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.1-1
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy camltc.0.9.6 topkg.1.0.7 result.1.5 ppx_tools_versioned.5.2.2 ppx_derivers.1.2.1 ounit.2.0.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.3.1 lwt.3.3.0 logs.0.7.0 jbuilder.transition dune.1.6.3 cppo.1.6.8 base-bytes.base" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
git
[NOTE] Package dune is already installed (current version is 1.6.3).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install result                  1.5
  - install ocamlbuild              0.14.3
  - install base-bytes              base
  - install cppo                    1.6.8
  - install jbuilder                transition
  - install ocaml-migrate-parsetree 1.3.1
  - install topkg                   1.0.7
  - install ounit                   2.0.8
  - install ppx_tools_versioned     5.2.2
  - install lwt                     3.3.0       For the PPX, please install package lwt_ppx
                                                For Lwt_log and Lwt_daemon, please install package lwt_log
  - install logs                    0.7.0
  - install camltc                  0.9.6
===== 13 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/39: [camltc.0.9.6: git]
Processing  3/39: [camltc.0.9.6: git]
Processing  4/39: [camltc.0.9.6: git]
Processing  5/39: [camltc.0.9.6: git]
Processing  6/39: [camltc.0.9.6: git]
Processing  7/39: [camltc.0.9.6: git]
-> installed base-bytes.base
Processing  8/39: [camltc.0.9.6: git]
-> installed jbuilder.transition
Processing  9/39: [camltc.0.9.6: git]
-> retrieved cppo.1.6.8  (cached)
Processing 10/39: [camltc.0.9.6: git]
Processing 11/39: [camltc.0.9.6: git] [cppo: dune build]
-> retrieved logs.0.7.0  (cached)
Processing 12/39: [camltc.0.9.6: git] [cppo: dune build]
-> retrieved lwt.3.3.0  (cached)
Processing 13/39: [camltc.0.9.6: git] [cppo: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 14/39: [camltc.0.9.6: git] [cppo: dune build]
Processing 15/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make configure.make]
-> retrieved ocaml-migrate-parsetree.1.3.1  (cached)
Processing 16/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make configure.make]
-> retrieved ounit.2.0.8  (cached)
Processing 17/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make configure.make]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 18/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make configure.make]
Processing 19/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
-> retrieved ppx_tools_versioned.5.2.2  (cached)
Processing 20/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.07"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.07/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.07/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.07/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=/home/opam/.opam/4.07"; \
- echo "BINDIR=/home/opam/.opam/4.07/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.07/lib"; \
- echo "MANDIR=/home/opam/.opam/4.07/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.07/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.07/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.07/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.07/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.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 20/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 21/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [result: dune build]
-> retrieved topkg.1.0.7  (cached)
-> compiled  ppx_derivers.1.2.1
Processing 21/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 22/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make check-if-preinstalled] [result: dune build]
-> compiled  result.1.5
Processing 22/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed result.1.5
Processing 23/39: [camltc.0.9.6: git] [cppo: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 24/39: [camltc.0.9.6: git] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  cppo.1.6.8
Processing 24/39: [camltc.0.9.6: git] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed cppo.1.6.8
Processing 25/39: [camltc.0.9.6: git] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  ocaml-migrate-parsetree.1.3.1
Processing 25/39: [camltc.0.9.6: git] [ocamlbuild: make check-if-preinstalled]
-> installed ocaml-migrate-parsetree.1.3.1
Processing 26/39: [camltc.0.9.6: git] [ocamlbuild: make check-if-preinstalled]
Processing 27/39: [camltc.0.9.6: git] [ocamlbuild: make check-if-preinstalled] [ppx_tools_versioned: dune build]
- if test -d /home/opam/.opam/4.07/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.07/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/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- 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
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- 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
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- 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
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- 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
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 27/39: [camltc.0.9.6: git] [ppx_tools_versioned: dune build]
-> installed ocamlbuild.0.14.3
Processing 28/39: [camltc.0.9.6: git] [ppx_tools_versioned: dune build]
Processing 29/39: [camltc.0.9.6: git] [ounit: make build] [ppx_tools_versioned: dune build]
Processing 30/39: [camltc.0.9.6: git] [ounit: make build] [ppx_tools_versioned: dune build] [topkg: ocaml build]
-> compiled  ppx_tools_versioned.5.2.2
Processing 30/39: [camltc.0.9.6: git] [ounit: make build] [topkg: ocaml build]
-> installed ppx_tools_versioned.5.2.2
Processing 31/39: [camltc.0.9.6: git] [ounit: make build] [topkg: ocaml build]
Processing 32/39: [camltc.0.9.6: git] [lwt: ocaml false] [ounit: make build] [topkg: ocaml build]
Processing 32/39: [camltc.0.9.6: git] [lwt: jbuilder build] [ounit: make build] [topkg: ocaml build]
- ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.7
Processing 32/39: [camltc.0.9.6: git] [lwt: jbuilder build] [ounit: make build]
-> installed topkg.1.0.7
Processing 33/39: [camltc.0.9.6: git] [lwt: jbuilder build] [ounit: make build]
- File "_unknown_", line 1, characters 0-0:
- Warning: File META.lwt is both generated by a rule and present in the source tree.
- As a result, the rule is currently ignored, however this will become an error in the future.
- Delete file META.lwt to get rid of this warning.
-     discover src/unix/lwt_config.{h,ml},src/unix/unix_c_flags.sexp,src/unix/unix_c_library_flags.sexp
- found config var ext_obj: ...................... .o
- found config var default_executable_name: ...... a.out
- found config var ccomp_type: ................... cc
- found config var system: ....................... linux
- found config var os_type: ...................... Unix
- found config var use_libev: .................... false
- not checking for pkg-config
- not checking for libev
- testing for pthread: ........................... available
- testing for eventfd: ........................... available
- testing for fd passing: ........................ available
- testing for sched_getcpu: ...................... available
- testing for affinity getting/setting: .......... available
- testing for credentials getting (Linux): ....... available
- testing for credentials getting (NetBSD): ...... unavailable
- testing for credentials getting (OpenBSD): ..... unavailable
- testing for credentials getting (FreeBSD): ..... unavailable
- testing for credentials getting (getpeereid): .. unavailable
- testing for fdatasync: ......................... available
- testing for netdb_reentrant: ................... unavailable
- testing for reentrant gethost*: ................ available
- testing for nanosecond stat support: ........... *tim.tv_nsec
- testing for BSD mincore: ....................... unavailable
-     ocamlopt src/simple_top/.lwt_simple_top.objs/lwt_simple_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
Processing 33/39: [camltc.0.9.6: git] [lwt: ocaml] [ounit: make build]
-> compiled  lwt.3.3.0
Processing 33/39: [camltc.0.9.6: git] [ounit: make build]
-> installed lwt.3.3.0
Processing 34/39: [camltc.0.9.6: git] [ounit: make build]
Processing 35/39: [camltc.0.9.6: git] [logs: ocaml build] [ounit: make build]
- ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmi src/logs.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmx src/logs.ml
- ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmo src/logs.ml
- ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.ml > src/logs_lwt.ml.depends
- ocamlfind ocamldep -package lwt -modules src/logs_lwt.mli > src/logs_lwt.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmi src/logs_lwt.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmx src/logs_lwt.ml
- ocamlfind ocamlopt -a -package lwt -I src src/logs_lwt.cmx -o src/logs_lwt.cmxa
- ocamlfind ocamlopt -shared -linkall -package lwt -I src src/logs_lwt.cmxa -o src/logs_lwt.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -package lwt -I src -I test -o src/logs_lwt.cmo src/logs_lwt.ml
- ocamlfind ocamlc -a -package lwt -I src src/logs_lwt.cmo -o src/logs_lwt.cma
- ocamlfind ocamldep -package threads -modules src/logs_threaded.ml > src/logs_threaded.ml.depends
- ocamlfind ocamldep -package threads -modules src/logs_threaded.mli > src/logs_threaded.mli.depends
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmi src/logs_threaded.mli
- ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmx src/logs_threaded.ml
- ocamlfind ocamlopt -a -thread -package threads -I src src/logs_threaded.cmx -o src/logs_threaded.cmxa
- ocamlfind ocamlopt -shared -linkall -thread -package threads -I src src/logs_threaded.cmxa -o src/logs_threaded.cmxs
- ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmo src/logs_threaded.ml
- ocamlfind ocamlc -a -thread -package threads -I src src/logs_threaded.cmo -o src/logs_threaded.cma
- # No parallelism done
-> compiled  logs.0.7.0
Processing 35/39: [camltc.0.9.6: git] [ounit: make build]
-> installed logs.0.7.0
Processing 36/39: [camltc.0.9.6: git] [ounit: make build]
- ocaml setup.ml -configure 
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.07/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.07/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.07/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.07/bin/ocamlbuild
- Package name: ........................................ ounit
- Package version: ..................................... 2.0.8
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.07.1
- standard_library_default: ............................ /home/opam/.opam/4.07/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.07/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.07/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /usr/local
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bytes: ........................................... /home/opam/.opam/4.07/lib/bytes
- pkg_unix: ............................................ /home/opam/.opam/4.07/lib/ocaml
- pkg_threads: ......................................... /home/opam/.opam/4.07/lib/ocaml
- ocamldoc: ............................................ /home/opam/.opam/4.07/bin/ocamldoc
- 
- ocaml setup.ml -build 
- W: Cannot find source file matching module 'OUnitLoggerHTMLData' in library oUnitAdvanced.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'OUnitLoggerHTMLData' in library oUnitAdvanced.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- /home/opam/.opam/4.07/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.07/lib/ocamlbuild /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitUtils.ml > src/oUnitUtils.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitPropList.ml > src/oUnitPropList.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitPlugin.ml > src/oUnitPlugin.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitConf.ml > src/oUnitConf.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPropList.cmo src/oUnitPropList.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitUtils.cmo src/oUnitUtils.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitConf.cmo src/oUnitConf.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitChooser.ml > src/oUnitChooser.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitCache.ml > src/oUnitCache.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitTest.ml > src/oUnitTest.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLogger.ml > src/oUnitLogger.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitShared.ml > src/oUnitShared.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLogger.cmo src/oUnitLogger.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitShared.cmo src/oUnitShared.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTest.cmo src/oUnitTest.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPlugin.cmo src/oUnitPlugin.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitResultSummary.ml > src/oUnitResultSummary.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCache.cmo src/oUnitCache.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitResultSummary.cmo src/oUnitResultSummary.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerStd.ml > src/oUnitLoggerStd.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerHTML.ml > src/oUnitLoggerHTML.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerHTMLData.ml > src/oUnitLoggerHTMLData.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTMLData.cmo src/oUnitLoggerHTMLData.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitLoggerJUnit.ml > src/oUnitLoggerJUnit.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTML.cmo src/oUnitLoggerHTML.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerStd.cmo src/oUnitLoggerStd.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitAssert.ml > src/oUnitAssert.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitBracket.ml > src/oUnitBracket.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitBracket.cmo src/oUnitBracket.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitState.ml > src/oUnitState.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitChooser.cmo src/oUnitChooser.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitRunner.ml > src/oUnitRunner.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitCheckEnv.ml > src/oUnitCheckEnv.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitAssert.cmo src/oUnitAssert.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitDiff.mli > src/oUnitDiff.mli.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitDiff.cmi src/oUnitDiff.mli
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitState.cmo src/oUnitState.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCheckEnv.cmo src/oUnitCheckEnv.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitRunnerProcesses.ml > src/oUnitRunnerProcesses.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunner.cmo src/oUnitRunner.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitCore.ml > src/oUnitCore.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerJUnit.cmo src/oUnitLoggerJUnit.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerProcesses.cmo src/oUnitRunnerProcesses.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitTestData.ml > src/oUnitTestData.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitDiff.ml > src/oUnitDiff.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCore.cmo src/oUnitCore.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTestData.cmo src/oUnitTestData.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitDiff.cmo src/oUnitDiff.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -a -I src src/oUnitUtils.cmo src/oUnitPropList.cmo src/oUnitConf.cmo src/oUnitPlugin.cmo src/oUnitLogger.cmo src/oUnitShared.cmo src/oUnitTest.cmo src/oUnitCache.cmo src/oUnitResultSummary.cmo src/oUnitChooser.cmo src/oUnitLoggerStd.cmo src/oUnitLoggerHTMLData.cmo src/oUnitLoggerHTML.cmo src/oUnitLoggerJUnit.cmo src/oUnitBracket.cmo src/oUnitAssert.cmo src/oUnitState.cmo src/oUnitDiff.cmo src/oUnitCheckEnv.cmo src/oUnitRunner.cmo src/oUnitRunnerProcesses.cmo src/oUnitCore.cmo src/oUnitTestData.cmo -o src/oUnitAdvanced.cma
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPropList.cmx src/oUnitPropList.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitUtils.cmx src/oUnitUtils.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitConf.cmx src/oUnitConf.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLogger.cmx src/oUnitLogger.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitShared.cmx src/oUnitShared.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTest.cmx src/oUnitTest.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitPlugin.cmx src/oUnitPlugin.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCache.cmx src/oUnitCache.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitResultSummary.cmx src/oUnitResultSummary.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTMLData.cmx src/oUnitLoggerHTMLData.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerHTML.cmx src/oUnitLoggerHTML.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerStd.cmx src/oUnitLoggerStd.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitBracket.cmx src/oUnitBracket.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitChooser.cmx src/oUnitChooser.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitAssert.cmx src/oUnitAssert.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitDiff.cmx src/oUnitDiff.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitState.cmx src/oUnitState.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCheckEnv.cmx src/oUnitCheckEnv.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunner.cmx src/oUnitRunner.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitLoggerJUnit.cmx src/oUnitLoggerJUnit.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerProcesses.cmx src/oUnitRunnerProcesses.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitCore.cmx src/oUnitCore.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitTestData.cmx src/oUnitTestData.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -a -I src src/oUnitUtils.cmx src/oUnitPropList.cmx src/oUnitConf.cmx src/oUnitPlugin.cmx src/oUnitLogger.cmx src/oUnitShared.cmx src/oUnitTest.cmx src/oUnitCache.cmx src/oUnitResultSummary.cmx src/oUnitChooser.cmx src/oUnitLoggerStd.cmx src/oUnitLoggerHTMLData.cmx src/oUnitLoggerHTML.cmx src/oUnitLoggerJUnit.cmx src/oUnitBracket.cmx src/oUnitAssert.cmx src/oUnitState.cmx src/oUnitDiff.cmx src/oUnitCheckEnv.cmx src/oUnitRunner.cmx src/oUnitRunnerProcesses.cmx src/oUnitCore.cmx src/oUnitTestData.cmx -o src/oUnitAdvanced.cmxa
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -shared -I src src/oUnitAdvanced.cmxa src/oUnitUtils.cmx src/oUnitPropList.cmx src/oUnitConf.cmx src/oUnitPlugin.cmx src/oUnitLogger.cmx src/oUnitShared.cmx src/oUnitTest.cmx src/oUnitCache.cmx src/oUnitResultSummary.cmx src/oUnitChooser.cmx src/oUnitLoggerStd.cmx src/oUnitLoggerHTMLData.cmx src/oUnitLoggerHTML.cmx src/oUnitLoggerJUnit.cmx src/oUnitBracket.cmx src/oUnitAssert.cmx src/oUnitState.cmx src/oUnitDiff.cmx src/oUnitCheckEnv.cmx src/oUnitRunner.cmx src/oUnitRunnerProcesses.cmx src/oUnitCore.cmx src/oUnitTestData.cmx -o src/oUnitAdvanced.cmxs
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit.mli > src/oUnit.mli.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit2.mli > src/oUnit2.mli.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmi src/oUnit2.mli
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmi src/oUnit.mli
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit.ml > src/oUnit.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnit2.ml > src/oUnit2.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmo src/oUnit.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmo src/oUnit2.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -a -I src src/oUnit2.cmo src/oUnit.cmo -o src/oUnit.cma
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit2.cmx src/oUnit2.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnit.cmx src/oUnit.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -a -I src src/oUnit2.cmx src/oUnit.cmx -o src/oUnit.cmxa
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -shared -I src src/oUnit.cmxa src/oUnit2.cmx src/oUnit.cmx -o src/oUnit.cmxs
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitThreads.ml > src/oUnitThreads.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package bytes -package threads -package unix -modules src/oUnitRunnerThreads.ml > src/oUnitRunnerThreads.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerThreads.cmo src/oUnitRunnerThreads.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitThreads.cmo src/oUnitThreads.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -a -I src src/oUnitRunnerThreads.cmo src/oUnitThreads.cmo -o src/oUnitThreads.cma
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitRunnerThreads.cmx src/oUnitRunnerThreads.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src -I src -package bytes -package threads -package unix -thread -I src -o src/oUnitThreads.cmx src/oUnitThreads.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -a -I src src/oUnitRunnerThreads.cmx src/oUnitThreads.cmx -o src/oUnitThreads.cmxa
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -shared -I src src/oUnitThreads.cmxa src/oUnitRunnerThreads.cmx src/oUnitThreads.cmx -o src/oUnitThreads.cmxs
-> compiled  ounit.2.0.8
Processing 36/39: [camltc.0.9.6: git]
Processing 37/39: [camltc.0.9.6: git] [ounit: make install]
- ocaml setup.ml -install 
- W: Cannot find source header for module library in OUnitLoggerHTMLData oUnitAdvanced
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.mli
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit2.mli
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cma
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cmxa
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.a
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cmxs
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit2.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit2.cmti
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit2.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit2.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cmti
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit2.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnit.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.cma
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.cmxa
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.a
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.cmxs
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunnerThreads.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitThreads.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitUtils.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPropList.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPlugin.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitChooser.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitResultSummary.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerStd.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTML.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerJUnit.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAssert.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitBracket.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTest.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitState.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunner.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunnerProcesses.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCore.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLogger.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitConf.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitShared.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCache.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTestData.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCheckEnv.ml
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitDiff.mli
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAdvanced.cma
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAdvanced.cmxa
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAdvanced.a
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAdvanced.cmxs
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitDiff.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitDiff.cmti
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitDiff.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitDiff.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCheckEnv.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCheckEnv.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCheckEnv.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTestData.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTestData.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTestData.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCache.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCache.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCache.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitShared.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitShared.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitShared.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitConf.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitConf.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitConf.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLogger.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLogger.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLogger.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCore.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCore.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCore.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunnerProcesses.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunnerProcesses.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunnerProcesses.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunner.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunner.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunner.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitState.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitState.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitState.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTest.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTest.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTest.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitBracket.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitBracket.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitBracket.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAssert.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAssert.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAssert.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerJUnit.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerJUnit.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerJUnit.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTMLData.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTMLData.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTMLData.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTML.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTML.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTML.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerStd.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerStd.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerStd.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitResultSummary.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitResultSummary.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitResultSummary.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitChooser.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitChooser.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitChooser.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPlugin.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPlugin.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPlugin.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPropList.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPropList.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPropList.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitUtils.cmi
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitUtils.cmt
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitUtils.annot
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitDiff.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCheckEnv.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTestData.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCache.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitShared.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitConf.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLogger.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitCore.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunnerProcesses.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitRunner.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitState.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitTest.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitBracket.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitAssert.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerJUnit.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTMLData.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerHTML.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitLoggerStd.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitResultSummary.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitChooser.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPlugin.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitPropList.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/oUnitUtils.cmx
- Installed /home/opam/.opam/4.07/lib/oUnit/META
-> installed ounit.2.0.8
Processing 37/39: [camltc.0.9.6: git]
[WARNING] Git submodule update failed in /home/opam/.opam/4.07/.opam-switch/sources/camltc.0.9.6
-> retrieved camltc.0.9.6  (git+https://github.com/toolslive/camltc.git#camltc-0.9.6)
Processing 38/39: [camltc: git submodule]
+ /usr/bin/git "submodule" "init" (CWD=/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6)
+ /usr/bin/git "submodule" "update" (CWD=/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6)
- Cloning into '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet'...
- fatal: unable to connect to github.com:
- github.com[0: 140.82.121.3]: errno=Connection timed out
- 
- fatal: clone of 'git://github.com/Incubaid/tokyocabinet.git' into submodule path '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet' failed
- Failed to clone 'src/3rd-party/tokyocabinet'. Retry scheduled
- Cloning into '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet'...
- fatal: unable to connect to github.com:
- github.com[0: 140.82.121.3]: errno=Connection timed out
- 
- fatal: clone of 'git://github.com/Incubaid/tokyocabinet.git' into submodule path '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet' failed
- Failed to clone 'src/3rd-party/tokyocabinet' a second time, aborting
[ERROR] The compilation of camltc.0.9.6 failed at "git submodule update".

#=== ERROR while compiling camltc.0.9.6 =======================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///src
# path                 ~/.opam/4.07/.opam-switch/build/camltc.0.9.6
# command              /usr/bin/git submodule update
# exit-code            1
# env-file             ~/.opam/log/camltc-113-18ffd4.env
# output-file          ~/.opam/log/camltc-113-18ffd4.out
### output ###
# Cloning into '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet'...
# fatal: unable to connect to github.com:
# github.com[0: 140.82.121.3]: errno=Connection timed out
# 
# fatal: clone of 'git://github.com/Incubaid/tokyocabinet.git' into submodule path '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet' failed
# Failed to clone 'src/3rd-party/tokyocabinet'. Retry scheduled
# Cloning into '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet'...
# fatal: unable to connect to github.com:
# github.com[0: 140.82.121.3]: errno=Connection timed out
# 
# fatal: clone of 'git://github.com/Incubaid/tokyocabinet.git' into submodule path '/home/opam/.opam/4.07/.opam-switch/build/camltc.0.9.6/src/3rd-party/tokyocabinet' failed
# Failed to clone 'src/3rd-party/tokyocabinet' a second time, aborting



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build camltc 0.9.6
+- 
+- The following changes have been performed
| - install base-bytes              base
| - install cppo                    1.6.8
| - install jbuilder                transition
| - install logs                    0.7.0
| - install lwt                     3.3.0
| - install ocaml-migrate-parsetree 1.3.1
| - install ocamlbuild              0.14.3
| - install ounit                   2.0.8
| - install ppx_derivers            1.2.1
| - install ppx_tools_versioned     5.2.2
| - install result                  1.5
| - install topkg                   1.0.7
+- 

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.07/.opam-switch/backup/state-20240129185755.export"
'opam --cli=2.1 install camltc.0.9.6 topkg.1.0.7 result.1.5 ppx_tools_versioned.5.2.2 ppx_derivers.1.2.1 ounit.2.0.8 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.3.1 lwt.3.3.0 logs.0.7.0 jbuilder.transition dune.1.6.3 cppo.1.6.8 base-bytes.base --verbose --yes --confirm-level=unsafe-yes' failed.