OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-10.ocamllabs.io

(from ocaml/opam:debian-unstable)
WARNING: Error loading config file: .dockercfg: $HOME is not defined
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:a32e554d37007cabaf12da2261dad1c6890fb793357d4499f39865f3c85d81ab
Status: Downloaded newer image for ocaml/opam:debian-unstable
2021-09-03 03:09.42 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" 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/bin/opam-2.1 /usr/bin/opam"))
2021-09-03 03:09.42 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'git://github.com/ocaml/opam-repository.git' ~/opam-repository && git -C ~/opam-repository checkout -q 8fc7af65ccb8f3b3709bf02b749ac492e6700b59"))
2021-09-03 03:09.42 ---> using "eb095db6df41eeadc708604343f7b0ce0892db9136dac67a38046f57271c5802" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from 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:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2021-09-03 03:09.42 ---> using "d245c9af6f86b2b97434d338a3fbb8270425ab7dc6ad1b5451665adc9698eabf" from cache

/: (run (network host)
        (shell "git clone -q 'git://github.com/ocaml/ocaml-beta-repository.git' ~/'beta' && git -C ~/'beta' checkout -q 79aeeadd813bdae424ab53f882f08bee0a4e0b89"))
2021-09-03 03:09.42 ---> using "20d9850dcecd0523d6eddecad814e9bbd93882334348605bfa6e15ffd8f5ced5" from cache

/: (run (shell "opam repository add --dont-select 'beta' ~/'beta'"))
[beta] Initialised
2021-09-03 03:09.42 ---> using "6f8879c5099d2146b69bdcec3874fd111cad6c5c42ac63d5f9aa72a228fd8ee8" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=beta,default 4.03.0"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.03.0"} | "ocaml-system" {= "4.03.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.03.0  (cached)
-> installed ocaml-base-compiler.4.03.0
-> installed ocaml-config.1
-> installed ocaml.4.03.0
Done.
# Run eval $(opam env --switch=4.03.0) to update the current shell environment
2021-09-03 03:09.42 ---> using "8417f45d0b86b4955504dfee18149d5e6aa33611dd33bfa1a43fe0fcf04f1ba5" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [8766 kB]
- Fetched 8994 kB in 3s (3454 kB/s)
- Reading package lists...
- 
2021-09-03 03:09.42 ---> using "df1d3da6e043874a2125d2d4c1391526aef43ea0ca6faa10f22a8dbb793c4f37" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2021-09-03 03:09.42 ---> using "8481b01c554af258200d84c26f89d2bf90e521c6ae640255d866eba05dcada3a" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"DrawGrammar.0.1.0\"\
               \nopam install -vy \"DrawGrammar.0.1.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"DrawGrammar.0.1.0\" | grep -q '\"debian-unstable\"'; 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] DrawGrammar.0.1.0 is not installed.

Nothing to do.
The following actions will be performed:
  - install conf-pkg-config         2            [required by conf-cairo]
  - install ocamlfind               1.9.1        [required by DrawGrammar]
  - install cmdliner                1.0.4        [required by js_of_ocaml-compiler]
  - install jbuilder                1.0+beta20.2 [required by JsOfOCairo]
  - install ocamlbuild              0.14.0       [required by DrawGrammar]
  - install conf-cairo              1            [required by cairo2]
  - install ocamlfind-secondary     1.9.1        [required by dune]
  - install uchar                   0.0.2        [required by js_of_ocaml]
  - install cairo2                  0.5          [required by DrawGrammar]
  - install dune                    2.5.1        [required by menhir]
  - install result                  1.5          [required by ocaml-migrate-parsetree]
  - install ppx_derivers            1.2.1        [required by ocaml-migrate-parsetree]
  - install menhirSdk               20210419     [required by menhir]
  - install menhirLib               20210419     [required by menhir]
  - install easy-format             1.3.2        [required by yojson]
  - install cppo_ocamlbuild         1.6.7        [required by General]
  - install cppo                    1.6.7        [required by js_of_ocaml-compiler]
  - install ocaml-migrate-parsetree 1.8.0        [required by js_of_ocaml, js_of_ocaml-ppx]
  - install menhir                  20210419     [required by DrawGrammar]
  - install biniou                  1.2.1        [required by yojson]
  - install General                 0.2.0        [required by DrawGrammar]
  - install ppx_tools_versioned     5.4.0        [required by js_of_ocaml, js_of_ocaml-ppx]
  - install yojson                  1.7.0        [required by js_of_ocaml-compiler]
  - install js_of_ocaml-compiler    3.3.0        [required by JsOfOCairo]
  - install js_of_ocaml             3.3.0        [required by JsOfOCairo]
  - install js_of_ocaml-ppx         3.3.0        [required by JsOfOCairo]
  - install JsOfOCairo              1.1.1        [required by DrawGrammar]
  - install DrawGrammar             0.1.0
===== 28 to install =====

The following system packages will first need to be installed:
    libcairo2-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.9-minimal:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18048 files and directories currently installed.)
- Preparing to unpack .../libpython3.9-minimal_3.9.7-1_amd64.deb ...
- Unpacking libpython3.9-minimal:amd64 (3.9.7-1) ...
- Selecting previously unselected package python3.9-minimal.
- Preparing to unpack .../python3.9-minimal_3.9.7-1_amd64.deb ...
- Unpacking python3.9-minimal (3.9.7-1) ...
- Setting up libpython3.9-minimal:amd64 (3.9.7-1) ...
- Setting up python3.9-minimal (3.9.7-1) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18333 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.9.2-3_amd64.deb ...
- Unpacking python3-minimal (3.9.2-3) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_4.0.0_all.deb ...
- Unpacking media-types (4.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../libmpdec3_2.5.1-2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2) ...
- Preparing to unpack .../libuuid1_2.37.2-1_amd64.deb ...
- Unpacking libuuid1:amd64 (2.37.2-1) over (2.36.1-7) ...
- Setting up libuuid1:amd64 (2.37.2-1) ...
- Selecting previously unselected package libpython3.9-stdlib:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18368 files and directories currently installed.)
- Preparing to unpack .../libpython3.9-stdlib_3.9.7-1_amd64.deb ...
- Unpacking libpython3.9-stdlib:amd64 (3.9.7-1) ...
- Selecting previously unselected package python3.9.
- Preparing to unpack .../python3.9_3.9.7-1_amd64.deb ...
- Unpacking python3.9 (3.9.7-1) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.9.2-3_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
- Setting up python3-minimal (3.9.2-3) ...
- Selecting previously unselected package python3.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18731 files and directories currently installed.)
- Preparing to unpack .../python3_3.9.2-3_amd64.deb ...
- Unpacking python3 (3.9.2-3) ...
- Preparing to unpack .../libblkid1_2.37.2-1_amd64.deb ...
- Unpacking libblkid1:amd64 (2.37.2-1) over (2.36.1-7) ...
- Setting up libblkid1:amd64 (2.37.2-1) ...
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
- (Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18751 files and directories currently installed.)
- Preparing to unpack .../libmount1_2.37.2-1_amd64.deb ...
- Unpacking libmount1:amd64 (2.37.2-1) over (2.36.1-7) ...
- Setting up libmount1:amd64 (2.37.2-1) ...
- Selecting previously unselected package uuid-dev:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18751 files and directories currently installed.)
- Preparing to unpack .../00-uuid-dev_2.37.2-1_amd64.deb ...
- Unpacking uuid-dev:amd64 (2.37.2-1) ...
- Selecting previously unselected package libblkid-dev:amd64.
- Preparing to unpack .../01-libblkid-dev_2.37.2-1_amd64.deb ...
- Unpacking libblkid-dev:amd64 (2.37.2-1) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../02-libbrotli-dev_1.0.9-2+b2_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.0.9-2+b2) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../03-libpixman-1-0_0.40.0-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../04-libxcb-render0_1.14-3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../05-libxcb-shm0_1.14-3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../06-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../07-libcairo2_1.16.0-5_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../08-libglib2.0-0_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.68.4-1) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../09-libcairo-gobject2_1.16.0-5_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-5) ...
- Selecting previously unselected package liblzo2-2:amd64.
- Preparing to unpack .../10-liblzo2-2_2.10-2_amd64.deb ...
- Unpacking liblzo2-2:amd64 (2.10-2) ...
- Selecting previously unselected package libcairo-script-interpreter2:amd64.
- Preparing to unpack .../11-libcairo-script-interpreter2_1.16.0-5_amd64.deb ...
- Unpacking libcairo-script-interpreter2:amd64 (1.16.0-5) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../12-libexpat1-dev_2.2.10-2_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.2.10-2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../13-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../14-libpng-dev_1.6.37-3_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.37-3) ...
- Selecting previously unselected package libfreetype-dev:amd64.
- Preparing to unpack .../15-libfreetype-dev_2.10.4+dfsg-1_amd64.deb ...
- Unpacking libfreetype-dev:amd64 (2.10.4+dfsg-1) ...
- Selecting previously unselected package libfreetype6-dev:amd64.
- Preparing to unpack .../16-libfreetype6-dev_2.10.4+dfsg-1_amd64.deb ...
- Unpacking libfreetype6-dev:amd64 (2.10.4+dfsg-1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../17-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package libfontconfig-dev:amd64.
- Preparing to unpack .../18-libfontconfig-dev_2.13.1-4.2_amd64.deb ...
- Unpacking libfontconfig-dev:amd64 (2.13.1-4.2) ...
- Selecting previously unselected package libfontconfig1-dev:amd64.
- Preparing to unpack .../19-libfontconfig1-dev_2.13.1-4.2_amd64.deb ...
- Unpacking libfontconfig1-dev:amd64 (2.13.1-4.2) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../20-libxrender-dev_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package x11proto-xext-dev.
- Preparing to unpack .../21-x11proto-xext-dev_2020.1-1_all.deb ...
- Unpacking x11proto-xext-dev (2020.1-1) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../22-libxext-dev_2%3a1.3.3-1.1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.3-1.1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../23-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../24-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../25-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libice-dev:amd64.
- Preparing to unpack .../26-libice-dev_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice-dev:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libsm-dev:amd64.
- Preparing to unpack .../27-libsm-dev_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm-dev:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libpixman-1-dev:amd64.
- Preparing to unpack .../28-libpixman-1-dev_0.40.0-1_amd64.deb ...
- Unpacking libpixman-1-dev:amd64 (0.40.0-1) ...
- Selecting previously unselected package libxcb-render0-dev:amd64.
- Preparing to unpack .../29-libxcb-render0-dev_1.14-3_amd64.deb ...
- Unpacking libxcb-render0-dev:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-shm0-dev:amd64.
- Preparing to unpack .../30-libxcb-shm0-dev_1.14-3_amd64.deb ...
- Unpacking libxcb-shm0-dev:amd64 (1.14-3) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../31-libffi-dev_3.3-6_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.3-6) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../32-libglib2.0-data_2.68.4-1_all.deb ...
- Unpacking libglib2.0-data (2.68.4-1) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../33-libelf1_0.185-2_amd64.deb ...
- Unpacking libelf1:amd64 (0.185-2) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../34-libglib2.0-bin_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-bin (2.68.4-1) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../35-python3-lib2to3_3.9.7-1_all.deb ...
- Unpacking python3-lib2to3 (3.9.7-1) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../36-python3-distutils_3.9.7-1_all.deb ...
- Unpacking python3-distutils (3.9.7-1) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../37-libglib2.0-dev-bin_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-dev-bin (2.68.4-1) ...
- Selecting previously unselected package libsepol1-dev:amd64.
- Preparing to unpack .../38-libsepol1-dev_3.1-1_amd64.deb ...
- Unpacking libsepol1-dev:amd64 (3.1-1) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../39-libpcre2-16-0_10.36-2_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.36-2) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../40-libpcre2-32-0_10.36-2_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.36-2) ...
- Selecting previously unselected package libpcre2-posix2:amd64.
- Preparing to unpack .../41-libpcre2-posix2_10.36-2_amd64.deb ...
- Unpacking libpcre2-posix2:amd64 (10.36-2) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../42-libpcre2-dev_10.36-2_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.36-2) ...
- Selecting previously unselected package libselinux1-dev:amd64.
- Preparing to unpack .../43-libselinux1-dev_3.1-3_amd64.deb ...
- Unpacking libselinux1-dev:amd64 (3.1-3) ...
- Selecting previously unselected package libmount-dev:amd64.
- Preparing to unpack .../44-libmount-dev_2.37.2-1_amd64.deb ...
- Unpacking libmount-dev:amd64 (2.37.2-1) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../45-libpcre16-3_2%3a8.39-13_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-13) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../46-libpcre32-3_2%3a8.39-13_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-13) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../47-libpcrecpp0v5_2%3a8.39-13_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-13) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../48-libpcre3-dev_2%3a8.39-13_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-13) ...
- Selecting previously unselected package libglib2.0-dev:amd64.
- Preparing to unpack .../49-libglib2.0-dev_2.68.4-1_amd64.deb ...
- Unpacking libglib2.0-dev:amd64 (2.68.4-1) ...
- Selecting previously unselected package libcairo2-dev:amd64.
- Preparing to unpack .../50-libcairo2-dev_1.16.0-5_amd64.deb ...
- Unpacking libcairo2-dev:amd64 (1.16.0-5) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../51-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../52-libpng-tools_1.6.37-3_amd64.deb ...
- Unpacking libpng-tools (1.6.37-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../53-libxml2_2.9.12+dfsg-3_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.12+dfsg-3) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../54-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../55-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up media-types (4.0.0) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-13) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1) ...
- Setting up libpixman-1-dev:amd64 (0.40.0-1) ...
- Setting up libpcre16-3:amd64 (2:8.39-13) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libpng-tools (1.6.37-3) ...
- Setting up libxcb-render0:amd64 (1.14-3) ...
- Setting up libglib2.0-0:amd64 (2.68.4-1) ...
- No schema files found: doing nothing.
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsepol1-dev:amd64 (3.1-1) ...
- Setting up liblzo2-2:amd64 (2.10-2) ...
- Setting up libxcb-shm0:amd64 (1.14-3) ...
- Setting up libffi-dev:amd64 (3.3-6) ...
- Setting up libcairo2:amd64 (1.16.0-5) ...
- Setting up libpcre2-16-0:amd64 (10.36-2) ...
- Setting up libxcb-shm0-dev:amd64 (1.14-3) ...
- Setting up libpcre2-32-0:amd64 (10.36-2) ...
- Setting up libglib2.0-data (2.68.4-1) ...
- Setting up libexpat1-dev:amd64 (2.2.10-2) ...
- Setting up uuid-dev:amd64 (2.37.2-1) ...
- Setting up libpcre32-3:amd64 (2:8.39-13) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libxcb-render0-dev:amd64 (1.14-3) ...
- Setting up libpcre2-posix2:amd64 (10.36-2) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
- Setting up x11proto-xext-dev (2020.1-1) ...
- Setting up libmpdec3:amd64 (2.5.1-2) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-5) ...
- Setting up libelf1:amd64 (0.185-2) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1) ...
- Setting up libxml2:amd64 (2.9.12+dfsg-3) ...
- Setting up libbrotli-dev:amd64 (1.0.9-2+b2) ...
- Setting up libpython3.9-stdlib:amd64 (3.9.7-1) ...
- Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
- Setting up libcairo-script-interpreter2:amd64 (1.16.0-5) ...
- Setting up libblkid-dev:amd64 (2.37.2-1) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libpcre2-dev:amd64 (10.36-2) ...
- Setting up libice-dev:amd64 (2:1.0.10-1) ...
- Setting up libselinux1-dev:amd64 (3.1-3) ...
- Setting up libpcre3-dev:amd64 (2:8.39-13) ...
- Setting up libpng-dev:amd64 (1.6.37-3) ...
- Setting up libglib2.0-bin (2.68.4-1) ...
- Setting up libfreetype-dev:amd64 (2.10.4+dfsg-1) ...
- Setting up shared-mime-info (2.0-1) ...
- Setting up libxext-dev:amd64 (2:1.3.3-1.1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libmount-dev:amd64 (2.37.2-1) ...
- Setting up python3.9 (3.9.7-1) ...
- Setting up libsm-dev:amd64 (2:1.2.3-1) ...
- Setting up python3 (3.9.2-3) ...
- running python rtupdate hooks for python3.9...
- running python post-rtupdate hooks for python3.9...
- Setting up libfreetype6-dev:amd64 (2.10.4+dfsg-1) ...
- Setting up python3-lib2to3 (3.9.7-1) ...
- Setting up python3-distutils (3.9.7-1) ...
- Setting up libglib2.0-dev-bin (2.68.4-1) ...
- Setting up libfontconfig-dev:amd64 (2.13.1-4.2) ...
- Setting up libglib2.0-dev:amd64 (2.68.4-1) ...
- Setting up libcairo2-dev:amd64 (1.16.0-5) ...
- Setting up libfontconfig1-dev:amd64 (2.13.1-4.2) ...
- Processing triggers for libc-bin (2.31-13) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/84:
Processing  2/84:
Processing  3/84:
-> retrieved biniou.1.2.1  (cached)
Processing  4/84:
Processing  5/84:
Processing  6/84:
Processing  7/84: [conf-pkg-config: pkg-config]
-> retrieved cairo2.0.5  (cached)
Processing  8/84: [conf-pkg-config: pkg-config]
-> retrieved cmdliner.1.0.4  (cached)
Processing  9/84: [conf-pkg-config: pkg-config]
Processing 10/84: [cmdliner: make all] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.7  (cached)
Processing 11/84: [cmdliner: make all] [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing 11/84: [cmdliner: make all]
Processing 12/84: [cmdliner: make all] [conf-pkg-config: mkdir]
-> retrieved cppo_ocamlbuild.1.6.7  (cached)
Processing 13/84: [cmdliner: make all] [conf-pkg-config: mkdir]
-> retrieved DrawGrammar.0.1.0  (cached)
Processing 14/84: [cmdliner: make all] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" "PREFIX=/home/opam/.opam/4.03.0" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cmdliner.1.0.4)
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.0.4
Processing 14/84: [conf-pkg-config: mkdir]
-> retrieved dune.2.5.1  (cached)
Processing 15/84: [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.03.0/lib/pkgconfig" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 15/84:
Processing 16/84: [conf-cairo: pkg-config cairo]
Processing 17/84: [conf-cairo: pkg-config cairo] [cmdliner: make install]
-> retrieved easy-format.1.3.2  (cached)
Processing 18/84: [conf-cairo: pkg-config cairo] [cmdliner: make install]
-> retrieved General.0.2.0  (cached)
Processing 19/84: [conf-cairo: pkg-config cairo] [cmdliner: make install]
-> retrieved JsOfOCairo.1.1.1  (cached)
Processing 20/84: [conf-cairo: pkg-config cairo] [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "cairo" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/conf-cairo.1)
-> compiled  conf-cairo.1
Processing 20/84: [cmdliner: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "LIBDIR=/home/opam/.opam/4.03.0/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.03.0/doc/cmdliner" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/4.03.0/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.03.0/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.03.0/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.03.0/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.03.0/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.03.0/lib/cmdliner
- install -d /home/opam/.opam/4.03.0/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.03.0/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.03.0/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.03.0/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.03.0/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.03.0/lib/cmdliner
Processing 20/84: [cmdliner: make install-doc]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 21/84: [cmdliner: make install-doc]
Processing 22/84: [jbuilder: ocaml configure.ml] [cmdliner: make install-doc]
-> retrieved js_of_ocaml.3.3.0  (cached)
Processing 23/84: [jbuilder: ocaml configure.ml] [cmdliner: make install-doc]
-> retrieved js_of_ocaml-compiler.3.3.0  (cached)
Processing 24/84: [jbuilder: ocaml configure.ml] [cmdliner: make install-doc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-doc" "LIBDIR=/home/opam/.opam/4.03.0/lib/cmdliner" "DOCDIR=/home/opam/.opam/4.03.0/doc/cmdliner" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cmdliner.1.0.4)
- install -d /home/opam/.opam/4.03.0/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.03.0/doc/cmdliner
- install -d /home/opam/.opam/4.03.0/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.03.0/doc/cmdliner
-> installed cmdliner.1.0.4
Processing 24/84: [jbuilder: ocaml configure.ml]
-> installed conf-cairo.1
Processing 25/84: [jbuilder: ocaml configure.ml]
-> retrieved js_of_ocaml-ppx.3.3.0  (cached)
Processing 26/84: [jbuilder: ocaml configure.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "configure.ml" "--libdir" "/home/opam/.opam/4.03.0/lib" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/jbuilder.1.0+beta20.2)
Processing 26/84: [jbuilder: ocaml bootstrap.ml]
-> retrieved menhir.20210419  (cached)
Processing 27/84: [jbuilder: ocaml bootstrap.ml]
-> retrieved menhirLib.20210419  (cached)
Processing 28/84: [jbuilder: ocaml bootstrap.ml]
-> retrieved menhirSdk.20210419  (cached)
Processing 29/84: [jbuilder: ocaml bootstrap.ml]
-> retrieved ocamlbuild.0.14.0  (cached)
Processing 30/84: [jbuilder: ocaml bootstrap.ml]
Processing 31/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 32/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
-> retrieved ocamlfind.1.9.1  (cached)
Processing 33/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make]
Processing 34/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
-> retrieved ocamlfind-secondary.1.9.1  (cached)
Processing 35/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make configure.make] [ocamlfind: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/4.03.0" "OCAMLBUILD_BINDIR=/home/opam/.opam/4.03.0/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/4.03.0/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/4.03.0/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.03.0"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.03.0/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.03.0/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.03.0/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.03.0"; \
- echo "BINDIR=/home/opam/.opam/4.03.0/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.03.0/lib"; \
- echo "MANDIR=/home/opam/.opam/4.03.0/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.03.0/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.03.0/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.03.0/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.03.0/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.0"'; \
- ) > src/ocamlbuild_config.ml
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.03.0"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.03.0/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.03.0/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.03.0/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.03.0"; \
- echo "BINDIR=/home/opam/.opam/4.03.0/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.03.0/lib"; \
- echo "MANDIR=/home/opam/.opam/4.03.0/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.03.0/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.03.0/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.03.0/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.03.0/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.0"'; \
- ) > src/ocamlbuild_config.ml
Processing 35/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 36/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppx_tools_versioned.5.4.0  (cached)
Processing 37/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved result.1.5  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved yojson.1.7.0  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.03.0/bin" "-sitelib" "/home/opam/.opam/4.03.0/lib" "-mandir" "/home/opam/.opam/4.03.0/man" "-config" "/home/opam/.opam/4.03.0/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/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 graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/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:      /home/opam/.opam/4.03.0/lib/ocaml
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.03.0/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.03.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     topfind script:        /home/opam/.opam/4.03.0/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.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/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 graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/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:      /home/opam/.opam/4.03.0/lib/ocaml
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.03.0/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.03.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     topfind script:        /home/opam/.opam/4.03.0/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 37/84: [jbuilder: ocaml bootstrap.ml] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/jbuilder.1.0+beta20.2)
- '/home/opam/.opam/4.03.0/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
- '/home/opam/.opam/4.03.0/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.03.0/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
Processing 37/84: [jbuilder: ./boot.exe 31] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/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@' '/home/opam/.opam/4.03.0/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.03.0/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;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 -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -c findlib.mli
- ocamlc -I +compiler-libs -opaque -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -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 -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -c topfind.mli
- ocamlc -I +compiler-libs -opaque -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.03.0/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque -c num_top.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs -opaque -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.03.0/lib' >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
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/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@' '/home/opam/.opam/4.03.0/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.03.0/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;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 -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -c findlib.mli
- ocamlc -I +compiler-libs -opaque -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -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 -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -c topfind.mli
- ocamlc -I +compiler-libs -opaque -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.03.0/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque -c num_top_printers.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top_printers.ml
- ocamlc -I +compiler-libs -opaque -c num_top.mli
- ocamlc -I +compiler-libs -opaque -g -c num_top.ml
- ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- ocamlc -I +compiler-libs -opaque -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.03.0/lib' >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
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
Processing 37/84: [jbuilder: ./boot.exe 31] [ocamlbuild: make check-if-preinstalled] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0)
- if test -d /home/opam/.opam/4.03.0/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.03.0/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 +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w L -w R -w Z -I src -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 +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w L -w R -w Z -I src -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 +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w L -w R -w Z -I src -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 +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/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
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- if test -d /home/opam/.opam/4.03.0/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.03.0/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 +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w L -w R -w Z -I src -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 +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w L -w R -w Z -I src -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 +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w L -w R -w Z -I src -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 +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.mli
- ocamlc.opt -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo src/ocamlbuild.cmo
- ocamlc.opt -a -o src/ocamlbuildlib.cma src/ocamlbuild_pack.cmo src/ocamlbuild_plugin.cmo src/ocamlbuild_executor.cmo src/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w L -w R -w Z -I src -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild.cmx
- ocamlopt.opt -a -o src/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/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
- make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- echo 'lib: [' >> ocamlbuild.install
- make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cma src/ocamlbuild.cmo src/ocamlbuild_pack.cmi src/ocamlbuild_plugin.cmi src/ocamlbuild_executor.cmi src/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- for lib in src/ocamlbuildlib.cmxa src/ocamlbuildlib.a src/ocamlbuild.cmx src/ocamlbuild.o src/ocamlbuild_pack.cmx src/ocamlbuild_plugin.cmx src/ocamlbuild_executor.cmx src/ocamlbuild_unix_plugin.cmx src/ocamlbuild_plugin.o src/ocamlbuild_executor.o src/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- 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.03.0/.opam-switch/build/ocamlbuild.0.14.0'
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlbuild.0.14.0'
-> compiled  ocamlbuild.0.14.0
Processing 37/84: [jbuilder: ./boot.exe 31] [ocamlfind: make opt]
-> installed ocamlbuild.0.14.0
Processing 38/84: [jbuilder: ./boot.exe 31] [ocamlfind: make opt]
Processing 39/84: [jbuilder: ./boot.exe 31] [ocamlfind: make opt] [uchar: ocaml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/git.ml" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/uchar.0.0.2)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "pkg/build.ml" "native=true" "native-dynlink=true" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/uchar.0.0.2)
-> compiled  uchar.0.0.2
Processing 39/84: [jbuilder: ./boot.exe 31] [ocamlfind: make opt]
-> installed uchar.0.0.2
Processing 40/84: [jbuilder: ./boot.exe 31] [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -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 -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -c topfind.ml
- File "_none_", line 1:
- Warning 58: 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 was found in path for module Toploop, and its interface was not compiled with -opaque
- 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 -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
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -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 -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -c topfind.ml
- File "_none_", line 1:
- Warning 58: 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 was found in path for module Toploop, and its interface was not compiled with -opaque
- 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 -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
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
-> compiled  ocamlfind.1.9.1
Processing 40/84: [jbuilder: ./boot.exe 31]
Processing 41/84: [jbuilder: ./boot.exe 31] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.03.0/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.03.0/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
- mkdir -p "/home/opam/.opam/4.03.0/bin"
- mkdir -p "/home/opam/.opam/4.03.0/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.03.0/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.03.0/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.03.0/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.03.0/lib/findlib"
- mkdir -p "/home/opam/.opam/4.03.0/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.03.0/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli 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` && \
- cp $files "/home/opam/.opam/4.03.0/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.03.0/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.03.0/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.03.0/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.03.0/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.03.0/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.03.0/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.03.0/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.03.0/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.03.0/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.03.0/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.03.0/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.03.0/man/man1" "/home/opam/.opam/4.03.0/man/man3" "/home/opam/.opam/4.03.0/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.03.0/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.03.0/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.03.0/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.03.0/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
- mkdir -p "/home/opam/.opam/4.03.0/bin"
- mkdir -p "/home/opam/.opam/4.03.0/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.03.0/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.03.0/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.03.0/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.03.0/lib/findlib"
- mkdir -p "/home/opam/.opam/4.03.0/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.03.0/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli 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` && \
- cp $files "/home/opam/.opam/4.03.0/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.03.0/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.03.0/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.03.0/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.03.0/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.03.0/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.03.0/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.03.0/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.03.0/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.03.0/lib/num-top"
- cp num_top.cma num_top.cmi num_top_printers.cmi \
- 	"/home/opam/.opam/4.03.0/lib/num-top"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.03.0/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.03.0/man/man1" "/home/opam/.opam/4.03.0/man/man3" "/home/opam/.opam/4.03.0/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.03.0/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.03.0/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind.1.9.1'
-> installed ocamlfind.1.9.1
Processing 41/84: [jbuilder: ./boot.exe 31]
Processing 42/84: [cairo2: ocaml setup.ml] [jbuilder: ./boot.exe 31]
[ocamlfind-secondary: subst] expanding opam variables in META.in, generating META
[ocamlfind-secondary: subst] expanding opam variables in ocaml-secondary-compiler.conf.in, generating ocaml-secondary-compiler.conf
Processing 43/84: [cairo2: ocaml setup.ml] [jbuilder: ./boot.exe 31] [ocamlfind-secondary: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./boot.exe" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/jbuilder.1.0+beta20.2)
-> compiled  jbuilder.1.0+beta20.2
Processing 43/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: ./configure]
-> installed jbuilder.1.0+beta20.2
Processing 44/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-sitelib" "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib" "-no-camlp4" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind-secondary.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/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 graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/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:      /home/opam/.opam/4.03.0/lib/ocaml
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.03.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     topfind script:        /home/opam/.opam/4.03.0/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: found
- num: found
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: not present (normal since 4.12)
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/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 graphics written to site-lib-src/graphics/META
- Configuration for num written to site-lib-src/num/META
- Configuration for num-top written to site-lib-src/num-top/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:      /home/opam/.opam/4.03.0/lib/ocaml
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.03.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.03.0/bin
-     Manual pages:          /home/opam/.opam/4.03.0/man
-     topfind script:        /home/opam/.opam/4.03.0/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       yes
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
-> compiled  ocamlfind-secondary.1.9.1
Processing 44/84: [cairo2: ocaml setup.ml]
Processing 45/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: make install-meta]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-meta" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind-secondary.1.9.1)
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
- for x in dynlink stdlib unix bigarray compiler-libs graphics num num-top ocamldoc threads str; do mkdir -p "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/findlib/Makefile.packages"
Processing 45/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.03.0/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 45/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: cp ocaml-secondary-compiler.conf]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "ocaml-secondary-compiler.conf" "/home/opam/.opam/4.03.0/lib/findlib.conf.d/" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 45/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind-secondary.1.9.1)
Processing 45/84: [cairo2: ocaml setup.ml] [ocamlfind-secondary: cp META]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "/home/opam/.opam/4.03.0/share/ocaml-secondary-compiler/lib/ocaml" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocamlfind-secondary.1.9.1)
-> installed ocamlfind-secondary.1.9.1
Processing 45/84: [cairo2: ocaml setup.ml]
Processing 46/84: [cairo2: ocaml setup.ml] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.03.0" "--disable-lablgtk2" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cairo2.0.5)
- File "./setup.ml", line 316, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 316, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 328, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 366, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 472, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1823, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1829, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.03.0/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.03.0/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.03.0/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.03.0/bin/ocamlbuild
- Package name: ........................................ cairo2
- Package version: ..................................... 0.5
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.03.0
- standard_library_default: ............................ /home/opam/.opam/4.03.0/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.03.0/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.03.0/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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: .......... /home/opam/.opam/4.03.0
- 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.1
- 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: ......................... 
- cairo_cflags: ........................................ -I/usr/include/cairo	-I/usr/include/glib-2.0	-I/usr/lib/x86_64-linux-gnu/glib-2.0/include	-I/usr/include/pixman-1	-I/usr/include/uuid	-I/usr/include/freetype2	-I/usr/include/libpng16
- cairo_clibs: ......................................... -lcairo
- Whether to connect Cairo and lablgtk2.: .............. false
- Whether to compile the examples: ..................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bigarray: ........................................ /home/opam/.opam/4.03.0/lib/ocaml
- ocamldoc: ............................................ /home/opam/.opam/4.03.0/bin/ocamldoc
- gtk_cflags: .......................................... <lablgtk2 disabled>
- 
- File "./setup.ml", line 316, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 316, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 328, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 366, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 472, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1823, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1829, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.03.0/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.03.0/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.03.0/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.03.0/bin/ocamlbuild
- Package name: ........................................ cairo2
- Package version: ..................................... 0.5
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.03.0
- standard_library_default: ............................ /home/opam/.opam/4.03.0/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.03.0/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.03.0/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -std=gnu99 -O2 -fno-strict-aliasing -fwrapv -fcommon -Wall -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: .......... /home/opam/.opam/4.03.0
- 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.1
- 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: ......................... 
- cairo_cflags: ........................................ -I/usr/include/cairo	-I/usr/include/glib-2.0	-I/usr/lib/x86_64-linux-gnu/glib-2.0/include	-I/usr/include/pixman-1	-I/usr/include/uuid	-I/usr/include/freetype2	-I/usr/include/libpng16
- cairo_clibs: ......................................... -lcairo
- Whether to connect Cairo and lablgtk2.: .............. false
- Whether to compile the examples: ..................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_bigarray: ........................................ /home/opam/.opam/4.03.0/lib/ocaml
- ocamldoc: ............................................ /home/opam/.opam/4.03.0/bin/ocamldoc
- gtk_cflags: .......................................... <lablgtk2 disabled>
- 
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "setup.ml" "-build" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cairo2.0.5)
- File "./setup.ml", line 316, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 316, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 328, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 366, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 472, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1823, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1829, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- /home/opam/.opam/4.03.0/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.03.0/lib/ocamlbuild /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 25, characters 18-30:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 28, characters 25-37:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 96, characters 35-47:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 99, characters 23-35:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -g -ccopt -I/usr/include/cairo -ccopt -I/usr/include/glib-2.0 -ccopt -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -ccopt -I/usr/include/pixman-1 -ccopt -I/usr/include/uuid -ccopt -I/usr/include/freetype2 -ccopt -I/usr/include/libpng16 -c src/cairo_stubs.c
- mv cairo_stubs.o src/cairo_stubs.o
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlmklib -o src/cairo2_stubs -g -lcairo src/cairo_stubs.o
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamldep -package bigarray -modules src/cairo.mli > src/cairo.mli.depends
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmi src/cairo.mli
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamldep -package bigarray -modules src/cairo.ml > src/cairo.ml.depends
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmo src/cairo.ml
- + /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmo src/cairo.ml
- File "src/cairo.ml", line 505, characters 0-78:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 689, characters 2-109:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 789, characters 2-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 878, characters 2-166:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 936, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 949, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 954, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 968, characters 0-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 970, characters 0-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -a -dllib -lcairo2_stubs -cclib -lcairo2_stubs -cclib -lcairo -I src src/cairo.cmo -o src/cairo2.cma
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmx src/cairo.ml
- + /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmx src/cairo.ml
- File "src/cairo.ml", line 505, characters 0-78:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 689, characters 2-109:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 789, characters 2-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 878, characters 2-166:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 936, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 949, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 954, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 968, characters 0-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 970, characters 0-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -a -cclib -lcairo2_stubs -cclib -lcairo -I src src/cairo.cmx -o src/cairo2.cmxa
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -shared -I src -cclib -Lsrc/ -ccopt -I/usr/include/cairo -ccopt -I/usr/include/glib-2.0 -ccopt -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -ccopt -I/usr/include/pixman-1 -ccopt -I/usr/include/uuid -ccopt -I/usr/include/freetype2 -ccopt -I/usr/include/libpng16 -cclib -lcairo -I src src/cairo2.cmxa src/cairo.cmx -o src/cairo2.cmxs
- + /home/opam/.opam/4.03.0/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.03.0/lib/ocamlbuild /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "./setup.ml", line 316, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 316, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 328, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 366, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 472, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1823, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1829, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- /home/opam/.opam/4.03.0/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.03.0/lib/ocamlbuild /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 25, characters 18-30:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 28, characters 25-37:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 96, characters 35-47:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 99, characters 23-35:
- Warning: the tag "pkg_lablgtk2" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -g -ccopt -I/usr/include/cairo -ccopt -I/usr/include/glib-2.0 -ccopt -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -ccopt -I/usr/include/pixman-1 -ccopt -I/usr/include/uuid -ccopt -I/usr/include/freetype2 -ccopt -I/usr/include/libpng16 -c src/cairo_stubs.c
- mv cairo_stubs.o src/cairo_stubs.o
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlmklib -o src/cairo2_stubs -g -lcairo src/cairo_stubs.o
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamldep -package bigarray -modules src/cairo.mli > src/cairo.mli.depends
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmi src/cairo.mli
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamldep -package bigarray -modules src/cairo.ml > src/cairo.ml.depends
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmo src/cairo.ml
- + /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmo src/cairo.ml
- File "src/cairo.ml", line 505, characters 0-78:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 689, characters 2-109:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 789, characters 2-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 878, characters 2-166:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 936, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 949, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 954, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 968, characters 0-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 970, characters 0-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlc -a -dllib -lcairo2_stubs -cclib -lcairo2_stubs -cclib -lcairo -I src src/cairo.cmo -o src/cairo2.cma
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmx src/cairo.ml
- + /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -safe-string -I src -package bigarray -I src -o src/cairo.cmx src/cairo.ml
- File "src/cairo.ml", line 505, characters 0-78:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 689, characters 2-109:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 789, characters 2-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 878, characters 2-166:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 936, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 949, characters 2-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 954, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 968, characters 0-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "src/cairo.ml", line 970, characters 0-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -a -cclib -lcairo2_stubs -cclib -lcairo -I src src/cairo.cmx -o src/cairo2.cmxa
- /home/opam/.opam/4.03.0/bin/ocamlfind ocamlopt -shared -I src -cclib -Lsrc/ -ccopt -I/usr/include/cairo -ccopt -I/usr/include/glib-2.0 -ccopt -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -ccopt -I/usr/include/pixman-1 -ccopt -I/usr/include/uuid -ccopt -I/usr/include/freetype2 -ccopt -I/usr/include/libpng16 -cclib -lcairo -I src src/cairo2.cmxa src/cairo.cmx -o src/cairo2.cmxs
- + /home/opam/.opam/4.03.0/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.03.0/lib/ocamlbuild /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 518, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 531, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  cairo2.0.5
Processing 46/84: [dune: ocaml bootstrap.ml]
Processing 47/84: [dune: ocaml bootstrap.ml] [cairo2: ocaml setup.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "ocaml" "setup.ml" "-install" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cairo2.0.5)
- File "./setup.ml", line 316, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 316, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 328, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 366, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 472, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1823, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1829, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.mli
- Installed /home/opam/.opam/4.03.0/lib/cairo2/libcairo2_stubs.a
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.cma
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.cmxa
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.a
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.cmxs
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmi
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmti
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmt
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.annot
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmx
- Installed /home/opam/.opam/4.03.0/lib/stublibs/dllcairo2_stubs.so
- Installed /home/opam/.opam/4.03.0/lib/stublibs/dllcairo2_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.03.0/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.03.0/lib/cairo2/META
- File "./setup.ml", line 316, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 316, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 325, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 328, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 366, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 472, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1823, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1829, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5847, characters 11-28:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5848, characters 11-30:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.mli
- Installed /home/opam/.opam/4.03.0/lib/cairo2/libcairo2_stubs.a
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.cma
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.cmxa
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.a
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo2.cmxs
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmi
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmti
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmt
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.annot
- Installed /home/opam/.opam/4.03.0/lib/cairo2/cairo.cmx
- Installed /home/opam/.opam/4.03.0/lib/stublibs/dllcairo2_stubs.so
- Installed /home/opam/.opam/4.03.0/lib/stublibs/dllcairo2_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.03.0/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.03.0/lib/cairo2/META
-> installed cairo2.0.5
Processing 47/84: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/dune.2.5.1)
- ocamlfind -toolchain secondary ocamlc 2>.duneboot.ocamlfind-output
- 
- ocamlfind -toolchain secondary ocamlc -custom -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe --secondary -j 31
- 

Processing 47/84: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "-p" "dune" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/dune.2.5.1)
-> compiled  dune.2.5.1
-> installed dune.2.5.1
Processing 49/84: [cppo: dune build]
Processing 50/84: [cppo: dune build] [cppo_ocamlbuild: dune build]
Processing 51/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build]
Processing 52/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] [menhirLib: dune build]
Processing 53/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 54/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build]
Processing 55/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [easy-format: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "easy-format" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/easy-format.1.3.2)
-> compiled  easy-format.1.3.2
Processing 55/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
-> installed easy-format.1.3.2
Processing 56/84: [cppo: dune build] [cppo_ocamlbuild: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 57/84: [biniou: dune build] [cppo: dune build] [cppo_ocamlbuild: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo_ocamlbuild" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cppo_ocamlbuild.1.6.7)
-> compiled  cppo_ocamlbuild.1.6.7
Processing 57/84: [biniou: dune build] [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
-> installed cppo_ocamlbuild.1.6.7
Processing 58/84: [biniou: dune build] [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 59/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [menhirSdk: dune build] [ppx_derivers: dune build] [result: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 59/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [menhirSdk: dune build] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 60/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [menhirSdk: dune build] [result: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "result" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/result.1.5)
-> compiled  result.1.5
Processing 60/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [menhirSdk: dune build]
-> installed result.1.5
Processing 61/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [menhirSdk: dune build]
Processing 62/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirSdk" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/menhirSdk.20210419)
-> compiled  menhirSdk.20210419
Processing 62/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build]
-> installed menhirSdk.20210419
Processing 63/84: [biniou: dune build] [cppo: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/cppo.1.6.7)
-> compiled  cppo.1.6.7
Processing 63/84: [biniou: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build]
-> installed cppo.1.6.7
Processing 64/84: [biniou: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhirLib: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhirLib" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/menhirLib.20210419)
-         pack lib/pack/menhirLib.{ml,mli}
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-         pack lib/pack/menhirLib.{ml,mli}
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20210419
Processing 64/84: [biniou: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [ocaml-migrate-parsetree: dune build]
-> installed menhirLib.20210419
Processing 65/84: [biniou: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [ocaml-migrate-parsetree: dune build]
Processing 66/84: [biniou: dune build] [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "biniou" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/biniou.1.2.1)
-> compiled  biniou.1.2.1
Processing 66/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> installed biniou.1.2.1
Processing 67/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
Processing 68/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ocaml-migrate-parsetree: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/yojson.1.7.0)
-       ocamlc lib/.yojson.objs/byte/yojson.{cmo,cmt}
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "pretty.ml", line 5, characters 12-166:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_after_opening space_before_closing align_closing.
- They will not be selected if the type becomes unknown.
- File "pretty.ml", line 9, characters 14-87:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_before_closing.
- They will not be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
-     ocamlopt lib/.yojson.objs/native/yojson.{cmx,o}
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "pretty.ml", line 5, characters 12-166:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_after_opening space_before_closing align_closing.
- They will not be selected if the type becomes unknown.
- File "pretty.ml", line 9, characters 14-87:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_before_closing.
- They will not be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
-       ocamlc lib/.yojson.objs/byte/yojson.{cmo,cmt}
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "pretty.ml", line 5, characters 12-166:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_after_opening space_before_closing align_closing.
- They will not be selected if the type becomes unknown.
- File "pretty.ml", line 9, characters 14-87:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_before_closing.
- They will not be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
-     ocamlopt lib/.yojson.objs/native/yojson.{cmx,o}
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "pretty.ml", line 5, characters 12-166:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_after_opening space_before_closing align_closing.
- They will not be selected if the type becomes unknown.
- File "pretty.ml", line 9, characters 14-87:
- Warning 40: this record of type Easy_format.list_param contains fields that are 
- not visible in the current scope: space_before_closing.
- They will not be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 17, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 32-35:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 92, characters 39-44:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 94, characters 15-18:
- Warning 40: o_s was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 95, characters 17-22:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
- File "write.ml", line 97, characters 7-12:
- Warning 40: o_len was selected from type Bi_outbuf.t.
- It is not visible in the current scope, and will not 
- be selected if the type becomes unknown.
-> compiled  yojson.1.7.0
Processing 68/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
-> installed yojson.1.7.0
Processing 69/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
Processing 70/84: [General: ocamlbuild package(cppo_ocamlbuild)] [js_of_ocaml-compiler: dune build] [menhir: dune build] [ocaml-migrate-parsetree: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-migrate-parsetree" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ocaml-migrate-parsetree.1.8.0)
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 70/84: [General: ocamlbuild package(cppo_ocamlbuild)] [js_of_ocaml-compiler: dune build] [menhir: dune build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 71/84: [General: ocamlbuild package(cppo_ocamlbuild)] [js_of_ocaml-compiler: dune build] [menhir: dune build]
Processing 72/84: [General: ocamlbuild package(cppo_ocamlbuild)] [js_of_ocaml-compiler: dune build] [menhir: dune build] [ppx_tools_versioned: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml-compiler" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/js_of_ocaml-compiler.3.3.0)
-> compiled  js_of_ocaml-compiler.3.3.0
Processing 72/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ppx_tools_versioned: dune build]
-> installed js_of_ocaml-compiler.3.3.0
Processing 73/84: [General: ocamlbuild package(cppo_ocamlbuild)] [menhir: dune build] [ppx_tools_versioned: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "menhir" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/menhir.20210419)
-       menhir src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parser.{ml,mli}
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- 102 out of 298 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 48 out of 96 symbols keep track of their end position.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
-       menhir src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-       menhir src/stage2/parser.{ml,mli}
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- 102 out of 298 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 48 out of 96 symbols keep track of their end position.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
-> compiled  menhir.20210419
Processing 73/84: [General: ocamlbuild package(cppo_ocamlbuild)] [ppx_tools_versioned: dune build]
-> installed menhir.20210419
Processing 74/84: [General: ocamlbuild package(cppo_ocamlbuild)] [ppx_tools_versioned: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_tools_versioned" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/ppx_tools_versioned.5.4.0)
-> compiled  ppx_tools_versioned.5.4.0
Processing 74/84: [General: ocamlbuild package(cppo_ocamlbuild)]
-> installed ppx_tools_versioned.5.4.0
Processing 75/84: [General: ocamlbuild package(cppo_ocamlbuild)]
Processing 76/84: [General: ocamlbuild package(cppo_ocamlbuild)] [js_of_ocaml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocamlbuild" "-use-ocamlfind" "-plugin-tag" "package(cppo_ocamlbuild)" "General.cma" "General.cmxa" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/General.0.2.0)
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -package num -modules src/General.mli > src/General.mli.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Able.ml > src/Concepts/Able.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Identifiable.ml > src/Concepts/Identifiable.ml.depends
- ocamlfind ocamldep -package num -modules src/Pervasives_.ml > src/Pervasives_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Bool.ml > src/Foundations/Bool.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Compare.ml > src/Foundations/Compare.ml.depends
- ocamlfind ocamldep -package num -modules src/Foundations/Reset.ml > src/Foundations/Reset.ml.depends
- cppo -V OCAML:4.03.0 -o src/Foundations/ResetPervasives.ml src/Foundations/ResetPervasives.cppo.ml
- ocamlfind ocamldep -package num -modules src/Foundations/ResetPervasives.ml > src/Foundations/ResetPervasives.ml.depends
- cppo -V OCAML:4.03.0 -o src/Foundations/ResetStandardLibrary.ml src/Foundations/ResetStandardLibrary.cppo.ml
- ocamlfind ocamldep -package num -modules src/Foundations/ResetStandardLibrary.ml > src/Foundations/ResetStandardLibrary.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetPervasives.cmo src/Foundations/ResetPervasives.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetStandardLibrary.cmo src/Foundations/ResetStandardLibrary.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reset.cmo src/Foundations/Reset.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Equate.ml > src/Foundations/Equate.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Exception.ml > src/Foundations/Exception.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Equate.cmo src/Foundations/Equate.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Format_.ml > src/Foundations/Format_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Lazy_.ml > src/Foundations/Lazy_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Format_.cmo src/Foundations/Format_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Lazy_.cmo src/Foundations/Lazy_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Compare.cmo src/Foundations/Compare.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exception.cmo src/Foundations/Exception.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/CallStack.ml > src/Foundations/CallStack.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Int.ml > src/Foundations/Int.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Functions.ml > src/Foundations/Functions.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Functions.cmo src/Foundations/Functions.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/List_.ml > src/Foundations/List_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Bool.cmo src/Foundations/Bool.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Int.cmo src/Foundations/Int.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Option.ml > src/Foundations/Option.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Shorten.ml > src/Foundations/Shorten.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Option.cmo src/Foundations/Option.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Shorten.cmo src/Foundations/Shorten.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/List_.cmo src/Foundations/List_.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Exit.ml > src/Foundations/Exit.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Float.ml > src/Foundations/Float.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/IntRange.ml > src/Foundations/IntRange.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/PervasivesWhitelist.ml > src/Foundations/PervasivesWhitelist.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Float.cmo src/Foundations/Float.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Reference.ml > src/Foundations/Reference.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/String_.ml > src/Foundations/String_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Unit.ml > src/Foundations/Unit.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reference.cmo src/Foundations/Reference.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/String_.cmo src/Foundations/String_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Unit.cmo src/Foundations/Unit.ml
- cppo -V OCAML:4.03.0 -o src/Foundations/Stream_.ml src/Foundations/Stream_.cppo.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Stream_.ml > src/Foundations/Stream_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Tuples.ml > src/Foundations/Tuples.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/CallStack.cmo src/Foundations/CallStack.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exit.cmo src/Foundations/Exit.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/IntRange.cmo src/Foundations/IntRange.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/PervasivesWhitelist.cmo src/Foundations/PervasivesWhitelist.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Stream_.cmo src/Foundations/Stream_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Tuples.cmo src/Foundations/Tuples.ml
- ocamlfind ocamlc -pack src/Foundations/ResetPervasives.cmo src/Foundations/ResetStandardLibrary.cmo src/Foundations/Reset.cmo src/Foundations/Compare.cmo src/Foundations/Equate.cmo src/Foundations/Format_.cmo src/Foundations/Lazy_.cmo src/Foundations/Exception.cmo src/Foundations/Bool.cmo src/Foundations/Functions.cmo src/Foundations/Int.cmo src/Foundations/Option.cmo src/Foundations/Shorten.cmo src/Foundations/List_.cmo src/Foundations/CallStack.cmo src/Foundations/Exit.cmo src/Foundations/Float.cmo src/Foundations/IntRange.cmo src/Foundations/Reference.cmo src/Foundations/String_.cmo src/Foundations/Unit.cmo src/Foundations/PervasivesWhitelist.cmo src/Foundations/Stream_.cmo src/Foundations/Tuples.cmo -o src/Foundations.cmo
- cppo -V OCAML:4.03.0 -o src/Testing.ml src/Testing.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Testing.ml > src/Testing.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src -o src/Pervasives_.cmo src/Pervasives_.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Comparable.ml > src/Traits/Comparable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Equatable.ml > src/Traits/Equatable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Representable.ml > src/Traits/Representable.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/Testing.cmo src/Testing.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Representable.cmo src/Traits/Representable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Equatable.cmo src/Traits/Equatable.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Displayable.ml > src/Traits/Displayable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/FilterMapable.ml > src/Traits/FilterMapable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Foldable.ml > src/Traits/Foldable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Parsable.ml > src/Traits/Parsable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/PredSucc.ml > src/Traits/PredSucc.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Ringoid.ml > src/Traits/Ringoid.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Scanable.ml > src/Traits/Scanable.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Comparable.cmo src/Traits/Comparable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Displayable.cmo src/Traits/Displayable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/FilterMapable.cmo src/Traits/FilterMapable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Foldable.cmo src/Traits/Foldable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Parsable.cmo src/Traits/Parsable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/PredSucc.cmo src/Traits/PredSucc.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Ringoid.cmo src/Traits/Ringoid.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Scanable.cmo src/Traits/Scanable.ml
- ocamlfind ocamlc -pack src/Traits/Representable.cmo src/Traits/Equatable.cmo src/Traits/Comparable.cmo src/Traits/Displayable.cmo src/Traits/FilterMapable.cmo src/Traits/Foldable.cmo src/Traits/Parsable.cmo src/Traits/PredSucc.cmo src/Traits/Ringoid.cmo src/Traits/Scanable.cmo -o src/Traits.cmo
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Identifiable.cmo src/Concepts/Identifiable.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Integer.ml > src/Concepts/Integer.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/RealNumber.ml > src/Concepts/RealNumber.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Number.ml > src/Concepts/Number.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Number.cmo src/Concepts/Number.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/RealNumber.cmo src/Concepts/RealNumber.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Able.cmo src/Concepts/Able.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Integer.cmo src/Concepts/Integer.ml
- ocamlfind ocamlc -pack src/Concepts/Identifiable.cmo src/Concepts/Able.cmo src/Concepts/Number.cmo src/Concepts/RealNumber.cmo src/Concepts/Integer.cmo -o src/Concepts.cmo
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src -o src/General.cmi src/General.mli
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/General.ml > src/General.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Array_.ml > src/Implementation/Array_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/BigInt.ml > src/Implementation/BigInt.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Compare.ml > src/Implementation/Compare.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Exception.ml > src/Implementation/Exception.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Float.ml > src/Implementation/Float.ml.depends
- cppo -V OCAML:4.03.0 -o src/Implementation/Int64_.ml src/Implementation/Int64_.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Int64_.ml > src/Implementation/Int64_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -w @A-8-33-44 -I src/Implementation -I src -o src/Implementation/Exception.cmo src/Implementation/Exception.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StandardInt.ml > src/Implementation/StandardInt.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Compare.cmo src/Implementation/Compare.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Format_.ml > src/Implementation/Format_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Format_.cmo src/Implementation/Format_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardInt.cmo src/Implementation/StandardInt.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Float.cmo src/Implementation/Float.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int64_.cmo src/Implementation/Int64_.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Bool.ml > src/Implementation/Bool.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Bytes_.ml > src/Implementation/Bytes_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/CallStack.ml > src/Implementation/CallStack.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/List_.ml > src/Implementation/List_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Int.ml > src/Implementation/Int.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int.cmo src/Implementation/Int.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/List_.cmo src/Implementation/List_.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Char_.ml > src/Implementation/Char_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Equate.ml > src/Implementation/Equate.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Exit.ml > src/Implementation/Exit.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Functions.ml > src/Implementation/Functions.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/InChannel.ml > src/Implementation/InChannel.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/InFile.ml > src/Implementation/InFile.ml.depends
- cppo -V OCAML:4.03.0 -o src/Implementation/Int32_.ml src/Implementation/Int32_.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Int32_.ml > src/Implementation/Int32_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/IntRange.ml > src/Implementation/IntRange.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Lazy_.ml > src/Implementation/Lazy_.ml.depends
- cppo -V OCAML:4.03.0 -o src/Implementation/NativeInt_.ml src/Implementation/NativeInt_.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/NativeInt_.ml > src/Implementation/NativeInt_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Option.ml > src/Implementation/Option.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/OutChannel.ml > src/Implementation/OutChannel.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/OutFile.ml > src/Implementation/OutFile.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Reference.ml > src/Implementation/Reference.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Shorten.ml > src/Implementation/Shorten.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StandardOutChannel.ml > src/Implementation/StandardOutChannel.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutChannel.cmo src/Implementation/OutChannel.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StdErr.ml > src/Implementation/StdErr.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardOutChannel.cmo src/Implementation/StandardOutChannel.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StdIn.ml > src/Implementation/StdIn.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StdOut.ml > src/Implementation/StdOut.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Stream_.ml > src/Implementation/Stream_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/String_.ml > src/Implementation/String_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/TestingTests.ml > src/Implementation/TestingTests.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/CallStack.cmo src/Implementation/CallStack.ml
- cppo -V OCAML:4.03.0 -o src/Implementation/Tuples.ml src/Implementation/Tuples.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Tuples.ml > src/Implementation/Tuples.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Unit.ml > src/Implementation/Unit.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Array_.cmo src/Implementation/Array_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/BigInt.cmo src/Implementation/BigInt.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bool.cmo src/Implementation/Bool.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bytes_.cmo src/Implementation/Bytes_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Char_.cmo src/Implementation/Char_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Equate.cmo src/Implementation/Equate.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Exit.cmo src/Implementation/Exit.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Functions.cmo src/Implementation/Functions.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InChannel.cmo src/Implementation/InChannel.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InFile.cmo src/Implementation/InFile.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int32_.cmo src/Implementation/Int32_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/IntRange.cmo src/Implementation/IntRange.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Lazy_.cmo src/Implementation/Lazy_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/NativeInt_.cmo src/Implementation/NativeInt_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Option.cmo src/Implementation/Option.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutFile.cmo src/Implementation/OutFile.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Reference.cmo src/Implementation/Reference.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Shorten.cmo src/Implementation/Shorten.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdErr.cmo src/Implementation/StdErr.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdIn.cmo src/Implementation/StdIn.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdOut.cmo src/Implementation/StdOut.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Stream_.cmo src/Implementation/Stream_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/String_.cmo src/Implementation/String_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/TestingTests.cmo src/Implementation/TestingTests.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Tuples.cmo src/Implementation/Tuples.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Unit.cmo src/Implementation/Unit.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Specializations/List_.ml > src/Specializations/List_.ml.depends
- ocamlfind ocamlc -pack src/Implementation/Array_.cmo src/Implementation/Compare.cmo src/Implementation/Exception.cmo src/Implementation/Float.cmo src/Implementation/Format_.cmo src/Implementation/StandardInt.cmo src/Implementation/Int64_.cmo src/Implementation/BigInt.cmo src/Implementation/Bool.cmo src/Implementation/Bytes_.cmo src/Implementation/Int.cmo src/Implementation/List_.cmo src/Implementation/CallStack.cmo src/Implementation/Char_.cmo src/Implementation/Equate.cmo src/Implementation/Exit.cmo src/Implementation/Functions.cmo src/Implementation/InChannel.cmo src/Implementation/InFile.cmo src/Implementation/Int32_.cmo src/Implementation/IntRange.cmo src/Implementation/Lazy_.cmo src/Implementation/NativeInt_.cmo src/Implementation/Option.cmo src/Implementation/OutChannel.cmo src/Implementation/OutFile.cmo src/Implementation/Reference.cmo src/Implementation/Shorten.cmo src/Implementation/StandardOutChannel.cmo src/Implementation/StdErr.cmo src/Implementation/StdIn.cmo src/Implementation/StdOut.cmo src/Implementation/Stream_.cmo src/Implementation/String_.cmo src/Implementation/TestingTests.cmo src/Implementation/Tuples.cmo src/Implementation/Unit.cmo -o src/Implementation.cmo
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Specializations/Option.ml > src/Specializations/Option.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Specializations/Reference.ml > src/Specializations/Reference.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/List_.cmo src/Specializations/List_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Option.cmo src/Specializations/Option.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Reference.cmo src/Specializations/Reference.ml
- ocamlfind ocamlc -pack src/Specializations/List_.cmo src/Specializations/Option.cmo src/Specializations/Reference.cmo -o src/Specializations.cmo
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/General.cmo src/General.ml
- ocamlfind ocamlc -a -package num -I src src/Foundations.cmo src/Pervasives_.cmo src/Testing.cmo src/Traits.cmo src/Concepts.cmo src/Implementation.cmo src/Specializations.cmo src/General.cmo -o src/General.cma
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetPervasives.cmx src/Foundations/ResetPervasives.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetStandardLibrary.cmx src/Foundations/ResetStandardLibrary.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reset.cmx src/Foundations/Reset.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Equate.cmx src/Foundations/Equate.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Format_.cmx src/Foundations/Format_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Lazy_.cmx src/Foundations/Lazy_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Compare.cmx src/Foundations/Compare.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exception.cmx src/Foundations/Exception.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Functions.cmx src/Foundations/Functions.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Bool.cmx src/Foundations/Bool.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Int.cmx src/Foundations/Int.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Option.cmx src/Foundations/Option.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Shorten.cmx src/Foundations/Shorten.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/List_.cmx src/Foundations/List_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Float.cmx src/Foundations/Float.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reference.cmx src/Foundations/Reference.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/String_.cmx src/Foundations/String_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Unit.cmx src/Foundations/Unit.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/CallStack.cmx src/Foundations/CallStack.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exit.cmx src/Foundations/Exit.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/IntRange.cmx src/Foundations/IntRange.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/PervasivesWhitelist.cmx src/Foundations/PervasivesWhitelist.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Stream_.cmx src/Foundations/Stream_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Tuples.cmx src/Foundations/Tuples.ml
- touch src/Foundations.mli  ; if  ocamlfind ocamlopt -pack -I src/Foundations src/Foundations/ResetPervasives.cmx src/Foundations/ResetStandardLibrary.cmx src/Foundations/Reset.cmx src/Foundations/Compare.cmx src/Foundations/Equate.cmx src/Foundations/Format_.cmx src/Foundations/Lazy_.cmx src/Foundations/Exception.cmx src/Foundations/Bool.cmx src/Foundations/Functions.cmx src/Foundations/Int.cmx src/Foundations/Option.cmx src/Foundations/Shorten.cmx src/Foundations/List_.cmx src/Foundations/CallStack.cmx src/Foundations/Exit.cmx src/Foundations/Float.cmx src/Foundations/IntRange.cmx src/Foundations/Reference.cmx src/Foundations/String_.cmx src/Foundations/Unit.cmx src/Foundations/PervasivesWhitelist.cmx src/Foundations/Stream_.cmx src/Foundations/Tuples.cmx -o src/Foundations.cmx  ; then  rm -f src/Foundations.mli  ; else  rm -f src/Foundations.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src -o src/Pervasives_.cmx src/Pervasives_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/Testing.cmx src/Testing.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Representable.cmx src/Traits/Representable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Equatable.cmx src/Traits/Equatable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Comparable.cmx src/Traits/Comparable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Displayable.cmx src/Traits/Displayable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/FilterMapable.cmx src/Traits/FilterMapable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Foldable.cmx src/Traits/Foldable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Parsable.cmx src/Traits/Parsable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/PredSucc.cmx src/Traits/PredSucc.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Ringoid.cmx src/Traits/Ringoid.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Scanable.cmx src/Traits/Scanable.ml
- touch src/Traits.mli  ; if  ocamlfind ocamlopt -pack -I src/Traits src/Traits/Representable.cmx src/Traits/Equatable.cmx src/Traits/Comparable.cmx src/Traits/Displayable.cmx src/Traits/FilterMapable.cmx src/Traits/Foldable.cmx src/Traits/Parsable.cmx src/Traits/PredSucc.cmx src/Traits/Ringoid.cmx src/Traits/Scanable.cmx -o src/Traits.cmx  ; then  rm -f src/Traits.mli  ; else  rm -f src/Traits.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Identifiable.cmx src/Concepts/Identifiable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Number.cmx src/Concepts/Number.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/RealNumber.cmx src/Concepts/RealNumber.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Able.cmx src/Concepts/Able.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Integer.cmx src/Concepts/Integer.ml
- touch src/Concepts.mli  ; if  ocamlfind ocamlopt -pack -I src/Concepts src/Concepts/Identifiable.cmx src/Concepts/Able.cmx src/Concepts/Number.cmx src/Concepts/RealNumber.cmx src/Concepts/Integer.cmx -o src/Concepts.cmx  ; then  rm -f src/Concepts.mli  ; else  rm -f src/Concepts.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -w @A-8-33-44 -I src/Implementation -I src -o src/Implementation/Exception.cmx src/Implementation/Exception.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Compare.cmx src/Implementation/Compare.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Format_.cmx src/Implementation/Format_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardInt.cmx src/Implementation/StandardInt.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Float.cmx src/Implementation/Float.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int64_.cmx src/Implementation/Int64_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int.cmx src/Implementation/Int.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/List_.cmx src/Implementation/List_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutChannel.cmx src/Implementation/OutChannel.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardOutChannel.cmx src/Implementation/StandardOutChannel.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/CallStack.cmx src/Implementation/CallStack.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Array_.cmx src/Implementation/Array_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/BigInt.cmx src/Implementation/BigInt.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bool.cmx src/Implementation/Bool.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bytes_.cmx src/Implementation/Bytes_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Char_.cmx src/Implementation/Char_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Equate.cmx src/Implementation/Equate.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Exit.cmx src/Implementation/Exit.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Functions.cmx src/Implementation/Functions.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InChannel.cmx src/Implementation/InChannel.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InFile.cmx src/Implementation/InFile.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int32_.cmx src/Implementation/Int32_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/IntRange.cmx src/Implementation/IntRange.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Lazy_.cmx src/Implementation/Lazy_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/NativeInt_.cmx src/Implementation/NativeInt_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Option.cmx src/Implementation/Option.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutFile.cmx src/Implementation/OutFile.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Reference.cmx src/Implementation/Reference.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Shorten.cmx src/Implementation/Shorten.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdErr.cmx src/Implementation/StdErr.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdIn.cmx src/Implementation/StdIn.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdOut.cmx src/Implementation/StdOut.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Stream_.cmx src/Implementation/Stream_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/String_.cmx src/Implementation/String_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/TestingTests.cmx src/Implementation/TestingTests.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Tuples.cmx src/Implementation/Tuples.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Unit.cmx src/Implementation/Unit.ml
- touch src/Implementation.mli  ; if  ocamlfind ocamlopt -pack -I src/Implementation src/Implementation/Array_.cmx src/Implementation/Compare.cmx src/Implementation/Exception.cmx src/Implementation/Float.cmx src/Implementation/Format_.cmx src/Implementation/StandardInt.cmx src/Implementation/Int64_.cmx src/Implementation/BigInt.cmx src/Implementation/Bool.cmx src/Implementation/Bytes_.cmx src/Implementation/Int.cmx src/Implementation/List_.cmx src/Implementation/CallStack.cmx src/Implementation/Char_.cmx src/Implementation/Equate.cmx src/Implementation/Exit.cmx src/Implementation/Functions.cmx src/Implementation/InChannel.cmx src/Implementation/InFile.cmx src/Implementation/Int32_.cmx src/Implementation/IntRange.cmx src/Implementation/Lazy_.cmx src/Implementation/NativeInt_.cmx src/Implementation/Option.cmx src/Implementation/OutChannel.cmx src/Implementation/OutFile.cmx src/Implementation/Reference.cmx src/Implementation/Shorten.cmx src/Implementation/StandardOutChannel.cmx src/Implementation/StdErr.cmx src/Implementation/StdIn.cmx src/Implementation/StdOut.cmx src/Implementation/Stream_.cmx src/Implementation/String_.cmx src/Implementation/TestingTests.cmx src/Implementation/Tuples.cmx src/Implementation/Unit.cmx -o src/Implementation.cmx  ; then  rm -f src/Implementation.mli  ; else  rm -f src/Implementation.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Specializations -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/List_.cmx src/Specializations/List_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Specializations -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Option.cmx src/Specializations/Option.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Specializations -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Reference.cmx src/Specializations/Reference.ml
- touch src/Specializations.mli  ; if  ocamlfind ocamlopt -pack -I src/Specializations src/Specializations/List_.cmx src/Specializations/Option.cmx src/Specializations/Reference.cmx -o src/Specializations.cmx  ; then  rm -f src/Specializations.mli  ; else  rm -f src/Specializations.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/General.cmx src/General.ml
- ocamlfind ocamlopt -a -package num -I src src/Foundations.cmx src/Pervasives_.cmx src/Testing.cmx src/Traits.cmx src/Concepts.cmx src/Implementation.cmx src/Specializations.cmx src/General.cmx -o src/General.cmxa
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.03.0/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind ocamldep -package num -modules src/General.mli > src/General.mli.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Able.ml > src/Concepts/Able.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Identifiable.ml > src/Concepts/Identifiable.ml.depends
- ocamlfind ocamldep -package num -modules src/Pervasives_.ml > src/Pervasives_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Bool.ml > src/Foundations/Bool.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Compare.ml > src/Foundations/Compare.ml.depends
- ocamlfind ocamldep -package num -modules src/Foundations/Reset.ml > src/Foundations/Reset.ml.depends
- cppo -V OCAML:4.03.0 -o src/Foundations/ResetPervasives.ml src/Foundations/ResetPervasives.cppo.ml
- ocamlfind ocamldep -package num -modules src/Foundations/ResetPervasives.ml > src/Foundations/ResetPervasives.ml.depends
- cppo -V OCAML:4.03.0 -o src/Foundations/ResetStandardLibrary.ml src/Foundations/ResetStandardLibrary.cppo.ml
- ocamlfind ocamldep -package num -modules src/Foundations/ResetStandardLibrary.ml > src/Foundations/ResetStandardLibrary.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetPervasives.cmo src/Foundations/ResetPervasives.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetStandardLibrary.cmo src/Foundations/ResetStandardLibrary.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reset.cmo src/Foundations/Reset.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Equate.ml > src/Foundations/Equate.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Exception.ml > src/Foundations/Exception.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Equate.cmo src/Foundations/Equate.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Format_.ml > src/Foundations/Format_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Lazy_.ml > src/Foundations/Lazy_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Format_.cmo src/Foundations/Format_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Lazy_.cmo src/Foundations/Lazy_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Compare.cmo src/Foundations/Compare.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exception.cmo src/Foundations/Exception.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/CallStack.ml > src/Foundations/CallStack.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Int.ml > src/Foundations/Int.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Functions.ml > src/Foundations/Functions.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Functions.cmo src/Foundations/Functions.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/List_.ml > src/Foundations/List_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Bool.cmo src/Foundations/Bool.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Int.cmo src/Foundations/Int.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Option.ml > src/Foundations/Option.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Shorten.ml > src/Foundations/Shorten.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Option.cmo src/Foundations/Option.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Shorten.cmo src/Foundations/Shorten.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/List_.cmo src/Foundations/List_.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Exit.ml > src/Foundations/Exit.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Float.ml > src/Foundations/Float.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/IntRange.ml > src/Foundations/IntRange.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/PervasivesWhitelist.ml > src/Foundations/PervasivesWhitelist.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Float.cmo src/Foundations/Float.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Reference.ml > src/Foundations/Reference.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/String_.ml > src/Foundations/String_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Unit.ml > src/Foundations/Unit.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reference.cmo src/Foundations/Reference.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/String_.cmo src/Foundations/String_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Unit.cmo src/Foundations/Unit.ml
- cppo -V OCAML:4.03.0 -o src/Foundations/Stream_.ml src/Foundations/Stream_.cppo.ml
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Stream_.ml > src/Foundations/Stream_.ml.depends
- ocamlfind ocamldep -open Reset -package num -modules src/Foundations/Tuples.ml > src/Foundations/Tuples.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/CallStack.cmo src/Foundations/CallStack.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exit.cmo src/Foundations/Exit.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/IntRange.cmo src/Foundations/IntRange.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/PervasivesWhitelist.cmo src/Foundations/PervasivesWhitelist.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Stream_.cmo src/Foundations/Stream_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Tuples.cmo src/Foundations/Tuples.ml
- ocamlfind ocamlc -pack src/Foundations/ResetPervasives.cmo src/Foundations/ResetStandardLibrary.cmo src/Foundations/Reset.cmo src/Foundations/Compare.cmo src/Foundations/Equate.cmo src/Foundations/Format_.cmo src/Foundations/Lazy_.cmo src/Foundations/Exception.cmo src/Foundations/Bool.cmo src/Foundations/Functions.cmo src/Foundations/Int.cmo src/Foundations/Option.cmo src/Foundations/Shorten.cmo src/Foundations/List_.cmo src/Foundations/CallStack.cmo src/Foundations/Exit.cmo src/Foundations/Float.cmo src/Foundations/IntRange.cmo src/Foundations/Reference.cmo src/Foundations/String_.cmo src/Foundations/Unit.cmo src/Foundations/PervasivesWhitelist.cmo src/Foundations/Stream_.cmo src/Foundations/Tuples.cmo -o src/Foundations.cmo
- cppo -V OCAML:4.03.0 -o src/Testing.ml src/Testing.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Testing.ml > src/Testing.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src -o src/Pervasives_.cmo src/Pervasives_.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Comparable.ml > src/Traits/Comparable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Equatable.ml > src/Traits/Equatable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Representable.ml > src/Traits/Representable.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/Testing.cmo src/Testing.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Representable.cmo src/Traits/Representable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Equatable.cmo src/Traits/Equatable.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Displayable.ml > src/Traits/Displayable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/FilterMapable.ml > src/Traits/FilterMapable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Foldable.ml > src/Traits/Foldable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Parsable.ml > src/Traits/Parsable.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/PredSucc.ml > src/Traits/PredSucc.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Ringoid.ml > src/Traits/Ringoid.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Traits/Scanable.ml > src/Traits/Scanable.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Comparable.cmo src/Traits/Comparable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Displayable.cmo src/Traits/Displayable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/FilterMapable.cmo src/Traits/FilterMapable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Foldable.cmo src/Traits/Foldable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Parsable.cmo src/Traits/Parsable.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/PredSucc.cmo src/Traits/PredSucc.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Ringoid.cmo src/Traits/Ringoid.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Scanable.cmo src/Traits/Scanable.ml
- ocamlfind ocamlc -pack src/Traits/Representable.cmo src/Traits/Equatable.cmo src/Traits/Comparable.cmo src/Traits/Displayable.cmo src/Traits/FilterMapable.cmo src/Traits/Foldable.cmo src/Traits/Parsable.cmo src/Traits/PredSucc.cmo src/Traits/Ringoid.cmo src/Traits/Scanable.cmo -o src/Traits.cmo
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Identifiable.cmo src/Concepts/Identifiable.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Integer.ml > src/Concepts/Integer.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/RealNumber.ml > src/Concepts/RealNumber.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Concepts/Number.ml > src/Concepts/Number.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Number.cmo src/Concepts/Number.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/RealNumber.cmo src/Concepts/RealNumber.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Able.cmo src/Concepts/Able.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Integer.cmo src/Concepts/Integer.ml
- ocamlfind ocamlc -pack src/Concepts/Identifiable.cmo src/Concepts/Able.cmo src/Concepts/Number.cmo src/Concepts/RealNumber.cmo src/Concepts/Integer.cmo -o src/Concepts.cmo
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src -o src/General.cmi src/General.mli
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/General.ml > src/General.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Array_.ml > src/Implementation/Array_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/BigInt.ml > src/Implementation/BigInt.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Compare.ml > src/Implementation/Compare.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Exception.ml > src/Implementation/Exception.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Float.ml > src/Implementation/Float.ml.depends
- cppo -V OCAML:4.03.0 -o src/Implementation/Int64_.ml src/Implementation/Int64_.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Int64_.ml > src/Implementation/Int64_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -w @A-8-33-44 -I src/Implementation -I src -o src/Implementation/Exception.cmo src/Implementation/Exception.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StandardInt.ml > src/Implementation/StandardInt.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Compare.cmo src/Implementation/Compare.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Format_.ml > src/Implementation/Format_.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Format_.cmo src/Implementation/Format_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardInt.cmo src/Implementation/StandardInt.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Float.cmo src/Implementation/Float.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int64_.cmo src/Implementation/Int64_.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Bool.ml > src/Implementation/Bool.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Bytes_.ml > src/Implementation/Bytes_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/CallStack.ml > src/Implementation/CallStack.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/List_.ml > src/Implementation/List_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Int.ml > src/Implementation/Int.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int.cmo src/Implementation/Int.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/List_.cmo src/Implementation/List_.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Char_.ml > src/Implementation/Char_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Equate.ml > src/Implementation/Equate.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Exit.ml > src/Implementation/Exit.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Functions.ml > src/Implementation/Functions.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/InChannel.ml > src/Implementation/InChannel.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/InFile.ml > src/Implementation/InFile.ml.depends
- cppo -V OCAML:4.03.0 -o src/Implementation/Int32_.ml src/Implementation/Int32_.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Int32_.ml > src/Implementation/Int32_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/IntRange.ml > src/Implementation/IntRange.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Lazy_.ml > src/Implementation/Lazy_.ml.depends
- cppo -V OCAML:4.03.0 -o src/Implementation/NativeInt_.ml src/Implementation/NativeInt_.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/NativeInt_.ml > src/Implementation/NativeInt_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Option.ml > src/Implementation/Option.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/OutChannel.ml > src/Implementation/OutChannel.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/OutFile.ml > src/Implementation/OutFile.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Reference.ml > src/Implementation/Reference.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Shorten.ml > src/Implementation/Shorten.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StandardOutChannel.ml > src/Implementation/StandardOutChannel.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutChannel.cmo src/Implementation/OutChannel.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StdErr.ml > src/Implementation/StdErr.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardOutChannel.cmo src/Implementation/StandardOutChannel.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StdIn.ml > src/Implementation/StdIn.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/StdOut.ml > src/Implementation/StdOut.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Stream_.ml > src/Implementation/Stream_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/String_.ml > src/Implementation/String_.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/TestingTests.ml > src/Implementation/TestingTests.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/CallStack.cmo src/Implementation/CallStack.ml
- cppo -V OCAML:4.03.0 -o src/Implementation/Tuples.ml src/Implementation/Tuples.cppo.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Tuples.ml > src/Implementation/Tuples.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Implementation/Unit.ml > src/Implementation/Unit.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Array_.cmo src/Implementation/Array_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/BigInt.cmo src/Implementation/BigInt.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bool.cmo src/Implementation/Bool.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bytes_.cmo src/Implementation/Bytes_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Char_.cmo src/Implementation/Char_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Equate.cmo src/Implementation/Equate.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Exit.cmo src/Implementation/Exit.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Functions.cmo src/Implementation/Functions.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InChannel.cmo src/Implementation/InChannel.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InFile.cmo src/Implementation/InFile.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int32_.cmo src/Implementation/Int32_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/IntRange.cmo src/Implementation/IntRange.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Lazy_.cmo src/Implementation/Lazy_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/NativeInt_.cmo src/Implementation/NativeInt_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Option.cmo src/Implementation/Option.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutFile.cmo src/Implementation/OutFile.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Reference.cmo src/Implementation/Reference.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Shorten.cmo src/Implementation/Shorten.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdErr.cmo src/Implementation/StdErr.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdIn.cmo src/Implementation/StdIn.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdOut.cmo src/Implementation/StdOut.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Stream_.cmo src/Implementation/Stream_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/String_.cmo src/Implementation/String_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/TestingTests.cmo src/Implementation/TestingTests.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Tuples.cmo src/Implementation/Tuples.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Unit.cmo src/Implementation/Unit.ml
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Specializations/List_.ml > src/Specializations/List_.ml.depends
- ocamlfind ocamlc -pack src/Implementation/Array_.cmo src/Implementation/Compare.cmo src/Implementation/Exception.cmo src/Implementation/Float.cmo src/Implementation/Format_.cmo src/Implementation/StandardInt.cmo src/Implementation/Int64_.cmo src/Implementation/BigInt.cmo src/Implementation/Bool.cmo src/Implementation/Bytes_.cmo src/Implementation/Int.cmo src/Implementation/List_.cmo src/Implementation/CallStack.cmo src/Implementation/Char_.cmo src/Implementation/Equate.cmo src/Implementation/Exit.cmo src/Implementation/Functions.cmo src/Implementation/InChannel.cmo src/Implementation/InFile.cmo src/Implementation/Int32_.cmo src/Implementation/IntRange.cmo src/Implementation/Lazy_.cmo src/Implementation/NativeInt_.cmo src/Implementation/Option.cmo src/Implementation/OutChannel.cmo src/Implementation/OutFile.cmo src/Implementation/Reference.cmo src/Implementation/Shorten.cmo src/Implementation/StandardOutChannel.cmo src/Implementation/StdErr.cmo src/Implementation/StdIn.cmo src/Implementation/StdOut.cmo src/Implementation/Stream_.cmo src/Implementation/String_.cmo src/Implementation/TestingTests.cmo src/Implementation/Tuples.cmo src/Implementation/Unit.cmo -o src/Implementation.cmo
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Specializations/Option.ml > src/Specializations/Option.ml.depends
- ocamlfind ocamldep -open Pervasives_ -package num -modules src/Specializations/Reference.ml > src/Specializations/Reference.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/List_.cmo src/Specializations/List_.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Option.cmo src/Specializations/Option.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Reference.cmo src/Specializations/Reference.ml
- ocamlfind ocamlc -pack src/Specializations/List_.cmo src/Specializations/Option.cmo src/Specializations/Reference.cmo -o src/Specializations.cmo
- ocamlfind ocamlc -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/General.cmo src/General.ml
- ocamlfind ocamlc -a -package num -I src src/Foundations.cmo src/Pervasives_.cmo src/Testing.cmo src/Traits.cmo src/Concepts.cmo src/Implementation.cmo src/Specializations.cmo src/General.cmo -o src/General.cma
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetPervasives.cmx src/Foundations/ResetPervasives.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/ResetStandardLibrary.cmx src/Foundations/ResetStandardLibrary.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reset.cmx src/Foundations/Reset.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Equate.cmx src/Foundations/Equate.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Format_.cmx src/Foundations/Format_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Lazy_.cmx src/Foundations/Lazy_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Compare.cmx src/Foundations/Compare.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exception.cmx src/Foundations/Exception.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Functions.cmx src/Foundations/Functions.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Bool.cmx src/Foundations/Bool.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Int.cmx src/Foundations/Int.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Option.cmx src/Foundations/Option.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Shorten.cmx src/Foundations/Shorten.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/List_.cmx src/Foundations/List_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Float.cmx src/Foundations/Float.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Reference.cmx src/Foundations/Reference.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/String_.cmx src/Foundations/String_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Unit.cmx src/Foundations/Unit.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/CallStack.cmx src/Foundations/CallStack.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Exit.cmx src/Foundations/Exit.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/IntRange.cmx src/Foundations/IntRange.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/PervasivesWhitelist.cmx src/Foundations/PervasivesWhitelist.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Stream_.cmx src/Foundations/Stream_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Reset -for-pack Foundations -package num -w @A-4-33-44-45-48 -I src/Foundations -I src -o src/Foundations/Tuples.cmx src/Foundations/Tuples.ml
- touch src/Foundations.mli  ; if  ocamlfind ocamlopt -pack -I src/Foundations src/Foundations/ResetPervasives.cmx src/Foundations/ResetStandardLibrary.cmx src/Foundations/Reset.cmx src/Foundations/Compare.cmx src/Foundations/Equate.cmx src/Foundations/Format_.cmx src/Foundations/Lazy_.cmx src/Foundations/Exception.cmx src/Foundations/Bool.cmx src/Foundations/Functions.cmx src/Foundations/Int.cmx src/Foundations/Option.cmx src/Foundations/Shorten.cmx src/Foundations/List_.cmx src/Foundations/CallStack.cmx src/Foundations/Exit.cmx src/Foundations/Float.cmx src/Foundations/IntRange.cmx src/Foundations/Reference.cmx src/Foundations/String_.cmx src/Foundations/Unit.cmx src/Foundations/PervasivesWhitelist.cmx src/Foundations/Stream_.cmx src/Foundations/Tuples.cmx -o src/Foundations.cmx  ; then  rm -f src/Foundations.mli  ; else  rm -f src/Foundations.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -package num -w @A-4-33-44-45-48 -I src -o src/Pervasives_.cmx src/Pervasives_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/Testing.cmx src/Testing.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Representable.cmx src/Traits/Representable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Equatable.cmx src/Traits/Equatable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Comparable.cmx src/Traits/Comparable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Displayable.cmx src/Traits/Displayable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/FilterMapable.cmx src/Traits/FilterMapable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Foldable.cmx src/Traits/Foldable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Parsable.cmx src/Traits/Parsable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/PredSucc.cmx src/Traits/PredSucc.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Ringoid.cmx src/Traits/Ringoid.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Traits -package num -w @A-4-33-44-45-48 -I src/Traits -I src -o src/Traits/Scanable.cmx src/Traits/Scanable.ml
- touch src/Traits.mli  ; if  ocamlfind ocamlopt -pack -I src/Traits src/Traits/Representable.cmx src/Traits/Equatable.cmx src/Traits/Comparable.cmx src/Traits/Displayable.cmx src/Traits/FilterMapable.cmx src/Traits/Foldable.cmx src/Traits/Parsable.cmx src/Traits/PredSucc.cmx src/Traits/Ringoid.cmx src/Traits/Scanable.cmx -o src/Traits.cmx  ; then  rm -f src/Traits.mli  ; else  rm -f src/Traits.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Identifiable.cmx src/Concepts/Identifiable.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Number.cmx src/Concepts/Number.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/RealNumber.cmx src/Concepts/RealNumber.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Able.cmx src/Concepts/Able.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Concepts -package num -w @A-4-33-44-45-48 -I src/Concepts -I src -o src/Concepts/Integer.cmx src/Concepts/Integer.ml
- touch src/Concepts.mli  ; if  ocamlfind ocamlopt -pack -I src/Concepts src/Concepts/Identifiable.cmx src/Concepts/Able.cmx src/Concepts/Number.cmx src/Concepts/RealNumber.cmx src/Concepts/Integer.cmx -o src/Concepts.cmx  ; then  rm -f src/Concepts.mli  ; else  rm -f src/Concepts.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -w @A-8-33-44 -I src/Implementation -I src -o src/Implementation/Exception.cmx src/Implementation/Exception.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Compare.cmx src/Implementation/Compare.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Format_.cmx src/Implementation/Format_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardInt.cmx src/Implementation/StandardInt.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Float.cmx src/Implementation/Float.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int64_.cmx src/Implementation/Int64_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int.cmx src/Implementation/Int.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/List_.cmx src/Implementation/List_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutChannel.cmx src/Implementation/OutChannel.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StandardOutChannel.cmx src/Implementation/StandardOutChannel.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/CallStack.cmx src/Implementation/CallStack.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Array_.cmx src/Implementation/Array_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/BigInt.cmx src/Implementation/BigInt.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bool.cmx src/Implementation/Bool.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Bytes_.cmx src/Implementation/Bytes_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Char_.cmx src/Implementation/Char_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Equate.cmx src/Implementation/Equate.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Exit.cmx src/Implementation/Exit.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Functions.cmx src/Implementation/Functions.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InChannel.cmx src/Implementation/InChannel.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/InFile.cmx src/Implementation/InFile.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Int32_.cmx src/Implementation/Int32_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/IntRange.cmx src/Implementation/IntRange.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Lazy_.cmx src/Implementation/Lazy_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/NativeInt_.cmx src/Implementation/NativeInt_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Option.cmx src/Implementation/Option.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/OutFile.cmx src/Implementation/OutFile.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Reference.cmx src/Implementation/Reference.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Shorten.cmx src/Implementation/Shorten.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdErr.cmx src/Implementation/StdErr.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdIn.cmx src/Implementation/StdIn.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/StdOut.cmx src/Implementation/StdOut.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Stream_.cmx src/Implementation/Stream_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/String_.cmx src/Implementation/String_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/TestingTests.cmx src/Implementation/TestingTests.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Tuples.cmx src/Implementation/Tuples.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Implementation -package num -w @A-4-33-44-45-48 -I src/Implementation -I src -o src/Implementation/Unit.cmx src/Implementation/Unit.ml
- touch src/Implementation.mli  ; if  ocamlfind ocamlopt -pack -I src/Implementation src/Implementation/Array_.cmx src/Implementation/Compare.cmx src/Implementation/Exception.cmx src/Implementation/Float.cmx src/Implementation/Format_.cmx src/Implementation/StandardInt.cmx src/Implementation/Int64_.cmx src/Implementation/BigInt.cmx src/Implementation/Bool.cmx src/Implementation/Bytes_.cmx src/Implementation/Int.cmx src/Implementation/List_.cmx src/Implementation/CallStack.cmx src/Implementation/Char_.cmx src/Implementation/Equate.cmx src/Implementation/Exit.cmx src/Implementation/Functions.cmx src/Implementation/InChannel.cmx src/Implementation/InFile.cmx src/Implementation/Int32_.cmx src/Implementation/IntRange.cmx src/Implementation/Lazy_.cmx src/Implementation/NativeInt_.cmx src/Implementation/Option.cmx src/Implementation/OutChannel.cmx src/Implementation/OutFile.cmx src/Implementation/Reference.cmx src/Implementation/Shorten.cmx src/Implementation/StandardOutChannel.cmx src/Implementation/StdErr.cmx src/Implementation/StdIn.cmx src/Implementation/StdOut.cmx src/Implementation/Stream_.cmx src/Implementation/String_.cmx src/Implementation/TestingTests.cmx src/Implementation/Tuples.cmx src/Implementation/Unit.cmx -o src/Implementation.cmx  ; then  rm -f src/Implementation.mli  ; else  rm -f src/Implementation.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Specializations -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/List_.cmx src/Specializations/List_.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Specializations -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Option.cmx src/Specializations/Option.ml
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -for-pack Specializations -package num -w @A-4-33-44-45-48 -I src/Specializations -I src -o src/Specializations/Reference.cmx src/Specializations/Reference.ml
- touch src/Specializations.mli  ; if  ocamlfind ocamlopt -pack -I src/Specializations src/Specializations/List_.cmx src/Specializations/Option.cmx src/Specializations/Reference.cmx -o src/Specializations.cmx  ; then  rm -f src/Specializations.mli  ; else  rm -f src/Specializations.mli  ; exit 1; fi
- ocamlfind ocamlopt -c -safe-string -strict-formats -nopervasives -strict-sequence -open Pervasives_ -package num -w @A-4-33-44-45-48 -I src -o src/General.cmx src/General.ml
- ocamlfind ocamlopt -a -package num -I src src/Foundations.cmx src/Pervasives_.cmx src/Testing.cmx src/Traits.cmx src/Concepts.cmx src/Implementation.cmx src/Specializations.cmx src/General.cmx -o src/General.cmxa
-> compiled  General.0.2.0
Processing 76/84: [js_of_ocaml: dune build]
Processing 77/84: [js_of_ocaml: dune build] [General: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.03.0/lib/General" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/General.0.2.0)
Processing 77/84: [js_of_ocaml: dune build] [General: cp META]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "META" "_build/src/General.cmi" "_build/src/General.cma" "_build/src/General.a" "_build/src/General.cmxa" "_build/src/Foundations.cmx" "_build/src/Traits.cmx" "_build/src/Concepts.cmx" "_build/src/Implementation.cmx" "_build/src/Testing.cmx" "_build/src/Specializations.cmx" "_build/src/General.cmx" "/home/opam/.opam/4.03.0/lib/General" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/General.0.2.0)
-> installed General.0.2.0
Processing 77/84: [js_of_ocaml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/js_of_ocaml.3.3.0)
-> compiled  js_of_ocaml.3.3.0
-> installed js_of_ocaml.3.3.0
Processing 79/84: [js_of_ocaml-ppx: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml-ppx" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/js_of_ocaml-ppx.3.3.0)
-> compiled  js_of_ocaml-ppx.3.3.0
-> installed js_of_ocaml-ppx.3.3.0
Processing 81/84: [JsOfOCairo: jbuilder build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "jbuilder" "build" "-p" "JsOfOCairo" "-j" "31" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/JsOfOCairo.1.1.1)
-       ocamlc src/.JsOfOCairo.objs/JsOfOCairo.{cmi,cmti}
- File "src/JsOfOCairo.mli", line 7, characters 12-39:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.mli", line 7, characters 12-34:
- Warning 3: deprecated: module Dom_html
- Will be removed past 2019-01-01. Use Js_of_ocaml.Dom_html instead.
-       ocamlc src/.JsOfOCairo.objs/JsOfOCairo.{cmo,cmt}
- File "src/JsOfOCairo.cppo.ml", line 24, characters 11-49:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 24, characters 11-44:
- Warning 3: deprecated: module Dom_html
- Will be removed past 2019-01-01. Use Js_of_ocaml.Dom_html instead.
- File "src/JsOfOCairo.cppo.ml", line 247, characters 20-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 249, characters 29-37:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 277, characters 19-35:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 277, characters 57-66:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 307, characters 13-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 309, characters 21-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 312, characters 13-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 313, characters 3-14:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 327, characters 28-37:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 330, characters 8-20:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 341, characters 29-38:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 344, characters 8-20:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 372, characters 45-54:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 375, characters 8-20:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 393, characters 29-38:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 443, characters 25-34:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 453, characters 38-47:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 455, characters 26-35:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 469, characters 38-47:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 480, characters 32-45:
- Warning 3: deprecated: module Dom_html
- Will be removed past 2019-01-01. Use Js_of_ocaml.Dom_html instead.
-     ocamlopt src/.JsOfOCairo.objs/JsOfOCairo.{cmx,o}
- File "src/JsOfOCairo.cppo.ml", line 24, characters 11-49:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 24, characters 11-44:
- Warning 3: deprecated: module Dom_html
- Will be removed past 2019-01-01. Use Js_of_ocaml.Dom_html instead.
- File "src/JsOfOCairo.cppo.ml", line 247, characters 20-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 249, characters 29-37:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 277, characters 19-35:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 277, characters 57-66:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 307, characters 13-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 309, characters 21-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 312, characters 13-29:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 313, characters 3-14:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 327, characters 28-37:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 330, characters 8-20:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 341, characters 29-38:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 344, characters 8-20:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 372, characters 45-54:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 375, characters 8-20:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 393, characters 29-38:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 443, characters 25-34:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 453, characters 38-47:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 455, characters 26-35:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 469, characters 38-47:
- Warning 3: deprecated: module Js
- Will be removed past 2019-01-01. Use Js_of_ocaml.Js instead.
- File "src/JsOfOCairo.cppo.ml", line 480, characters 32-45:
- Warning 3: deprecated: module Dom_html
- Will be removed past 2019-01-01. Use Js_of_ocaml.Dom_html instead.
-> compiled  JsOfOCairo.1.1.1
-> installed JsOfOCairo.1.1.1
Processing 83/84: [DrawGrammar: sh cd src; ocamlbuild -use-ocamlfind -no-plugin -menhir "menhir --table" draw_grammar.byte]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "cd src; ocamlbuild -use-ocamlfind -no-plugin -menhir \"menhir --table\" draw_grammar.byte" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/DrawGrammar.0.1.0)
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules draw_grammar.ml > draw_grammar.ml.depends
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules Drawer.ml > Drawer.ml.depends
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules Grammar.mli > Grammar.mli.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o Grammar.cmi Grammar.mli
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules Parse.ml > Parse.ml.depends
- /home/opam/.opam/4.03.0/bin/ocamllex.opt -q IsoEbnf_Lexer.mll
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules IsoEbnf_Lexer.ml > IsoEbnf_Lexer.ml.depends
- menhir --table --raw-depend --ocamldep 'ocamlfind ocamldep -modules' IsoEbnf_Parser.mly > IsoEbnf_Parser.mly.depends
- menhir --table --ocamlc 'ocamlfind ocamlc -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-9-44' --infer IsoEbnf_Parser.mly
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules IsoEbnf_Parser.mli > IsoEbnf_Parser.mli.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o IsoEbnf_Parser.cmi IsoEbnf_Parser.mli
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules IsoEbnf_Messages.ml > IsoEbnf_Messages.ml.depends
- /home/opam/.opam/4.03.0/bin/ocamllex.opt -q OCamlETexEbnf_Lexer.mll
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules OCamlETexEbnf_Lexer.ml > OCamlETexEbnf_Lexer.ml.depends
- menhir --table --raw-depend --ocamldep 'ocamlfind ocamldep -modules' OCamlETexEbnf_Parser.mly > OCamlETexEbnf_Parser.mly.depends
- menhir --table --ocamlc 'ocamlfind ocamlc -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-9-44' --infer OCamlETexEbnf_Parser.mly
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules OCamlETexEbnf_Parser.mli > OCamlETexEbnf_Parser.mli.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o OCamlETexEbnf_Parser.cmi OCamlETexEbnf_Parser.mli
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules OCamlETexEbnf_Messages.ml > OCamlETexEbnf_Messages.ml.depends
- /home/opam/.opam/4.03.0/bin/ocamllex.opt -q PythonEbnf_Lexer.mll
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules PythonEbnf_Lexer.ml > PythonEbnf_Lexer.ml.depends
- menhir --table --raw-depend --ocamldep 'ocamlfind ocamldep -modules' PythonEbnf_Parser.mly > PythonEbnf_Parser.mly.depends
- menhir --table --ocamlc 'ocamlfind ocamlc -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-9-44' --infer PythonEbnf_Parser.mly
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules PythonEbnf_Parser.mli > PythonEbnf_Parser.mli.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o PythonEbnf_Parser.cmi PythonEbnf_Parser.mli
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules PythonEbnf_Messages.ml > PythonEbnf_Messages.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o IsoEbnf_Lexer.cmo IsoEbnf_Lexer.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o IsoEbnf_Messages.cmo IsoEbnf_Messages.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o OCamlETexEbnf_Lexer.cmo OCamlETexEbnf_Lexer.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o OCamlETexEbnf_Messages.cmo OCamlETexEbnf_Messages.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o PythonEbnf_Lexer.cmo PythonEbnf_Lexer.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o PythonEbnf_Messages.cmo PythonEbnf_Messages.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o Drawer.cmo Drawer.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o Parse.cmo Parse.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o draw_grammar.cmo draw_grammar.ml
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules Grammar.ml > Grammar.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -o Grammar.cmo Grammar.ml
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules IsoEbnf_Parser.ml > IsoEbnf_Parser.ml.depends
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules OCamlETexEbnf_Parser.ml > OCamlETexEbnf_Parser.ml.depends
- ocamlfind ocamldep -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -modules PythonEbnf_Parser.ml > PythonEbnf_Parser.ml.depends
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -w @A-9-44 -o IsoEbnf_Parser.cmo IsoEbnf_Parser.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -w @A-9-44 -o OCamlETexEbnf_Parser.cmo OCamlETexEbnf_Parser.ml
- ocamlfind ocamlc -c -safe-string -strict-formats -strict-sequence -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General -w @A-4-44-48 -w @A-9-44 -o PythonEbnf_Parser.cmo PythonEbnf_Parser.ml
- ocamlfind ocamlc -linkpkg -package menhirLib -package cairo2 -package js_of_ocaml.ppx -package js_of_ocaml -package JsOfOCairo -package General Grammar.cmo Drawer.cmo IsoEbnf_Parser.cmo IsoEbnf_Lexer.cmo IsoEbnf_Messages.cmo OCamlETexEbnf_Parser.cmo OCamlETexEbnf_Lexer.cmo OCamlETexEbnf_Messages.cmo PythonEbnf_Parser.cmo PythonEbnf_Lexer.cmo PythonEbnf_Messages.cmo Parse.cmo draw_grammar.cmo -o draw_grammar.byte
-> compiled  DrawGrammar.0.1.0
Processing 84/84: [DrawGrammar: cp]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "cp" "src/_build/draw_grammar.byte" "/home/opam/.opam/4.03.0/bin/draw_grammar" (CWD=/home/opam/.opam/4.03.0/.opam-switch/build/DrawGrammar.0.1.0)
-> installed DrawGrammar.0.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2021-09-03 03:12.48 ---> saved as "66a9e1f1631a3469dd2359c6d21cf8d3f97bb8245351b9e9b85f949405091a98"
Job succeeded