Build:
  1. 0
2024-09-12 08:34.47: New job: Voodoo prep sfml.0.09.2; 6a4018df6d4298c8dca7ed50733dd41c
2024-09-12 08:34.47: Connecting to build cluster…
2024-09-12 08:34.47: Waiting for resource in pool OCluster
2024-09-12 09:34.28: Waiting for worker…
2024-09-12 09:36.23: Got resource from pool OCluster
2024-09-12 09:36.23: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
         (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-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
 (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 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 sfml.0.09.2 ocamlfind.1.9.6 host-arch-x86_64.1 conf-sfml2.1 conf-pkg-config.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u sfml:6a4018df6d4298c8dca7ed50733dd41c,conf-sfml2:99632b2bb55302e1fa3e2a57571063d0"))
 (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.093219') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1,conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0,conf-sfml2.1 prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2,sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c,sfml.0.09.2; 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/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1,conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0,conf-sfml2.1 prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2,sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c,sfml.0.09.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1,conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0,conf-sfml2.1 prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2,sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c,sfml.0.09.2; 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 54fcd3e447eb686fafbcc22ff932ebae133ed39e --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 09:36.23: RETRYING: 2024-09-12/083447-voodoo-prep-488dba Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  73% (23226/31637)
Updating files:  74% (23412/31637)
Updating files:  75% (23728/31637)
Updating files:  76% (24045/31637)
Updating files:  77% (24361/31637)
Updating files:  78% (24677/31637)
Updating files:  79% (24994/31637)
Updating files:  80% (25310/31637)
Updating files:  81% (25626/31637)
Updating files:  82% (25943/31637)
Updating files:  83% (26259/31637)
Updating files:  84% (26576/31637)
Updating files:  85% (26892/31637)
Updating files:  86% (27208/31637)
Updating files:  87% (27525/31637)
Updating files:  88% (27841/31637)
Updating files:  89% (28157/31637)
Updating files:  90% (28474/31637)
Updating files:  91% (28790/31637)
Updating files:  92% (29107/31637)
Updating files:  93% (29423/31637)
Updating files:  94% (29739/31637)
Updating files:  95% (30056/31637)
Updating files:  96% (30372/31637)
Updating files:  97% (30688/31637)
Updating files:  98% (31005/31637)
Updating files:  99% (31321/31637)
Updating files: 100% (31637/31637)
Updating files: 100% (31637/31637), done.
HEAD is now at 54fcd3e447 Update pkg-config depexts for Cygwin

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 09:29.44 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 09:29.44 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" 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 [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 1s (406 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 (6833 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 ... 18764 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+deb12u8) ...
2024-09-12 09:29.44 ---> using "00bd9b10ee4005c80d7af1faad8dfcb4e6ab122a52aeb43a33fdea8ec26bd562" 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.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed bos.0.2.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 09:29.44 ---> using "c0ffca0379d767eba96c496d9c3d5a7963b49f0084e5d4e2addf8acd8b75d3e3" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 09:29.45 ---> using "b3e1bb4015a777b85e55a6a5ba3e4cb907c2d4ba79725c400a82b494d511dc59" from cache
2024-09-12 09:29.45 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:75bd1ae213986d8838505129c07e17fc5916ce86841a444e1bf5d1c9bcf5332b)
2024-09-12 09:29.45 ---> using "4c7d809399bb207da0fd7e41f1744e0b774f33b83c9f971e29ee4e527ca6a31c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 09:29.45 ---> using "dfe5e4646be142d6fc9d6a77140d209b028acc1d77475a5901c4ed3a5b4fb944" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 09:29.45 ---> using "2b0e5c6a092f9ca1bbda95f5b7a2ea41fa9d1fb5a59427c4d5a1765abb041698" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 09:29.46 ---> using "24e8ccbda288e65ef743636f69a9ef11ea74a9b82cdf2b215799b8290d0b973d" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 09:29.46 ---> using "10aad8a20da88acf1edf4abe6058784714919d7e1f0c8e8ba9ea43d7299991f0" 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 development 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-09-12 09:29.46 ---> using "6239db9b36a40067f65e7c992d3acc706c0456044ee0d874f5b4d294076a35dc" from cache

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

2024-09-12 09:29.46 ---> using "2ba8a891f8e3935bd2a3d2632d0707ab006dd5273e186a711b1da9df01f3d4d3" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 09:29.46 ---> using "b943a586bddf79203d5fcaba3702e79cfbc5ad3fa4da0fdf0b9733cc7bfd9d8d" 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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind 1.9.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 09:29.46 ---> using "ff2846008c7deb9d67a451fcf0a4abc26b4ec5545fc4aa01099537b1759c0f81" from cache

/home/opam: (env DUNE_CACHE disabled)

/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 sfml.0.09.2 ocamlfind.1.9.6 host-arch-x86_64.1 conf-sfml2.1 conf-pkg-config.3 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 [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (907 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.3

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

<><> opam-depext.1.2.3 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 sfml.0.09.2 ocamlfind.1.9.6 host-arch-x86_64.1 conf-sfml2.1 conf-pkg-config.3" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libsfml-dev
pkg-config
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install conf-pkg-config 3
  - install conf-sfml2      1
  - install sfml            0.09.2
===== 3 to install =====

The following system packages will first need to be installed:
    libsfml-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" "libsfml-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3: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 ... 18764 files and directories currently installed.)
- Preparing to unpack .../00-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../01-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../02-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../03-libapparmor1_3.0.8-3_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.8-3) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../04-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../05-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../06-dbus_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../07-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../08-libasound2-data_1.2.8-1_all.deb ...
- Unpacking libasound2-data (1.2.8-1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../09-libasound2_1.2.8-1+b1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.8-1+b1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../10-alsa-ucm-conf_1.2.8-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.8-1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../11-libasyncns0_0.8-6+b3_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6+b3) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../12-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../13-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../14-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../15-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../16-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../17-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../18-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../19-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../20-libwayland-server0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../21-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../22-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../23-libwayland-client0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../24-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../25-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../26-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../27-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../28-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../29-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../30-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../31-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../32-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../33-libegl1_1.6.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../34-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../35-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../36-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../37-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../38-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../39-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../40-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../41-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../42-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../43-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../44-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../45-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../46-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../47-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../48-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../49-libglx-dev_1.6.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../50-libgl-dev_1.6.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../51-libegl-dev_1.6.0-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../52-libogg0_1.3.5-3_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.5-3) ...
- Selecting previously unselected package libflac12:amd64.
- Preparing to unpack .../53-libflac12_1.4.2+ds-2_amd64.deb ...
- Unpacking libflac12:amd64 (1.4.2+ds-2) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../54-libglvnd-core-dev_1.6.0-1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../55-libgles1_1.6.0-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../56-libgles2_1.6.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../57-libgles-dev_1.6.0-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../58-libopengl0_1.6.0-1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../59-libopengl-dev_1.6.0-1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../60-libglvnd-dev_1.6.0-1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1-mesa-dev:amd64.
- Preparing to unpack .../61-libgl1-mesa-dev_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libmp3lame0:amd64.
- Preparing to unpack .../62-libmp3lame0_3.100-6_amd64.deb ...
- Unpacking libmp3lame0:amd64 (3.100-6) ...
- Selecting previously unselected package libmpg123-0:amd64.
- Preparing to unpack .../63-libmpg123-0_1.31.2-1_amd64.deb ...
- Unpacking libmpg123-0:amd64 (1.31.2-1) ...
- Selecting previously unselected package libopenal-data.
- Preparing to unpack .../64-libopenal-data_1%3a1.19.1-2_all.deb ...
- Unpacking libopenal-data (1:1.19.1-2) ...
- Selecting previously unselected package libsndio7.0:amd64.
- Preparing to unpack .../65-libsndio7.0_1.9.0-0.3+b2_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.9.0-0.3+b2) ...
- Selecting previously unselected package libopenal1:amd64.
- Preparing to unpack .../66-libopenal1_1%3a1.19.1-2_amd64.deb ...
- Unpacking libopenal1:amd64 (1:1.19.1-2) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../67-libopus0_1.3.1-3_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../68-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../69-libvorbis0a_1.3.7-1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../70-libvorbisenc2_1.3.7-1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../71-libsndfile1_1.2.0-1_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.2.0-1) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../72-libpulse0_16.1+dfsg1-2+b1_amd64.deb ...
- Unpacking libpulse0:amd64 (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libsfml-system2.5:amd64.
- Preparing to unpack .../73-libsfml-system2.5_2.5.1+dfsg-2+b2_amd64.deb ...
- Unpacking libsfml-system2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Selecting previously unselected package libvorbisfile3:amd64.
- Preparing to unpack .../74-libvorbisfile3_1.3.7-1_amd64.deb ...
- Unpacking libvorbisfile3:amd64 (1.3.7-1) ...
- Selecting previously unselected package libsfml-audio2.5:amd64.
- Preparing to unpack .../75-libsfml-audio2.5_2.5.1+dfsg-2+b2_amd64.deb ...
- Unpacking libsfml-audio2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../76-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../77-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libsfml-window2.5:amd64.
- Preparing to unpack .../78-libsfml-window2.5_2.5.1+dfsg-2+b2_amd64.deb ...
- Unpacking libsfml-window2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Selecting previously unselected package libsfml-graphics2.5:amd64.
- Preparing to unpack .../79-libsfml-graphics2.5_2.5.1+dfsg-2+b2_amd64.deb ...
- Unpacking libsfml-graphics2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Selecting previously unselected package libsfml-network2.5:amd64.
- Preparing to unpack .../80-libsfml-network2.5_2.5.1+dfsg-2+b2_amd64.deb ...
- Unpacking libsfml-network2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Selecting previously unselected package libsfml-dev:amd64.
- Preparing to unpack .../81-libsfml-dev_2.5.1+dfsg-2+b2_amd64.deb ...
- Unpacking libsfml-dev:amd64 (2.5.1+dfsg-2+b2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../82-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../83-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../84-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up libwayland-server0:amd64 (1.21.0-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up libapparmor1:amd64 (3.0.8-3) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libmpg123-0:amd64 (1.31.2-1) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up libogg0:amd64 (1.3.5-3) ...
- Setting up libglvnd-core-dev:amd64 (1.6.0-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libopengl0:amd64 (1.6.0-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libasound2-data (1.2.8-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libflac12:amd64 (1.4.2+ds-2) ...
- Setting up libgles2:amd64 (1.6.0-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up libgles1:amd64 (1.6.0-1) ...
- Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Setting up libopus0:amd64 (1.3.1-3) ...
- Setting up libvorbis0a:amd64 (1.3.7-1) ...
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up libsfml-system2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up libasyncns0:amd64 (0.8-6+b3) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up libasound2:amd64 (1.2.8-1+b1) ...
- Setting up libopenal-data (1:1.19.1-2) ...
- Setting up libopengl-dev:amd64 (1.6.0-1) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libmp3lame0:amd64 (3.100-6) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1) ...
- Setting up libsfml-network2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Setting up libwayland-client0:amd64 (1.21.0-1) ...
- Setting up alsa-ucm-conf (1.2.8-1) ...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libvorbisfile3:amd64 (1.3.7-1) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libsndio7.0:amd64 (1.9.0-0.3+b2) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libsndfile1:amd64 (1.2.0-1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Setting up libpulse0:amd64 (16.1+dfsg1-2+b1) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up libopenal1:amd64 (1:1.19.1-2) ...
- Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libsfml-audio2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Setting up libegl1:amd64 (1.6.0-1) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up libsfml-window2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Setting up libglx-dev:amd64 (1.6.0-1) ...
- Setting up libgl-dev:amd64 (1.6.0-1) ...
- Setting up libsfml-graphics2.5:amd64 (2.5.1+dfsg-2+b2) ...
- Setting up libegl-dev:amd64 (1.6.0-1) ...
- Setting up libsfml-dev:amd64 (2.5.1+dfsg-2+b2) ...
- Setting up libgles-dev:amd64 (1.6.0-1) ...
- Setting up libglvnd-dev:amd64 (1.6.0-1) ...
- Setting up libgl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/9: [sfml.0.09.2: http]
Processing  4/9: [sfml.0.09.2: http] [conf-pkg-config: pkg-config]
Processing  4/9: [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  4/9:
-> installed conf-pkg-config.3
Processing  5/9:
Processing  6/9: [conf-sfml2: pkg-config sfml-all]
-> compiled  conf-sfml2.1
Processing  6/9:
-> installed conf-sfml2.1
Processing  7/9:
-> retrieved sfml.0.09.2  (http://decapode314.free.fr/ocaml/SFML/downloads/ocaml-sfml-0.09.2.tar.gz)
Processing  8/9: [sfml: make src]
+ /usr/bin/make "-C" "src" "cxx_all" (CWD=/home/opam/.opam/5.1/.opam-switch/build/sfml.0.09.2)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/sfml.0.09.2/src'
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_caml_conv.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_conv_vectors.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFConfig_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTime_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFClock_stub.cpp
- ocamlmklib -oc sfml_system_stubs \
-    sf_caml_conv.o  sf_conv_vectors.o  SFConfig_stub.o  SFTime_stub.o  SFClock_stub.o \
-   -L/usr/lib/ \
-   -lsfml-system
- ocaml doc_link.ml SFConfig.ml > SFConfig.mli
- ocamlc -g -bin-annot -i SFConfig.ml >> SFConfig.mli
- ocamlc -g -bin-annot -c -o SFConfig.cmi SFConfig.mli
- ocamlc -g -bin-annot -c -o SFConfig.cmo SFConfig.ml
- ocamlc -g -bin-annot -c -o SFTime.cmi SFTime.mli
- ocamlc -g -bin-annot -c -o SFTime.cmo SFTime.ml
- ocaml doc_link.ml SFClock.ml > SFClock.mli
- ocamlc -g -bin-annot -i SFClock.ml >> SFClock.mli
- ocamlc -g -bin-annot -c -o SFClock.cmi SFClock.mli
- ocamlc -g -bin-annot -c -o SFClock.cmo SFClock.ml
- :
- ocamlc -g -bin-annot -c -o SFPausableClock.cmi SFPausableClock.mli
- ocamlc -g -bin-annot -c -o SFPausableClock.cmo SFPausableClock.ml
- ocamlc -g -bin-annot -g -a -o sfml_system.cma \
-    SFConfig.cmo  SFTime.cmo  SFClock.cmo  SFPausableClock.cmo \
-   -dllib -lsfml_system_stubs \
-   -cclib -lsfml_system_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-system"
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_context_settings.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_conv_style.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFClipboard_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFCursor_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFKey_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFMouse_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFKeyboard_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFJoystick_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFEvent_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFWindow_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFContext_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFVideoMode_stub.cpp
- ocamlmklib -oc sfml_window_stubs \
-    sf_context_settings.o  sf_conv_style.o  SFClipboard_stub.o  SFCursor_stub.o  SFKey_stub.o  SFMouse_stub.o  SFKeyboard_stub.o  SFJoystick_stub.o  SFEvent_stub.o  SFWindow_stub.o  SFContext_stub.o  SFVideoMode_stub.o \
-   -L/usr/lib/ \
-   -lsfml-window
- ocaml doc_link.ml SFClipboard.ml > SFClipboard.mli
- ocamlc -g -bin-annot -i SFClipboard.ml >> SFClipboard.mli
- ocamlc -g -bin-annot -c -o SFClipboard.cmi SFClipboard.mli
- ocamlc -g -bin-annot -c -o SFClipboard.cmo SFClipboard.ml
- ocaml doc_link.ml SFCursor.ml > SFCursor.mli
- ocamlc -g -bin-annot -i SFCursor.ml >> SFCursor.mli
- ocamlc -g -bin-annot -c -o SFCursor.cmi SFCursor.mli
- ocamlc -g -bin-annot -c -o SFCursor.cmo SFCursor.ml
- ocaml doc_link.ml SFKey.ml > SFKey.mli
- ocamlc -g -bin-annot -i SFKey.ml >> SFKey.mli
- ocamlc -g -bin-annot -c -o SFKey.cmi SFKey.mli
- ocamlc -g -bin-annot -c -o SFKey.cmo SFKey.ml
- ocaml doc_link.ml SFMouse.ml > SFMouse.mli
- ocamlc -g -bin-annot -i SFMouse.ml >> SFMouse.mli
- ocamlc -g -bin-annot -c -o SFMouse.cmi SFMouse.mli
- ocamlc -g -bin-annot -c -o SFMouse.cmo SFMouse.ml
- ocaml doc_link.ml SFKeyboard.ml > SFKeyboard.mli
- ocamlc -g -bin-annot -i SFKeyboard.ml >> SFKeyboard.mli
- ocamlc -g -bin-annot -c -o SFKeyboard.cmi SFKeyboard.mli
- ocamlc -g -bin-annot -c -o SFKeyboard.cmo SFKeyboard.ml
- ocaml doc_link.ml SFJoystick.ml > SFJoystick.mli
- ocamlc -g -bin-annot -i SFJoystick.ml >> SFJoystick.mli
- ocamlc -g -bin-annot -c -o SFJoystick.cmi SFJoystick.mli
- ocamlc -g -bin-annot -c -o SFJoystick.cmo SFJoystick.ml
- ocamlc -g -bin-annot -c -o SFSensor.cmi SFSensor.mli
- :
- ocamlc -g -bin-annot -c -o SFEvent.cmi SFEvent.mli
- ocamlc -g -bin-annot -c -o SFEvent.cmo SFEvent.ml
- ocaml doc_link.ml SFVideoMode.ml > SFVideoMode.mli
- ocamlc -g -bin-annot -i SFVideoMode.ml >> SFVideoMode.mli
- ocamlc -g -bin-annot -c -o SFVideoMode.cmi SFVideoMode.mli
- ocamlc -g -bin-annot -c -o SFVideoMode.cmo SFVideoMode.ml
- ocaml doc_link.ml SFStyle.ml > SFStyle.mli
- ocamlc -g -bin-annot -i SFStyle.ml >> SFStyle.mli
- ocamlc -g -bin-annot -c -o SFStyle.cmi SFStyle.mli
- ocamlc -g -bin-annot -c -o SFStyle.cmo SFStyle.ml
- ocaml doc_link.ml SFContextSettings.ml > SFContextSettings.mli
- ocamlc -g -bin-annot -i SFContextSettings.ml >> SFContextSettings.mli
- ocamlc -g -bin-annot -c -o SFContextSettings.cmi SFContextSettings.mli
- ocamlc -g -bin-annot -c -o SFContextSettings.cmo SFContextSettings.ml
- ocaml doc_link.ml SFRect.ml > SFRect.mli
- ocamlc -g -bin-annot -i SFRect.ml >> SFRect.mli
- ocamlc -g -bin-annot -c -o SFRect.cmi SFRect.mli
- ocaml doc_link.ml SFView.ml > SFView.mli
- ocamlc -g -bin-annot -i SFView.ml >> SFView.mli
- ocamlc -g -bin-annot -c -o SFView.cmi SFView.mli
- ocaml doc_link.ml SFColor.ml > SFColor.mli
- ocamlc -g -bin-annot -i SFColor.ml >> SFColor.mli
- ocamlc -g -bin-annot -c -o SFColor.cmi SFColor.mli
- ocaml doc_link.ml SFWindow.ml > SFWindow.mli
- ocamlc -g -bin-annot -i SFWindow.ml >> SFWindow.mli
- ocamlc -g -bin-annot -c -o SFWindow.cmi SFWindow.mli
- ocamlc -g -bin-annot -c -o SFWindow.cmo SFWindow.ml
- ocaml doc_link.ml SFContext.ml > SFContext.mli
- ocamlc -g -bin-annot -i SFContext.ml >> SFContext.mli
- ocamlc -g -bin-annot -c -o SFContext.cmi SFContext.mli
- ocamlc -g -bin-annot -c -o SFContext.cmo SFContext.ml
- ocamlc -g -bin-annot -g -a -o sfml_window.cma \
-    SFClipboard.cmo  SFCursor.cmo  SFKey.cmo  SFMouse.cmo  SFKeyboard.cmo  SFJoystick.cmo  SFEvent.cmo  SFVideoMode.cmo  SFStyle.cmo  SFContextSettings.cmo  SFWindow.cmo  SFContext.cmo \
-   -dllib -lsfml_window_stubs \
-   -cclib -lsfml_window_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-window"
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFColor_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRect_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFBlendMode_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFImage_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTexture_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFFont_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFText_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFShape_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFCircleShape_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRectangleShape_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSprite_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFShader_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTransform_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFView_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRenderStates_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRenderWindow_stub.cpp
- ocamlmklib -oc sfml_graphics_stubs \
-    SFColor_stub.o  SFRect_stub.o  SFBlendMode_stub.o  SFImage_stub.o  SFTexture_stub.o  SFFont_stub.o  SFText_stub.o  SFShape_stub.o  SFCircleShape_stub.o  SFRectangleShape_stub.o  SFSprite_stub.o  SFShader_stub.o  SFTransform_stub.o  SFView_stub.o  SFRenderStates_stub.o  SFRenderWindow_stub.o \
-   -L/usr/lib/ \
-   -lsfml-graphics
- ocamlc -g -bin-annot -c -o SFColor.cmo SFColor.ml
- ocamlc -g -bin-annot -c -o SFRect.cmo SFRect.ml
- ocamlc -g -bin-annot -c -o SFBlendMode.cmi SFBlendMode.mli
- ocamlc -g -bin-annot -c -o SFBlendMode.cmo SFBlendMode.ml
- ocamlc -g -bin-annot -c -o SFImage.cmi SFImage.mli
- ocamlc -g -bin-annot -c -o SFImage.cmo SFImage.ml
- ocaml doc_link.ml SFTexture.ml > SFTexture.mli
- ocamlc -g -bin-annot -i SFTexture.ml >> SFTexture.mli
- ocamlc -g -bin-annot -c -o SFTexture.cmi SFTexture.mli
- ocamlc -g -bin-annot -c -o SFTexture.cmo SFTexture.ml
- ocamlc -g -bin-annot -c -o SFFont.cmi SFFont.mli
- ocamlc -g -bin-annot -c -o SFFont.cmo SFFont.ml
- ocamlc -g -bin-annot -c -o SFText.cmi SFText.mli
- ocamlc -g -bin-annot -c -o SFText.cmo SFText.ml
- ocamlc -g -bin-annot -c -o SFCircleShape.cmi SFCircleShape.mli
- ocamlc -g -bin-annot -c -o SFRectangleShape.cmi SFRectangleShape.mli
- :
- ocamlc -g -bin-annot -c -o SFShape.cmi SFShape.mli
- ocamlc -g -bin-annot -c -o SFShape.cmo SFShape.ml
- File "SFShape.ml", line 45, characters 0-55:
- 45 | external of_circle : SFCircleShape.t -> t = "%identity"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type t, whose representation
- may be either boxed or unboxed. Without an annotation to indicate
- which representation is intended, the boxed representation has been
- selected by default. This default choice may change in future
- versions of the compiler, breaking the primitive implementation.
- You should explicitly annotate the declaration of t
- with [@@boxed] or [@@unboxed], so that its external interface
- remains stable in the future.
- 
- File "SFShape.ml", line 46, characters 0-61:
- 46 | external of_rectangle : SFRectangleShape.t -> t = "%identity"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type t, whose representation
- may be either boxed or unboxed. Without an annotation to indicate
- which representation is intended, the boxed representation has been
- selected by default. This default choice may change in future
- versions of the compiler, breaking the primitive implementation.
- You should explicitly annotate the declaration of t
- with [@@boxed] or [@@unboxed], so that its external interface
- remains stable in the future.
- ocamlc -g -bin-annot -c -o SFCircleShape.cmo SFCircleShape.ml
- ocamlc -g -bin-annot -c -o SFRectangleShape.cmo SFRectangleShape.ml
- ocamlc -g -bin-annot -c -o SFSprite.cmi SFSprite.mli
- ocamlc -g -bin-annot -c -o SFSprite.cmo SFSprite.ml
- ocaml doc_link.ml SFShader.ml > SFShader.mli
- ocamlc -g -bin-annot -i SFShader.ml >> SFShader.mli
- ocamlc -g -bin-annot -c -o SFShader.cmi SFShader.mli
- ocamlc -g -bin-annot -c -o SFShader.cmo SFShader.ml
- ocaml doc_link.ml SFTransform.ml > SFTransform.mli
- ocamlc -g -bin-annot -i SFTransform.ml >> SFTransform.mli
- ocamlc -g -bin-annot -c -o SFTransform.cmi SFTransform.mli
- ocamlc -g -bin-annot -c -o SFTransform.cmo SFTransform.ml
- ocamlc -g -bin-annot -c -o SFView.cmo SFView.ml
- ocamlc -g -bin-annot -c -o SFRenderStates.cmi SFRenderStates.mli
- ocamlc -g -bin-annot -c -o SFRenderStates.cmo SFRenderStates.ml
- ocaml doc_link.ml SFRenderWindow.ml > SFRenderWindow.mli
- ocamlc -g -bin-annot -i SFRenderWindow.ml >> SFRenderWindow.mli
- ocamlc -g -bin-annot -c -o SFRenderWindow.cmi SFRenderWindow.mli
- ocamlc -g -bin-annot -c -o SFRenderWindow.cmo SFRenderWindow.ml
- ocamlc -g -bin-annot -g -a -o sfml_graphics.cma \
-    SFColor.cmo  SFRect.cmo  SFBlendMode.cmo  SFImage.cmo  SFTexture.cmo  SFFont.cmo  SFText.cmo  SFShape.cmo  SFCircleShape.cmo  SFRectangleShape.cmo  SFSprite.cmo  SFShader.cmo  SFTransform.cmo  SFView.cmo  SFRenderStates.cmo  SFRenderWindow.cmo \
-   -dllib -lsfml_graphics_stubs \
-   -cclib -lsfml_graphics_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-graphics"
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFMusic_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSoundBuffer_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSound_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFListener_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSoundBufferRecorder_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSoundRecorder_stub.cpp
- ocamlmklib -oc sfml_audio_stubs \
-    SFMusic_stub.o  SFSoundBuffer_stub.o  SFSound_stub.o  SFListener_stub.o  SFSoundBufferRecorder_stub.o  SFSoundRecorder_stub.o \
-   -L/usr/lib/ \
-   -lsfml-audio
- ocaml doc_link.ml SFMusic.ml > SFMusic.mli
- ocamlc -g -bin-annot -i SFMusic.ml >> SFMusic.mli
- ocamlc -g -bin-annot -c -o SFMusic.cmi SFMusic.mli
- ocamlc -g -bin-annot -c -o SFMusic.cmo SFMusic.ml
- ocamlc -g -bin-annot -c -o SFSoundBuffer.cmi SFSoundBuffer.mli
- ocamlc -g -bin-annot -c -o SFSoundBuffer.cmo SFSoundBuffer.ml
- ocamlc -g -bin-annot -c -o SFSound.cmi SFSound.mli
- ocamlc -g -bin-annot -c -o SFSound.cmo SFSound.ml
- ocaml doc_link.ml SFListener.ml > SFListener.mli
- ocamlc -g -bin-annot -i SFListener.ml >> SFListener.mli
- ocamlc -g -bin-annot -c -o SFListener.cmi SFListener.mli
- ocamlc -g -bin-annot -c -o SFListener.cmo SFListener.ml
- ocamlc -g -bin-annot -c -o SFSoundBufferRecorder.cmi SFSoundBufferRecorder.mli
- ocamlc -g -bin-annot -c -o SFSoundBufferRecorder.cmo SFSoundBufferRecorder.ml
- ocaml doc_link.ml SFSoundRecorder.ml > SFSoundRecorder.mli
- ocamlc -g -bin-annot -i SFSoundRecorder.ml >> SFSoundRecorder.mli
- ocamlc -g -bin-annot -c -o SFSoundRecorder.cmi SFSoundRecorder.mli
- ocamlc -g -bin-annot -c -o SFSoundRecorder.cmo SFSoundRecorder.ml
- ocamlc -g -bin-annot -g -a -o sfml_audio.cma \
-    SFMusic.cmo  SFSoundBuffer.cmo  SFSound.cmo  SFListener.cmo  SFSoundBufferRecorder.cmo  SFSoundRecorder.cmo \
-   -dllib -lsfml_audio_stubs \
-   -cclib -lsfml_audio_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-audio"
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFHttp_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFFtp_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFIpAddress_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFPacket_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFUdpSocket_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTcpSocket_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTcpListener_stub.cpp
- g++ -g -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/5.1/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSocketSelector_stub.cpp
- ocamlmklib -oc sfml_network_stubs \
-    SFHttp_stub.o  SFFtp_stub.o  SFIpAddress_stub.o  SFPacket_stub.o  SFUdpSocket_stub.o  SFTcpSocket_stub.o  SFTcpListener_stub.o  SFSocketSelector_stub.o \
-   -L/usr/lib/ \
-   -lsfml-network
- ocaml doc_link.ml SFHttp.ml > SFHttp.mli
- ocamlc -g -bin-annot -i SFHttp.ml >> SFHttp.mli
- ocamlc -g -bin-annot -c -o SFHttp.cmi SFHttp.mli
- ocamlc -g -bin-annot -c -o SFHttp.cmo SFHttp.ml
- ocaml doc_link.ml SFIpAddress.ml > SFIpAddress.mli
- ocamlc -g -bin-annot -i SFIpAddress.ml >> SFIpAddress.mli
- ocamlc -g -bin-annot -c -o SFIpAddress.cmi SFIpAddress.mli
- ocaml doc_link.ml SFFtp.ml > SFFtp.mli
- ocamlc -g -bin-annot -i SFFtp.ml >> SFFtp.mli
- ocamlc -g -bin-annot -c -o SFFtp.cmi SFFtp.mli
- ocamlc -g -bin-annot -c -o SFIpAddress.cmo SFIpAddress.ml
- ocamlc -g -bin-annot -c -o SFFtp.cmo SFFtp.ml
- ocamlc -g -bin-annot -c -o SFPacket.cmi SFPacket.mli
- ocamlc -g -bin-annot -c -o SFPacket.cmo SFPacket.ml
- ocaml doc_link.ml SFUdpSocket.ml > SFUdpSocket.mli
- ocamlc -g -bin-annot -i SFUdpSocket.ml >> SFUdpSocket.mli
- ocamlc -g -bin-annot -c -o SFUdpSocket.cmi SFUdpSocket.mli
- ocamlc -g -bin-annot -c -o SFUdpSocket.cmo SFUdpSocket.ml
- ocaml doc_link.ml SFTcpSocket.ml > SFTcpSocket.mli
- ocamlc -g -bin-annot -i SFTcpSocket.ml >> SFTcpSocket.mli
- ocamlc -g -bin-annot -c -o SFTcpSocket.cmi SFTcpSocket.mli
- ocamlc -g -bin-annot -c -o SFTcpSocket.cmo SFTcpSocket.ml
- ocaml doc_link.ml SFTcpListener.ml > SFTcpListener.mli
- ocamlc -g -bin-annot -i SFTcpListener.ml >> SFTcpListener.mli
- ocamlc -g -bin-annot -c -o SFTcpListener.cmi SFTcpListener.mli
- ocamlc -g -bin-annot -c -o SFTcpListener.cmo SFTcpListener.ml
- ocaml doc_link.ml SFSocketSelector.ml > SFSocketSelector.mli
- ocamlc -g -bin-annot -i SFSocketSelector.ml >> SFSocketSelector.mli
- ocamlc -g -bin-annot -c -o SFSocketSelector.cmi SFSocketSelector.mli
- ocamlc -g -bin-annot -c -o SFSocketSelector.cmo SFSocketSelector.ml
- ocamlc -g -bin-annot -g -a -o sfml_network.cma \
-    SFHttp.cmo  SFFtp.cmo  SFIpAddress.cmo  SFPacket.cmo  SFUdpSocket.cmo  SFTcpSocket.cmo  SFTcpListener.cmo  SFSocketSelector.cmo \
-   -dllib -lsfml_network_stubs \
-   -cclib -lsfml_network_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-network"
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFConfig.cmx SFConfig.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFTime.cmx SFTime.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFClock.cmx SFClock.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFPausableClock.cmx SFPausableClock.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_system.cmxa \
-    SFConfig.cmx  SFTime.cmx  SFClock.cmx  SFPausableClock.cmx \
-   -cclib -lsfml_system_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-system"
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFClipboard.cmx SFClipboard.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFCursor.cmx SFCursor.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFKey.cmx SFKey.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFMouse.cmx SFMouse.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFKeyboard.cmx SFKeyboard.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFJoystick.cmx SFJoystick.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFEvent.cmx SFEvent.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFVideoMode.cmx SFVideoMode.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFStyle.cmx SFStyle.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFContextSettings.cmx SFContextSettings.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFWindow.cmx SFWindow.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFContext.cmx SFContext.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_window.cmxa \
-    SFClipboard.cmx  SFCursor.cmx  SFKey.cmx  SFMouse.cmx  SFKeyboard.cmx  SFJoystick.cmx  SFEvent.cmx  SFVideoMode.cmx  SFStyle.cmx  SFContextSettings.cmx  SFWindow.cmx  SFContext.cmx \
-   -cclib -lsfml_window_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-window"
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFColor.cmx SFColor.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFRect.cmx SFRect.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFBlendMode.cmx SFBlendMode.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFImage.cmx SFImage.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFTexture.cmx SFTexture.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFFont.cmx SFFont.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFText.cmx SFText.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFRectangleShape.cmx SFRectangleShape.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFCircleShape.cmx SFCircleShape.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFShape.cmx SFShape.ml
- File "SFShape.ml", line 45, characters 0-55:
- 45 | external of_circle : SFCircleShape.t -> t = "%identity"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type t, whose representation
- may be either boxed or unboxed. Without an annotation to indicate
- which representation is intended, the boxed representation has been
- selected by default. This default choice may change in future
- versions of the compiler, breaking the primitive implementation.
- You should explicitly annotate the declaration of t
- with [@@boxed] or [@@unboxed], so that its external interface
- remains stable in the future.
- 
- File "SFShape.ml", line 46, characters 0-61:
- 46 | external of_rectangle : SFRectangleShape.t -> t = "%identity"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 61 [unboxable-type-in-prim-decl]: This primitive declaration uses type t, whose representation
- may be either boxed or unboxed. Without an annotation to indicate
- which representation is intended, the boxed representation has been
- selected by default. This default choice may change in future
- versions of the compiler, breaking the primitive implementation.
- You should explicitly annotate the declaration of t
- with [@@boxed] or [@@unboxed], so that its external interface
- remains stable in the future.
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFSprite.cmx SFSprite.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFShader.cmx SFShader.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFTransform.cmx SFTransform.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFView.cmx SFView.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFRenderStates.cmx SFRenderStates.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFRenderWindow.cmx SFRenderWindow.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_graphics.cmxa \
-    SFColor.cmx  SFRect.cmx  SFBlendMode.cmx  SFImage.cmx  SFTexture.cmx  SFFont.cmx  SFText.cmx  SFShape.cmx  SFCircleShape.cmx  SFRectangleShape.cmx  SFSprite.cmx  SFShader.cmx  SFTransform.cmx  SFView.cmx  SFRenderStates.cmx  SFRenderWindow.cmx \
-   -cclib -lsfml_graphics_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-graphics"
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFMusic.cmx SFMusic.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFSoundBuffer.cmx SFSoundBuffer.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFSound.cmx SFSound.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFListener.cmx SFListener.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFSoundBufferRecorder.cmx SFSoundBufferRecorder.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFSoundRecorder.cmx SFSoundRecorder.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_audio.cmxa \
-    SFMusic.cmx  SFSoundBuffer.cmx  SFSound.cmx  SFListener.cmx  SFSoundBufferRecorder.cmx  SFSoundRecorder.cmx \
-   -cclib -lsfml_audio_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-audio"
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFHttp.cmx SFHttp.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFIpAddress.cmx SFIpAddress.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFFtp.cmx SFFtp.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFPacket.cmx SFPacket.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFUdpSocket.cmx SFUdpSocket.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFTcpSocket.cmx SFTcpSocket.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFTcpListener.cmx SFTcpListener.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -c -o SFSocketSelector.cmx SFSocketSelector.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_network.cmxa \
-    SFHttp.cmx  SFFtp.cmx  SFIpAddress.cmx  SFPacket.cmx  SFUdpSocket.cmx  SFTcpSocket.cmx  SFTcpListener.cmx  SFSocketSelector.cmx \
-   -cclib -lsfml_network_stubs \
-   -ccopt "-L/usr/lib/" \
-   -cclib "-lsfml-network"
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_system.cmxs -ccopt -L. sfml_system.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_window.cmxs -ccopt -L. sfml_window.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_graphics.cmxs -ccopt -L. sfml_graphics.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_audio.cmxs -ccopt -L. sfml_audio.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_network.cmxs -ccopt -L. sfml_network.cmxa
- ocamlc -g -bin-annot -c -o oo_sfml_system.cmi oo_sfml_system.mli
- ocamlc -g -bin-annot -a -o sfml_system_oo.cma oo_sfml_system.ml
- ocamlc -g -bin-annot -c -o oo_sfml_window.cmi oo_sfml_window.mli
- ocamlc -g -bin-annot -a -o sfml_window_oo.cma oo_sfml_window.ml
- ocamlc -g -bin-annot -c -o oo_sfml_graphics.cmi oo_sfml_graphics.mli
- ocamlc -g -bin-annot -a -o sfml_graphics_oo.cma oo_sfml_graphics.ml
- ocamlc -g -bin-annot -c -o oo_sfml_audio.cmi oo_sfml_audio.mli
- ocamlc -g -bin-annot -a -o sfml_audio_oo.cma oo_sfml_audio.ml
- ocamlc -g -bin-annot -c -o oo_sfml_network.cmi oo_sfml_network.mli
- ocamlc -g -bin-annot -a -o sfml_network_oo.cma oo_sfml_network.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_system_oo.cmxa oo_sfml_system.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_window_oo.cmxa oo_sfml_window.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_graphics_oo.cmxa oo_sfml_graphics.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_audio_oo.cmxa oo_sfml_audio.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -a -o sfml_network_oo.cmxa oo_sfml_network.ml
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_system_oo.cmxs -ccopt -L. sfml_system_oo.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_window_oo.cmxs -ccopt -L. sfml_window_oo.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_graphics_oo.cmxs -ccopt -L. sfml_graphics_oo.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_audio_oo.cmxs -ccopt -L. sfml_audio_oo.cmxa
- ocamlopt -g -ccopt "-Wno-deprecated-declarations" -shared -linkall -o sfml_network_oo.cmxs -ccopt -L. sfml_network_oo.cmxa
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/sfml.0.09.2/src'
-> compiled  sfml.0.09.2
Processing  9/9: [sfml: make src]
+ /usr/bin/make "-C" "src" "findinstall_cxx" (CWD=/home/opam/.opam/5.1/.opam-switch/build/sfml.0.09.2)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/sfml.0.09.2/src'
- ocamlfind install sfml META_cxx/META *.cma *.cmxa *.cmxs *.cmi *.cmx *.cmt *.cmti *.mli *.so *.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window_oo.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system_oo.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network_oo.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics_oo.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio_oo.a
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio.a
- Installed /home/opam/.opam/5.1/lib/sfml/libsfml_window_stubs.a
- Installed /home/opam/.opam/5.1/lib/sfml/libsfml_system_stubs.a
- Installed /home/opam/.opam/5.1/lib/sfml/libsfml_network_stubs.a
- Installed /home/opam/.opam/5.1/lib/sfml/libsfml_graphics_stubs.a
- Installed /home/opam/.opam/5.1/lib/sfml/libsfml_audio_stubs.a
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_window.mli
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_system.mli
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_network.mli
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_graphics.mli
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_audio.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFWindow.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFView.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFVideoMode.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFUdpSocket.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFTransform.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFTime.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFTexture.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFText.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpSocket.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpListener.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFStyle.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSprite.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundRecorder.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBufferRecorder.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBuffer.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSound.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSocketSelector.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFShape.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFShader.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFSensor.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderWindow.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderStates.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFRectangleShape.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFRect.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFPausableClock.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFPacket.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFMusic.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFMouse.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFListener.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFKeyboard.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFKey.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFJoystick.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFIpAddress.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFImage.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFHttp.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFFtp.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFFont.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFEvent.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFCursor.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFContextSettings.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFContext.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFConfig.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFColor.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFClock.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFClipboard.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFCircleShape.mli
- Installed /home/opam/.opam/5.1/lib/sfml/SFBlendMode.mli
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_window.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_system.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_network.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_graphics.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_audio.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFWindow.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFView.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFVideoMode.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFUdpSocket.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFTransform.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFTime.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFTexture.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFText.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpSocket.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpListener.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFStyle.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSprite.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundRecorder.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBufferRecorder.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBuffer.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSound.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSocketSelector.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFShape.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFShader.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFSensor.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderWindow.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderStates.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFRectangleShape.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFRect.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFPausableClock.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFPacket.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFMusic.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFMouse.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFListener.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFKeyboard.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFKey.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFJoystick.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFIpAddress.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFImage.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFHttp.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFFtp.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFFont.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFEvent.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFCursor.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFContextSettings.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFContext.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFConfig.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFColor.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFClock.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFClipboard.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFCircleShape.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/SFBlendMode.cmti
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_window.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_system.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_network.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_graphics.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_audio.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFWindow.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFView.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFVideoMode.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFUdpSocket.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFTransform.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFTime.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFTexture.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFText.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpSocket.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpListener.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFStyle.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFSprite.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundRecorder.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBufferRecorder.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBuffer.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFSound.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFSocketSelector.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFShape.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFShader.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderWindow.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderStates.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFRectangleShape.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFRect.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFPausableClock.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFPacket.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFMusic.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFMouse.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFListener.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFKeyboard.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFKey.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFJoystick.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFIpAddress.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFImage.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFHttp.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFFtp.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFFont.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFEvent.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFCursor.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFContextSettings.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFContext.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFConfig.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFColor.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFClock.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFClipboard.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFCircleShape.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/SFBlendMode.cmt
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_window.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_system.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_network.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_graphics.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_audio.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFWindow.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFView.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFVideoMode.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFUdpSocket.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFTransform.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFTime.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFTexture.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFText.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpSocket.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpListener.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFStyle.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFSprite.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundRecorder.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBufferRecorder.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBuffer.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFSound.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFSocketSelector.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFShape.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFShader.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderWindow.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderStates.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFRectangleShape.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFRect.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFPausableClock.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFPacket.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFMusic.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFMouse.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFListener.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFKeyboard.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFKey.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFJoystick.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFIpAddress.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFImage.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFHttp.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFFtp.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFFont.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFEvent.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFCursor.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFContextSettings.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFContext.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFConfig.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFColor.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFClock.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFClipboard.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFCircleShape.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/SFBlendMode.cmx
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_window.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_system.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_network.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_graphics.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/oo_sfml_audio.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFWindow.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFView.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFVideoMode.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFUdpSocket.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFTransform.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFTime.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFTexture.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFText.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpSocket.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFTcpListener.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFStyle.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSprite.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundRecorder.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBufferRecorder.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSoundBuffer.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSound.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSocketSelector.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFShape.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFShader.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFSensor.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderWindow.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFRenderStates.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFRectangleShape.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFRect.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFPausableClock.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFPacket.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFMusic.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFMouse.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFListener.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFKeyboard.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFKey.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFJoystick.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFIpAddress.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFImage.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFHttp.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFFtp.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFFont.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFEvent.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFCursor.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFContextSettings.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFContext.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFConfig.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFColor.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFClock.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFClipboard.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFCircleShape.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/SFBlendMode.cmi
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window_oo.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system_oo.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network_oo.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics_oo.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio_oo.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio.cmxs
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window_oo.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system_oo.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network_oo.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics_oo.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio_oo.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio.cmxa
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window_oo.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_window.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system_oo.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_system.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network_oo.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_network.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics_oo.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_graphics.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio_oo.cma
- Installed /home/opam/.opam/5.1/lib/sfml/sfml_audio.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_window_stubs.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_window_stubs.so.owner
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_system_stubs.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_system_stubs.so.owner
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_network_stubs.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_network_stubs.so.owner
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_graphics_stubs.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_graphics_stubs.so.owner
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_audio_stubs.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllsfml_audio_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/sfml/META
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/sfml.0.09.2/src'
-> installed sfml.0.09.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 09:31.34 ---> saved as "af5401436be1b4b4fe2f449ed08c80e6cc00a73596bb25673d17d5674a384e91"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u sfml:6a4018df6d4298c8dca7ed50733dd41c,conf-sfml2:99632b2bb55302e1fa3e2a57571063d0"))
2024-09-12 09:31.37 ---> saved as "adbd2231a9588f8fbcbd6dded9a06c09a2be047073ce242b017f693dba2b0241"

/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.093219') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1,conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0,conf-sfml2.1 prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2,sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c,sfml.0.09.2; 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/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1,conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0,conf-sfml2.1 prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2,sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c,sfml.0.09.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1,conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0,conf-sfml2.1 prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2,sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c,sfml.0.09.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.093219
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-sfml2/1/opam
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_audio.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_audio_oo.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_graphics.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_graphics_oo.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_network.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_network_oo.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_system.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_system_oo.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_window.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/sfml_window_oo.ocamlobjinfo
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/META
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFBlendMode.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFBlendMode.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFBlendMode.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFCircleShape.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFCircleShape.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFCircleShape.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFClipboard.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFClipboard.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFClipboard.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFClock.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFClock.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFClock.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFColor.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFColor.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFColor.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFConfig.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFConfig.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFConfig.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFContext.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFContext.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFContext.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFContextSettings.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFContextSettings.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFContextSettings.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFCursor.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFCursor.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFCursor.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFEvent.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFEvent.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFEvent.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFFont.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFFont.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFFont.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFFtp.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFFtp.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFFtp.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFHttp.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFHttp.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFHttp.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFImage.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFImage.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFImage.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFIpAddress.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFIpAddress.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFIpAddress.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFJoystick.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFJoystick.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFJoystick.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFKey.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFKey.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFKey.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFKeyboard.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFKeyboard.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFKeyboard.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFListener.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFListener.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFListener.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFMouse.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFMouse.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFMouse.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFMusic.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFMusic.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFMusic.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFPacket.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFPacket.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFPacket.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFPausableClock.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFPausableClock.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFPausableClock.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRect.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRect.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRect.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRectangleShape.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRectangleShape.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRectangleShape.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRenderStates.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRenderStates.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRenderStates.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRenderWindow.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRenderWindow.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFRenderWindow.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSensor.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSensor.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFShader.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFShader.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFShader.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFShape.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFShape.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFShape.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSocketSelector.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSocketSelector.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSocketSelector.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSound.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSound.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSound.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundBuffer.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundBuffer.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundBuffer.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundBufferRecorder.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundBufferRecorder.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundBufferRecorder.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundRecorder.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundRecorder.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSoundRecorder.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSprite.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSprite.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFSprite.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFStyle.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFStyle.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFStyle.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTcpListener.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTcpListener.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTcpListener.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTcpSocket.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTcpSocket.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTcpSocket.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFText.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFText.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFText.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTexture.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTexture.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTexture.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTime.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTime.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTime.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTransform.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTransform.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFTransform.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFUdpSocket.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFUdpSocket.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFUdpSocket.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFVideoMode.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFVideoMode.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFVideoMode.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFView.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFView.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFView.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFWindow.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFWindow.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/SFWindow.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_audio.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_audio.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_audio.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_graphics.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_graphics.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_graphics.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_network.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_network.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_network.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_system.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_system.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_system.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_window.cmi
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_window.cmt
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/lib/sfml/oo_sfml_window.cmti
prep/universes/6a4018df6d4298c8dca7ed50733dd41c/sfml/0.09.2/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0:a5a7479b5ca9483e39a63765fc447b9f4bf6d61ebb5bf801f71e7e52a714bb8b
HASHES:sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c:27d953ae5d69b7198df321c8d54fb307a1e352cac95bd7ef7d8238fffa56faa7
2024-09-12 09:31.41 ---> saved as "93ad1e643c1c3783a43a2bbaae37be7e5a6a43d068a77bfadd42f2ce175e0958"
Job succeeded
2024-09-12 09:41.16: sfml.0.09.2-6a4018df6d4298c8dca7ed50733dd41c -> 27d953ae5d69b7198df321c8d54fb307a1e352cac95bd7ef7d8238fffa56faa7
2024-09-12 09:41.16: conf-sfml2.1-99632b2bb55302e1fa3e2a57571063d0 -> a5a7479b5ca9483e39a63765fc447b9f4bf6d61ebb5bf801f71e7e52a714bb8b
2024-09-12 09:41.16: Job succeeded