Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep gdal.0.3.0; 32b4c2597ce9ac03af18fca279aa7d5f
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 19:09.51: Waiting for worker…
2024-01-29 19:10.40: Got resource from pool OCluster
2024-01-29 19:10.40: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy gdal.0.3.0 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune.3.13.0 ctypes-foreign.0.18.0 ctypes.0.17.1 conf-pkg-config.3 conf-libffi.2.0.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u gdal:32b4c2597ce9ac03af18fca279aa7d5f"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.358605') && (for DATA in prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0,gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f,gdal.0.3.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0,gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f,gdal.0.3.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0,gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f,gdal.0.3.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:10.40: RETRYING: 2024-01-29/151904-voodoo-prep-f93e13 Number of retries: 0 (retriable error condition)
Building on marpe.caelum.ci.dev
All commits already cached
Updating files:  98% (32185/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 19:05.36 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:05.36 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 1s (451 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (792 kB/s)
Selecting previously unselected package libpkgconf3: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 ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 19:05.36 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:05.36 ---> using "eeb612487fd8dcd7dea2991932fe507ef16bd9a1345d4af6c7c19ccb634d66b8" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:05.36 ---> using "f7c406d2a001e6c69d22a3aa0ce7f493680f6bf53adf0e96d0c267f2e91e4dde" from cache
2024-01-29 19:05.36 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 19:05.36 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:05.36 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:05.36 ---> using "6cc95500c50146d1591a1a51536c7023374f57661eaa67feeeaa365bc204f4ce" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:05.37 ---> using "b9724e0af6ea809c96a36bd8dd7f947263cf066eaaaf3b27e70e454fae8959c7" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:05.37 ---> using "eb64b1e8cb94d110551be710d449517fe7f90b552e85d431e71c95cfcb97bd21" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:05.37 ---> using "11ebc521caf43db6250f6abc26f3a7b0133196b9729bab57bb90652aab429137" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.05. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.05 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-01-29 19:05.37 ---> using "0718517bb54eadd62aa0f015ef3008667024892d9bbb1bb62f1357f040ce779a" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:05.38 ---> using "d81a477f6ce38d29ce5f05e3db014107d5b3dc89ecccc2c9d602da3c5e9c7317" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:05.38 ---> using "2bb3be710f2ecfd761a141117b9c630594bc0c408c80db7cd65fa0f46c3ee220" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy gdal.0.3.0 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune.3.13.0 ctypes-foreign.0.18.0 ctypes.0.17.1 conf-pkg-config.3 conf-libffi.2.0.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (973 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy gdal.0.3.0 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune.3.13.0 ctypes-foreign.0.18.0 ctypes.0.17.1 conf-pkg-config.3 conf-libffi.2.0.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libffi-dev
libgdal-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ocamlbuild      0.14.3
  - install conf-pkg-config 3
  - install stdlib-shims    0.3.0
  - install conf-libffi     2.0.0
  - install integers        0.7.0
  - install ctypes-foreign  0.18.0
  - install ctypes          0.17.1
  - install gdal            0.3.0
===== 8 to install =====

The following system packages will first need to be installed:
    libffi-dev libgdal-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" "libffi-dev" "libgdal-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package poppler-data.
- (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 ... 18743 files and directories currently installed.)
- Preparing to unpack .../000-poppler-data_0.4.12-1_all.deb ...
- Unpacking poppler-data (0.4.12-1) ...
- Selecting previously unselected package libmagic-mgc.
- Preparing to unpack .../001-libmagic-mgc_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../002-libmagic1_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../003-file_1%3a5.44-3_amd64.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../004-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../005-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../006-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../007-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package mysql-common.
- Preparing to unpack .../008-mysql-common_5.8+1.1.0_all.deb ...
- Unpacking mysql-common (5.8+1.1.0) ...
- Selecting previously unselected package mariadb-common.
- Preparing to unpack .../009-mariadb-common_1%3a10.11.4-1~deb12u1_all.deb ...
- Unpacking mariadb-common (1:10.11.4-1~deb12u1) ...
- Selecting previously unselected package libmariadb3:amd64.
- Preparing to unpack .../010-libmariadb3_1%3a10.11.4-1~deb12u1_amd64.deb ...
- Unpacking libmariadb3:amd64 (1:10.11.4-1~deb12u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../011-libssl-dev_3.0.11-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../012-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libmariadb-dev.
- Preparing to unpack .../013-libmariadb-dev_1%3a10.11.4-1~deb12u1_amd64.deb ...
- Unpacking libmariadb-dev (1:10.11.4-1~deb12u1) ...
- Selecting previously unselected package libmariadb-dev-compat.
- Preparing to unpack .../014-libmariadb-dev-compat_1%3a10.11.4-1~deb12u1_amd64.deb ...
- Unpacking libmariadb-dev-compat (1:10.11.4-1~deb12u1) ...
- Selecting previously unselected package default-libmysqlclient-dev:amd64.
- Preparing to unpack .../015-default-libmysqlclient-dev_1.1.0_amd64.deb ...
- Unpacking default-libmysqlclient-dev:amd64 (1.1.0) ...
- Selecting previously unselected package gdal-data.
- Preparing to unpack .../016-gdal-data_3.6.2+dfsg-1_all.deb ...
- Unpacking gdal-data (3.6.2+dfsg-1) ...
- Selecting previously unselected package gdal-plugins.
- Preparing to unpack .../017-gdal-plugins_3.6.2+dfsg-1+b2_amd64.deb ...
- Unpacking gdal-plugins (3.6.2+dfsg-1+b2) ...
- Selecting previously unselected package hdf5-helpers.
- Preparing to unpack .../018-hdf5-helpers_1.10.8+repack1-1_amd64.deb ...
- Unpacking hdf5-helpers (1.10.8+repack1-1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../019-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../020-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libaec0:amd64.
- Preparing to unpack .../021-libaec0_1.0.6-1+b1_amd64.deb ...
- Unpacking libaec0:amd64 (1.0.6-1+b1) ...
- Selecting previously unselected package libsz2:amd64.
- Preparing to unpack .../022-libsz2_1.0.6-1+b1_amd64.deb ...
- Unpacking libsz2:amd64 (1.0.6-1+b1) ...
- Selecting previously unselected package libaec-dev:amd64.
- Preparing to unpack .../023-libaec-dev_1.0.6-1+b1_amd64.deb ...
- Unpacking libaec-dev:amd64 (1.0.6-1+b1) ...
- Selecting previously unselected package libaom-dev:amd64.
- Preparing to unpack .../024-libaom-dev_3.6.0-1_amd64.deb ...
- Unpacking libaom-dev:amd64 (3.6.0-1) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../025-libblas3_3.11.0-2_amd64.deb ...
- Unpacking libblas3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../026-libgfortran5_12.2.0-14_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.2.0-14) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../027-liblapack3_3.11.0-2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libarpack2:amd64.
- Preparing to unpack .../028-libarpack2_3.8.0-3_amd64.deb ...
- Unpacking libarpack2:amd64 (3.8.0-3) ...
- Selecting previously unselected package libsuperlu5:amd64.
- Preparing to unpack .../029-libsuperlu5_5.3.0+dfsg1-2+b1_amd64.deb ...
- Unpacking libsuperlu5:amd64 (5.3.0+dfsg1-2+b1) ...
- Selecting previously unselected package libarmadillo11.
- Preparing to unpack .../030-libarmadillo11_1%3a11.4.2+dfsg-1_amd64.deb ...
- Unpacking libarmadillo11 (1:11.4.2+dfsg-1) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../031-libblas-dev_3.11.0-2_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../032-liblapack-dev_3.11.0-2_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libarpack2-dev:amd64.
- Preparing to unpack .../033-libarpack2-dev_3.8.0-3_amd64.deb ...
- Unpacking libarpack2-dev:amd64 (3.8.0-3) ...
- Selecting previously unselected package libhdf5-103-1:amd64.
- Preparing to unpack .../034-libhdf5-103-1_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-103-1:amd64 (1.10.8+repack1-1) ...
- Selecting previously unselected package libhdf5-fortran-102:amd64.
- Preparing to unpack .../035-libhdf5-fortran-102_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-fortran-102:amd64 (1.10.8+repack1-1) ...
- Selecting previously unselected package libhdf5-hl-100:amd64.
- Preparing to unpack .../036-libhdf5-hl-100_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-hl-100:amd64 (1.10.8+repack1-1) ...
- Selecting previously unselected package libhdf5-hl-fortran-100:amd64.
- Preparing to unpack .../037-libhdf5-hl-fortran-100_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-hl-fortran-100:amd64 (1.10.8+repack1-1) ...
- Selecting previously unselected package libhdf5-cpp-103-1:amd64.
- Preparing to unpack .../038-libhdf5-cpp-103-1_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-cpp-103-1:amd64 (1.10.8+repack1-1) ...
- Selecting previously unselected package libhdf5-hl-cpp-100:amd64.
- Preparing to unpack .../039-libhdf5-hl-cpp-100_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-hl-cpp-100:amd64 (1.10.8+repack1-1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../040-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../041-libjpeg-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libcurl4-openssl-dev:amd64.
- Preparing to unpack .../042-libcurl4-openssl-dev_7.88.1-10+deb12u5_amd64.deb ...
- Unpacking libcurl4-openssl-dev:amd64 (7.88.1-10+deb12u5) ...
- Selecting previously unselected package libhdf5-dev.
- Preparing to unpack .../043-libhdf5-dev_1.10.8+repack1-1_amd64.deb ...
- Unpacking libhdf5-dev (1.10.8+repack1-1) ...
- Selecting previously unselected package libsuperlu-dev:amd64.
- Preparing to unpack .../044-libsuperlu-dev_5.3.0+dfsg1-2+b1_amd64.deb ...
- Unpacking libsuperlu-dev:amd64 (5.3.0+dfsg1-2+b1) ...
- Selecting previously unselected package libarmadillo-dev.
- Preparing to unpack .../045-libarmadillo-dev_1%3a11.4.2+dfsg-1_amd64.deb ...
- Unpacking libarmadillo-dev (1:11.4.2+dfsg-1) ...
- Selecting previously unselected package libsnappy1v5:amd64.
- Preparing to unpack .../046-libsnappy1v5_1.1.9-3_amd64.deb ...
- Unpacking libsnappy1v5:amd64 (1.1.9-3) ...
- Selecting previously unselected package libblosc1:amd64.
- Preparing to unpack .../047-libblosc1_1.21.3+ds-1_amd64.deb ...
- Unpacking libblosc1:amd64 (1.21.3+ds-1) ...
- Selecting previously unselected package libblosc-dev:amd64.
- Preparing to unpack .../048-libblosc-dev_1.21.3+ds-1_amd64.deb ...
- Unpacking libblosc-dev:amd64 (1.21.3+ds-1) ...
- Selecting previously unselected package libboost1.74-dev:amd64.
- Preparing to unpack .../049-libboost1.74-dev_1.74.0+ds1-21_amd64.deb ...
- Unpacking libboost1.74-dev:amd64 (1.74.0+ds1-21) ...
- Selecting previously unselected package libboost-dev:amd64.
- Preparing to unpack .../050-libboost-dev_1.74.0.3_amd64.deb ...
- Unpacking libboost-dev:amd64 (1.74.0.3) ...
- Selecting previously unselected package libcfitsio10:amd64.
- Preparing to unpack .../051-libcfitsio10_4.2.0-3_amd64.deb ...
- Unpacking libcfitsio10:amd64 (4.2.0-3) ...
- Selecting previously unselected package libcfitsio-dev:amd64.
- Preparing to unpack .../052-libcfitsio-dev_4.2.0-3_amd64.deb ...
- Unpacking libcfitsio-dev:amd64 (4.2.0-3) ...
- Selecting previously unselected package libcfitsio-doc.
- Preparing to unpack .../053-libcfitsio-doc_4.2.0-3_all.deb ...
- Unpacking libcfitsio-doc (4.2.0-3) ...
- Selecting previously unselected package libdav1d-dev:amd64.
- Preparing to unpack .../054-libdav1d-dev_1.0.0-2_amd64.deb ...
- Unpacking libdav1d-dev:amd64 (1.0.0-2) ...
- Selecting previously unselected package libde265-dev:amd64.
- Preparing to unpack .../055-libde265-dev_1.0.11-1+deb12u1_amd64.deb ...
- Unpacking libde265-dev:amd64 (1.0.11-1+deb12u1) ...
- Selecting previously unselected package libdeflate-dev:amd64.
- Preparing to unpack .../056-libdeflate-dev_1.14-1_amd64.deb ...
- Unpacking libdeflate-dev:amd64 (1.14-1) ...
- Selecting previously unselected package libexpat1-dev:amd64.
- Preparing to unpack .../057-libexpat1-dev_2.5.0-1_amd64.deb ...
- Unpacking libexpat1-dev:amd64 (2.5.0-1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../058-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libfreexl1:amd64.
- Preparing to unpack .../059-libfreexl1_1.0.6-2_amd64.deb ...
- Unpacking libfreexl1:amd64 (1.0.6-2) ...
- Selecting previously unselected package libfreexl-dev:amd64.
- Preparing to unpack .../060-libfreexl-dev_1.0.6-2_amd64.deb ...
- Unpacking libfreexl-dev:amd64 (1.0.6-2) ...
- Selecting previously unselected package libfyba0:amd64.
- Preparing to unpack .../061-libfyba0_4.1.1-8_amd64.deb ...
- Unpacking libfyba0:amd64 (4.1.1-8) ...
- Selecting previously unselected package libfyba-dev:amd64.
- Preparing to unpack .../062-libfyba-dev_4.1.1-8_amd64.deb ...
- Unpacking libfyba-dev:amd64 (4.1.1-8) ...
- Selecting previously unselected package libgeos3.11.1:amd64.
- Preparing to unpack .../063-libgeos3.11.1_3.11.1-1_amd64.deb ...
- Unpacking libgeos3.11.1:amd64 (3.11.1-1) ...
- Selecting previously unselected package libgeos-c1v5:amd64.
- Preparing to unpack .../064-libgeos-c1v5_3.11.1-1_amd64.deb ...
- Unpacking libgeos-c1v5:amd64 (3.11.1-1) ...
- Selecting previously unselected package proj-data.
- Preparing to unpack .../065-proj-data_9.1.1-1_all.deb ...
- Unpacking proj-data (9.1.1-1) ...
- Selecting previously unselected package libproj25:amd64.
- Preparing to unpack .../066-libproj25_9.1.1-1+b1_amd64.deb ...
- Unpacking libproj25:amd64 (9.1.1-1+b1) ...
- Selecting previously unselected package libgeotiff5:amd64.
- Preparing to unpack .../067-libgeotiff5_1.7.1-2+b1_amd64.deb ...
- Unpacking libgeotiff5:amd64 (1.7.1-2+b1) ...
- Selecting previously unselected package libgif7:amd64.
- Preparing to unpack .../068-libgif7_5.2.1-2.5_amd64.deb ...
- Unpacking libgif7:amd64 (5.2.1-2.5) ...
- Selecting previously unselected package libhdf4-0-alt.
- Preparing to unpack .../069-libhdf4-0-alt_4.2.15-5_amd64.deb ...
- Unpacking libhdf4-0-alt (4.2.15-5) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../070-libjson-c5_0.16-2_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.16-2) ...
- Selecting previously unselected package libminizip1:amd64.
- Preparing to unpack .../071-libminizip1_1.1-8+deb12u1_amd64.deb ...
- Unpacking libminizip1:amd64 (1.1-8+deb12u1) ...
- Selecting previously unselected package liburiparser1:amd64.
- Preparing to unpack .../072-liburiparser1_0.9.7+dfsg-2_amd64.deb ...
- Unpacking liburiparser1:amd64 (0.9.7+dfsg-2) ...
- Selecting previously unselected package libkmlbase1:amd64.
- Preparing to unpack .../073-libkmlbase1_1.3.0-10_amd64.deb ...
- Unpacking libkmlbase1:amd64 (1.3.0-10) ...
- Selecting previously unselected package libkmldom1:amd64.
- Preparing to unpack .../074-libkmldom1_1.3.0-10_amd64.deb ...
- Unpacking libkmldom1:amd64 (1.3.0-10) ...
- Selecting previously unselected package libkmlengine1:amd64.
- Preparing to unpack .../075-libkmlengine1_1.3.0-10_amd64.deb ...
- Unpacking libkmlengine1:amd64 (1.3.0-10) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../076-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libnetcdf19:amd64.
- Preparing to unpack .../077-libnetcdf19_1%3a4.9.0-3+b1_amd64.deb ...
- Unpacking libnetcdf19:amd64 (1:4.9.0-3+b1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../078-libltdl7_2.4.7-5_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.7-5) ...
- Selecting previously unselected package libodbc2:amd64.
- Preparing to unpack .../079-libodbc2_2.3.11-2+deb12u1_amd64.deb ...
- Unpacking libodbc2:amd64 (2.3.11-2+deb12u1) ...
- Selecting previously unselected package unixodbc-common.
- Preparing to unpack .../080-unixodbc-common_2.3.11-2+deb12u1_all.deb ...
- Unpacking unixodbc-common (2.3.11-2+deb12u1) ...
- Selecting previously unselected package libodbcinst2:amd64.
- Preparing to unpack .../081-libodbcinst2_2.3.11-2+deb12u1_amd64.deb ...
- Unpacking libodbcinst2:amd64 (2.3.11-2+deb12u1) ...
- Selecting previously unselected package libogdi4.1.
- Preparing to unpack .../082-libogdi4.1_4.1.0+ds-6_amd64.deb ...
- Unpacking libogdi4.1 (4.1.0+ds-6) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../083-libopenjp2-7_2.5.0-2_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.5.0-2) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../084-liblcms2-2_2.14-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.14-2) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../085-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../086-libnss3_2%3a3.87.1-1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1) ...
- Selecting previously unselected package libpoppler126:amd64.
- Preparing to unpack .../087-libpoppler126_22.12.0-2+b1_amd64.deb ...
- Unpacking libpoppler126:amd64 (22.12.0-2+b1) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../088-libpq5_15.5-0+deb12u1_amd64.deb ...
- Unpacking libpq5:amd64 (15.5-0+deb12u1) ...
- Selecting previously unselected package libqhull-r8.0:amd64.
- Preparing to unpack .../089-libqhull-r8.0_2020.2-5_amd64.deb ...
- Unpacking libqhull-r8.0:amd64 (2020.2-5) ...
- Selecting previously unselected package librttopo1:amd64.
- Preparing to unpack .../090-librttopo1_1.1.0-3_amd64.deb ...
- Unpacking librttopo1:amd64 (1.1.0-3) ...
- Selecting previously unselected package libspatialite7:amd64.
- Preparing to unpack .../091-libspatialite7_5.0.1-3_amd64.deb ...
- Unpacking libspatialite7:amd64 (5.0.1-3) ...
- Selecting previously unselected package libxerces-c3.2:amd64.
- Preparing to unpack .../092-libxerces-c3.2_3.2.4+debian-1_amd64.deb ...
- Unpacking libxerces-c3.2:amd64 (3.2.4+debian-1) ...
- Selecting previously unselected package libgdal32.
- Preparing to unpack .../093-libgdal32_3.6.2+dfsg-1+b2_amd64.deb ...
- Unpacking libgdal32 (3.6.2+dfsg-1+b2) ...
- Selecting previously unselected package libgeos-dev.
- Preparing to unpack .../094-libgeos-dev_3.11.1-1_amd64.deb ...
- Unpacking libgeos-dev (3.11.1-1) ...
- Selecting previously unselected package libsqlite3-dev:amd64.
- Preparing to unpack .../095-libsqlite3-dev_3.40.1-2_amd64.deb ...
- Unpacking libsqlite3-dev:amd64 (3.40.1-2) ...
- Selecting previously unselected package libjbig-dev:amd64.
- Preparing to unpack .../096-libjbig-dev_2.1-6.1_amd64.deb ...
- Unpacking libjbig-dev:amd64 (2.1-6.1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../097-liblzma-dev_5.4.1-0.2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.4.1-0.2) ...
- Selecting previously unselected package libzstd-dev:amd64.
- Preparing to unpack .../098-libzstd-dev_1.5.4+dfsg2-5_amd64.deb ...
- Unpacking libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../099-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../100-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebp-dev:amd64.
- Preparing to unpack .../101-libwebp-dev_1.2.4-0.2+deb12u1_amd64.deb ...
- Unpacking libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libtiffxx6:amd64.
- Preparing to unpack .../102-libtiffxx6_4.5.0-6+deb12u1_amd64.deb ...
- Unpacking libtiffxx6:amd64 (4.5.0-6+deb12u1) ...
- Selecting previously unselected package liblerc-dev:amd64.
- Preparing to unpack .../103-liblerc-dev_4.0.0+ds-2_amd64.deb ...
- Unpacking liblerc-dev:amd64 (4.0.0+ds-2) ...
- Selecting previously unselected package libtiff-dev:amd64.
- Preparing to unpack .../104-libtiff-dev_4.5.0-6+deb12u1_amd64.deb ...
- Unpacking libtiff-dev:amd64 (4.5.0-6+deb12u1) ...
- Selecting previously unselected package libproj-dev:amd64.
- Preparing to unpack .../105-libproj-dev_9.1.1-1+b1_amd64.deb ...
- Unpacking libproj-dev:amd64 (9.1.1-1+b1) ...
- Selecting previously unselected package libgeotiff-dev:amd64.
- Preparing to unpack .../106-libgeotiff-dev_1.7.1-2+b1_amd64.deb ...
- Unpacking libgeotiff-dev:amd64 (1.7.1-2+b1) ...
- Selecting previously unselected package libgif-dev:amd64.
- Preparing to unpack .../107-libgif-dev_5.2.1-2.5_amd64.deb ...
- Unpacking libgif-dev:amd64 (5.2.1-2.5) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../108-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../109-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libnetcdf-dev.
- Preparing to unpack .../110-libnetcdf-dev_1%3a4.9.0-3+b1_amd64.deb ...
- Unpacking libnetcdf-dev (1:4.9.0-3+b1) ...
- Selecting previously unselected package libhdf4-alt-dev.
- Preparing to unpack .../111-libhdf4-alt-dev_4.2.15-5_amd64.deb ...
- Unpacking libhdf4-alt-dev (4.2.15-5) ...
- Selecting previously unselected package libx265-dev:amd64.
- Preparing to unpack .../112-libx265-dev_3.5-2+b1_amd64.deb ...
- Unpacking libx265-dev:amd64 (3.5-2+b1) ...
- Selecting previously unselected package libheif-dev:amd64.
- Preparing to unpack .../113-libheif-dev_1.15.1-1_amd64.deb ...
- Unpacking libheif-dev:amd64 (1.15.1-1) ...
- Selecting previously unselected package libjson-c-dev:amd64.
- Preparing to unpack .../114-libjson-c-dev_0.16-2_amd64.deb ...
- Unpacking libjson-c-dev:amd64 (0.16-2) ...
- Selecting previously unselected package libkmlconvenience1:amd64.
- Preparing to unpack .../115-libkmlconvenience1_1.3.0-10_amd64.deb ...
- Unpacking libkmlconvenience1:amd64 (1.3.0-10) ...
- Selecting previously unselected package libkmlregionator1:amd64.
- Preparing to unpack .../116-libkmlregionator1_1.3.0-10_amd64.deb ...
- Unpacking libkmlregionator1:amd64 (1.3.0-10) ...
- Selecting previously unselected package libkmlxsd1:amd64.
- Preparing to unpack .../117-libkmlxsd1_1.3.0-10_amd64.deb ...
- Unpacking libkmlxsd1:amd64 (1.3.0-10) ...
- Selecting previously unselected package libminizip-dev:amd64.
- Preparing to unpack .../118-libminizip-dev_1.1-8+deb12u1_amd64.deb ...
- Unpacking libminizip-dev:amd64 (1.1-8+deb12u1) ...
- Selecting previously unselected package liburiparser-dev.
- Preparing to unpack .../119-liburiparser-dev_0.9.7+dfsg-2_amd64.deb ...
- Unpacking liburiparser-dev (0.9.7+dfsg-2) ...
- Selecting previously unselected package libkml-dev:amd64.
- Preparing to unpack .../120-libkml-dev_1.3.0-10_amd64.deb ...
- Unpacking libkml-dev:amd64 (1.3.0-10) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../121-libltdl-dev_2.4.7-5_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.7-5) ...
- Selecting previously unselected package liblz4-dev:amd64.
- Preparing to unpack .../122-liblz4-dev_1.9.4-1_amd64.deb ...
- Unpacking liblz4-dev:amd64 (1.9.4-1) ...
- Selecting previously unselected package libogdi-dev.
- Preparing to unpack .../123-libogdi-dev_4.1.0+ds-6_amd64.deb ...
- Unpacking libogdi-dev (4.1.0+ds-6) ...
- Selecting previously unselected package libopenjp2-7-dev:amd64.
- Preparing to unpack .../124-libopenjp2-7-dev_2.5.0-2_amd64.deb ...
- Unpacking libopenjp2-7-dev:amd64 (2.5.0-2) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../125-libpcre2-16-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../126-libpcre2-32-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../127-libpcre2-posix3_10.42-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../128-libpcre2-dev_10.42-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.42-1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../129-libpng-dev_1.6.39-2_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.39-2) ...
- Selecting previously unselected package libpoppler-dev:amd64.
- Preparing to unpack .../130-libpoppler-dev_22.12.0-2+b1_amd64.deb ...
- Unpacking libpoppler-dev:amd64 (22.12.0-2+b1) ...
- Selecting previously unselected package libpoppler-private-dev:amd64.
- Preparing to unpack .../131-libpoppler-private-dev_22.12.0-2+b1_amd64.deb ...
- Unpacking libpoppler-private-dev:amd64 (22.12.0-2+b1) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../132-libpq-dev_15.5-0+deb12u1_amd64.deb ...
- Unpacking libpq-dev (15.5-0+deb12u1) ...
- Selecting previously unselected package libqhull8.0:amd64.
- Preparing to unpack .../133-libqhull8.0_2020.2-5_amd64.deb ...
- Unpacking libqhull8.0:amd64 (2020.2-5) ...
- Selecting previously unselected package libqhullcpp8.0:amd64.
- Preparing to unpack .../134-libqhullcpp8.0_2020.2-5_amd64.deb ...
- Unpacking libqhullcpp8.0:amd64 (2020.2-5) ...
- Selecting previously unselected package libqhull-dev:amd64.
- Preparing to unpack .../135-libqhull-dev_2020.2-5_amd64.deb ...
- Unpacking libqhull-dev:amd64 (2020.2-5) ...
- Selecting previously unselected package librttopo-dev:amd64.
- Preparing to unpack .../136-librttopo-dev_1.1.0-3_amd64.deb ...
- Unpacking librttopo-dev:amd64 (1.1.0-3) ...
- Selecting previously unselected package libspatialite-dev:amd64.
- Preparing to unpack .../137-libspatialite-dev_5.0.1-3_amd64.deb ...
- Unpacking libspatialite-dev:amd64 (5.0.1-3) ...
- Selecting previously unselected package libxerces-c-dev:amd64.
- Preparing to unpack .../138-libxerces-c-dev_3.2.4+debian-1_amd64.deb ...
- Unpacking libxerces-c-dev:amd64 (3.2.4+debian-1) ...
- Selecting previously unselected package libodbccr2:amd64.
- Preparing to unpack .../139-libodbccr2_2.3.11-2+deb12u1_amd64.deb ...
- Unpacking libodbccr2:amd64 (2.3.11-2+deb12u1) ...
- Selecting previously unselected package unixodbc-dev:amd64.
- Preparing to unpack .../140-unixodbc-dev_2.3.11-2+deb12u1_amd64.deb ...
- Unpacking unixodbc-dev:amd64 (2.3.11-2+deb12u1) ...
- Selecting previously unselected package libgdal-dev.
- Preparing to unpack .../141-libgdal-dev_3.6.2+dfsg-1+b2_amd64.deb ...
- Unpacking libgdal-dev (3.6.2+dfsg-1+b2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../142-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../143-libpng-tools_1.6.39-2_amd64.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../144-libtool_2.4.7-5_all.deb ...
- Unpacking libtool (2.4.7-5) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../145-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../146-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../147-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package proj-bin.
- Preparing to unpack .../148-proj-bin_9.1.1-1+b1_amd64.deb ...
- Unpacking proj-bin (9.1.1-1+b1) ...
- Setting up liblcms2-2:amd64 (2.14-2) ...
- Setting up mysql-common (5.8+1.1.0) ...
- update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libboost1.74-dev:amd64 (1.74.0+ds1-21) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libzstd-dev:amd64 (1.5.4+dfsg2-5) ...
- Setting up libxerces-c3.2:amd64 (3.2.4+debian-1) ...
- Setting up proj-data (9.1.1-1) ...
- Setting up hdf5-helpers (1.10.8+repack1-1) ...
- Setting up libgeos3.11.1:amd64 (3.11.1-1) ...
- Setting up libproj25:amd64 (9.1.1-1+b1) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libmagic-mgc (1:5.44-3) ...
- Setting up libogdi4.1 (4.1.0+ds-6) ...
- Setting up libqhull8.0:amd64 (2020.2-5) ...
- Setting up libminizip1:amd64 (1.1-8+deb12u1) ...
- Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libmagic1:amd64 (1:5.44-3) ...
- Setting up libpq5:amd64 (15.5-0+deb12u1) ...
- Setting up libjbig-dev:amd64 (2.1-6.1) ...
- Setting up proj-bin (9.1.1-1+b1) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libqhull-r8.0:amd64 (2020.2-5) ...
- Setting up file (1:5.44-3) ...
- Setting up libcfitsio10:amd64 (4.2.0-3) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up libpcre2-16-0:amd64 (10.42-1) ...
- Setting up libaec0:amd64 (1.0.6-1+b1) ...
- Setting up gdal-data (3.6.2+dfsg-1) ...
- Setting up libgeotiff5:amd64 (1.7.1-2+b1) ...
- Setting up libsnappy1v5:amd64 (1.1.9-3) ...
- Setting up poppler-data (0.4.12-1) ...
- Setting up libaom-dev:amd64 (3.6.0-1) ...
- Setting up mariadb-common (1:10.11.4-1~deb12u1) ...
- update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libminizip-dev:amd64 (1.1-8+deb12u1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpcre2-32-0:amd64 (10.42-1) ...
- Setting up libblas3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libexpat1-dev:amd64 (2.5.0-1) ...
- Setting up libsqlite3-dev:amd64 (3.40.1-2) ...
- Setting up libde265-dev:amd64 (1.0.11-1+deb12u1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libcurl4-openssl-dev:amd64 (7.88.1-10+deb12u5) ...
- Setting up libdav1d-dev:amd64 (1.0.0-2) ...
- Setting up libx265-dev:amd64 (3.5-2+b1) ...
- Setting up libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up liblz4-dev:amd64 (1.9.4-1) ...
- Setting up libgeos-c1v5:amd64 (3.11.1-1) ...
- Setting up libmariadb3:amd64 (1:10.11.4-1~deb12u1) ...
- Setting up unixodbc-common (2.3.11-2+deb12u1) ...
- Setting up libqhullcpp8.0:amd64 (2020.2-5) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up liblerc-dev:amd64 (4.0.0+ds-2) ...
- Setting up libltdl7:amd64 (2.4.7-5) ...
- Setting up libqhull-dev:amd64 (2020.2-5) ...
- Setting up libgfortran5:amd64 (12.2.0-14) ...
- Setting up autoconf (2.71-3) ...
- Setting up libhdf4-0-alt (4.2.15-5) ...
- Setting up liblzma-dev:amd64 (5.4.1-0.2) ...
- Setting up libgif7:amd64 (5.2.1-2.5) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libodbc2:amd64 (2.3.11-2+deb12u1) ...
- Setting up liburiparser1:amd64 (0.9.7+dfsg-2) ...
- Setting up libpcre2-posix3:amd64 (10.42-1) ...
- Setting up librttopo1:amd64 (1.1.0-3) ...
- Setting up libfreexl1:amd64 (1.0.6-2) ...
- Setting up libgif-dev:amd64 (5.2.1-2.5) ...
- Setting up libfyba0:amd64 (4.1.1-8) ...
- Setting up libkmlbase1:amd64 (1.3.0-10) ...
- Setting up libblosc1:amd64 (1.21.3+ds-1) ...
- Setting up libopenjp2-7:amd64 (2.5.0-2) ...
- Setting up libboost-dev:amd64 (1.74.0.3) ...
- Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:amd64 (4.5.0-6+deb12u1) ...
- Setting up libdeflate-dev:amd64 (1.14-1) ...
- Setting up libjson-c5:amd64 (0.16-2) ...
- Setting up libogdi-dev (4.1.0+ds-6) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libcfitsio-doc (4.2.0-3) ...
- Setting up libblas-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- Setting up libsz2:amd64 (1.0.6-1+b1) ...
- Setting up libkmlxsd1:amd64 (1.3.0-10) ...
- Setting up libodbccr2:amd64 (2.3.11-2+deb12u1) ...
- Setting up gdal-plugins (3.6.2+dfsg-1+b2) ...
- Setting up libkmldom1:amd64 (1.3.0-10) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libspatialite7:amd64 (5.0.1-3) ...
- Setting up librttopo-dev:amd64 (1.1.0-3) ...
- Setting up libodbcinst2:amd64 (2.3.11-2+deb12u1) ...
- Setting up liblapack3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libcfitsio-dev:amd64 (4.2.0-3) ...
- Setting up libkmlengine1:amd64 (1.3.0-10) ...
- Setting up libpcre2-dev:amd64 (10.42-1) ...
- Setting up libkmlconvenience1:amd64 (1.3.0-10) ...
- Setting up libtool (2.4.7-5) ...
- Setting up libblosc-dev:amd64 (1.21.3+ds-1) ...
- Setting up libjson-c-dev:amd64 (0.16-2) ...
- Setting up libfreexl-dev:amd64 (1.0.6-2) ...
- Setting up libfyba-dev:amd64 (4.1.1-8) ...
- Setting up libpng-dev:amd64 (1.6.39-2) ...
- Setting up libaec-dev:amd64 (1.0.6-1+b1) ...
- Setting up libarpack2:amd64 (3.8.0-3) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-2) ...
- Setting up libsuperlu5:amd64 (5.3.0+dfsg1-2+b1) ...
- Setting up libheif-dev:amd64 (1.15.1-1) ...
- Setting up libpq-dev (15.5-0+deb12u1) ...
- Setting up libnss3:amd64 (2:3.87.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up liburiparser-dev (0.9.7+dfsg-2) ...
- Setting up libltdl-dev:amd64 (2.4.7-5) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libwebp-dev:amd64 (1.2.4-0.2+deb12u1) ...
- Setting up libtiff-dev:amd64 (4.5.0-6+deb12u1) ...
- Setting up libopenjp2-7-dev:amd64 (2.5.0-2) ...
- Setting up libxerces-c-dev:amd64 (3.2.4+debian-1) ...
- Setting up libkmlregionator1:amd64 (1.3.0-10) ...
- Setting up libgeos-dev (3.11.1-1) ...
- Setting up liblapack-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- Setting up libproj-dev:amd64 (9.1.1-1+b1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libspatialite-dev:amd64 (5.0.1-3) ...
- Setting up libpoppler126:amd64 (22.12.0-2+b1) ...
- Setting up libmariadb-dev (1:10.11.4-1~deb12u1) ...
- Setting up libhdf5-103-1:amd64 (1.10.8+repack1-1) ...
- Setting up libhdf5-cpp-103-1:amd64 (1.10.8+repack1-1) ...
- Setting up libsuperlu-dev:amd64 (5.3.0+dfsg1-2+b1) ...
- Setting up unixodbc-dev:amd64 (2.3.11-2+deb12u1) ...
- Setting up libhdf5-hl-100:amd64 (1.10.8+repack1-1) ...
- Setting up libpoppler-dev:amd64 (22.12.0-2+b1) ...
- Setting up libkml-dev:amd64 (1.3.0-10) ...
- Setting up libmariadb-dev-compat (1:10.11.4-1~deb12u1) ...
- Setting up libarpack2-dev:amd64 (3.8.0-3) ...
- Setting up libarmadillo11 (1:11.4.2+dfsg-1) ...
- Setting up libgeotiff-dev:amd64 (1.7.1-2+b1) ...
- Setting up libpoppler-private-dev:amd64 (22.12.0-2+b1) ...
- Setting up libhdf5-hl-cpp-100:amd64 (1.10.8+repack1-1) ...
- Setting up libhdf5-fortran-102:amd64 (1.10.8+repack1-1) ...
- Setting up libnetcdf19:amd64 (1:4.9.0-3+b1) ...
- Setting up libhdf5-hl-fortran-100:amd64 (1.10.8+repack1-1) ...
- Setting up default-libmysqlclient-dev:amd64 (1.1.0) ...
- Setting up libgdal32 (3.6.2+dfsg-1+b2) ...
- Setting up libhdf5-dev (1.10.8+repack1-1) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode
- Setting up libnetcdf-dev (1:4.9.0-3+b1) ...
- Setting up libarmadillo-dev (1:11.4.2+dfsg-1) ...
- Setting up libhdf4-alt-dev (4.2.15-5) ...
- Setting up libgdal-dev (3.6.2+dfsg-1+b2) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/24:
Processing  4/24:
Processing  5/24: [gdal.0.3.0: http]
Processing  6/24: [gdal.0.3.0: http]
Processing  7/24: [gdal.0.3.0: http] [conf-pkg-config: pkg-config]
-> retrieved ctypes.0.17.1  (cached)
Processing  8/24: [gdal.0.3.0: http] [conf-pkg-config: pkg-config]
Processing  8/24: [conf-pkg-config: pkg-config]
-> retrieved integers.0.7.0  (cached)
Processing  9/24: [conf-pkg-config: pkg-config]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing  9/24:
-> installed conf-pkg-config.3
Processing 10/24:
Processing 11/24: [conf-libffi: pkg-config libffi]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 12/24: [conf-libffi: pkg-config libffi] [ocamlbuild: make configure.make]
-> retrieved gdal.0.3.0  (https://github.com/hcarty/ocaml-gdal/archive/v0.3.0.tar.gz)
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 13/24: [conf-libffi: pkg-config libffi] [ocamlbuild: make configure.make] [stdlib-shims: dune build]
-> compiled  conf-libffi.2.0.0
Processing 13/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build]
-> installed conf-libffi.2.0.0
Processing 14/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build]
Processing 15/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build]
-> installed ctypes-foreign.0.18.0
Processing 16/24: [ocamlbuild: make configure.make] [stdlib-shims: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.05"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.05/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.05/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.05"; \
- echo "BINDIR=/home/opam/.opam/4.05/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.05/lib"; \
- echo "MANDIR=/home/opam/.opam/4.05/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.05/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.05/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.05/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 16/24: [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 16/24: [ocamlbuild: make check-if-preinstalled]
-> installed stdlib-shims.0.3.0
Processing 17/24: [ocamlbuild: make check-if-preinstalled]
Processing 18/24: [integers: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  integers.0.7.0
Processing 18/24: [ocamlbuild: make check-if-preinstalled]
-> installed integers.0.7.0
Processing 19/24: [ocamlbuild: make check-if-preinstalled]
Processing 20/24: [ctypes: make libffi.config] [ocamlbuild: make check-if-preinstalled]
- ./src/discover/determine_as_needed_flags.sh >> asneeded.config
- ocamlfind  ocamlc -o discover -package str -strict-sequence -linkpkg src/discover/commands.mli src/discover/commands.ml src/discover/discover.ml -I src/discover
- ./discover -ocamlc "ocamlfind  ocamlc" > libffi.config || (rm libffi.config && false)
- testing for brew: .............................. unavailable
- testing for MacPorts: .......................... unavailable
- testing for pkg-config: ........................ available
- testing for libffi: ............................ available
- make: 'libffi.config' is up to date.
Processing 20/24: [ctypes: make ctypes-base] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.05/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.05/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 20/24: [ctypes: make ctypes-base]
-> installed ocamlbuild.0.14.3
Processing 21/24: [ctypes: make ctypes-base]
+ /usr/bin/make "XEN=disable" "ctypes-base" "ctypes-stubs" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1)
- ocamlfind  ocamlc -o gen_c_primitives -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_c_primitives.ml -I src/configure
- ./gen_c_primitives > src/ctypes/ctypes_primitives.ml 2> gen_c_primitives.log || (rm src/ctypes/ctypes_primitives.ml && cat gen_c_primitives.log || false)
- ocamlfind  ocamlc -o gen_libffi_abi -package str -strict-sequence -linkpkg src/configure/extract_from_c.ml src/configure/gen_libffi_abi.ml -I src/configure
- ./gen_libffi_abi > src/ctypes-foreign-base/libffi_abi.ml 2> gen_c_primitives.log || (rm src/ctypes-foreign-base/libffi_abi.ml && cat gen_c_primitives.log || false)
- cp src/ctypes-foreign-base/dl.ml.unix src/ctypes-foreign-base/dl.ml
- cp src/ctypes-foreign-base/dl_stubs.c.unix src/ctypes-foreign-base/dl_stubs.c
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_ptr.cmo -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_roots_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/lDouble.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/lDouble.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/lDouble.cmo -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/complexL.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/complexL.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/complexL.cmo -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_primitive_types.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_primitives.cmo -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_memory_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_bigarray.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_bigarray.cmo -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_static.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_static.cmo -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_std_view_stubs.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_structs.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_structs_computed.cmo -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_type_printing.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_type_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_memory.cmo -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_coerce.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_coerce.cmo -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_std_views.cmo -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes_value_printing.cmo -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes_types.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes_types.mli
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/ctypes.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/ctypes.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/ctypes.cmo -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/cstubs_internals.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/cstubs_internals.cmo -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes/posixTypes.cmi -package bigarray -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes  src/ctypes/posixTypes.mli
- ocamlfind  ocamlc -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes/posixTypes.cmo -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -cclib -lctypes_stubs -dllib -lctypes_stubs  -cclib -lintegers_stubs -dllib -lintegers_stubs -package bigarray -package integers   -o _build/ctypes.cma _build/src/ctypes/ctypes_ptr.cmo _build/src/ctypes/ctypes_roots_stubs.cmo _build/src/ctypes/lDouble.cmo _build/src/ctypes/ctypes_bigarray_stubs.cmo _build/src/ctypes/complexL.cmo _build/src/ctypes/ctypes_primitive_types.cmo _build/src/ctypes/ctypes_primitives.cmo _build/src/ctypes/ctypes_value_printing_stubs.cmo _build/src/ctypes/ctypes_memory_stubs.cmo _build/src/ctypes/ctypes_bigarray.cmo _build/src/ctypes/ctypes_static.cmo _build/src/ctypes/ctypes_std_view_stubs.cmo _build/src/ctypes/ctypes_structs.cmo _build/src/ctypes/ctypes_structs_computed.cmo _build/src/ctypes/ctypes_type_printing.cmo _build/src/ctypes/ctypes_memory.cmo _build/src/ctypes/ctypes_coerce.cmo _build/src/ctypes/ctypes_std_views.cmo _build/src/ctypes/ctypes_value_printing.cmo _build/src/ctypes/ctypes.cmo _build/src/ctypes/cstubs_internals.cmo _build/src/ctypes/posixTypes.cmo -cclib -Wl,--no-as-needed
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o complex_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/complex_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o ctypes_bigarrays.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/ctypes_bigarrays.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o ctypes_roots.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/ctypes_roots.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o ldouble_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/ldouble_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o managed_buffer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/managed_buffer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o posix_types_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/posix_types_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o raw_pointer_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/raw_pointer_stubs.c
- cd _build/src/ctypes && ocamlfind  ocamlc -c -package bigarray -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o type_info_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes/type_info_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes_stubs _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o  
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_ptr.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_ptr.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_roots_stubs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_roots_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/lDouble.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/lDouble.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray_stubs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/complexL.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/complexL.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitive_types.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitive_types.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_primitives.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_primitives.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing_stubs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory_stubs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_bigarray.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_bigarray.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_static.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_static.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_view_stubs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_view_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_structs_computed.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_structs_computed.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_type_printing.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_type_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_memory.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_memory.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_coerce.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_coerce.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_std_views.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_std_views.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes_value_printing.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes_value_printing.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/ctypes.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/ctypes.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/cstubs_internals.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/cstubs_internals.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes/posixTypes.cmx -package bigarray -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers    -I _build/src/ctypes  src/ctypes/posixTypes.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers   -cclib -lctypes_stubs  -cclib -lintegers_stubs -o _build/ctypes.cmxa _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package bigarray -package integers   -o _build/ctypes.cmxs _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx _build/src/ctypes/complex_stubs.o _build/src/ctypes/ctypes_bigarrays.o _build/src/ctypes/ctypes_roots.o _build/src/ctypes/ldouble_stubs.o _build/src/ctypes/managed_buffer_stubs.o _build/src/ctypes/posix_types_stubs.o _build/src/ctypes/raw_pointer_stubs.o _build/src/ctypes/type_info_stubs.o -cclib -Wl,--no-as-needed
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmi -package compiler-libs -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.mli
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-top/ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-top/install_ctypes_printers.cmo -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"    -package compiler-libs -package integers   -o _build/ctypes-top.cma _build/src/ctypes-top/ctypes_printers.cmo _build/src/ctypes-top/install_ctypes_printers.cmo -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-top/install_ctypes_printers.cmx -package compiler-libs -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package compiler-libs -package integers    -I _build/src/ctypes-top  -I _build/src/ctypes src/ctypes-top/install_ctypes_printers.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package compiler-libs -package integers     -o _build/ctypes-top.cmxa _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package compiler-libs -package integers   -o _build/ctypes-top.cmxs _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx  -cclib -Wl,--no-as-needed
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/4.05/lib/ocaml, /home/opam/.opam/4.05/lib/ocaml/compiler-libs
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_analysis.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_errors.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/ctypes_path.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_public_name.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_ml.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_c_language.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_emit_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_generate_c.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_inverted.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs_structs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/cstubs/cstubs.cmi -package str -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.mli
- ocamlfind  ocamlc -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/cstubs/cstubs.cmo -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"    -package str -package integers   -o _build/cstubs.cma _build/src/cstubs/cstubs_analysis.cmo _build/src/cstubs/cstubs_errors.cmo _build/src/cstubs/ctypes_path.cmo _build/src/cstubs/cstubs_public_name.cmo _build/src/cstubs/cstubs_generate_ml.cmo _build/src/cstubs/cstubs_c_language.cmo _build/src/cstubs/cstubs_emit_c.cmo _build/src/cstubs/cstubs_generate_c.cmo _build/src/cstubs/cstubs_inverted.cmo _build/src/cstubs/cstubs_structs.cmo _build/src/cstubs/cstubs.cmo -cclib -Wl,--no-as-needed
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_analysis.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_analysis.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_errors.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_errors.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/ctypes_path.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/ctypes_path.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_public_name.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_public_name.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_ml.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_ml.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_c_language.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_c_language.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_emit_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_emit_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_generate_c.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_generate_c.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_inverted.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_inverted.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs_structs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs_structs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/cstubs/cstubs.cmx -package str -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers    -I _build/src/cstubs  -I _build/src/ctypes src/cstubs/cstubs.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers     -o _build/cstubs.cmxa _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx -cclib -Wl,--no-as-needed
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package str -package integers   -o _build/cstubs.cmxs _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx  -cclib -Wl,--no-as-needed
Processing 21/24: [ctypes: make ctypes-foreign]
+ /usr/bin/make "XEN=disable" "ctypes-foreign" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1)
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.ml
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/dl.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/dl.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/dl.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/dl.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/libffi_abi.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/libffi_abi.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmi -package integers    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.mli
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.ml
- ocamlfind  ocamlc -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmo -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_foreign_basis.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -cclib -lctypes-foreign-base_stubs -dllib -lctypes-foreign-base_stubs  -package integers   -o _build/ctypes-foreign-base.cma _build/src/ctypes-foreign-base/ctypes_closure_properties.cmo _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmo _build/src/ctypes-foreign-base/ctypes_weak_ref.cmo _build/src/ctypes-foreign-base/dl.cmo _build/src/ctypes-foreign-base/libffi_abi.cmo _build/src/ctypes-foreign-base/ctypes_ffi.cmo _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- cd _build/src/ctypes-foreign-base && ocamlfind  ocamlc -c -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o dl_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/dl_stubs.c
- cd _build/src/ctypes-foreign-base && ocamlfind  ocamlc -c -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o ffi_call_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_call_stubs.c
- cd _build/src/ctypes-foreign-base && ocamlfind  ocamlc -c -package integers   -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o ffi_type_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-base/ffi_type_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes-foreign-base_stubs _build/src/ctypes-foreign-base/dl_stubs.o _build/src/ctypes-foreign-base/ffi_call_stubs.o _build/src/ctypes-foreign-base/ffi_type_stubs.o -ldopt -lffi 
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_closure_properties.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_weak_ref.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/dl.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/dl.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/libffi_abi.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/libffi_abi.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_ffi.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_ffi.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx -package integers   -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers    -I _build/src/ctypes-foreign-base  -I _build/src/ctypes src/ctypes-foreign-base/ctypes_foreign_basis.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers   -cclib -lctypes-foreign-base_stubs  -o _build/ctypes-foreign-base.cmxa _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"  -package integers   -o _build/ctypes-foreign-base.cmxs _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx _build/src/ctypes-foreign-base/dl_stubs.o _build/src/ctypes-foreign-base/ffi_call_stubs.o _build/src/ctypes-foreign-base/ffi_type_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  ocamlc  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread  -c -o _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmo -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-threaded/foreign.cmi  -thread -package threads  -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.mli
- ocamlfind  ocamlc  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread  -c -o _build/src/ctypes-foreign-threaded/foreign.cmo -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread -cclib -lctypes-foreign-threaded_stubs -dllib -lctypes-foreign-threaded_stubs   -thread -package threads  -o _build/ctypes-foreign-threaded.cma _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmo _build/src/ctypes-foreign-threaded/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- cd _build/src/ctypes-foreign-threaded && ocamlfind  ocamlc -c  -thread -package threads  -ccopt -fPIC -ccopt -Wall -ccopt -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes -ccopt -I -ccopt /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/tests -o foreign_threaded_stubs.o -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" /home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1/src/ctypes-foreign-threaded/foreign_threaded_stubs.c
- ocamlfind  ocamlmklib -o _build/ctypes-foreign-threaded_stubs _build/src/ctypes-foreign-threaded/foreign_threaded_stubs.o -ldopt -lffi 
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread  -thread -package threads   -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-threaded/foreign.cmx  -thread -package threads  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread  -thread -package threads   -I _build/src/ctypes-foreign-threaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-threaded/foreign.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread  -thread -package threads  -cclib -lctypes-foreign-threaded_stubs  -o _build/ctypes-foreign-threaded.cmxa _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign-threaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -thread  -thread -package threads  -o _build/ctypes-foreign-threaded.cmxs _build/src/ctypes-foreign-threaded/ctypes_foreign_threaded_stubs.cmx _build/src/ctypes-foreign-threaded/foreign.cmx _build/src/ctypes-foreign-threaded/foreign_threaded_stubs.o -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  ocamlc    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmo -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/ctypes_gc_mutex.ml
- ocamlfind  ocamlopt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmi    -opaque  -no-keep-locs  -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers" -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.mli
- ocamlfind  ocamlc    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"   -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmo -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.ml
- ocamlfind  ocamlc -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"       -o _build/ctypes-foreign-unthreaded.cma _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmo _build/src/ctypes-foreign-unthreaded/foreign.cmo -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"      -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/ctypes_gc_mutex.ml
- ocamlfind  opt -bin-annot -c -o _build/src/ctypes-foreign-unthreaded/foreign.cmx    -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"      -I _build/src/ctypes-foreign-unthreaded  -I _build/src/ctypes  -I _build/src/ctypes-foreign-base src/ctypes-foreign-unthreaded/foreign.ml
- ocamlfind  opt -a -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"       -o _build/ctypes-foreign-unthreaded.cmxa _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx _build/src/ctypes-foreign-unthreaded/foreign.cmx -cclib -Wl,--no-as-needed -cclib -lffi
- ocamlfind  opt -shared -linkall -principal -short-paths -strict-sequence -g -ccopt "-I/home/opam/.opam/4.05/lib/integers"     -o _build/ctypes-foreign-unthreaded.cmxs _build/src/ctypes-foreign-unthreaded/ctypes_gc_mutex.cmx _build/src/ctypes-foreign-unthreaded/foreign.cmx  -cclib -Wl,--no-as-needed -cclib -lffi
-> compiled  ctypes.0.17.1
Processing 22/24: [ctypes: make install]
+ /usr/bin/make "install" "XEN=disable" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ctypes.0.17.1)
- ocamlfind  install ctypes META CHANGES.md
- Installed /home/opam/.opam/4.05/lib/ctypes/CHANGES.md
- Installed /home/opam/.opam/4.05/lib/ctypes/META
- ocamlfind  install -add ctypes -optional  _build/ctypes.cma _build/dllctypes_stubs.so  _build/ctypes.cmxa _build/ctypes.cmxs _build/libctypes_stubs.a  _build/ctypes.a src/ctypes/lDouble.mli src/ctypes/complexL.mli src/ctypes/ctypes.mli src/ctypes/posixTypes.mli src/ctypes/ctypes_types.mli _build/src/ctypes/lDouble.cmi _build/src/ctypes/complexL.cmi _build/src/ctypes/ctypes.cmi _build/src/ctypes/posixTypes.cmi _build/src/ctypes/ctypes_types.cmi _build/src/ctypes/ctypes_static.cmi _build/src/ctypes/ctypes_primitive_types.cmi _build/src/ctypes/ctypes_structs.cmi _build/src/ctypes/cstubs_internals.cmi _build/src/ctypes/lDouble.cmt _build/src/ctypes/complexL.cmt _build/src/ctypes/ctypes.cmt _build/src/ctypes/posixTypes.cmt _build/src/ctypes/ctypes_types.cmt _build/src/ctypes/lDouble.cmti _build/src/ctypes/complexL.cmti _build/src/ctypes/ctypes.cmti _build/src/ctypes/posixTypes.cmti _build/src/ctypes/ctypes_types.cmti src/ctypes/cstubs_internals.h src/ctypes/ctypes_complex_compatibility.h src/ctypes/ctypes_complex_stubs.h src/ctypes/ctypes_cstubs_internals.h src/ctypes/ctypes_ldouble_stubs.h src/ctypes/ctypes_managed_buffer_stubs.h src/ctypes/ctypes_primitives.h src/ctypes/ctypes_raw_pointer.h src/ctypes/ctypes_type_info_stubs.h  _build/src/ctypes/ctypes_ptr.cmx _build/src/ctypes/ctypes_roots_stubs.cmx _build/src/ctypes/lDouble.cmx _build/src/ctypes/ctypes_bigarray_stubs.cmx _build/src/ctypes/complexL.cmx _build/src/ctypes/ctypes_primitive_types.cmx _build/src/ctypes/ctypes_primitives.cmx _build/src/ctypes/ctypes_value_printing_stubs.cmx _build/src/ctypes/ctypes_memory_stubs.cmx _build/src/ctypes/ctypes_bigarray.cmx _build/src/ctypes/ctypes_static.cmx _build/src/ctypes/ctypes_std_view_stubs.cmx _build/src/ctypes/ctypes_structs.cmx _build/src/ctypes/ctypes_structs_computed.cmx _build/src/ctypes/ctypes_type_printing.cmx _build/src/ctypes/ctypes_memory.cmx _build/src/ctypes/ctypes_coerce.cmx _build/src/ctypes/ctypes_std_views.cmx _build/src/ctypes/ctypes_value_printing.cmx _build/src/ctypes/ctypes.cmx _build/src/ctypes/cstubs_internals.cmx _build/src/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/posixTypes.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_internals.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_value_printing.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_std_views.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_coerce.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_memory.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_type_printing.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_structs_computed.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_structs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_std_view_stubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_static.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_bigarray.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_memory_stubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_value_printing_stubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_primitives.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_primitive_types.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/complexL.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_bigarray_stubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/lDouble.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_roots_stubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_ptr.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_type_info_stubs.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_raw_pointer.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_primitives.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_managed_buffer_stubs.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_ldouble_stubs.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_cstubs_internals.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_complex_stubs.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_complex_compatibility.h
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_internals.h
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_types.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/posixTypes.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/complexL.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/lDouble.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/posixTypes.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/complexL.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/lDouble.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_internals.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_structs.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_primitive_types.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_static.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_types.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/posixTypes.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/complexL.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/lDouble.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_types.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/posixTypes.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/complexL.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/lDouble.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.a
- Installed /home/opam/.opam/4.05/lib/ctypes/libctypes_stubs.a
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cmxs
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cmxa
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes.cma
- Installed /home/opam/.opam/4.05/lib/stublibs/dllctypes_stubs.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllctypes_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _build/ctypes-top.cma   _build/ctypes-top.cmxa _build/ctypes-top.cmxs   _build/ctypes-top.a src/ctypes-top/ctypes_printers.mli _build/src/ctypes-top/ctypes_printers.cmi  _build/src/ctypes-top/ctypes_printers.cmt _build/src/ctypes-top/ctypes_printers.cmti   _build/src/ctypes-top/ctypes_printers.cmx _build/src/ctypes-top/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/install_ctypes_printers.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_printers.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_printers.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_printers.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_printers.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_printers.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-top.a
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-top.cmxs
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-top.cmxa
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-top.cma
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-base.cma _build/dllctypes-foreign-base_stubs.so  _build/ctypes-foreign-base.cmxa _build/ctypes-foreign-base.cmxs _build/libctypes-foreign-base_stubs.a  _build/ctypes-foreign-base.a src/ctypes-foreign-base/dl.mli src/ctypes-foreign-base/libffi_abi.mli _build/src/ctypes-foreign-base/dl.cmi _build/src/ctypes-foreign-base/libffi_abi.cmi  _build/src/ctypes-foreign-base/dl.cmt _build/src/ctypes-foreign-base/libffi_abi.cmt _build/src/ctypes-foreign-base/dl.cmti _build/src/ctypes-foreign-base/libffi_abi.cmti   _build/src/ctypes-foreign-base/ctypes_closure_properties.cmx _build/src/ctypes-foreign-base/ctypes_ffi_stubs.cmx _build/src/ctypes-foreign-base/ctypes_weak_ref.cmx _build/src/ctypes-foreign-base/dl.cmx _build/src/ctypes-foreign-base/libffi_abi.cmx _build/src/ctypes-foreign-base/ctypes_ffi.cmx _build/src/ctypes-foreign-base/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_foreign_basis.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_ffi.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/libffi_abi.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/dl.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_weak_ref.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_ffi_stubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_closure_properties.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/libffi_abi.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/dl.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/libffi_abi.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/dl.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/libffi_abi.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/dl.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/libffi_abi.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/dl.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-base.a
- Installed /home/opam/.opam/4.05/lib/ctypes/libctypes-foreign-base_stubs.a
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-base.cmxs
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-base.cmxa
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-base.cma
- Installed /home/opam/.opam/4.05/lib/stublibs/dllctypes-foreign-base_stubs.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllctypes-foreign-base_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-threaded.cma _build/dllctypes-foreign-threaded_stubs.so  _build/ctypes-foreign-threaded.cmxa _build/ctypes-foreign-threaded.cmxs _build/libctypes-foreign-threaded_stubs.a  _build/ctypes-foreign-threaded.a src/ctypes-foreign-threaded/foreign.mli _build/src/ctypes-foreign-threaded/foreign.cmi  _build/src/ctypes-foreign-threaded/foreign.cmt _build/src/ctypes-foreign-threaded/foreign.cmti   
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-threaded.a
- Installed /home/opam/.opam/4.05/lib/ctypes/libctypes-foreign-threaded_stubs.a
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-threaded.cmxs
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-threaded.cmxa
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-threaded.cma
- Installed /home/opam/.opam/4.05/lib/stublibs/dllctypes-foreign-threaded_stubs.so
- Installed /home/opam/.opam/4.05/lib/stublibs/dllctypes-foreign-threaded_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.05/lib/stublibs is not mentioned in ld.conf
- ocamlfind  install -add ctypes -optional  _build/ctypes-foreign-unthreaded.cma   _build/ctypes-foreign-unthreaded.cmxa _build/ctypes-foreign-unthreaded.cmxs   _build/ctypes-foreign-unthreaded.a src/ctypes-foreign-unthreaded/foreign.mli _build/src/ctypes-foreign-unthreaded/foreign.cmi  _build/src/ctypes-foreign-unthreaded/foreign.cmt _build/src/ctypes-foreign-unthreaded/foreign.cmti   
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.05/lib/ctypes/foreign.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.cmti
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.05/lib/ctypes/foreign.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.cmt
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.05/lib/ctypes/foreign.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.cmi
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/4.05/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/foreign.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-unthreaded.a
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-unthreaded.cmxs
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-unthreaded.cmxa
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes-foreign-unthreaded.cma
- ocamlfind  install -add ctypes -optional  _build/cstubs.cma   _build/cstubs.cmxa _build/cstubs.cmxs   _build/cstubs.a src/cstubs/cstubs_structs.mli src/cstubs/cstubs.mli src/cstubs/cstubs_inverted.mli _build/src/cstubs/cstubs_structs.cmi _build/src/cstubs/cstubs.cmi _build/src/cstubs/cstubs_inverted.cmi  _build/src/cstubs/cstubs_structs.cmt _build/src/cstubs/cstubs.cmt _build/src/cstubs/cstubs_inverted.cmt _build/src/cstubs/cstubs_structs.cmti _build/src/cstubs/cstubs.cmti _build/src/cstubs/cstubs_inverted.cmti  /home/opam/.opam/4.05/lib/integers/ocaml_integers.h _build/src/cstubs/cstubs_analysis.cmx _build/src/cstubs/cstubs_errors.cmx _build/src/cstubs/ctypes_path.cmx _build/src/cstubs/cstubs_public_name.cmx _build/src/cstubs/cstubs_generate_ml.cmx _build/src/cstubs/cstubs_c_language.cmx _build/src/cstubs/cstubs_emit_c.cmx _build/src/cstubs/cstubs_generate_c.cmx _build/src/cstubs/cstubs_inverted.cmx _build/src/cstubs/cstubs_structs.cmx _build/src/cstubs/cstubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_structs.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_inverted.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_generate_c.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_emit_c.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_c_language.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_generate_ml.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_public_name.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ctypes_path.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_errors.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_analysis.cmx
- Installed /home/opam/.opam/4.05/lib/ctypes/ocaml_integers.h
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_inverted.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_structs.cmti
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_inverted.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_structs.cmt
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_inverted.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_structs.cmi
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_inverted.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs_structs.mli
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.a
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cmxs
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cmxa
- Installed /home/opam/.opam/4.05/lib/ctypes/cstubs.cma
-> installed ctypes.0.17.1
Processing 23/24: [gdal: ocaml setup.ml]
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/gdal.0.3.0)
- File "./setup.ml", line 247, characters 8-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "./setup.ml", line 320, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 320, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 329, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 329, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 332, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 370, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 476, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1820, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1826, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "./setup.ml", line 2502, characters 6-24:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "setup.ml", line 5857, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5858, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5859, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5860, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5925, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5926, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5927, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5928, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.05/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.05/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.05/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.05/bin/ocamlbuild
- Package name: ........................................ gdal
- Package version: ..................................... 0.3.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.05.0
- standard_library_default: ............................ /home/opam/.opam/4.05/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.05/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.05/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.05
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Build examples: ...................................... true
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_ctypes_foreign: .................................. /home/opam/.opam/4.05/lib/ctypes
- 
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.05/.opam-switch/build/gdal.0.3.0)
- File "./setup.ml", line 247, characters 8-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "./setup.ml", line 320, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 320, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 329, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 329, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 332, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 370, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 476, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1820, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1826, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "./setup.ml", line 2502, characters 6-24:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "setup.ml", line 5857, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5858, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5859, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5860, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5925, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5926, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5927, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5928, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- W: Cannot find source file matching module 'gdal' in library gdal
- W: Cannot find source file matching module 'ogr' in library ogr
- /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/data_source.mli > src/ogr/data_source.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/layer.mli > src/ogr/layer.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/feature.mli > src/ogr/feature.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/field.mli > src/ogr/field.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/geometry.mli > src/ogr/geometry.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/field.cmi src/ogr/field.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/geometry.cmi src/ogr/geometry.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/spatial_reference.mli > src/ogr/spatial_reference.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/feature.cmi src/ogr/feature.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/spatial_reference.cmi src/ogr/spatial_reference.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/layer.cmi src/ogr/layer.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/data_source.cmi src/ogr/data_source.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/data_source.ml > src/ogr/data_source.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/driver.mli > src/ogr/driver.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/lib.mli > src/ogr/lib.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/t.ml > src/ogr/t.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/driver.cmi src/ogr/driver.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/lib.cmi src/ogr/lib.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/t.cmo src/ogr/t.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/driver.ml > src/ogr/driver.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/feature.ml > src/ogr/feature.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/field.ml > src/ogr/field.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/geometry.ml > src/ogr/geometry.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/layer.ml > src/ogr/layer.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/lib.ml > src/ogr/lib.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/ogr/spatial_reference.ml > src/ogr/spatial_reference.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/data_source.cmo src/ogr/data_source.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/driver.cmo src/ogr/driver.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/feature.cmo src/ogr/feature.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/field.cmo src/ogr/field.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/geometry.cmo src/ogr/geometry.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/layer.cmo src/ogr/layer.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/lib.cmo src/ogr/lib.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/ogr -o src/ogr/spatial_reference.cmo src/ogr/spatial_reference.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g src/ogr/t.cmo src/ogr/driver.cmo src/ogr/lib.cmo src/ogr/field.cmo src/ogr/geometry.cmo src/ogr/feature.cmo src/ogr/spatial_reference.cmo src/ogr/layer.cmo src/ogr/data_source.cmo -o src/ogr/ogr.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/ogr src/ogr/ogr.cmo -o src/ogr/ogr.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/t.cmx src/ogr/t.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/lib.cmx src/ogr/lib.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/field.cmx src/ogr/field.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/geometry.cmx src/ogr/geometry.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/feature.cmx src/ogr/feature.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/spatial_reference.cmx src/ogr/spatial_reference.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/driver.cmx src/ogr/driver.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/layer.cmx src/ogr/layer.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Ogr -I src/ogr -o src/ogr/data_source.cmx src/ogr/data_source.ml
- touch src/ogr/ogr.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -I src/ogr src/ogr/t.cmx src/ogr/driver.cmx src/ogr/lib.cmx src/ogr/field.cmx src/ogr/geometry.cmx src/ogr/feature.cmx src/ogr/spatial_reference.cmx src/ogr/layer.cmx src/ogr/data_source.cmx -o src/ogr/ogr.cmx  ; then  rm -f src/ogr/ogr.mli  ; else  rm -f src/ogr/ogr.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/ogr src/ogr/ogr.cmx -o src/ogr/ogr.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/ogr src/ogr/ogr.cmxa src/ogr/ogr.cmx -o src/ogr/ogr.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/alg.mli > src/gdal/alg.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/band.mli > src/gdal/band.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/t.ml > src/gdal/t.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/band.cmi src/gdal/band.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/t.cmo src/gdal/t.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/alg.cmi src/gdal/alg.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/alg.ml > src/gdal/alg.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/lib.mli > src/gdal/lib.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/lib.cmi src/gdal/lib.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/band.ml > src/gdal/band.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/data_set.mli > src/gdal/data_set.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/driver.mli > src/gdal/driver.mli.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/driver.cmi src/gdal/driver.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/data_set.cmi src/gdal/data_set.mli
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/data_set.ml > src/gdal/data_set.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/driver.ml > src/gdal/driver.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules src/gdal/lib.ml > src/gdal/lib.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/alg.cmo src/gdal/alg.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/band.cmo src/gdal/band.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/data_set.cmo src/gdal/data_set.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/driver.cmo src/gdal/driver.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -package ctypes.foreign -I src/gdal -o src/gdal/lib.cmo src/gdal/lib.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -pack -g src/gdal/lib.cmo src/gdal/t.cmo src/gdal/band.cmo src/gdal/alg.cmo src/gdal/driver.cmo src/gdal/data_set.cmo -o src/gdal/gdal.cmo
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -a -I src/gdal src/gdal/gdal.cmo -o src/gdal/gdal.cma
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Gdal -I src/gdal -o src/gdal/lib.cmx src/gdal/lib.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Gdal -I src/gdal -o src/gdal/t.cmx src/gdal/t.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Gdal -I src/gdal -o src/gdal/band.cmx src/gdal/band.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Gdal -I src/gdal -o src/gdal/driver.cmx src/gdal/driver.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Gdal -I src/gdal -o src/gdal/alg.cmx src/gdal/alg.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -package ctypes.foreign -for-pack Gdal -I src/gdal -o src/gdal/data_set.cmx src/gdal/data_set.ml
- touch src/gdal/gdal.mli  ; if  /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -pack -g -I src/gdal src/gdal/lib.cmx src/gdal/t.cmx src/gdal/band.cmx src/gdal/alg.cmx src/gdal/driver.cmx src/gdal/data_set.cmx -o src/gdal/gdal.cmx  ; then  rm -f src/gdal/gdal.mli  ; else  rm -f src/gdal/gdal.mli  ; exit 1; fi
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -a -I src/gdal src/gdal/gdal.cmx -o src/gdal/gdal.cmxa
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -shared -I src/gdal src/gdal/gdal.cmxa src/gdal/gdal.cmx -o src/gdal/gdal.cmxs
- /home/opam/.opam/4.05/bin/ocamlfind ocamldep -package ctypes.foreign -modules examples/sanity.ml > examples/sanity.ml.depends
- /home/opam/.opam/4.05/bin/ocamlfind ocamlc -c -g -I src/ogr -package ctypes.foreign -I examples -I src/ogr -o examples/sanity.cmo examples/sanity.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -c -g -I src/ogr -package ctypes.foreign -I examples -I src/ogr -o examples/sanity.cmx examples/sanity.ml
- /home/opam/.opam/4.05/bin/ocamlfind ocamlopt -g -linkpkg -package ctypes.foreign -I src/ogr -I examples src/ogr/ogr.cmxa examples/sanity.cmx -o examples/sanity.native
- + /home/opam/.opam/4.05/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.05/lib/ocamlbuild /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.05/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 507, characters 43-62:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "myocamlbuild.ml", line 520, characters 51-70:
- Warning 3: deprecated: Ocamlbuild_plugin.String.uncapitalize
- Use String.uncapitalize_ascii instead.
-> compiled  gdal.0.3.0
Processing 24/24: [gdal: ocaml setup.ml]
+ /home/opam/.opam/4.05/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/gdal.0.3.0)
- File "./setup.ml", line 247, characters 8-26:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "./setup.ml", line 320, characters 20-36:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 320, characters 42-58:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 329, characters 14-30:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 329, characters 38-54:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 332, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 370, characters 10-26:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 476, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "./setup.ml", line 1820, characters 16-33:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "./setup.ml", line 1826, characters 16-35:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "./setup.ml", line 2502, characters 6-24:
- Warning 3: deprecated: Lazy.lazy_from_fun
- Use Lazy.from_fun instead.
- File "setup.ml", line 5857, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5858, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5859, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5860, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5925, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5926, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- File "setup.ml", line 5927, characters 31-50:
- Warning 3: deprecated: String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "setup.ml", line 5928, characters 31-48:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
- Installed /home/opam/.opam/4.05/lib/ogr/data_source.mli
- Installed /home/opam/.opam/4.05/lib/ogr/driver.mli
- Installed /home/opam/.opam/4.05/lib/ogr/feature.mli
- Installed /home/opam/.opam/4.05/lib/ogr/field.mli
- Installed /home/opam/.opam/4.05/lib/ogr/geometry.mli
- Installed /home/opam/.opam/4.05/lib/ogr/layer.mli
- Installed /home/opam/.opam/4.05/lib/ogr/lib.mli
- Installed /home/opam/.opam/4.05/lib/ogr/spatial_reference.mli
- Installed /home/opam/.opam/4.05/lib/ogr/ogr.cmi
- Installed /home/opam/.opam/4.05/lib/ogr/ogr.cma
- Installed /home/opam/.opam/4.05/lib/ogr/ogr.cmxa
- Installed /home/opam/.opam/4.05/lib/ogr/ogr.a
- Installed /home/opam/.opam/4.05/lib/ogr/ogr.cmxs
- Installed /home/opam/.opam/4.05/lib/ogr/ogr.cmx
- Installed /home/opam/.opam/4.05/lib/ogr/META
- Installed /home/opam/.opam/4.05/lib/gdal/alg.mli
- Installed /home/opam/.opam/4.05/lib/gdal/band.mli
- Installed /home/opam/.opam/4.05/lib/gdal/data_set.mli
- Installed /home/opam/.opam/4.05/lib/gdal/driver.mli
- Installed /home/opam/.opam/4.05/lib/gdal/lib.mli
- Installed /home/opam/.opam/4.05/lib/gdal/gdal.cmi
- Installed /home/opam/.opam/4.05/lib/gdal/gdal.cma
- Installed /home/opam/.opam/4.05/lib/gdal/gdal.cmxa
- Installed /home/opam/.opam/4.05/lib/gdal/gdal.a
- Installed /home/opam/.opam/4.05/lib/gdal/gdal.cmxs
- Installed /home/opam/.opam/4.05/lib/gdal/gdal.cmx
- Installed /home/opam/.opam/4.05/lib/gdal/META
-> installed gdal.0.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:07.12 ---> saved as "9f3fc6fb36d655eddd5af89b0b9257adf718a9c5eba34ffe0b9aec16b9eaf8eb"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u gdal:32b4c2597ce9ac03af18fca279aa7d5f"))
2024-01-29 19:07.14 ---> saved as "cebe6b033656ea68923c96e9e662fbbb171d2ce8e16bee0d6336ff88df530cf0"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.358605') && (for DATA in prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0,gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f,gdal.0.3.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0,gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f,gdal.0.3.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0,gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f,gdal.0.3.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.358605
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/gdal/
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/gdal/gdal.ocamlobjinfo
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/gdal/META
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/gdal/gdal.cmi
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/ogr/
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/ogr/ogr.ocamlobjinfo
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/ogr/META
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/lib/ogr/ogr.cmi
prep/universes/32b4c2597ce9ac03af18fca279aa7d5f/gdal/0.3.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f:84760bcfc77391793c1b6e2728286e4e4c0f63f9acd24995f56a4a2f3fbf75a1
2024-01-29 19:07.14 ---> saved as "da91b29524af6450ba7ad07d8b99868c9f2301e870052fe1ca28f70b9be50d33"
Job succeeded
2024-01-29 19:13.17: gdal.0.3.0-32b4c2597ce9ac03af18fca279aa7d5f -> 84760bcfc77391793c1b6e2728286e4e4c0f63f9acd24995f56a4a2f3fbf75a1
2024-01-29 19:13.17: Job succeeded