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


Building on m1-b.ocamllabs.io

(from ocaml/opam:debian-unstable)
2021-12-03 19:46.25 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2021-12-03 19:46.25 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q b1ed080260d9fb3332ffd1ed74a70b40f8d46d66"))
2021-12-03 19:46.25 ---> using "470a5139cd314c308ef6f8a7115ce3eecbef27ce3b36ad57c590d49c448a8f62" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2021-12-03 19:46.25 ---> using "6ff696b0fce120bd80d73dc055775d9b6cd971171da508a2aeef8fc7d75ea210" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.09' '4.09.1'"))

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.09.1  (cached)
-> installed ocaml-base-compiler.4.09.1
-> installed ocaml-config.1
-> installed ocaml.4.09.1
Done.
# Run eval $(opam env --switch=4.09) to update the current shell environment
2021-12-03 19:46.25 ---> using "0e38fe413b54c61efc89a327e12fe3900a62f3b6cb3cd04c0c479a041012ee9a" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [8877 kB]
- Fetched 9106 kB in 2s (5247 kB/s)
- Reading package lists...
- 
2021-12-03 19:46.25 ---> using "52f2d4f15b9d78ee09b71f4309e713a547edef1ddf1f05123778836008ea41c8" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"sfml.0.08.3\"\
               \nopam install -vy \"sfml.0.08.3\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"sfml.0.08.3\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
Nothing to do.
[NOTE] sfml.0.08.3 is not installed.

The following actions will be performed:
  - install conf-pkg-config 2      [required by conf-sfml2]
  - install ocamlfind       1.9.1  [required by sfml]
  - install conf-sfml2      1      [required by sfml]
  - install sfml            0.08.3
===== 4 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 ... 18105 files and directories currently installed.)
- Preparing to unpack .../00-libdbus-1-3_1.12.20-3_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.20-3) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../01-dbus-bin_1.12.20-3_amd64.deb ...
- Unpacking dbus-bin (1.12.20-3) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../02-dbus-session-bus-common_1.12.20-3_all.deb ...
- Unpacking dbus-session-bus-common (1.12.20-3) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../03-libapparmor1_3.0.3-6_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.3-6) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../04-dbus-daemon_1.12.20-3_amd64.deb ...
- Unpacking dbus-daemon (1.12.20-3) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../05-dbus-system-bus-common_1.12.20-3_all.deb ...
- Unpacking dbus-system-bus-common (1.12.20-3) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../06-dbus_1.12.20-3_amd64.deb ...
- Unpacking dbus (1.12.20-3) ...
- 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.5.1-1_all.deb ...
- Unpacking libasound2-data (1.2.5.1-1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../09-libasound2_1.2.5.1-1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.5.1-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../10-alsa-ucm-conf_1.2.5.1-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.5.1-1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../11-libasyncns0_0.8-6+b2_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6+b2) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../12-libdrm-common_2.4.108-1_all.deb ...
- Unpacking libdrm-common (2.4.108-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../13-libdrm2_2.4.108-1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.108-1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../14-libdrm-amdgpu1_2.4.108-1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.108-1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../15-libpciaccess0_0.16-1_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-1) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../16-libdrm-intel1_2.4.108-1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.108-1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../17-libdrm-nouveau2_2.4.108-1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.108-1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../18-libdrm-radeon1_2.4.108-1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.108-1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../19-libglvnd0_1.3.4-2+b1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../20-libwayland-server0_1.19.0-2+b1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.19.0-2+b1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../21-libgbm1_21.2.6-1_amd64.deb ...
- Unpacking libgbm1:amd64 (21.2.6-1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../22-libglapi-mesa_21.2.6-1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (21.2.6-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../23-libwayland-client0_1.19.0-2+b1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.19.0-2+b1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../24-libx11-xcb1_2%3a1.7.2-2+b1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.7.2-2+b1) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../25-libxcb-dri2-0_1.14-3_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../26-libxcb-dri3-0_1.14-3_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../27-libxcb-present0_1.14-3_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../28-libxcb-sync1_1.14-3_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../29-libxcb-xfixes0_1.14-3_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-3) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../30-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../31-libegl-mesa0_21.2.6-1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (21.2.6-1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../32-libegl1_1.3.4-2+b1_amd64.deb ...
- Unpacking libegl1:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../33-libxcb-glx0_1.14-3_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../34-libxcb-shm0_1.14-3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../35-libxfixes3_1%3a5.0.3-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:5.0.3-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../36-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 .../37-libelf1_0.186-1_amd64.deb ...
- Unpacking libelf1:amd64 (0.186-1) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../38-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../39-libxml2_2.9.12+dfsg-5+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.12+dfsg-5+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../40-libz3-4_4.8.12-1+b1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-1+b1) ...
- Selecting previously unselected package libllvm12:amd64.
- Preparing to unpack .../41-libllvm12_1%3a12.0.1-17_amd64.deb ...
- Unpacking libllvm12:amd64 (1:12.0.1-17) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../42-libsensors-config_1%3a3.6.0-7_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../43-libsensors5_1%3a3.6.0-7_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../44-libvulkan1_1.2.189.0-2_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.2.189.0-2) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../45-libgl1-mesa-dri_21.2.6-1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (21.2.6-1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../46-libglx-mesa0_21.2.6-1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (21.2.6-1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../47-libglx0_1.3.4-2+b1_amd64.deb ...
- Unpacking libglx0:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../48-libgl1_1.3.4-2+b1_amd64.deb ...
- Unpacking libgl1:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../49-libglx-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../50-libgl-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../51-libegl-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../52-libogg0_1.3.4-0.1_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.4-0.1) ...
- Selecting previously unselected package libflac8:amd64.
- Preparing to unpack .../53-libflac8_1.3.3-2_amd64.deb ...
- Unpacking libflac8:amd64 (1.3.3-2) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../54-libglvnd-core-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../55-libgles1_1.3.4-2+b1_amd64.deb ...
- Unpacking libgles1:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../56-libgles2_1.3.4-2+b1_amd64.deb ...
- Unpacking libgles2:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../57-libgles-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../58-libopengl0_1.3.4-2+b1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../59-libopengl-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../60-libglvnd-dev_1.3.4-2+b1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.3.4-2+b1) ...
- Selecting previously unselected package libgl1-mesa-dev:amd64.
- Preparing to unpack .../61-libgl1-mesa-dev_21.2.6-1_amd64.deb ...
- Unpacking libgl1-mesa-dev:amd64 (21.2.6-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../62-libglib2.0-0_2.70.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.70.1-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../63-libglib2.0-data_2.70.1-1_all.deb ...
- Unpacking libglib2.0-data (2.70.1-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.5.0-3_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.5.0-3) ...
- 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-0.1_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-0.1) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../68-libvorbis0a_1.3.7-1_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../69-libvorbisenc2_1.3.7-1_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../70-libsndfile1_1.0.31-2_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.0.31-2) ...
- Selecting previously unselected package libwrap0:amd64.
- Preparing to unpack .../71-libwrap0_7.6.q-31_amd64.deb ...
- Unpacking libwrap0:amd64 (7.6.q-31) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../72-libpulse0_15.0+dfsg1-2_amd64.deb ...
- Unpacking libpulse0:amd64 (15.0+dfsg1-2) ...
- Selecting previously unselected package libsfml-system2.5:amd64.
- Preparing to unpack .../73-libsfml-system2.5_2.5.1+dfsg-2_amd64.deb ...
- Unpacking libsfml-system2.5:amd64 (2.5.1+dfsg-2) ...
- 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_amd64.deb ...
- Unpacking libsfml-audio2.5:amd64 (2.5.1+dfsg-2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../76-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../77-libxrandr2_2%3a1.5.2-1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-1) ...
- Selecting previously unselected package libsfml-window2.5:amd64.
- Preparing to unpack .../78-libsfml-window2.5_2.5.1+dfsg-2_amd64.deb ...
- Unpacking libsfml-window2.5:amd64 (2.5.1+dfsg-2) ...
- Selecting previously unselected package libsfml-graphics2.5:amd64.
- Preparing to unpack .../79-libsfml-graphics2.5_2.5.1+dfsg-2_amd64.deb ...
- Unpacking libsfml-graphics2.5:amd64 (2.5.1+dfsg-2) ...
- Selecting previously unselected package libsfml-network2.5:amd64.
- Preparing to unpack .../80-libsfml-network2.5_2.5.1+dfsg-2_amd64.deb ...
- Unpacking libsfml-network2.5:amd64 (2.5.1+dfsg-2) ...
- Selecting previously unselected package libsfml-dev:amd64.
- Preparing to unpack .../81-libsfml-dev_2.5.1+dfsg-2_amd64.deb ...
- Unpacking libsfml-dev:amd64 (2.5.1+dfsg-2) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../82-libxcb-randr0_1.14-3_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-3) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../83-mesa-vulkan-drivers_21.2.6-1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (21.2.6-1) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../84-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../85-shared-mime-info_2.0-1_amd64.deb ...
- Unpacking shared-mime-info (2.0-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../86-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libxcb-dri3-0:amd64 (1.14-3) ...
- Setting up libwayland-server0:amd64 (1.19.0-2+b1) ...
- Setting up libx11-xcb1:amd64 (2:1.7.2-2+b1) ...
- Setting up libpciaccess0:amd64 (0.16-1) ...
- Setting up libapparmor1:amd64 (3.0.3-6) ...
- Setting up libxcb-xfixes0:amd64 (1.14-3) ...
- Setting up libogg0:amd64 (1.3.4-0.1) ...
- Setting up libglvnd-core-dev:amd64 (1.3.4-2+b1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.70.1-1) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.3.4-2+b1) ...
- Setting up libxcb-glx0:amd64 (1.14-3) ...
- Setting up libsensors-config (1:3.6.0-7) ...
- Setting up libxcb-shm0:amd64 (1.14-3) ...
- Setting up libopengl0:amd64 (1.3.4-2+b1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libflac8:amd64 (1.3.3-2) ...
- Setting up libxcb-present0:amd64 (1.14-3) ...
- Setting up libasound2-data (1.2.5.1-1) ...
- Setting up libz3-4:amd64 (4.8.12-1+b1) ...
- Setting up libglib2.0-data (2.70.1-1) ...
- Setting up libgles2:amd64 (1.3.4-2+b1) ...
- Setting up libwrap0:amd64 (7.6.q-31) ...
- Setting up libxfixes3:amd64 (1:5.0.3-2) ...
- Setting up libxcb-sync1:amd64 (1.14-3) ...
- Setting up libgles1:amd64 (1.3.4-2+b1) ...
- Setting up libdbus-1-3:amd64 (1.12.20-3) ...
- Setting up libopus0:amd64 (1.3.1-0.1) ...
- Setting up libvorbis0a:amd64 (1.3.7-1) ...
- Setting up libxrandr2:amd64 (2:1.5.2-1) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7) ...
- Setting up libsfml-system2.5:amd64 (2.5.1+dfsg-2) ...
- Setting up libglapi-mesa:amd64 (21.2.6-1) ...
- Setting up libvulkan1:amd64 (1.2.189.0-2) ...
- Setting up libxcb-dri2-0:amd64 (1.14-3) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up libasyncns0:amd64 (0.8-6+b2) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.14-3) ...
- Setting up dbus-session-bus-common (1.12.20-3) ...
- Setting up libasound2:amd64 (1.2.5.1-1) ...
- Setting up libopenal-data (1:1.19.1-2) ...
- Setting up libopengl-dev:amd64 (1.3.4-2+b1) ...
- Setting up dbus-system-bus-common (1.12.20-3) ...
- Setting up libdrm-common (2.4.108-1) ...
- Setting up libelf1:amd64 (0.186-1) ...
- Setting up libxml2:amd64 (2.9.12+dfsg-5+b1) ...
- Setting up dbus-bin (1.12.20-3) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1) ...
- Setting up libsfml-network2.5:amd64 (2.5.1+dfsg-2) ...
- Setting up libwayland-client0:amd64 (1.19.0-2+b1) ...
- Setting up alsa-ucm-conf (1.2.5.1-1) ...
- Setting up dbus-daemon (1.12.20-3) ...
- Setting up libvorbisfile3:amd64 (1.3.7-1) ...
- Setting up libllvm12:amd64 (1:12.0.1-17) ...
- Setting up dbus (1.12.20-3) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.0-1) ...
- Setting up libsndio7.0:amd64 (1.5.0-3) ...
- Setting up libdrm2:amd64 (2.4.108-1) ...
- Setting up libsndfile1:amd64 (1.0.31-2) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.108-1) ...
- Setting up mesa-vulkan-drivers:amd64 (21.2.6-1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.108-1) ...
- Setting up libgbm1:amd64 (21.2.6-1) ...
- Setting up libpulse0:amd64 (15.0+dfsg1-2) ...
- Setting up libdrm-radeon1:amd64 (2.4.108-1) ...
- Setting up libdrm-intel1:amd64 (2.4.108-1) ...
- Setting up libgl1-mesa-dri:amd64 (21.2.6-1) ...
- Setting up libopenal1:amd64 (1:1.19.1-2) ...
- Setting up libegl-mesa0:amd64 (21.2.6-1) ...
- Setting up libsfml-audio2.5:amd64 (2.5.1+dfsg-2) ...
- Setting up libegl1:amd64 (1.3.4-2+b1) ...
- Setting up libglx-mesa0:amd64 (21.2.6-1) ...
- Setting up libglx0:amd64 (1.3.4-2+b1) ...
- Setting up libgl1:amd64 (1.3.4-2+b1) ...
- Setting up libsfml-window2.5:amd64 (2.5.1+dfsg-2) ...
- Setting up libglx-dev:amd64 (1.3.4-2+b1) ...
- Setting up libgl-dev:amd64 (1.3.4-2+b1) ...
- Setting up libsfml-graphics2.5:amd64 (2.5.1+dfsg-2) ...
- Setting up libegl-dev:amd64 (1.3.4-2+b1) ...
- Setting up libsfml-dev:amd64 (2.5.1+dfsg-2) ...
- Setting up libgles-dev:amd64 (1.3.4-2+b1) ...
- Setting up libglvnd-dev:amd64 (1.3.4-2+b1) ...
- Setting up libgl1-mesa-dev:amd64 (21.2.6-1) ...
- Processing triggers for libc-bin (2.32-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/12:
Processing  4/12:
Processing  5/12: [conf-pkg-config: pkg-config]
-> retrieved ocamlfind.1.9.1  (cached)
Processing  6/12: [conf-pkg-config: pkg-config] [ocamlfind: ./configure]
-> retrieved sfml.0.08.3  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.09/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing  6/12: [ocamlfind: ./configure]
Processing  7/12: [ocamlfind: ./configure] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.09/bin" "-sitelib" "/home/opam/.opam/4.09/lib" "-mandir" "/home/opam/.opam/4.09/man" "-config" "/home/opam/.opam/4.09/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1)
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.09/lib/ocaml
-     Binaries:              /home/opam/.opam/4.09/bin
-     Manual pages:          /home/opam/.opam/4.09/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.09/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.09/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.09/bin
-     Manual pages:          /home/opam/.opam/4.09/man
-     topfind script:        /home/opam/.opam/4.09/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
- Welcome to findlib version 1.9.1
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found
- raw_spacetime: found
- threads: found
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.09/lib/ocaml
-     Binaries:              /home/opam/.opam/4.09/bin
-     Manual pages:          /home/opam/.opam/4.09/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.09/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.09/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.09/bin
-     Manual pages:          /home/opam/.opam/4.09/man
-     topfind script:        /home/opam/.opam/4.09/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing  7/12: [ocamlfind: make all] [conf-pkg-config: mkdir]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.09/lib/pkgconfig" (CWD=/home/opam/.opam/4.09/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing  7/12: [ocamlfind: make all]
Processing  8/12: [conf-sfml2: pkg-config sfml-all] [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "sfml-all" (CWD=/home/opam/.opam/4.09/.opam-switch/build/conf-sfml2.1)
-> compiled  conf-sfml2.1
Processing  8/12: [ocamlfind: make all]
-> installed conf-sfml2.1
Processing  9/12: [ocamlfind: make all]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.09/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.09/lib/ocaml' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;linux;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -c findlib.mli
- ocamlc -I +compiler-libs -opaque -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -g -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- 1826 |       let buf = String.create buflen in   (* FIXME: Bytes.create *)
-                        ^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.create
- Use Bytes.create instead.
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -c topfind.mli
- ocamlc -I +compiler-libs -opaque -g -c topfind.ml
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind_rd1.p | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.09/lib' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.09/lib' >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
Processing  9/12: [ocamlfind: make opt]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -c frontend.ml
- File "frontend.ml", line 1826, characters 16-29:
- 1826 |       let buf = String.create buflen in   (* FIXME: Bytes.create *)
-                        ^^^^^^^^^^^^^
- Alert deprecated: Stdlib.String.create
- Use Bytes.create instead.
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -c topfind.ml
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
-> compiled  ocamlfind.1.9.1
Processing 10/12: [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.09/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.09/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi \
-       fi \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- mkdir -p "/home/opam/.opam/4.09/bin"
- mkdir -p "/home/opam/.opam/4.09/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "`dirname \"/home/opam/.opam/4.09/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.09/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.09/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- mkdir -p "/home/opam/.opam/4.09/lib/findlib"
- mkdir -p "/home/opam/.opam/4.09/bin"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.09/lib/ocaml"
- files=` ../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \
- cp $files "/home/opam/.opam/4.09/lib/findlib"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- cp $f "/home/opam/.opam/4.09/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.09/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.09/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.09/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
- for x in bigarray bytes compiler-libs dynlink ocamldoc raw_spacetime stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.09/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.09/lib/$x"; done
- mkdir -p "/home/opam/.opam/4.09/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.09/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	cp tools/safe_camlp4 "/home/opam/.opam/4.09/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
- mkdir -p "/home/opam/.opam/4.09/man/man1" "/home/opam/.opam/4.09/man/man3" "/home/opam/.opam/4.09/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.09/man/man1"
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.09/man/man5"
- make[1]: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/ocamlfind.1.9.1'
-> installed ocamlfind.1.9.1
Processing 11/12: [sfml: make src]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "-C" "src" "cxx_all" (CWD=/home/opam/.opam/4.09/.opam-switch/build/sfml.0.08.3)
- make: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/sfml.0.08.3/src'
- ocamldep SF*.ml SF*.mli oo_*.ml oo_*.mli > ml_depend.mk
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_caml_conv.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_conv_vectors.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFConfig_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTime_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/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 -i SFConfig.ml >> SFConfig.mli
- ocamlc -g -c -o SFConfig.cmi SFConfig.mli
- ocamlc -g -c -o SFConfig.cmo SFConfig.ml
- ocamlc -g -c -o SFTime.cmi SFTime.mli
- ocamlc -g -c -o SFTime.cmo SFTime.ml
- ocaml doc_link.ml SFClock.ml > SFClock.mli
- ocamlc -g -i SFClock.ml >> SFClock.mli
- ocamlc -g -c -o SFClock.cmi SFClock.mli
- ocamlc -g -c -o SFClock.cmo SFClock.ml
- :
- ocamlc -g -c -o SFPausableClock.cmi SFPausableClock.mli
- ocamlc -g -c -o SFPausableClock.cmo SFPausableClock.ml
- ocamlc -g -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 -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_context_settings.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/sf_conv_style.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFClipboard_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFCursor_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFKey_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFMouse_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFKeyboard_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFJoystick_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFEvent_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFWindow_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFContext_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/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 -i SFClipboard.ml >> SFClipboard.mli
- ocamlc -g -c -o SFClipboard.cmi SFClipboard.mli
- ocamlc -g -c -o SFClipboard.cmo SFClipboard.ml
- ocaml doc_link.ml SFCursor.ml > SFCursor.mli
- ocamlc -g -i SFCursor.ml >> SFCursor.mli
- ocamlc -g -c -o SFCursor.cmi SFCursor.mli
- ocamlc -g -c -o SFCursor.cmo SFCursor.ml
- ocaml doc_link.ml SFKey.ml > SFKey.mli
- ocamlc -g -i SFKey.ml >> SFKey.mli
- ocamlc -g -c -o SFKey.cmi SFKey.mli
- ocamlc -g -c -o SFKey.cmo SFKey.ml
- ocaml doc_link.ml SFMouse.ml > SFMouse.mli
- ocamlc -g -i SFMouse.ml >> SFMouse.mli
- ocamlc -g -c -o SFMouse.cmi SFMouse.mli
- ocamlc -g -c -o SFMouse.cmo SFMouse.ml
- ocaml doc_link.ml SFKeyboard.ml > SFKeyboard.mli
- ocamlc -g -i SFKeyboard.ml >> SFKeyboard.mli
- ocamlc -g -c -o SFKeyboard.cmi SFKeyboard.mli
- ocamlc -g -c -o SFKeyboard.cmo SFKeyboard.ml
- ocaml doc_link.ml SFJoystick.ml > SFJoystick.mli
- ocamlc -g -i SFJoystick.ml >> SFJoystick.mli
- ocamlc -g -c -o SFJoystick.cmi SFJoystick.mli
- ocamlc -g -c -o SFJoystick.cmo SFJoystick.ml
- ocamlc -g -c -o SFSensor.cmi SFSensor.mli
- :
- ocamlc -g -c -o SFEvent.cmi SFEvent.mli
- ocamlc -g -c -o SFEvent.cmo SFEvent.ml
- ocaml doc_link.ml SFVideoMode.ml > SFVideoMode.mli
- ocamlc -g -i SFVideoMode.ml >> SFVideoMode.mli
- ocamlc -g -c -o SFVideoMode.cmi SFVideoMode.mli
- ocamlc -g -c -o SFVideoMode.cmo SFVideoMode.ml
- ocaml doc_link.ml SFStyle.ml > SFStyle.mli
- ocamlc -g -i SFStyle.ml >> SFStyle.mli
- ocamlc -g -c -o SFStyle.cmi SFStyle.mli
- ocamlc -g -c -o SFStyle.cmo SFStyle.ml
- ocaml doc_link.ml SFContextSettings.ml > SFContextSettings.mli
- ocamlc -g -i SFContextSettings.ml >> SFContextSettings.mli
- ocamlc -g -c -o SFContextSettings.cmi SFContextSettings.mli
- ocamlc -g -c -o SFContextSettings.cmo SFContextSettings.ml
- ocaml doc_link.ml SFRect.ml > SFRect.mli
- ocamlc -g -i SFRect.ml >> SFRect.mli
- ocamlc -g -c -o SFRect.cmi SFRect.mli
- ocaml doc_link.ml SFView.ml > SFView.mli
- ocamlc -g -i SFView.ml >> SFView.mli
- ocamlc -g -c -o SFView.cmi SFView.mli
- ocaml doc_link.ml SFColor.ml > SFColor.mli
- ocamlc -g -i SFColor.ml >> SFColor.mli
- ocamlc -g -c -o SFColor.cmi SFColor.mli
- ocaml doc_link.ml SFWindow.ml > SFWindow.mli
- ocamlc -g -i SFWindow.ml >> SFWindow.mli
- ocamlc -g -c -o SFWindow.cmi SFWindow.mli
- ocamlc -g -c -o SFWindow.cmo SFWindow.ml
- ocaml doc_link.ml SFContext.ml > SFContext.mli
- ocamlc -g -i SFContext.ml >> SFContext.mli
- ocamlc -g -c -o SFContext.cmi SFContext.mli
- ocamlc -g -c -o SFContext.cmo SFContext.ml
- ocamlc -g -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 -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFColor_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRect_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFBlendMode_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFImage_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTexture_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFFont_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFText_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFShape_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFCircleShape_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRectangleShape_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSprite_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFShader_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTransform_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFView_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFRenderStates_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/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 -c -o SFColor.cmo SFColor.ml
- ocamlc -g -c -o SFRect.cmo SFRect.ml
- ocamlc -g -c -o SFBlendMode.cmi SFBlendMode.mli
- ocamlc -g -c -o SFBlendMode.cmo SFBlendMode.ml
- ocamlc -g -c -o SFImage.cmi SFImage.mli
- ocamlc -g -c -o SFImage.cmo SFImage.ml
- ocaml doc_link.ml SFTexture.ml > SFTexture.mli
- ocamlc -g -i SFTexture.ml >> SFTexture.mli
- ocamlc -g -c -o SFTexture.cmi SFTexture.mli
- ocamlc -g -c -o SFTexture.cmo SFTexture.ml
- ocamlc -g -c -o SFFont.cmi SFFont.mli
- ocamlc -g -c -o SFFont.cmo SFFont.ml
- ocamlc -g -c -o SFText.cmi SFText.mli
- ocamlc -g -c -o SFText.cmo SFText.ml
- ocamlc -g -c -o SFCircleShape.cmi SFCircleShape.mli
- ocamlc -g -c -o SFRectangleShape.cmi SFRectangleShape.mli
- :
- ocamlc -g -c -o SFShape.cmi SFShape.mli
- ocamlc -g -c -o SFShape.cmo SFShape.ml
- ocamlc -g -c -o SFCircleShape.cmo SFCircleShape.ml
- ocamlc -g -c -o SFRectangleShape.cmo SFRectangleShape.ml
- ocamlc -g -c -o SFSprite.cmi SFSprite.mli
- ocamlc -g -c -o SFSprite.cmo SFSprite.ml
- ocaml doc_link.ml SFShader.ml > SFShader.mli
- ocamlc -g -i SFShader.ml >> SFShader.mli
- ocamlc -g -c -o SFShader.cmi SFShader.mli
- ocamlc -g -c -o SFShader.cmo SFShader.ml
- ocaml doc_link.ml SFTransform.ml > SFTransform.mli
- ocamlc -g -i SFTransform.ml >> SFTransform.mli
- ocamlc -g -c -o SFTransform.cmi SFTransform.mli
- ocamlc -g -c -o SFTransform.cmo SFTransform.ml
- ocamlc -g -c -o SFView.cmo SFView.ml
- ocamlc -g -c -o SFRenderStates.cmi SFRenderStates.mli
- ocamlc -g -c -o SFRenderStates.cmo SFRenderStates.ml
- ocaml doc_link.ml SFRenderWindow.ml > SFRenderWindow.mli
- ocamlc -g -i SFRenderWindow.ml >> SFRenderWindow.mli
- ocamlc -g -c -o SFRenderWindow.cmi SFRenderWindow.mli
- ocamlc -g -c -o SFRenderWindow.cmo SFRenderWindow.ml
- ocamlc -g -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 -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFMusic_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSoundBuffer_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSound_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFListener_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFSoundBufferRecorder_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/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 -i SFMusic.ml >> SFMusic.mli
- ocamlc -g -c -o SFMusic.cmi SFMusic.mli
- ocamlc -g -c -o SFMusic.cmo SFMusic.ml
- ocamlc -g -c -o SFSoundBuffer.cmi SFSoundBuffer.mli
- ocamlc -g -c -o SFSoundBuffer.cmo SFSoundBuffer.ml
- ocamlc -g -c -o SFSound.cmi SFSound.mli
- ocamlc -g -c -o SFSound.cmo SFSound.ml
- ocaml doc_link.ml SFListener.ml > SFListener.mli
- ocamlc -g -i SFListener.ml >> SFListener.mli
- ocamlc -g -c -o SFListener.cmi SFListener.mli
- ocamlc -g -c -o SFListener.cmo SFListener.ml
- ocamlc -g -c -o SFSoundBufferRecorder.cmi SFSoundBufferRecorder.mli
- ocamlc -g -c -o SFSoundBufferRecorder.cmo SFSoundBufferRecorder.ml
- ocaml doc_link.ml SFSoundRecorder.ml > SFSoundRecorder.mli
- ocamlc -g -i SFSoundRecorder.ml >> SFSoundRecorder.mli
- ocamlc -g -c -o SFSoundRecorder.cmi SFSoundRecorder.mli
- ocamlc -g -c -o SFSoundRecorder.cmo SFSoundRecorder.ml
- ocamlc -g -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 -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFHttp_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFFtp_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFIpAddress_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFPacket_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFUdpSocket_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTcpSocket_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/lib/ocaml -I/usr/include/ ./cxx_stubs/SFTcpListener_stub.cpp
- g++ -g -Wall -Werror -Wno-deprecated-declarations -fPIC -c -I/home/opam/.opam/4.09/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 -i SFHttp.ml >> SFHttp.mli
- ocamlc -g -c -o SFHttp.cmi SFHttp.mli
- ocamlc -g -c -o SFHttp.cmo SFHttp.ml
- ocaml doc_link.ml SFIpAddress.ml > SFIpAddress.mli
- ocamlc -g -i SFIpAddress.ml >> SFIpAddress.mli
- ocamlc -g -c -o SFIpAddress.cmi SFIpAddress.mli
- ocaml doc_link.ml SFFtp.ml > SFFtp.mli
- ocamlc -g -i SFFtp.ml >> SFFtp.mli
- ocamlc -g -c -o SFFtp.cmi SFFtp.mli
- ocamlc -g -c -o SFIpAddress.cmo SFIpAddress.ml
- ocamlc -g -c -o SFFtp.cmo SFFtp.ml
- ocamlc -g -c -o SFPacket.cmi SFPacket.mli
- ocamlc -g -c -o SFPacket.cmo SFPacket.ml
- ocaml doc_link.ml SFUdpSocket.ml > SFUdpSocket.mli
- ocamlc -g -i SFUdpSocket.ml >> SFUdpSocket.mli
- ocamlc -g -c -o SFUdpSocket.cmi SFUdpSocket.mli
- ocamlc -g -c -o SFUdpSocket.cmo SFUdpSocket.ml
- ocaml doc_link.ml SFTcpSocket.ml > SFTcpSocket.mli
- ocamlc -g -i SFTcpSocket.ml >> SFTcpSocket.mli
- ocamlc -g -c -o SFTcpSocket.cmi SFTcpSocket.mli
- ocamlc -g -c -o SFTcpSocket.cmo SFTcpSocket.ml
- ocaml doc_link.ml SFTcpListener.ml > SFTcpListener.mli
- ocamlc -g -i SFTcpListener.ml >> SFTcpListener.mli
- ocamlc -g -c -o SFTcpListener.cmi SFTcpListener.mli
- ocamlc -g -c -o SFTcpListener.cmo SFTcpListener.ml
- ocaml doc_link.ml SFSocketSelector.ml > SFSocketSelector.mli
- ocamlc -g -i SFSocketSelector.ml >> SFSocketSelector.mli
- ocamlc -g -c -o SFSocketSelector.cmi SFSocketSelector.mli
- ocamlc -g -c -o SFSocketSelector.cmo SFSocketSelector.ml
- ocamlc -g -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 -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFConfig.cmx SFConfig.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFTime.cmx SFTime.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFClock.cmx SFClock.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFPausableClock.cmx SFPausableClock.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -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 -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFClipboard.cmx SFClipboard.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFCursor.cmx SFCursor.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFKey.cmx SFKey.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFMouse.cmx SFMouse.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFKeyboard.cmx SFKeyboard.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFJoystick.cmx SFJoystick.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFEvent.cmx SFEvent.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFVideoMode.cmx SFVideoMode.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFStyle.cmx SFStyle.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFContextSettings.cmx SFContextSettings.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFWindow.cmx SFWindow.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFContext.cmx SFContext.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -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 -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFColor.cmx SFColor.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFRect.cmx SFRect.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFBlendMode.cmx SFBlendMode.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFImage.cmx SFImage.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFTexture.cmx SFTexture.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFFont.cmx SFFont.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFText.cmx SFText.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFRectangleShape.cmx SFRectangleShape.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFCircleShape.cmx SFCircleShape.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFShape.cmx SFShape.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFSprite.cmx SFSprite.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFShader.cmx SFShader.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFTransform.cmx SFTransform.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFView.cmx SFView.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFRenderStates.cmx SFRenderStates.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFRenderWindow.cmx SFRenderWindow.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -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 -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFMusic.cmx SFMusic.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFSoundBuffer.cmx SFSoundBuffer.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFSound.cmx SFSound.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFListener.cmx SFListener.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFSoundBufferRecorder.cmx SFSoundBufferRecorder.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFSoundRecorder.cmx SFSoundRecorder.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -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 -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFHttp.cmx SFHttp.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFIpAddress.cmx SFIpAddress.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFFtp.cmx SFFtp.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFPacket.cmx SFPacket.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFUdpSocket.cmx SFUdpSocket.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFTcpSocket.cmx SFTcpSocket.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFTcpListener.cmx SFTcpListener.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -c -o SFSocketSelector.cmx SFSocketSelector.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -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 -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_system.cmxs -ccopt -L. sfml_system.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_window.cmxs -ccopt -L. sfml_window.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_graphics.cmxs -ccopt -L. sfml_graphics.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_audio.cmxs -ccopt -L. sfml_audio.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_network.cmxs -ccopt -L. sfml_network.cmxa
- ocamlc -g -c -o oo_sfml_system.cmi oo_sfml_system.mli
- ocamlc -g -a -o sfml_system_oo.cma oo_sfml_system.ml
- ocamlc -g -c -o oo_sfml_window.cmi oo_sfml_window.mli
- ocamlc -g -a -o sfml_window_oo.cma oo_sfml_window.ml
- ocamlc -g -c -o oo_sfml_graphics.cmi oo_sfml_graphics.mli
- ocamlc -g -a -o sfml_graphics_oo.cma oo_sfml_graphics.ml
- ocamlc -g -c -o oo_sfml_audio.cmi oo_sfml_audio.mli
- ocamlc -g -a -o sfml_audio_oo.cma oo_sfml_audio.ml
- ocamlc -g -c -o oo_sfml_network.cmi oo_sfml_network.mli
- ocamlc -g -a -o sfml_network_oo.cma oo_sfml_network.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -a -o sfml_system_oo.cmxa oo_sfml_system.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -a -o sfml_window_oo.cmxa oo_sfml_window.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -a -o sfml_graphics_oo.cmxa oo_sfml_graphics.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -a -o sfml_audio_oo.cmxa oo_sfml_audio.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -a -o sfml_network_oo.cmxa oo_sfml_network.ml
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_system_oo.cmxs -ccopt -L. sfml_system_oo.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_window_oo.cmxs -ccopt -L. sfml_window_oo.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_graphics_oo.cmxs -ccopt -L. sfml_graphics_oo.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_audio_oo.cmxs -ccopt -L. sfml_audio_oo.cmxa
- ocamlopt -g -w A -ccopt "-Wall -Werror -Wno-deprecated-declarations" -shared -linkall -o sfml_network_oo.cmxs -ccopt -L. sfml_network_oo.cmxa
- make: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/sfml.0.08.3/src'
-> compiled  sfml.0.08.3
Processing 12/12: [sfml: make src]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "-C" "src" "findinstall_cxx" (CWD=/home/opam/.opam/4.09/.opam-switch/build/sfml.0.08.3)
- make: Entering directory '/home/opam/.opam/4.09/.opam-switch/build/sfml.0.08.3/src'
- ocamlfind install sfml META_cxx/META *.cma *.cmxa *.cmxs *.cmi *.mli *.so *.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window_oo.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system_oo.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network_oo.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics_oo.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio_oo.a
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio.a
- Installed /home/opam/.opam/4.09/lib/sfml/libsfml_window_stubs.a
- Installed /home/opam/.opam/4.09/lib/sfml/libsfml_system_stubs.a
- Installed /home/opam/.opam/4.09/lib/sfml/libsfml_network_stubs.a
- Installed /home/opam/.opam/4.09/lib/sfml/libsfml_graphics_stubs.a
- Installed /home/opam/.opam/4.09/lib/sfml/libsfml_audio_stubs.a
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_window.mli
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_system.mli
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_network.mli
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_graphics.mli
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_audio.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFWindow.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFView.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFVideoMode.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFUdpSocket.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFTransform.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFTime.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFTexture.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFText.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFTcpSocket.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFTcpListener.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFStyle.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSprite.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSoundRecorder.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSoundBufferRecorder.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSoundBuffer.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSound.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSocketSelector.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFShape.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFShader.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFSensor.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFRenderWindow.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFRenderStates.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFRectangleShape.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFRect.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFPausableClock.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFPacket.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFMusic.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFMouse.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFListener.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFKeyboard.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFKey.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFJoystick.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFIpAddress.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFImage.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFHttp.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFFtp.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFFont.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFEvent.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFCursor.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFContextSettings.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFContext.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFConfig.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFColor.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFClock.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFClipboard.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFCircleShape.mli
- Installed /home/opam/.opam/4.09/lib/sfml/SFBlendMode.mli
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_window.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_system.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_network.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_graphics.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/oo_sfml_audio.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFWindow.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFView.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFVideoMode.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFUdpSocket.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFTransform.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFTime.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFTexture.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFText.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFTcpSocket.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFTcpListener.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFStyle.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSprite.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSoundRecorder.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSoundBufferRecorder.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSoundBuffer.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSound.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSocketSelector.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFShape.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFShader.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFSensor.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFRenderWindow.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFRenderStates.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFRectangleShape.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFRect.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFPausableClock.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFPacket.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFMusic.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFMouse.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFListener.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFKeyboard.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFKey.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFJoystick.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFIpAddress.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFImage.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFHttp.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFFtp.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFFont.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFEvent.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFCursor.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFContextSettings.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFContext.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFConfig.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFColor.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFClock.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFClipboard.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFCircleShape.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/SFBlendMode.cmi
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window_oo.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system_oo.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network_oo.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics_oo.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio_oo.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio.cmxs
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window_oo.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system_oo.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network_oo.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics_oo.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio_oo.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio.cmxa
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window_oo.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_window.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system_oo.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_system.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network_oo.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_network.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics_oo.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_graphics.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio_oo.cma
- Installed /home/opam/.opam/4.09/lib/sfml/sfml_audio.cma
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_window_stubs.so
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_window_stubs.so.owner
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_system_stubs.so
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_system_stubs.so.owner
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_network_stubs.so
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_network_stubs.so.owner
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_graphics_stubs.so
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_graphics_stubs.so.owner
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_audio_stubs.so
- Installed /home/opam/.opam/4.09/lib/stublibs/dllsfml_audio_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.09/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.09/lib/sfml/META
- make: Leaving directory '/home/opam/.opam/4.09/.opam-switch/build/sfml.0.08.3/src'
-> installed sfml.0.08.3
Done.
# Run eval $(opam env) to update the current shell environment
2021-12-03 19:47.36 ---> saved as "585fe8ce896c429f9012771628f3cd8888563dd1f2e95f14387452c9abb13f83"
Job succeeded