Building on phoebe.caelum.ci.dev
(from ocaml/opam:debian-unstable)
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:9d6ee237fc4a0f2d144b9f12cf3c55843e12649cd33c20ff24b4e8d1a10c60b0
Status: Downloaded newer image for ocaml/opam:debian-unstable
2026-05-15 09:42.47 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache
/: (user (uid 1000) (gid 1000))
/: (env OPAMPRECISETRACKING 1)
/: (env OPAMUTF8 never)
/: (env OPAMEXTERNALSOLVER builtin-0install)
/: (env OPAMCRITERIA +removed)
/: (env CI true)
/: (env OPAM_HEALTH_CHECK_CI true)
/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-15 09:42.47 ---> using "40df4fa4cdfc68a5fa7a326047e82a7adc5df52b8059d4a7b745bdd50aad56e7" 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 ba330746a50a77a950460e0b4891860ef8473d4a"))
2026-05-15 09:42.47 ---> using "0b49d9c5d33265e52b08d514139ec3a7efff263621554bb891ac88b3da01b46a" 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.
2026-05-15 09:42.47 ---> using "b7ecd9b0118fa7e153c05dc4df3871f8f2c9ddbf76d9663cd7e4dde34de6053e" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
(network host)
(shell "opam switch create --repositories=default '5.3-opam' '5.3.0'"))
<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.3.0"}]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-config.3 (2 extra sources)
-> retrieved ocaml-config.3 (2 extra sources)
-> retrieved ocaml-compiler.5.3.0 (cached)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3-opam)
2026-05-15 09:42.47 ---> using "41faa638303766ca262e7de852394b2e57f78dd2e5175e14d2ec6673576b5d95" from cache
/: (run (network host)
(shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [189 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-15-0801.38-F-2026-05-10-0200.31.pdiff [361 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-05-15-0801.38-F-2026-05-10-0200.31.pdiff [361 kB]
- Fetched 614 kB in 2s (280 kB/s)
- Reading package lists...
2026-05-15 09:42.47 ---> using "83d06f9b290f8fa9acae9c92874804750322455980bdf3e52099776e128ec662" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
(network host)
(shell "opam pin add -k version dune $(opam show -f version dune)"))
dune is now pinned to version 3.23.0
The following actions will be performed:
=== install 1 package
- install dune 3.23.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.23.0 (cached)
-> installed dune.3.23.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-15 09:42.47 ---> using "7265f30b092a56c7885cec35a3cbb57018b52ead97eb8ee5c84033684bc61948" from cache
/: (env DUNE_CACHE enabled)
/: (env DUNE_CACHE_TRANSPORT direct)
/: (env DUNE_CACHE_DUPLICATION copy)
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
(network host)
(shell "opam remove -y imguiml.v1.90.6\
\nopam install -vy imguiml.v1.90.6\
\nres=$?\
\nif [ $res = 31 ]; then\
\n if opam show -f x-ci-accept-failures: imguiml.v1.90.6 | 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"))
[NOTE] imguiml.v1.90.6 is not installed.
Nothing to do.
The following actions will be performed:
=== install 26 packages
- install conf-cmake 1 [required by imguiml]
- install conf-gcc 1.0 [required by goblint-cil]
- install conf-glew 1 [required by imguiml]
- install conf-glfw3 2 [required by imguiml]
- install conf-gmp 5 [required by zarith]
- install conf-libffi 2.0.0 [required by ctypes-foreign]
- install conf-perl 2 [required by goblint-cil]
- install conf-pkg-config 4 [required by conf-glfw3, conf-glew, ctypes-foreign]
- install cppo 1.8.0 [required by goblint-cil]
- install csexp 1.5.2 [required by dune-configurator]
- install ctypes 0.24.0 [required by imguiml]
- install ctypes-foreign 0.24.0 [required by imguiml]
- install dune-configurator 3.23.0 [required by ctypes-foreign, ctypes, goblint-cil]
- install goblint-cil 2.0.9 [required by imguiml]
- install imguiml v1.90.6
- install integers 0.7.0 [required by ctypes]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocamlfind 1.9.8 [required by zarith]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by ppx_deriving_yojson]
- install ppx_deriving_yojson 3.10.0 [required by goblint-cil]
- install ppxlib 0.38.0 [required by ppx_deriving_yojson]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by goblint-cil]
- install yojson 3.0.0 [required by goblint-cil]
- install zarith 1.14 [required by goblint-cil]
The following system packages will first need to be installed:
cmake libffi-dev libglew-dev libglfw3-dev libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "cmake" "libffi-dev" "libglew-dev" "libglfw3-dev" "libgmp-dev" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package systemd-sysv.
- (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 ... 21834 files and directories currently installed.)
- Preparing to unpack .../systemd-sysv_260.1-1_amd64.deb ...
- Unpacking systemd-sysv (260.1-1) ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- Preparing to unpack .../libpython3.13-minimal_3.13.12-1_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.12-1) ...
- Selecting previously unselected package python3.13-minimal.
- Preparing to unpack .../python3.13-minimal_3.13.12-1_amd64.deb ...
- Unpacking python3.13-minimal (3.13.12-1) ...
- Setting up libpython3.13-minimal:amd64 (3.13.12-1) ...
- Setting up python3.13-minimal (3.13.12-1) ...
- Selecting previously unselected package python3-minimal.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22173 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.13.9-3+b1_amd64.deb ...
- Unpacking python3-minimal (3.13.9-3+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_14.0.0_all.deb ...
- Unpacking media-types (14.0.0) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../2-readline-common_8.3-4_all.deb ...
- Unpacking readline-common (8.3-4) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../3-libreadline8t64_8.3-4_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.3-4) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../4-libpython3.13-stdlib_3.13.12-1_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.12-1) ...
- Selecting previously unselected package python3.13.
- Preparing to unpack .../5-python3.13_3.13.12-1_amd64.deb ...
- Unpacking python3.13 (3.13.12-1) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../6-libpython3-stdlib_3.13.9-3+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.13.9-3+b1) ...
- Setting up python3-minimal (3.13.9-3+b1) ...
- Selecting previously unselected package python3.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 22662 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.13.9-3+b1_amd64.deb ...
- Unpacking python3 (3.13.9-3+b1) ...
- Selecting previously unselected package libproc2-0:amd64.
- Preparing to unpack .../001-libproc2-0_2%3a4.0.4-9+b2_amd64.deb ...
- Unpacking libproc2-0:amd64 (2:4.0.4-9+b2) ...
- Selecting previously unselected package procps.
- Preparing to unpack .../002-procps_2%3a4.0.4-9+b2_amd64.deb ...
- Unpacking procps (2:4.0.4-9+b2) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../003-libnss-systemd_260.1-1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (260.1-1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../004-libpam-systemd_260.1-1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (260.1-1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../005-libpng16-16t64_1.6.58-1_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.58-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../006-libfreetype6_2.14.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.14.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../007-fonts-dejavu-mono_2.37-9_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-9) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../008-fonts-dejavu-core_2.37-9_all.deb ...
- Unpacking fonts-dejavu-core (2.37-9) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../009-fontconfig-config_2.17.1-5_amd64.deb ...
- Unpacking fontconfig-config (2.17.1-5) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../010-libfontconfig1_2.17.1-5_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.17.1-5) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../011-libpixman-1-0_0.46.4-1+b2_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.46.4-1+b2) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../012-libxcb-render0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../013-libxcb-shm0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../014-libxrender1_1%3a0.9.12-1+b2_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1+b2) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../015-libcairo2_1.18.4-3+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-3+b1) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../016-libglib2.0-0t64_2.88.1-2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.88.1-2) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../017-libsharpyuv0_1.5.0-0.1+b2_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../018-libde265-0_1.0.18-1_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.18-1) ...
- Selecting previously unselected package libheif-plugin-libde265:amd64.
- Preparing to unpack .../019-libheif-plugin-libde265_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-libde265:amd64 (1.21.2-4) ...
- Selecting previously unselected package libdav1d7:amd64.
- Preparing to unpack .../020-libdav1d7_1.5.3-1+b2_amd64.deb ...
- Unpacking libdav1d7:amd64 (1.5.3-1+b2) ...
- Selecting previously unselected package libheif-plugin-dav1d:amd64.
- Preparing to unpack .../021-libheif-plugin-dav1d_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-dav1d:amd64 (1.21.2-4) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../022-libheif1_1.21.2-4_amd64.deb ...
- Unpacking libheif1:amd64 (1.21.2-4) ...
- Selecting previously unselected package libhwy1t64:amd64.
- Preparing to unpack .../023-libhwy1t64_1.3.0-2+b1_amd64.deb ...
- Unpacking libhwy1t64:amd64 (1.3.0-2+b1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../024-liblcms2-2_2.19.1-1_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.19.1-1) ...
- Selecting previously unselected package libjxl0.11:amd64.
- Preparing to unpack .../025-libjxl0.11_0.11.2-3_amd64.deb ...
- Unpacking libjxl0.11:amd64 (0.11.2-3) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../026-libcairo-gobject2_1.18.4-3+b1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-3+b1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../027-fontconfig_2.17.1-5_amd64.deb ...
- Unpacking fontconfig (2.17.1-5) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../028-libfribidi0_1.0.16-5+b1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-5+b1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../029-libgraphite2-3_1.3.14-13_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-13) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../030-libharfbuzz0b_12.3.2-2+b2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../031-libthai-data_0.1.30-1_all.deb ...
- Unpacking libthai-data (0.1.30-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../032-libdatrie1_0.2.14-1+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.14-1+b1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../033-libthai0_0.1.30-1+b1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.30-1+b1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../034-libpango-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../035-libpangoft2-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../036-libpangocairo-1.0-0_1.57.1-2_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.57.1-2) ...
- Selecting previously unselected package libxml2-16:amd64.
- Preparing to unpack .../037-libxml2-16_2.15.2+dfsg-0.1_amd64.deb ...
- Unpacking libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../038-librsvg2-2_2.62.1+dfsg-1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.62.1+dfsg-1) ...
- Selecting previously unselected package glycin-loaders.
- Preparing to unpack .../039-glycin-loaders_2.0.8-1_amd64.deb ...
- Unpacking glycin-loaders (2.0.8-1) ...
- Selecting previously unselected package glycin-thumbnailers.
- Preparing to unpack .../040-glycin-thumbnailers_2.0.8-1_amd64.deb ...
- Unpacking glycin-thumbnailers (2.0.8-1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../041-libgdk-pixbuf2.0-common_2.44.6+dfsg-2_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.44.6+dfsg-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../042-shared-mime-info_2.4-5+b3_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b3) ...
- Selecting previously unselected package libglycin-2-0:amd64.
- Preparing to unpack .../043-libglycin-2-0_2.0.8-1_amd64.deb ...
- Unpacking libglycin-2-0:amd64 (2.0.8-1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../044-libgdk-pixbuf-2.0-0_2.44.6+dfsg-2_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../045-gtk-update-icon-cache_4.22.4+ds-1_amd64.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.22.4+ds-1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../046-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../047-adwaita-icon-theme_50.0-1_all.deb ...
- Unpacking adwaita-icon-theme (50.0-1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../048-at-spi2-common_2.60.3-1_all.deb ...
- Unpacking at-spi2-common (2.60.3-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../049-libxi6_2%3a1.8.2-2+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-2+b1) ...
- Selecting previously unselected package libxres1:amd64.
- Preparing to unpack .../050-libxres1_2%3a1.2.1-2_amd64.deb ...
- Unpacking libxres1:amd64 (2:1.2.1-2) ...
- Selecting previously unselected package libatspi2.0-0t64:amd64.
- Preparing to unpack .../051-libatspi2.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatspi2.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../052-x11-common_1%3a7.7+26_all.deb ...
- Unpacking x11-common (1:7.7+26) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../053-libxtst6_2%3a1.2.5-1+b2_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1+b2) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../054-dbus-user-session_1.16.2-4_amd64.deb ...
- Unpacking dbus-user-session (1.16.2-4) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../055-libdconf1_0.49.0-4+b1_amd64.deb ...
- Unpacking libdconf1:amd64 (0.49.0-4+b1) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../056-dconf-service_0.49.0-4+b1_amd64.deb ...
- Unpacking dconf-service (0.49.0-4+b1) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../057-dconf-gsettings-backend_0.49.0-4+b1_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.49.0-4+b1) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../058-gsettings-desktop-schemas_50~alpha-1_all.deb ...
- Unpacking gsettings-desktop-schemas (50~alpha-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../059-at-spi2-core_2.60.3-1_amd64.deb ...
- Unpacking at-spi2-core (2.60.3-1) ...
- Selecting previously unselected package libarchive13t64:amd64.
- Preparing to unpack .../060-libarchive13t64_3.8.7-1_amd64.deb ...
- Unpacking libarchive13t64:amd64 (3.8.7-1) ...
- Selecting previously unselected package libjsoncpp26:amd64.
- Preparing to unpack .../061-libjsoncpp26_1.9.7-2_amd64.deb ...
- Unpacking libjsoncpp26:amd64 (1.9.7-2) ...
- Selecting previously unselected package librhash1:amd64.
- Preparing to unpack .../062-librhash1_1.4.6-1.1+b1_amd64.deb ...
- Unpacking librhash1:amd64 (1.4.6-1.1+b1) ...
- Selecting previously unselected package libuv1t64:amd64.
- Preparing to unpack .../063-libuv1t64_1.51.0-2+b2_amd64.deb ...
- Unpacking libuv1t64:amd64 (1.51.0-2+b2) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../064-cmake_4.3.2-1_amd64.deb ...
- Unpacking cmake (4.3.2-1) ...
- Selecting previously unselected package libibus-1.0-5:amd64.
- Preparing to unpack .../065-libibus-1.0-5_1.5.34-1_amd64.deb ...
- Unpacking libibus-1.0-5:amd64 (1.5.34-1) ...
- Selecting previously unselected package ibus-gtk3:amd64.
- Preparing to unpack .../066-ibus-gtk3_1.5.34-1_amd64.deb ...
- Unpacking ibus-gtk3:amd64 (1.5.34-1) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../067-libaom3_3.13.1-2+b1_amd64.deb ...
- Unpacking libaom3:amd64 (3.13.1-2+b1) ...
- Selecting previously unselected package libatk1.0-0t64:amd64.
- Preparing to unpack .../068-libatk1.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatk1.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:amd64.
- Preparing to unpack .../069-libatk-bridge2.0-0t64_2.60.3-1_amd64.deb ...
- Unpacking libatk-bridge2.0-0t64:amd64 (2.60.3-1) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../070-libavahi-common-data_0.8-18_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-18) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../071-libavahi-common3_0.8-18_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-18) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../072-libavahi-client3_0.8-18_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-18) ...
- Selecting previously unselected package libcloudproviders0:amd64.
- Preparing to unpack .../073-libcloudproviders0_0.4.0-2+b1_amd64.deb ...
- Unpacking libcloudproviders0:amd64 (0.4.0-2+b1) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../074-libcolord2_1.4.8-3_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.8-3) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../075-libcups2t64_2.4.18-1_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.18-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../076-libwayland-client0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libdecor-0-0:amd64.
- Preparing to unpack .../077-libdecor-0-0_0.2.5-1+b1_amd64.deb ...
- Unpacking libdecor-0-0:amd64 (0.2.5-1+b1) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../078-libepoxy0_1.5.10-2+b2_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-2+b2) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../079-libwayland-cursor0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../080-libwayland-egl1_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../081-libxcomposite1_1%3a0.4.6-1+b2_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1+b2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../082-libxfixes3_1%3a6.0.0-2+b5_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2+b5) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../083-libxcursor1_1%3a1.2.3-1+b2_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1+b2) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../084-libxdamage1_1%3a1.1.7-1+b1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.7-1+b1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../085-libxinerama1_2%3a1.1.4-3+b5_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b5) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../086-xkb-data_2.47-1_all.deb ...
- Unpacking xkb-data (2.47-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../087-libxkbcommon0_1.13.1-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.13.1-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../088-libxrandr2_2%3a1.5.4-1+b4_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1+b4) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../089-libgtk-3-common_3.24.52-1_all.deb ...
- Unpacking libgtk-3-common (3.24.52-1) ...
- Selecting previously unselected package libgtk-3-0t64:amd64.
- Preparing to unpack .../090-libgtk-3-0t64_3.24.52-1_amd64.deb ...
- Unpacking libgtk-3-0t64:amd64 (3.24.52-1) ...
- Selecting previously unselected package libdecor-0-plugin-1-gtk:amd64.
- Preparing to unpack .../091-libdecor-0-plugin-1-gtk_0.2.5-1+b1_amd64.deb ...
- Unpacking libdecor-0-plugin-1-gtk:amd64 (0.2.5-1+b1) ...
- Selecting previously unselected package libdisplay-info3:amd64.
- Preparing to unpack .../092-libdisplay-info3_0.3.0-1+b1_amd64.deb ...
- Unpacking libdisplay-info3:amd64 (0.3.0-1+b1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../093-libdrm-common_2.4.131-1_all.deb ...
- Unpacking libdrm-common (2.4.131-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../094-libdrm2_2.4.131-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.131-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../095-libdrm-amdgpu1_2.4.131-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.131-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../096-libpciaccess0_0.17-3+b4_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-3+b4) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../097-libdrm-intel1_2.4.131-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.131-1+b1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../098-libglvnd0_1.7.0-3+b1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libelf1t64:amd64.
- Preparing to unpack .../099-libelf1t64_0.195-1_amd64.deb ...
- Unpacking libelf1t64:amd64 (0.195-1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../100-libz3-4_4.13.3-1.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.13.3-1.1) ...
- Selecting previously unselected package libllvm21:amd64.
- Preparing to unpack .../101-libllvm21_1%3a21.1.8-7+b1_amd64.deb ...
- Unpacking libllvm21:amd64 (1:21.1.8-7+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../102-libsensors-config_1%3a3.6.2-2_all.deb ...
- Unpacking libsensors-config (1:3.6.2-2) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../103-libsensors5_1%3a3.6.2-2+b2_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.2-2+b2) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../104-libx11-xcb1_2%3a1.8.13-1_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.13-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../105-libxcb-dri3-0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../106-libxcb-present0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../107-libxcb-randr0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../108-libxcb-sync1_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../109-libxcb-xfixes0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../110-libxshmfence1_1.3.3-1+b2_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3.3-1+b2) ...
- Selecting previously unselected package mesa-libgallium:amd64.
- Preparing to unpack .../111-mesa-libgallium_26.0.6-1_amd64.deb ...
- Unpacking mesa-libgallium:amd64 (26.0.6-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../112-libgbm1_26.0.6-1_amd64.deb ...
- Unpacking libgbm1:amd64 (26.0.6-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../113-libegl-mesa0_26.0.6-1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (26.0.6-1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../114-libegl1_1.7.0-3+b1_amd64.deb ...
- Unpacking libegl1:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libvulkan1:amd64.
- Preparing to unpack .../115-libvulkan1_1.4.341.0-1_amd64.deb ...
- Unpacking libvulkan1:amd64 (1.4.341.0-1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../116-libgl1-mesa-dri_26.0.6-1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (26.0.6-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../117-libxcb-glx0_1.17.0-2+b2_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.17.0-2+b2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../118-libxxf86vm1_1%3a1.1.4-2+b1_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-2+b1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../119-libglx-mesa0_26.0.6-1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (26.0.6-1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../120-libglx0_1.7.0-3+b1_amd64.deb ...
- Unpacking libglx0:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../121-libgl1_1.7.0-3+b1_amd64.deb ...
- Unpacking libgl1:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../122-libglx-dev_1.7.0-3+b1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../123-libgl-dev_1.7.0-3+b1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../124-libegl-dev_1.7.0-3+b1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../125-libffi-dev_3.5.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.5.2-4) ...
- Selecting previously unselected package libglew2.3:amd64.
- Preparing to unpack .../126-libglew2.3_2.3.1+dfsg2-3_amd64.deb ...
- Unpacking libglew2.3:amd64 (2.3.1+dfsg2-3) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../127-libopengl0_1.7.0-3+b1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libglu1-mesa:amd64.
- Preparing to unpack .../128-libglu1-mesa_9.0.2-1.1+b4_amd64.deb ...
- Unpacking libglu1-mesa:amd64 (9.0.2-1.1+b4) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../129-libopengl-dev_1.7.0-3+b1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.7.0-3+b1) ...
- Selecting previously unselected package libglu1-mesa-dev:amd64.
- Preparing to unpack .../130-libglu1-mesa-dev_9.0.2-1.1+b4_amd64.deb ...
- Unpacking libglu1-mesa-dev:amd64 (9.0.2-1.1+b4) ...
- Selecting previously unselected package libglew-dev:amd64.
- Preparing to unpack .../131-libglew-dev_2.3.1+dfsg2-3_amd64.deb ...
- Unpacking libglew-dev:amd64 (2.3.1+dfsg2-3) ...
- Selecting previously unselected package libglfw3:amd64.
- Preparing to unpack .../132-libglfw3_3.4-4+b1_amd64.deb ...
- Unpacking libglfw3:amd64 (3.4-4+b1) ...
- Selecting previously unselected package libglfw3-dev:amd64.
- Preparing to unpack .../133-libglfw3-dev_3.4-4+b1_amd64.deb ...
- Unpacking libglfw3-dev:amd64 (3.4-4+b1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../134-libglib2.0-data_2.88.1-2_all.deb ...
- Unpacking libglib2.0-data (2.88.1-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../135-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../136-libgmp-dev_2%3a6.3.0+dfsg-5+b2_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../137-libgtk-3-bin_3.24.52-1_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.52-1) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../138-libheif-plugin-aomenc_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-aomenc:amd64 (1.21.2-4) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../139-libnuma1_2.0.19-1+b2_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1+b2) ...
- Selecting previously unselected package libx265-215:amd64.
- Preparing to unpack .../140-libx265-215_4.1-4+b2_amd64.deb ...
- Unpacking libx265-215:amd64 (4.1-4+b2) ...
- Selecting previously unselected package libheif-plugin-x265:amd64.
- Preparing to unpack .../141-libheif-plugin-x265_1.21.2-4_amd64.deb ...
- Unpacking libheif-plugin-x265:amd64 (1.21.2-4) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../142-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../143-librsvg2-common_2.62.1+dfsg-1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.62.1+dfsg-1) ...
- Selecting previously unselected package libvulkan-dev:amd64.
- Preparing to unpack .../144-libvulkan-dev_1.4.341.0-1_amd64.deb ...
- Unpacking libvulkan-dev:amd64 (1.4.341.0-1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../145-libwayland-bin_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-bin (1.24.0-2+b2) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../146-libwayland-server0_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libwayland-dev:amd64.
- Preparing to unpack .../147-libwayland-dev_1.24.0-2+b2_amd64.deb ...
- Unpacking libwayland-dev:amd64 (1.24.0-2+b2) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../148-libxext-dev_2%3a1.3.4-1+b4_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1+b4) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../149-libxrender-dev_1%3a0.9.12-1+b2_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.12-1+b2) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../150-libxrandr-dev_2%3a1.5.4-1+b4_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.4-1+b4) ...
- Selecting previously unselected package mesa-vulkan-drivers:amd64.
- Preparing to unpack .../151-mesa-vulkan-drivers_26.0.6-1_amd64.deb ...
- Unpacking mesa-vulkan-drivers:amd64 (26.0.6-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../152-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../153-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../154-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Selecting previously unselected package psmisc.
- Preparing to unpack .../155-psmisc_23.7-2_amd64.deb ...
- Unpacking psmisc (23.7-2) ...
- Selecting previously unselected package systemd-userdbd.
- Preparing to unpack .../156-systemd-userdbd_260.1-1_amd64.deb ...
- Unpacking systemd-userdbd (260.1-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../157-xdg-user-dirs_0.20-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.20-1) ...
- Setting up libhwy1t64:amd64 (1.3.0-2+b1) ...
- Setting up media-types (14.0.0) ...
- Setting up libgraphite2-3:amd64 (1.3.14-13) ...
- Setting up libxcb-dri3-0:amd64 (1.17.0-2+b2) ...
- Setting up liblcms2-2:amd64 (2.19.1-1) ...
- Setting up libpixman-1-0:amd64 (0.46.4-1+b2) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1+b2) ...
- Setting up libwayland-server0:amd64 (1.24.0-2+b2) ...
- Setting up libaom3:amd64 (3.13.1-2+b1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.13-1) ...
- Setting up libpciaccess0:amd64 (0.17-3+b4) ...
- Setting up systemd-sysv (260.1-1) ...
- Setting up libxdamage1:amd64 (1:1.1.7-1+b1) ...
- Setting up libxcb-xfixes0:amd64 (1.17.0-2+b2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:amd64 (2:1.8.2-2+b1) ...
- Setting up libxrender1:amd64 (1:0.9.12-1+b2) ...
- Setting up libdatrie1:amd64 (0.2.14-1+b1) ...
- Setting up xdg-user-dirs (0.20-1) ...
- Created symlink '/etc/systemd/user/graphical-session-pre.target.wants/xdg-user-dirs.service' → '/usr/lib/systemd/user/xdg-user-dirs.service'.
- Setting up psmisc (23.7-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2+b2) ...
- Setting up libglvnd0:amd64 (1.7.0-3+b1) ...
- Setting up libxml2-16:amd64 (2.15.2+dfsg-0.1) ...
- Setting up libdisplay-info3:amd64 (0.3.0-1+b1) ...
- Setting up libxcb-glx0:amd64 (1.17.0-2+b2) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgdk-pixbuf2.0-common (2.44.6+dfsg-2) ...
- Setting up libuv1t64:amd64 (1.51.0-2+b2) ...
- Setting up x11-common (1:7.7+26) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.2-2) ...
- Setting up libnss-systemd:amd64 (260.1-1) ...
- Setting up xkb-data (2.47-1) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b2) ...
- Setting up libffi-dev:amd64 (3.5.2-4) ...
- Setting up libopengl0:amd64 (1.7.0-3+b1) ...
- Setting up libelf1t64:amd64 (0.195-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-2+b1) ...
- Setting up libxcb-present0:amd64 (1.17.0-2+b2) ...
- Setting up libwayland-bin (1.24.0-2+b2) ...
- Setting up libz3-4:amd64 (4.13.3-1.1) ...
- Setting up libglib2.0-0t64:amd64 (2.88.1-2) ...
- Setting up libglib2.0-data (2.88.1-2) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up libepoxy0:amd64 (1.5.10-2+b2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b5) ...
- Setting up libxcb-sync1:amd64 (1.17.0-2+b2) ...
- Setting up libjsoncpp26:amd64 (1.9.7-2) ...
- Setting up libllvm21:amd64 (1:21.1.8-7+b1) ...
- Setting up libavahi-common-data:amd64 (0.8-18) ...
- Setting up libfribidi0:amd64 (1.0.16-5+b1) ...
- Setting up shared-mime-info (2.4-5+b3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3+b5) ...
- Setting up libproc2-0:amd64 (2:4.0.4-9+b2) ...
- Setting up fonts-dejavu-mono (2.37-9) ...
- Setting up libpng16-16t64:amd64 (1.6.58-1) ...
- Setting up libxrandr2:amd64 (2:1.5.4-1+b4) ...
- Setting up fonts-dejavu-core (2.37-9) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libsensors5:amd64 (1:3.6.2-2+b2) ...
- Setting up libvulkan1:amd64 (1.4.341.0-1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1+b4) ...
- Setting up libnuma1:amd64 (2.0.19-1+b2) ...
- Setting up libdav1d7:amd64 (1.5.3-1+b2) ...
- Setting up libxshmfence1:amd64 (1.3.3-1+b2) ...
- Setting up at-spi2-common (2.60.3-1) ...
- Setting up libxcb-randr0:amd64 (1.17.0-2+b2) ...
- Setting up procps (2:4.0.4-9+b2) ...
- Setting up libpam-systemd:amd64 (260.1-1) ...
- Setting up libthai-data (0.1.30-1) ...
- Setting up librhash1:amd64 (1.4.6-1.1+b1) ...
- Setting up libglu1-mesa:amd64 (9.0.2-1.1+b4) ...
- Setting up libwayland-egl1:amd64 (1.24.0-2+b2) ...
- Setting up libopengl-dev:amd64 (1.7.0-3+b1) ...
- Setting up libde265-0:amd64 (1.0.18-1) ...
- Setting up libx265-215:amd64 (4.1-4+b2) ...
- Setting up libdrm-common (2.4.131-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1+b2) ...
- Setting up libarchive13t64:amd64 (3.8.7-1) ...
- Setting up libjxl0.11:amd64 (0.11.2-3) ...
- Setting up libxrender-dev:amd64 (1:0.9.12-1+b2) ...
- Setting up readline-common (8.3-4) ...
- Setting up libxres1:amd64 (2:1.2.1-2) ...
- Setting up libxkbcommon0:amd64 (1.13.1-1) ...
- Setting up libwayland-client0:amd64 (1.24.0-2+b2) ...
- Setting up systemd-userdbd (260.1-1) ...
- Created symlink '/etc/systemd/system/sockets.target.wants/systemd-userdbd.socket' → '/usr/lib/systemd/system/systemd-userdbd.socket'.
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b2) ...
- Setting up libatk1.0-0t64:amd64 (2.60.3-1) ...
- Setting up fontconfig-config (2.17.1-5) ...
- Setting up libxtst6:amd64 (2:1.2.5-1+b2) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1+b2) ...
- Setting up libibus-1.0-5:amd64 (1.5.34-1) ...
- Setting up libavahi-common3:amd64 (0.8-18) ...
- Setting up libcloudproviders0:amd64 (0.4.0-2+b1) ...
- Setting up libcolord2:amd64 (1.4.8-3) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up libdconf1:amd64 (0.49.0-4+b1) ...
- Setting up libthai0:amd64 (0.1.30-1+b1) ...
- Setting up dbus-user-session (1.16.2-4) ...
- Setting up libxrandr-dev:amd64 (2:1.5.4-1+b4) ...
- Setting up libfreetype6:amd64 (2.14.3+dfsg-1) ...
- Setting up libatspi2.0-0t64:amd64 (2.60.3-1) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Setting up libreadline8t64:amd64 (8.3-4) ...
- Setting up libdrm2:amd64 (2.4.131-1+b1) ...
- Setting up libwayland-cursor0:amd64 (1.24.0-2+b2) ...
- Setting up libdecor-0-0:amd64 (0.2.5-1+b1) ...
- Setting up cmake (4.3.2-1) ...
- Setting up libharfbuzz0b:amd64 (12.3.2-2+b2) ...
- Setting up libfontconfig1:amd64 (2.17.1-5) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.12-1) ...
- Setting up libavahi-client3:amd64 (0.8-18) ...
- Setting up libpython3-stdlib:amd64 (3.13.9-3+b1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.131-1+b1) ...
- Setting up libatk-bridge2.0-0t64:amd64 (2.60.3-1) ...
- Setting up mesa-vulkan-drivers:amd64 (26.0.6-1) ...
- Setting up fontconfig (2.17.1-5) ...
- Regenerating fonts cache...
- done.
- Setting up python3.13 (3.13.12-1) ...
- Setting up libpango-1.0-0:amd64 (1.57.1-2) ...
- Setting up libdrm-intel1:amd64 (2.4.131-1+b1) ...
- Setting up dconf-service (0.49.0-4+b1) ...
- Setting up python3 (3.13.9-3+b1) ...
- running python rtupdate hooks for python3.13...
- running python post-rtupdate hooks for python3.13...
- Setting up libwayland-dev:amd64 (1.24.0-2+b2) ...
- Setting up libcairo2:amd64 (1.18.4-3+b1) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-3+b1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.57.1-2) ...
- Setting up ibus-gtk3:amd64 (1.5.34-1) ...
- Setting up libcups2t64:amd64 (2.4.18-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.57.1-2) ...
- Setting up mesa-libgallium:amd64 (26.0.6-1) ...
- Setting up libvulkan-dev:amd64 (1.4.341.0-1) ...
- Setting up dconf-gsettings-backend:amd64 (0.49.0-4+b1) ...
- Setting up libgbm1:amd64 (26.0.6-1) ...
- Setting up libgl1-mesa-dri:amd64 (26.0.6-1) ...
- Setting up libegl-mesa0:amd64 (26.0.6-1) ...
- Setting up libegl1:amd64 (1.7.0-3+b1) ...
- Setting up libgtk-3-common (3.24.52-1) ...
- Setting up gsettings-desktop-schemas (50~alpha-1) ...
- Setting up libglx-mesa0:amd64 (26.0.6-1) ...
- Setting up libglx0:amd64 (1.7.0-3+b1) ...
- Setting up libgl1:amd64 (1.7.0-3+b1) ...
- Setting up libglew2.3:amd64 (2.3.1+dfsg2-3) ...
- Setting up at-spi2-core (2.60.3-1) ...
- Setting up libglx-dev:amd64 (1.7.0-3+b1) ...
- Setting up libgl-dev:amd64 (1.7.0-3+b1) ...
- Setting up libglfw3:amd64 (3.4-4+b1) ...
- Setting up libglfw3-dev:amd64 (3.4-4+b1) ...
- Setting up libegl-dev:amd64 (1.7.0-3+b1) ...
- Setting up libglu1-mesa-dev:amd64 (9.0.2-1.1+b4) ...
- Setting up libglew-dev:amd64 (2.3.1+dfsg2-3) ...
- Setting up libheif-plugin-dav1d:amd64 (1.21.2-4) ...
- Setting up libheif-plugin-libde265:amd64 (1.21.2-4) ...
- Setting up libheif1:amd64 (1.21.2-4) ...
- Setting up glycin-loaders (2.0.8-1) ...
- Setting up libglycin-2-0:amd64 (2.0.8-1) ...
- Setting up libheif-plugin-x265:amd64 (1.21.2-4) ...
- Setting up libheif-plugin-aomenc:amd64 (1.21.2-4) ...
- Setting up glycin-thumbnailers (2.0.8-1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
- Setting up gtk-update-icon-cache (4.22.4+ds-1) ...
- Setting up librsvg2-2:amd64 (2.62.1+dfsg-1) ...
- Setting up adwaita-icon-theme (50.0-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libgtk-3-0t64:amd64 (3.24.52-1) ...
- Setting up librsvg2-common:amd64 (2.62.1+dfsg-1) ...
- Setting up libdecor-0-plugin-1-gtk:amd64 (0.2.5-1+b1) ...
- Setting up libgtk-3-bin (3.24.52-1) ...
- Processing triggers for systemd (260.1-1) ...
- Processing triggers for libc-bin (2.42-16) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.44.6+dfsg-2) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-gmp.5 (cached)
Processing 9/77: [cppo.1.8.0: extract]
Processing 10/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract]
Processing 11/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract]
Processing 12/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [conf-cmake: sh configure.sh]
Processing 13/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc]
Processing 14/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh]
Processing 15/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl]
Processing 16/77: [cppo.1.8.0: extract] [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.8.0 (cached)
Processing 16/77: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 17/77: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune-configurator.3.23.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config]
Processing 18/77: [csexp.1.5.2: extract] [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune-configurator.3.23.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved csexp.1.5.2 (cached)
Processing 18/77: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune-configurator.3.23.0: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 19/77: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build]
Processing 20/77: [ctypes.0.24.0, ctypes-foreign.0.24.0: extract] [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)
Processing 20/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
Processing 21/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-cmake: sh configure.sh] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-ex" "configure.sh" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-cmake.1)
- + command -v cmake3
- + command -v cmake
- /usr/bin/cmake
- + cmake_cmd=cmake
- + echo cmd: "cmake"
-> compiled conf-cmake.1
Processing 21/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> installed conf-cmake.1
Processing 22/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-gcc: gcc] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "gcc" "--version" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-gcc.1.0)
- gcc (Debian 15.2.0-17) 15.2.0
- Copyright (C) 2025 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-> compiled conf-gcc.1.0
Processing 22/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> installed conf-gcc.1.0
Processing 23/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-gmp: sh] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "pkg-config --print-errors --exists gmp || cc -c $CFLAGS -I/usr/local/include test.c" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-gmp.5)
-> compiled conf-gmp.5
Processing 23/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> installed conf-gmp.5
Processing 24/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-perl: perl] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "perl" "--version" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-perl.2)
-
- This is perl 5, version 40, subversion 1 (v5.40.1) built for x86_64-linux-gnu-thread-multi
- (with 48 registered patches, see perl -V for more detail)
-
- Copyright 1987-2025, Larry Wall
-
- Perl may be copied only under the terms of either the Artistic License or the
- GNU General Public License, which may be found in the Perl 5 source kit.
-
- Complete documentation for Perl, including FAQ lists, should be found on
- this system using "man perl" or "perldoc perl". If you have access to the
- Internet, point your browser at https://www.perl.org/, the Perl Home Page.
-
-> compiled conf-perl.2
Processing 24/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
-> installed conf-perl.2
Processing 25/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-pkg-config: pkg-config] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-pkg-config.4)
- 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
- --verbose print additional information
- --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
- --solution print dependency graph solution in a simple 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
- --license print the specified module's license to stdout if known
- --exists-cflags add -DHAVE_FOO fragments to cflags for each found module
-
- filtering output:
-
- --msvc-syntax print translatable fragments in MSVC syntax
- --fragment-filter=types filter output fragments to the specified types
- --env=prefix print output as shell-compatible environmental variables
- --fragment-tree visualize printed CFLAGS/LIBS fragments as a tree
-
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled conf-pkg-config.4
Processing 25/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [cppo: dune build] [csexp: dune build]
-> installed conf-pkg-config.4
Processing 26/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [cppo: dune build] [csexp: dune build]
Processing 27/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-glew: pkg-config glew] [cppo: dune build] [csexp: dune build]
Processing 28/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-glew: pkg-config glew] [conf-glfw3: pkg-config glfw3] [cppo: dune build] [csexp: dune build]
Processing 29/77: [dune-configurator.3.23.0: extract] [goblint-cil.2.0.9: extract] [imguiml.v1.90.6: http] [conf-glew: pkg-config glew] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build] [csexp: dune build]
-> retrieved goblint-cil.2.0.9 (cached)
Processing 29/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [conf-glew: pkg-config glew] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build] [csexp: dune build]
Processing 30/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-glew: pkg-config glew] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build] [csexp: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/csexp.1.5.2)
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlopt.opt -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -cmi-file src/.csexp.objs/byte/csexp.cmi -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml)
- File "src/csexp.ml", line 236, characters 7-14:
- 236 | [@@inlined always]
- ^^^^^^^
- Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context
-> compiled csexp.1.5.2
Processing 30/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-glew: pkg-config glew] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build]
-> installed csexp.1.5.2
Processing 31/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-glew: pkg-config glew] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--print-errors" "--exists" "glew" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-glew.1)
-> compiled conf-glew.1
Processing 31/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build]
-> installed conf-glew.1
Processing 32/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-glfw3: pkg-config glfw3] [conf-libffi: pkg-config libffi] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--print-errors" "--exists" "glfw3" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-glfw3.2)
-> compiled conf-glfw3.2
Processing 32/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-libffi: pkg-config libffi] [cppo: dune build]
-> installed conf-glfw3.2
Processing 33/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [conf-libffi: pkg-config libffi] [cppo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "libffi" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/conf-libffi.2.0.0)
-> compiled conf-libffi.2.0.0
Processing 33/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [cppo: dune build]
-> installed conf-libffi.2.0.0
Processing 34/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [integers.0.7.0: extract] [cppo: dune build]
-> retrieved integers.0.7.0 (cached)
Processing 34/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build]
Processing 35/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ocaml-compiler-libs.v0.17.0: extract] [cppo: dune build]
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
Processing 35/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build]
Processing 36/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ocamlfind.1.9.8: extract] [cppo: dune build]
Processing 37/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ocamlfind.1.9.8: extract] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocamlfind.1.9.8 (cached)
Processing 37/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 38/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppx_derivers.1.2.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 39/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppx_derivers.1.2.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
-> retrieved ppx_derivers.1.2.1 (cached)
Processing 39/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
Processing 40/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppx_deriving.6.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
Processing 41/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppx_deriving.6.1.1: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_deriving.6.1.1 (cached)
Processing 41/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [ppx_derivers: dune build]
Processing 42/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppx_deriving_yojson.3.10.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
Processing 42/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [ppx_derivers: dune build]
Processing 43/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [ppx_derivers: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_derivers" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled ppx_derivers.1.2.1
Processing 43/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
-> installed ppx_derivers.1.2.1
Processing 44/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [ppxlib.0.38.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
-> retrieved ppxlib.0.38.0 (cached)
Processing 44/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
Processing 45/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: http] [sexplib0.v0.17.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
Processing 45/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [sexplib0.v0.17.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
-> retrieved sexplib0.v0.17.0 (cached)
Processing 45/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
Processing 46/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [stdlib-shims.0.3.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure]
Processing 47/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [stdlib-shims.0.3.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0 (cached)
Processing 47/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build]
Processing 48/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [yojson.3.0.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build]
Processing 49/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [yojson.3.0.0: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yojson.3.0.0 (cached)
Processing 49/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 50/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [zarith.1.14: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 51/77: [dune-configurator.3.23.0: extract] [imguiml.v1.90.6: extract] [zarith.1.14: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved dune-configurator.3.23.0 (cached)
Processing 51/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 52/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [cppo: dune build] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "cppo" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/cppo.1.8.0)
-> compiled cppo.1.8.0
Processing 52/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed cppo.1.8.0
Processing 53/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ocaml-compiler-libs" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocaml-compiler-libs.v0.17.0)
-> compiled ocaml-compiler-libs.v0.17.0
Processing 53/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed ocaml-compiler-libs.v0.17.0
Processing 54/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: ./configure] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/5.3-opam/bin" "-sitelib" "/home/opam/.opam/5.3-opam/lib" "-mandir" "/home/opam/.opam/5.3-opam/man" "-config" "/home/opam/.opam/5.3-opam/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- 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 (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- 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/5.3-opam/lib/ocaml
- Binaries: /home/opam/.opam/5.3-opam/bin
- Manual pages: /home/opam/.opam/5.3-opam/man
- Multi-threading type: posix
- The directory of site-specific packages will be
- site-lib: /home/opam/.opam/5.3-opam/lib
- The configuration file is written to:
- findlib config file: /home/opam/.opam/5.3-opam/lib/findlib.conf
- Software will be installed:
- Libraries: in <site-lib>/findlib
- Binaries: /home/opam/.opam/5.3-opam/bin
- Manual pages: /home/opam/.opam/5.3-opam/man
- topfind script: /home/opam/.opam/5.3-opam/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 54/77: [imguiml.v1.90.6: extract] [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: make all] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> retrieved imguiml.v1.90.6 (https://github.com/emilienlemaire/imguiml/archive/refs/tags/v1.90.6.tar.gz)
Processing 54/77: [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: make all] [sexplib0: dune build] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "sexplib0" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/sexplib0.v0.17.0)
-> compiled sexplib0.v0.17.0
Processing 54/77: [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: make all] [stdlib-shims: dune build] [yojson: dune build]
-> installed sexplib0.v0.17.0
Processing 55/77: [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: make all] [stdlib-shims: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdlib-shims" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled stdlib-shims.0.3.0
Processing 55/77: [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: make all] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 56/77: [zarith.1.14: extract] [dune-configurator: dune build] [ocamlfind: make all] [yojson: dune build]
Processing 57/77: [zarith.1.14: extract] [dune-configurator: dune build] [integers: dune build] [ocamlfind: make all] [yojson: dune build]
Processing 58/77: [zarith.1.14: extract] [dune-configurator: dune build] [integers: dune build] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build]
-> retrieved zarith.1.14 (cached)
Processing 58/77: [dune-configurator: dune build] [integers: dune build] [ocamlfind: make all] [ppxlib: dune build] [yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "yojson" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/yojson.3.0.0)
-> compiled yojson.3.0.0
Processing 58/77: [dune-configurator: dune build] [integers: dune build] [ocamlfind: make all] [ppxlib: dune build]
-> installed yojson.3.0.0
Processing 59/77: [dune-configurator: dune build] [integers: dune build] [ocamlfind: make all] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "integers" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/integers.0.7.0)
-> compiled integers.0.7.0
Processing 59/77: [dune-configurator: dune build] [ocamlfind: make all] [ppxlib: dune build]
-> installed integers.0.7.0
Processing 60/77: [dune-configurator: dune build] [ocamlfind: make all] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; make all ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/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/5.3-opam/lib/findlib.conf' | \
- ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.3-opam/lib/ocaml' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 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 -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.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 -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
- -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then \
- cp topfind.in topfind.compat.in; \
- else \
- sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- > topfind.compat.in ; \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
- ../../tools/patch '@SITELIB@' '/home/opam/.opam/5.3-opam/lib' | \
- ../../tools/patch '@RELATIVE_PATHS@' 'false' \
- >topfind
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- make all-config
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
- make findlib-relative; \
- else \
- make findlib-absolute; \
- fi
- make[2]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
- tools/patch '@SITELIB@' '/home/opam/.opam/5.3-opam/lib' | \
- tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.3-opam/lib/ocaml:/home/opam/.opam/5.3-opam/lib' -p >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[2]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
Processing 60/77: [dune-configurator: dune build] [ocamlfind: make opt] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/dune-configurator.3.23.0)
-> compiled dune-configurator.3.23.0
Processing 60/77: [ocamlfind: make opt] [ppxlib: dune build]
-> installed dune-configurator.3.23.0
Processing 61/77: [ocamlfind: make opt] [ppxlib: dune build]
Processing 62/77: [ctypes: dune build] [ocamlfind: make opt] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; make opt ) || exit; done
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.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 fl_compat.cmx fl_split.cmx findlib_config.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 -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 | match Hashtbl.find Toploop.directive_table "ppx" with
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 258, characters 4-27:
- 258 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 268, characters 4-27:
- 268 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 280, characters 4-27:
- 280 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 293, characters 4-27:
- 293 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 307, characters 4-27:
- 307 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
-
- File "topfind.ml", line 319, characters 4-27:
- 319 | Toploop.directive_table
- ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- 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 -I +unix -I +dynlink -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/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled ocamlfind.1.9.8
Processing 62/77: [ctypes: dune build] [ppxlib: dune build]
Processing 63/77: [ctypes: dune build] [ppxlib: dune build] [ocamlfind: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
- for x in camlp4 dbm graphics labltk num ocamlbuild; do \
- if [ -f "/home/opam/.opam/5.3-opam/lib/$x/META" ]; then \
- if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.3-opam/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
- install -d "/home/opam/.opam/5.3-opam/bin"
- install -d "/home/opam/.opam/5.3-opam/man"
- make install-config
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/5.3-opam/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.3-opam/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/5.3-opam/lib/findlib.conf"
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; make install ); done
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/5.3-opam/lib/findlib"
- install -d "/home/opam/.opam/5.3-opam/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.3-opam/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/5.3-opam/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- 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/5.3-opam/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.3-opam/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.3-opam/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
- cd "/home/opam/.opam/5.3-opam/lib/ocaml/compiler-libs/"; \
- cp topdirs.cmi toploop.cmi "/home/opam/.opam/5.3-opam/lib/findlib/"; \
- fi
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- make install-meta
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/5.3-opam/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/5.3-opam/lib/$x/META.tmp" && mv "/home/opam/.opam/5.3-opam/lib/$x/META.tmp" "/home/opam/.opam/5.3-opam/lib/$x/META"; done
- install -d "/home/opam/.opam/5.3-opam/lib/findlib"; cp Makefile.packages "/home/opam/.opam/5.3-opam/lib/findlib/Makefile.packages"
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/5.3-opam/bin"
- make install-doc
- make[1]: Entering directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/5.3-opam/man/man1" "/home/opam/.opam/5.3-opam/man/man3" "/home/opam/.opam/5.3-opam/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.3-opam/man/man1"
- cp: cannot stat 'doc/ref-man/ocamlfind.1': No such file or directory
- make[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/5.3-opam/man/man5"
- cp: cannot stat 'doc/ref-man/META.5': No such file or directory
- cp: cannot stat 'doc/ref-man/site-lib.5': No such file or directory
- cp: cannot stat 'doc/ref-man/findlib.conf.5': No such file or directory
- make[1]: [Makefile:92: install-doc] Error 1 (ignored)
- make[1]: Leaving directory '/home/opam/.opam/5.3-opam/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 63/77: [ctypes: dune build] [ppxlib: dune build]
Processing 64/77: [ctypes: dune build] [ppxlib: dune build] [zarith: ./configure]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14)
- binary ocaml: found in /home/opam/.opam/5.3-opam/bin
- binary ocamlc: found in /home/opam/.opam/5.3-opam/bin
- binary ocamldep: found in /home/opam/.opam/5.3-opam/bin
- binary ocamlmklib: found in /home/opam/.opam/5.3-opam/bin
- binary ocamldoc: found in /home/opam/.opam/5.3-opam/bin
- binary ocamlopt: found in /home/opam/.opam/5.3-opam/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/5.3-opam/bin
- OCaml's word size is 64
- package gmp: found
- OCaml supports -bin-annot to produce documentation
-
- detected configuration:
-
- native-code: yes
- dynamic linking: yes
- defines: -DHAS_GMP
- includes: -I/home/opam/.opam/5.3-opam/lib/ocaml
- libraries: -lgmp
- linker options:
- C options: -O3 -Wall -Wextra
- installation path: /home/opam/.opam/5.3-opam/lib
- installation method findlib
-
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 64/77: [ctypes: dune build] [ppxlib: dune build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ctypes" "-j" "71" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ctypes.0.24.0)
Processing 64/77: [ctypes: dune install] [ppxlib: dune build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ctypes.0.24.0)
-> compiled ctypes.0.24.0
Processing 64/77: [ppxlib: dune build] [zarith: make]
-> installed ctypes.0.24.0
Processing 65/77: [ppxlib: dune build] [zarith: make]
Processing 66/77: [ctypes-foreign: dune build] [ppxlib: dune build] [zarith: make]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14)
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp
- ocamlc -ccopt "-I/home/opam/.opam/5.3-opam/lib/ocaml -DHAS_GMP -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp
- ocamlc -g -I +compiler-libs -bin-annot -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs -c zarith_version.ml
- ocamlopt -g -I +compiler-libs -c z.ml
- ocamlopt -g -I +compiler-libs -c q.ml
- ocamlopt -g -I +compiler-libs -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled zarith.1.14
Processing 66/77: [ctypes-foreign: dune build] [ppxlib: dune build]
Processing 67/77: [ctypes-foreign: dune build] [ppxlib: dune build] [zarith: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/zarith.1.14)
- ocamlfind install -destdir "/home/opam/.opam/5.3-opam/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmti
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.a
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.mli
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.h
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.mli
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/5.3-opam/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zarith/q.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zarith/z.cmi
- Installed /home/opam/.opam/5.3-opam/lib/zarith/libzarith.a
- Installed /home/opam/.opam/5.3-opam/lib/zarith/zarith.cma
- Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/5.3-opam/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.3-opam/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.3-opam/lib/zarith/META
-> installed zarith.1.14
Processing 67/77: [ctypes-foreign: dune build] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ctypes-foreign" "-j" "71" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ctypes-foreign.0.24.0)
Processing 67/77: [ctypes-foreign: dune install] [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "ctypes-foreign" "--create-install-files" "ctypes-foreign" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ctypes-foreign.0.24.0)
-> compiled ctypes-foreign.0.24.0
Processing 67/77: [ppxlib: dune build]
-> installed ctypes-foreign.0.24.0
Processing 68/77: [ppxlib: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppxlib" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppxlib.0.38.0)
- File "dune-project", line 23, characters 2-42:
- 23 | (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
- v0.15))) in 'depends' field. If you want to specify multiple constraints,
- combine them using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
-> compiled ppxlib.0.38.0
-> installed ppxlib.0.38.0
Processing 70/77: [ppx_deriving: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving.6.1.1)
-> compiled ppx_deriving.6.1.1
-> installed ppx_deriving.6.1.1
Processing 72/77: [ppx_deriving_yojson: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_deriving_yojson" "-j" "71" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/ppx_deriving_yojson.3.10.0)
-> compiled ppx_deriving_yojson.3.10.0
-> installed ppx_deriving_yojson.3.10.0
Processing 74/77: [goblint-cil: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "goblint-cil" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/goblint-cil.2.0.9)
- (cd _build/.sandbox/ef68cd8dcaf7fd5502718c0dc348178f/default && /home/opam/.opam/5.3-opam/bin/ocamlyacc src/frontc/cparser.mly)
- 1 shift/reduce conflict, 1 reduce/reduce conflict.
- (cd _build/default/src && /home/opam/.opam/5.3-opam/bin/cppo -V OCAML:5.3.0 machdep.cppo.ml -x machdep:./machdep-ml.exe -o machdep.ml)
- Generating machine dependency information for CIL
- (cd _build/default && /home/opam/.opam/5.3-opam/bin/ocamlopt.opt -w -40 -linkall -g -I src/.main.eobjs/byte -I src/.main.eobjs/native -I /home/opam/.opam/5.3-opam/lib/findlib -I /home/opam/.opam/5.3-opam/lib/ocaml/dynlink -I src/.goblintCil.objs/byte -I src/.goblintCil.objs/native -cmi-file src/.main.eobjs/byte/dune__exe__MainFeature.cmi -no-alias-deps -open Dune__exe -o src/.main.eobjs/native/dune__exe__MainFeature.cmx -c -impl src/mainFeature.ml)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The str subdirectory has been
- automatically added to the search path, but you should add -I +str to the
- command-line to silence this alert (e.g. by adding str to the list of
- libraries in your dune file, or adding use_str to your _tags file for
- ocamlbuild, or using -package str for ocamlfind).
-> compiled goblint-cil.2.0.9
-> installed goblint-cil.2.0.9
Processing 76/77: [imguiml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "imguiml" "-j" "71" "@install" (CWD=/home/opam/.opam/5.3-opam/.opam-switch/build/imguiml.v1.90.6)
- (cd _build/default/cimgui/cimgui/build_static && /usr/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DIMGUI_STATIC=yes ..)
- -- The C compiler identification is GNU 15.2.0
- -- The CXX compiler identification is GNU 15.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Configuring done (1.1s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/opam/.opam/5.3-opam/.opam-switch/build/imguiml.v1.90.6/_build/default/cimgui/cimgui/build_static
- (cd _build/default/cimgui/cimgui/build_static && /usr/bin/make)
- [ 14%] Building CXX object CMakeFiles/cimgui.dir/cimgui.cpp.o
- [ 28%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui.cpp.o
- [ 42%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_demo.cpp.o
- [ 57%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_draw.cpp.o
- [ 71%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_tables.cpp.o
- [ 85%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_widgets.cpp.o
- [100%] Linking CXX static library cimgui.a
- [100%] Built target cimgui
- (cd _build/default/cimgui/cimgui/build_dynamic && /usr/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..)
- -- The C compiler identification is GNU 15.2.0
- -- The CXX compiler identification is GNU 15.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Configuring done (1.0s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/opam/.opam/5.3-opam/.opam-switch/build/imguiml.v1.90.6/_build/default/cimgui/cimgui/build_dynamic
- (cd _build/default/cimgui/cimgui/build_dynamic && /usr/bin/make)
- [ 14%] Building CXX object CMakeFiles/cimgui.dir/cimgui.cpp.o
- [ 28%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui.cpp.o
- [ 42%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_demo.cpp.o
- [ 57%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_draw.cpp.o
- [ 71%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_tables.cpp.o
- [ 85%] Building CXX object CMakeFiles/cimgui.dir/imgui/imgui_widgets.cpp.o
- [100%] Linking CXX shared library cimgui.so
- [100%] Built target cimgui
- (cd _build/default/src/impl/backend/build_static && /usr/bin/cmake .. -DIMGUI_STATIC=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo)
- -- The C compiler identification is GNU 15.2.0
- -- The CXX compiler identification is GNU 15.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Found GLEW: /usr/include/x86_64-linux-gnu (found version "2.3.1")
- -- Configuring done (1.4s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/opam/.opam/5.3-opam/.opam-switch/build/imguiml.v1.90.6/_build/default/src/impl/backend/build_static
- (cd _build/default/src/impl/backend/build_static && /usr/bin/make)
- [ 33%] Building CXX object CMakeFiles/cimgui_impl.dir/imgui_impl_opengl3.cpp.o
- [ 66%] Building CXX object CMakeFiles/cimgui_impl.dir/imgui_impl_glfw.cpp.o
- [100%] Linking CXX static library libcimgui_impl.a
- [100%] Built target cimgui_impl
- (cd _build/default/src/impl/backend/build_dynamic && /usr/bin/cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo)
- -- The C compiler identification is GNU 15.2.0
- -- The CXX compiler identification is GNU 15.2.0
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
- -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
- -- Found Threads: TRUE
- -- Found GLEW: /usr/include/x86_64-linux-gnu (found version "2.3.1")
- -- Configuring done (0.9s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/opam/.opam/5.3-opam/.opam-switch/build/imguiml.v1.90.6/_build/default/src/impl/backend/build_dynamic
- (cd _build/default/src/impl/backend/build_dynamic && /usr/bin/make)
- [ 33%] Building CXX object CMakeFiles/cimgui_impl.dir/imgui_impl_opengl3.cpp.o
- [ 66%] Building CXX object CMakeFiles/cimgui_impl.dir/imgui_impl_glfw.cpp.o
- [100%] Linking CXX shared library libcimgui_impl.so
- [100%] Built target cimgui_impl
-> compiled imguiml.v1.90.6
-> installed imguiml.v1.90.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-15 09:47.37 ---> saved as "150a6953031b80dfb6fef6c4680b9d33f52ed0505abaa9cb04ad222480f626be"
Job succeeded