2025-02-11 15:22.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (24e7148dc6585fd218904df0c623a8be5fdc301b) (linux-arm64:debian-12-5.3_arm32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 24e7148d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
# debian-12-5.3_arm32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-02-11 15:22.53: Using cache hint "sanette/bogue-ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab-debian-12-5.3_arm32_opam-2.3-972611fe75a0f082e24a0a1716f6e8b3"
2025-02-11 15:22.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
(comment debian-12-5.3_arm32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-02-11 15:22.53: Waiting for resource in pool OCluster
2025-02-11 15:22.53: Waiting for worker…
2025-02-11 15:22.53: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
HEAD is now at dcfa50a css
HEAD is now at 24e7148 add video example28
(from ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab' locally
docker.io/ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab: Pulling from ocaml/opam
ca61d863bcc2: Already exists
f32e69b36c0b: Pulling fs layer
299adb6203fa: Pulling fs layer
32744d3d1124: Pulling fs layer
c3beb3863c05: Pulling fs layer
940aad663e67: Pulling fs layer
72b96daa901c: Pulling fs layer
ce67d7be8788: Pulling fs layer
2a3009e07c07: Pulling fs layer
c3beb3863c05: Waiting
ce67d7be8788: Waiting
940aad663e67: Waiting
2a3009e07c07: Waiting
299adb6203fa: Verifying Checksum
299adb6203fa: Download complete
32744d3d1124: Download complete
c3beb3863c05: Download complete
f32e69b36c0b: Verifying Checksum
f32e69b36c0b: Download complete
72b96daa901c: Verifying Checksum
72b96daa901c: Download complete
2a3009e07c07: Verifying Checksum
2a3009e07c07: Download complete
ce67d7be8788: Verifying Checksum
ce67d7be8788: Download complete
f32e69b36c0b: Pull complete
299adb6203fa: Pull complete
940aad663e67: Verifying Checksum
940aad663e67: Download complete
32744d3d1124: Pull complete
c3beb3863c05: Pull complete
940aad663e67: Pull complete
72b96daa901c: Pull complete
ce67d7be8788: Pull complete
2a3009e07c07: Pull complete
Digest: sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
Status: Downloaded newer image for ocaml/opam@sha256:9f4979ef884f5c8de0a90c23afa40c92ac547e07af70488289f9d2a834c390ab
WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2025-02-11 15:22.54 ---> using "e6867b0b3b10e9f4600d1412a311377550a6555c94c8f3bef167642fa02c7f8b" from cache
/: (comment debian-12-5.3_arm32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-11 15:22.54 ---> using "5c487add7a54053f762b3c333abb3ce16972042a943faaf110a68a5f4b2cccc6" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-02-11 15:22.54 ---> using "22a3d90d948387933448bd830f856833519c22987081cad98ebab0ca7af4a788" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-02-11 15:22.54 ---> using "170ae8972950503c372545f2a10783dac9843eb7586d39dcb4cdbd38e4db358b" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-02-11 15:22.54 ---> using "b194436fae2c726b32674152f7799f46d23a90dabe8346c73cb3648378a24d8b" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-02-11 15:22.54 ---> using "652207b046bba8e7bd851cab7aba590e1cc129d395feeade5ee031b3425c8f12" from cache
/src: (copy (src bogue.opam) (dst ./))
2025-02-11 15:22.54 ---> using "e2571285c6eeb055e3574786ee0b8eeea7386b6803c771ec6f76f39b86dfbfda" from cache
/src: (run (network host)
(shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2025-02-11 15:22.54 ---> using "04cd997596df236b36b7d5ae8ed7b3520aebec6f587b1e83a12559d20d5533a0" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-11 15:22.54 ---> using "84846288ba22cf3c7d76f3c391664dc7595df93cc0b63f847398df9c17ff53b3" from cache
/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [225 kB]
- Fetched 328 kB in 0s (663 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following system packages will first need to be installed:
libffi-dev libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libsdl2-dev" "libsdl2-image-dev" "libsdl2-ttf-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3:armhf.
- (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 ... 18504 files and directories currently installed.)
- Preparing to unpack .../0-libdbus-1-3_1.14.10-1~deb12u1_armhf.deb ...
- Unpacking libdbus-1-3:armhf (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../1-dbus-bin_1.14.10-1~deb12u1_armhf.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../2-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libapparmor1:armhf.
- Preparing to unpack .../3-libapparmor1_3.0.8-3_armhf.deb ...
- Unpacking libapparmor1:armhf (3.0.8-3) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../4-dbus-daemon_1.14.10-1~deb12u1_armhf.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../5-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../6-dbus_1.14.10-1~deb12u1_armhf.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libpython3.11-minimal:armhf.
- Preparing to unpack .../7-libpython3.11-minimal_3.11.2-6+deb12u5_armhf.deb ...
- Unpacking libpython3.11-minimal:armhf (3.11.2-6+deb12u5) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../8-python3.11-minimal_3.11.2-6+deb12u5_armhf.deb ...
- Unpacking python3.11-minimal (3.11.2-6+deb12u5) ...
- Setting up libpython3.11-minimal:armhf (3.11.2-6+deb12u5) ...
- Setting up python3.11-minimal (3.11.2-6+deb12u5) ...
- 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 ... 18897 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_armhf.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:armhf.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_armhf.deb ...
- Unpacking libpython3.11-stdlib:armhf (3.11.2-6+deb12u5) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6+deb12u5_armhf.deb ...
- Unpacking python3.11 (3.11.2-6+deb12u5) ...
- Selecting previously unselected package libpython3-stdlib:armhf.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_armhf.deb ...
- Unpacking libpython3-stdlib:armhf (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+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 ... 19307 files and directories currently installed.)
- Preparing to unpack .../000-python3_3.11.2-1+b1_armhf.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package sgml-base.
- Preparing to unpack .../001-sgml-base_1.31_all.deb ...
- Unpacking sgml-base (1.31) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../002-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../003-libasound2-data_1.2.8-1_all.deb ...
- Unpacking libasound2-data (1.2.8-1) ...
- Selecting previously unselected package libasound2:armhf.
- Preparing to unpack .../004-libasound2_1.2.8-1+b1_armhf.deb ...
- Unpacking libasound2:armhf (1.2.8-1+b1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../005-alsa-ucm-conf_1.2.8-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.8-1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../006-fontconfig_2.14.1-4_armhf.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libglib2.0-0:armhf.
- Preparing to unpack .../007-libglib2.0-0_2.74.6-2+deb12u5_armhf.deb ...
- Unpacking libglib2.0-0:armhf (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libgirepository-1.0-1:armhf.
- Preparing to unpack .../008-libgirepository-1.0-1_1.74.0-3_armhf.deb ...
- Unpacking libgirepository-1.0-1:armhf (1.74.0-3) ...
- Selecting previously unselected package gir1.2-glib-2.0:armhf.
- Preparing to unpack .../009-gir1.2-glib-2.0_1.74.0-3_armhf.deb ...
- Unpacking gir1.2-glib-2.0:armhf (1.74.0-3) ...
- Selecting previously unselected package gir1.2-freedesktop:armhf.
- Preparing to unpack .../010-gir1.2-freedesktop_1.74.0-3_armhf.deb ...
- Unpacking gir1.2-freedesktop:armhf (1.74.0-3) ...
- Selecting previously unselected package gir1.2-harfbuzz-0.0:armhf.
- Preparing to unpack .../011-gir1.2-harfbuzz-0.0_6.0.0+dfsg-3_armhf.deb ...
- Unpacking gir1.2-harfbuzz-0.0:armhf (6.0.0+dfsg-3) ...
- Selecting previously unselected package libibus-1.0-5:armhf.
- Preparing to unpack .../012-libibus-1.0-5_1.5.27-5_armhf.deb ...
- Unpacking libibus-1.0-5:armhf (1.5.27-5) ...
- Selecting previously unselected package gir1.2-ibus-1.0:armhf.
- Preparing to unpack .../013-gir1.2-ibus-1.0_1.5.27-5_armhf.deb ...
- Unpacking gir1.2-ibus-1.0:armhf (1.5.27-5) ...
- Selecting previously unselected package libicu72:armhf.
- Preparing to unpack .../014-libicu72_72.1-3_armhf.deb ...
- Unpacking libicu72:armhf (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../015-icu-devtools_72.1-3_armhf.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libasound2-dev:armhf.
- Preparing to unpack .../016-libasound2-dev_1.2.8-1+b1_armhf.deb ...
- Unpacking libasound2-dev:armhf (1.2.8-1+b1) ...
- Selecting previously unselected package libasyncns0:armhf.
- Preparing to unpack .../017-libasyncns0_0.8-6+b3_armhf.deb ...
- Unpacking libasyncns0:armhf (0.8-6+b3) ...
- Selecting previously unselected package uuid-dev:armhf.
- Preparing to unpack .../018-uuid-dev_2.38.1-5+deb12u3_armhf.deb ...
- Unpacking uuid-dev:armhf (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libblkid-dev:armhf.
- Preparing to unpack .../019-libblkid-dev_2.38.1-5+deb12u3_armhf.deb ...
- Unpacking libblkid-dev:armhf (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libbrotli-dev:armhf.
- Preparing to unpack .../020-libbrotli-dev_1.0.9-2+b6_armhf.deb ...
- Unpacking libbrotli-dev:armhf (1.0.9-2+b6) ...
- Selecting previously unselected package libpixman-1-0:armhf.
- Preparing to unpack .../021-libpixman-1-0_0.42.2-1_armhf.deb ...
- Unpacking libpixman-1-0:armhf (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:armhf.
- Preparing to unpack .../022-libxcb-render0_1.15-1_armhf.deb ...
- Unpacking libxcb-render0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:armhf.
- Preparing to unpack .../023-libxcb-shm0_1.15-1_armhf.deb ...
- Unpacking libxcb-shm0:armhf (1.15-1) ...
- Selecting previously unselected package libxrender1:armhf.
- Preparing to unpack .../024-libxrender1_1%3a0.9.10-1.1_armhf.deb ...
- Unpacking libxrender1:armhf (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:armhf.
- Preparing to unpack .../025-libcairo2_1.16.0-7_armhf.deb ...
- Unpacking libcairo2:armhf (1.16.0-7) ...
- Selecting previously unselected package libdatrie1:armhf.
- Preparing to unpack .../026-libdatrie1_0.2.13-2+b1_armhf.deb ...
- Unpacking libdatrie1:armhf (0.2.13-2+b1) ...
- Selecting previously unselected package libpkgconf3:armhf.
- Preparing to unpack .../027-libpkgconf3_1.8.1-1_armhf.deb ...
- Unpacking libpkgconf3:armhf (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../028-pkgconf-bin_1.8.1-1_armhf.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:armhf.
- Preparing to unpack .../029-pkgconf_1.8.1-1_armhf.deb ...
- Unpacking pkgconf:armhf (1.8.1-1) ...
- Selecting previously unselected package pkg-config:armhf.
- Preparing to unpack .../030-pkg-config_1.8.1-1_armhf.deb ...
- Unpacking pkg-config:armhf (1.8.1-1) ...
- Selecting previously unselected package xml-core.
- Preparing to unpack .../031-xml-core_0.18+nmu1_all.deb ...
- Unpacking xml-core (0.18+nmu1) ...
- Selecting previously unselected package libdbus-1-dev:armhf.
- Preparing to unpack .../032-libdbus-1-dev_1.14.10-1~deb12u1_armhf.deb ...
- Unpacking libdbus-1-dev:armhf (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libwayland-client0:armhf.
- Preparing to unpack .../033-libwayland-client0_1.21.0-1_armhf.deb ...
- Unpacking libwayland-client0:armhf (1.21.0-1) ...
- Selecting previously unselected package libdecor-0-0:armhf.
- Preparing to unpack .../034-libdecor-0-0_0.1.1-2_armhf.deb ...
- Unpacking libdecor-0-0:armhf (0.1.1-2) ...
- Selecting previously unselected package libwayland-server0:armhf.
- Preparing to unpack .../035-libwayland-server0_1.21.0-1_armhf.deb ...
- Unpacking libwayland-server0:armhf (1.21.0-1) ...
- Selecting previously unselected package libwayland-cursor0:armhf.
- Preparing to unpack .../036-libwayland-cursor0_1.21.0-1_armhf.deb ...
- Unpacking libwayland-cursor0:armhf (1.21.0-1) ...
- Selecting previously unselected package libwayland-egl1:armhf.
- Preparing to unpack .../037-libwayland-egl1_1.21.0-1_armhf.deb ...
- Unpacking libwayland-egl1:armhf (1.21.0-1) ...
- Selecting previously unselected package libxml2:armhf.
- Preparing to unpack .../038-libxml2_2.9.14+dfsg-1.3~deb12u1_armhf.deb ...
- Unpacking libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libwayland-bin.
- Preparing to unpack .../039-libwayland-bin_1.21.0-1_armhf.deb ...
- Unpacking libwayland-bin (1.21.0-1) ...
- Selecting previously unselected package libffi-dev:armhf.
- Preparing to unpack .../040-libffi-dev_3.4.4-1_armhf.deb ...
- Unpacking libffi-dev:armhf (3.4.4-1) ...
- Selecting previously unselected package libwayland-dev:armhf.
- Preparing to unpack .../041-libwayland-dev_1.21.0-1_armhf.deb ...
- Unpacking libwayland-dev:armhf (1.21.0-1) ...
- Selecting previously unselected package libdecor-0-dev:armhf.
- Preparing to unpack .../042-libdecor-0-dev_0.1.1-2_armhf.deb ...
- Unpacking libdecor-0-dev:armhf (0.1.1-2) ...
- Selecting previously unselected package libfribidi0:armhf.
- Preparing to unpack .../043-libfribidi0_1.0.8-2.1_armhf.deb ...
- Unpacking libfribidi0:armhf (1.0.8-2.1) ...
- Selecting previously unselected package libgraphite2-3:armhf.
- Preparing to unpack .../044-libgraphite2-3_1.3.14-1_armhf.deb ...
- Unpacking libgraphite2-3:armhf (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:armhf.
- Preparing to unpack .../045-libharfbuzz0b_6.0.0+dfsg-3_armhf.deb ...
- Unpacking libharfbuzz0b:armhf (6.0.0+dfsg-3) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../046-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:armhf.
- Preparing to unpack .../047-libthai0_0.1.29-1_armhf.deb ...
- Unpacking libthai0:armhf (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:armhf.
- Preparing to unpack .../048-libpango-1.0-0_1.50.12+ds-1_armhf.deb ...
- Unpacking libpango-1.0-0:armhf (1.50.12+ds-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:armhf.
- Preparing to unpack .../049-libpangoft2-1.0-0_1.50.12+ds-1_armhf.deb ...
- Unpacking libpangoft2-1.0-0:armhf (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:armhf.
- Preparing to unpack .../050-libpangocairo-1.0-0_1.50.12+ds-1_armhf.deb ...
- Unpacking libpangocairo-1.0-0:armhf (1.50.12+ds-1) ...
- Selecting previously unselected package libdecor-0-plugin-1-cairo:armhf.
- Preparing to unpack .../051-libdecor-0-plugin-1-cairo_0.1.1-2_armhf.deb ...
- Unpacking libdecor-0-plugin-1-cairo:armhf (0.1.1-2) ...
- Selecting previously unselected package libdeflate-dev:armhf.
- Preparing to unpack .../052-libdeflate-dev_1.14-1_armhf.deb ...
- Unpacking libdeflate-dev:armhf (1.14-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../053-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:armhf.
- Preparing to unpack .../054-libdrm2_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm2:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:armhf.
- Preparing to unpack .../055-libdrm-amdgpu1_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-amdgpu1:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:armhf.
- Preparing to unpack .../056-libdrm-radeon1_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-radeon1:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:armhf.
- Preparing to unpack .../057-libdrm-nouveau2_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-nouveau2:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-omap1:armhf.
- Preparing to unpack .../058-libdrm-omap1_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-omap1:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-freedreno1:armhf.
- Preparing to unpack .../059-libdrm-freedreno1_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-freedreno1:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-exynos1:armhf.
- Preparing to unpack .../060-libdrm-exynos1_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-exynos1:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-tegra0:armhf.
- Preparing to unpack .../061-libdrm-tegra0_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-tegra0:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-etnaviv1:armhf.
- Preparing to unpack .../062-libdrm-etnaviv1_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-etnaviv1:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:armhf.
- Preparing to unpack .../063-libpciaccess0_0.17-2_armhf.deb ...
- Unpacking libpciaccess0:armhf (0.17-2) ...
- Selecting previously unselected package libpciaccess-dev:armhf.
- Preparing to unpack .../064-libpciaccess-dev_0.17-2_armhf.deb ...
- Unpacking libpciaccess-dev:armhf (0.17-2) ...
- Selecting previously unselected package libdrm-dev:armhf.
- Preparing to unpack .../065-libdrm-dev_2.4.114-1+b1_armhf.deb ...
- Unpacking libdrm-dev:armhf (2.4.114-1+b1) ...
- Selecting previously unselected package libglvnd0:armhf.
- Preparing to unpack .../066-libglvnd0_1.6.0-1_armhf.deb ...
- Unpacking libglvnd0:armhf (1.6.0-1) ...
- Selecting previously unselected package libgbm1:armhf.
- Preparing to unpack .../067-libgbm1_22.3.6-1+deb12u1_armhf.deb ...
- Unpacking libgbm1:armhf (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:armhf.
- Preparing to unpack .../068-libglapi-mesa_22.3.6-1+deb12u1_armhf.deb ...
- Unpacking libglapi-mesa:armhf (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libx11-xcb1:armhf.
- Preparing to unpack .../069-libx11-xcb1_2%3a1.8.4-2+deb12u2_armhf.deb ...
- Unpacking libx11-xcb1:armhf (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:armhf.
- Preparing to unpack .../070-libxcb-dri2-0_1.15-1_armhf.deb ...
- Unpacking libxcb-dri2-0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:armhf.
- Preparing to unpack .../071-libxcb-dri3-0_1.15-1_armhf.deb ...
- Unpacking libxcb-dri3-0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-present0:armhf.
- Preparing to unpack .../072-libxcb-present0_1.15-1_armhf.deb ...
- Unpacking libxcb-present0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:armhf.
- Preparing to unpack .../073-libxcb-randr0_1.15-1_armhf.deb ...
- Unpacking libxcb-randr0:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:armhf.
- Preparing to unpack .../074-libxcb-sync1_1.15-1_armhf.deb ...
- Unpacking libxcb-sync1:armhf (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:armhf.
- Preparing to unpack .../075-libxcb-xfixes0_1.15-1_armhf.deb ...
- Unpacking libxcb-xfixes0:armhf (1.15-1) ...
- Selecting previously unselected package libxshmfence1:armhf.
- Preparing to unpack .../076-libxshmfence1_1.3-1_armhf.deb ...
- Unpacking libxshmfence1:armhf (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:armhf.
- Preparing to unpack .../077-libegl-mesa0_22.3.6-1+deb12u1_armhf.deb ...
- Unpacking libegl-mesa0:armhf (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libegl1:armhf.
- Preparing to unpack .../078-libegl1_1.6.0-1_armhf.deb ...
- Unpacking libegl1:armhf (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:armhf.
- Preparing to unpack .../079-libxcb-glx0_1.15-1_armhf.deb ...
- Unpacking libxcb-glx0:armhf (1.15-1) ...
- Selecting previously unselected package libxfixes3:armhf.
- Preparing to unpack .../080-libxfixes3_1%3a6.0.0-2_armhf.deb ...
- Unpacking libxfixes3:armhf (1:6.0.0-2) ...
- Selecting previously unselected package libxxf86vm1:armhf.
- Preparing to unpack .../081-libxxf86vm1_1%3a1.1.4-1+b2_armhf.deb ...
- Unpacking libxxf86vm1:armhf (1:1.1.4-1+b2) ...
- Selecting previously unselected package libelf1:armhf.
- Preparing to unpack .../082-libelf1_0.188-2.1_armhf.deb ...
- Unpacking libelf1:armhf (0.188-2.1) ...
- Selecting previously unselected package libz3-4:armhf.
- Preparing to unpack .../083-libz3-4_4.8.12-3.1_armhf.deb ...
- Unpacking libz3-4:armhf (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:armhf.
- Preparing to unpack .../084-libllvm15_1%3a15.0.6-4+b1_armhf.deb ...
- Unpacking libllvm15:armhf (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../085-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:armhf.
- Preparing to unpack .../086-libsensors5_1%3a3.6.0-7.1_armhf.deb ...
- Unpacking libsensors5:armhf (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:armhf.
- Preparing to unpack .../087-libgl1-mesa-dri_22.3.6-1+deb12u1_armhf.deb ...
- Unpacking libgl1-mesa-dri:armhf (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:armhf.
- Preparing to unpack .../088-libglx-mesa0_22.3.6-1+deb12u1_armhf.deb ...
- Unpacking libglx-mesa0:armhf (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:armhf.
- Preparing to unpack .../089-libglx0_1.6.0-1_armhf.deb ...
- Unpacking libglx0:armhf (1.6.0-1) ...
- Selecting previously unselected package libgl1:armhf.
- Preparing to unpack .../090-libgl1_1.6.0-1_armhf.deb ...
- Unpacking libgl1:armhf (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:armhf.
- Preparing to unpack .../091-libglx-dev_1.6.0-1_armhf.deb ...
- Unpacking libglx-dev:armhf (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:armhf.
- Preparing to unpack .../092-libgl-dev_1.6.0-1_armhf.deb ...
- Unpacking libgl-dev:armhf (1.6.0-1) ...
- Selecting previously unselected package libegl-dev:armhf.
- Preparing to unpack .../093-libegl-dev_1.6.0-1_armhf.deb ...
- Unpacking libegl-dev:armhf (1.6.0-1) ...
- Selecting previously unselected package libogg0:armhf.
- Preparing to unpack .../094-libogg0_1.3.5-3_armhf.deb ...
- Unpacking libogg0:armhf (1.3.5-3) ...
- Selecting previously unselected package libflac12:armhf.
- Preparing to unpack .../095-libflac12_1.4.2+ds-2_armhf.deb ...
- Unpacking libflac12:armhf (1.4.2+ds-2) ...
- Selecting previously unselected package zlib1g-dev:armhf.
- Preparing to unpack .../096-zlib1g-dev_1%3a1.2.13.dfsg-1_armhf.deb ...
- Unpacking zlib1g-dev:armhf (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libpng-dev:armhf.
- Preparing to unpack .../097-libpng-dev_1.6.39-2_armhf.deb ...
- Unpacking libpng-dev:armhf (1.6.39-2) ...
- Selecting previously unselected package libfreetype-dev:armhf.
- Preparing to unpack .../098-libfreetype-dev_2.12.1+dfsg-5+deb12u3_armhf.deb ...
- Unpacking libfreetype-dev:armhf (2.12.1+dfsg-5+deb12u3) ...
- Selecting previously unselected package libgbm-dev:armhf.
- Preparing to unpack .../099-libgbm-dev_22.3.6-1+deb12u1_armhf.deb ...
- Unpacking libgbm-dev:armhf (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libgles1:armhf.
- Preparing to unpack .../100-libgles1_1.6.0-1_armhf.deb ...
- Unpacking libgles1:armhf (1.6.0-1) ...
- Selecting previously unselected package libgles2:armhf.
- Preparing to unpack .../101-libgles2_1.6.0-1_armhf.deb ...
- Unpacking libgles2:armhf (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:armhf.
- Preparing to unpack .../102-libgles-dev_1.6.0-1_armhf.deb ...
- Unpacking libgles-dev:armhf (1.6.0-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../103-libglib2.0-data_2.74.6-2+deb12u5_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libglib2.0-bin.
- Preparing to unpack .../104-libglib2.0-bin_2.74.6-2+deb12u5_armhf.deb ...
- Unpacking libglib2.0-bin (2.74.6-2+deb12u5) ...
- Selecting previously unselected package python3-lib2to3.
- Preparing to unpack .../105-python3-lib2to3_3.11.2-3_all.deb ...
- Unpacking python3-lib2to3 (3.11.2-3) ...
- Selecting previously unselected package python3-distutils.
- Preparing to unpack .../106-python3-distutils_3.11.2-3_all.deb ...
- Unpacking python3-distutils (3.11.2-3) ...
- Selecting previously unselected package libglib2.0-dev-bin.
- Preparing to unpack .../107-libglib2.0-dev-bin_2.74.6-2+deb12u5_armhf.deb ...
- Unpacking libglib2.0-dev-bin (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libsepol-dev:armhf.
- Preparing to unpack .../108-libsepol-dev_3.4-2.1_armhf.deb ...
- Unpacking libsepol-dev:armhf (3.4-2.1) ...
- Selecting previously unselected package libpcre2-16-0:armhf.
- Preparing to unpack .../109-libpcre2-16-0_10.42-1_armhf.deb ...
- Unpacking libpcre2-16-0:armhf (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:armhf.
- Preparing to unpack .../110-libpcre2-32-0_10.42-1_armhf.deb ...
- Unpacking libpcre2-32-0:armhf (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:armhf.
- Preparing to unpack .../111-libpcre2-posix3_10.42-1_armhf.deb ...
- Unpacking libpcre2-posix3:armhf (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:armhf.
- Preparing to unpack .../112-libpcre2-dev_10.42-1_armhf.deb ...
- Unpacking libpcre2-dev:armhf (10.42-1) ...
- Selecting previously unselected package libselinux1-dev:armhf.
- Preparing to unpack .../113-libselinux1-dev_3.4-1+b6_armhf.deb ...
- Unpacking libselinux1-dev:armhf (3.4-1+b6) ...
- Selecting previously unselected package libmount-dev:armhf.
- Preparing to unpack .../114-libmount-dev_2.38.1-5+deb12u3_armhf.deb ...
- Unpacking libmount-dev:armhf (2.38.1-5+deb12u3) ...
- Selecting previously unselected package libglib2.0-dev:armhf.
- Preparing to unpack .../115-libglib2.0-dev_2.74.6-2+deb12u5_armhf.deb ...
- Unpacking libglib2.0-dev:armhf (2.74.6-2+deb12u5) ...
- Selecting previously unselected package libgraphite2-dev:armhf.
- Preparing to unpack .../116-libgraphite2-dev_1.3.14-1_armhf.deb ...
- Unpacking libgraphite2-dev:armhf (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz-icu0:armhf.
- Preparing to unpack .../117-libharfbuzz-icu0_6.0.0+dfsg-3_armhf.deb ...
- Unpacking libharfbuzz-icu0:armhf (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-gobject0:armhf.
- Preparing to unpack .../118-libharfbuzz-gobject0_6.0.0+dfsg-3_armhf.deb ...
- Unpacking libharfbuzz-gobject0:armhf (6.0.0+dfsg-3) ...
- Selecting previously unselected package libharfbuzz-subset0:armhf.
- Preparing to unpack .../119-libharfbuzz-subset0_6.0.0+dfsg-3_armhf.deb ...
- Unpacking libharfbuzz-subset0:armhf (6.0.0+dfsg-3) ...
- Selecting previously unselected package libicu-dev:armhf.
- Preparing to unpack .../120-libicu-dev_72.1-3_armhf.deb ...
- Unpacking libicu-dev:armhf (72.1-3) ...
- Selecting previously unselected package libharfbuzz-dev:armhf.
- Preparing to unpack .../121-libharfbuzz-dev_6.0.0+dfsg-3_armhf.deb ...
- Unpacking libharfbuzz-dev:armhf (6.0.0+dfsg-3) ...
- Selecting previously unselected package libibus-1.0-dev:armhf.
- Preparing to unpack .../122-libibus-1.0-dev_1.5.27-5_armhf.deb ...
- Unpacking libibus-1.0-dev:armhf (1.5.27-5) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../123-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:armhf.
- Preparing to unpack .../124-libice6_2%3a1.0.10-1_armhf.deb ...
- Unpacking libice6:armhf (2:1.0.10-1) ...
- Selecting previously unselected package libice-dev:armhf.
- Preparing to unpack .../125-libice-dev_2%3a1.0.10-1_armhf.deb ...
- Unpacking libice-dev:armhf (2:1.0.10-1) ...
- Selecting previously unselected package libjbig-dev:armhf.
- Preparing to unpack .../126-libjbig-dev_2.1-6.1_armhf.deb ...
- Unpacking libjbig-dev:armhf (2.1-6.1) ...
- Selecting previously unselected package libjpeg62-turbo-dev:armhf.
- Preparing to unpack .../127-libjpeg62-turbo-dev_1%3a2.1.5-2_armhf.deb ...
- Unpacking libjpeg62-turbo-dev:armhf (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:armhf.
- Preparing to unpack .../128-libjpeg-dev_1%3a2.1.5-2_armhf.deb ...
- Unpacking libjpeg-dev:armhf (1:2.1.5-2) ...
- Selecting previously unselected package liblerc-dev:armhf.
- Preparing to unpack .../129-liblerc-dev_4.0.0+ds-2_armhf.deb ...
- Unpacking liblerc-dev:armhf (4.0.0+ds-2) ...
- Selecting previously unselected package liblzma-dev:armhf.
- Preparing to unpack .../130-liblzma-dev_5.4.1-0.2_armhf.deb ...
- Unpacking liblzma-dev:armhf (5.4.1-0.2) ...
- Selecting previously unselected package libmp3lame0:armhf.
- Preparing to unpack .../131-libmp3lame0_3.100-6_armhf.deb ...
- Unpacking libmp3lame0:armhf (3.100-6) ...
- Selecting previously unselected package libmpg123-0:armhf.
- Preparing to unpack .../132-libmpg123-0_1.31.2-1+deb12u1_armhf.deb ...
- Unpacking libmpg123-0:armhf (1.31.2-1+deb12u1) ...
- Selecting previously unselected package libopus0:armhf.
- Preparing to unpack .../133-libopus0_1.3.1-3_armhf.deb ...
- Unpacking libopus0:armhf (1.3.1-3) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../134-libpng-tools_1.6.39-2_armhf.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package libvorbis0a:armhf.
- Preparing to unpack .../135-libvorbis0a_1.3.7-1_armhf.deb ...
- Unpacking libvorbis0a:armhf (1.3.7-1) ...
- Selecting previously unselected package libvorbisenc2:armhf.
- Preparing to unpack .../136-libvorbisenc2_1.3.7-1_armhf.deb ...
- Unpacking libvorbisenc2:armhf (1.3.7-1) ...
- Selecting previously unselected package libsndfile1:armhf.
- Preparing to unpack .../137-libsndfile1_1.2.0-1_armhf.deb ...
- Unpacking libsndfile1:armhf (1.2.0-1) ...
- Selecting previously unselected package libpulse0:armhf.
- Preparing to unpack .../138-libpulse0_16.1+dfsg1-2+b1_armhf.deb ...
- Unpacking libpulse0:armhf (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-mainloop-glib0:armhf.
- Preparing to unpack .../139-libpulse-mainloop-glib0_16.1+dfsg1-2+b1_armhf.deb ...
- Unpacking libpulse-mainloop-glib0:armhf (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libpulse-dev:armhf.
- Preparing to unpack .../140-libpulse-dev_16.1+dfsg1-2+b1_armhf.deb ...
- Unpacking libpulse-dev:armhf (16.1+dfsg1-2+b1) ...
- Selecting previously unselected package libsamplerate0:armhf.
- Preparing to unpack .../141-libsamplerate0_0.2.2-3_armhf.deb ...
- Unpacking libsamplerate0:armhf (0.2.2-3) ...
- Selecting previously unselected package libsamplerate0-dev:armhf.
- Preparing to unpack .../142-libsamplerate0-dev_0.2.2-3_armhf.deb ...
- Unpacking libsamplerate0-dev:armhf (0.2.2-3) ...
- Selecting previously unselected package libxcursor1:armhf.
- Preparing to unpack .../143-libxcursor1_1%3a1.2.1-1_armhf.deb ...
- Unpacking libxcursor1:armhf (1:1.2.1-1) ...
- Selecting previously unselected package libxi6:armhf.
- Preparing to unpack .../144-libxi6_2%3a1.8-1+b1_armhf.deb ...
- Unpacking libxi6:armhf (2:1.8-1+b1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../145-xkb-data_2.35.1-1_all.deb ...
- Unpacking xkb-data (2.35.1-1) ...
- Selecting previously unselected package libxkbcommon0:armhf.
- Preparing to unpack .../146-libxkbcommon0_1.5.0-1_armhf.deb ...
- Unpacking libxkbcommon0:armhf (1.5.0-1) ...
- Selecting previously unselected package libxrandr2:armhf.
- Preparing to unpack .../147-libxrandr2_2%3a1.5.2-2+b1_armhf.deb ...
- Unpacking libxrandr2:armhf (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss1:armhf.
- Preparing to unpack .../148-libxss1_1%3a1.2.3-1_armhf.deb ...
- Unpacking libxss1:armhf (1:1.2.3-1) ...
- Selecting previously unselected package libsdl2-2.0-0:armhf.
- Preparing to unpack .../149-libsdl2-2.0-0_2.26.5+dfsg-1_armhf.deb ...
- Unpacking libsdl2-2.0-0:armhf (2.26.5+dfsg-1) ...
- Selecting previously unselected package libsndio7.0:armhf.
- Preparing to unpack .../150-libsndio7.0_1.9.0-0.3+b2_armhf.deb ...
- Unpacking libsndio7.0:armhf (1.9.0-0.3+b2) ...
- Selecting previously unselected package libsndio-dev:armhf.
- Preparing to unpack .../151-libsndio-dev_1.9.0-0.3+b2_armhf.deb ...
- Unpacking libsndio-dev:armhf (1.9.0-0.3+b2) ...
- Selecting previously unselected package libudev-dev:armhf.
- Preparing to unpack .../152-libudev-dev_252.33-1~deb12u1_armhf.deb ...
- Unpacking libudev-dev:armhf (252.33-1~deb12u1) ...
- Selecting previously unselected package libxrender-dev:armhf.
- Preparing to unpack .../153-libxrender-dev_1%3a0.9.10-1.1_armhf.deb ...
- Unpacking libxrender-dev:armhf (1:0.9.10-1.1) ...
- Selecting previously unselected package libxfixes-dev:armhf.
- Preparing to unpack .../154-libxfixes-dev_1%3a6.0.0-2_armhf.deb ...
- Unpacking libxfixes-dev:armhf (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor-dev:armhf.
- Preparing to unpack .../155-libxcursor-dev_1%3a1.2.1-1_armhf.deb ...
- Unpacking libxcursor-dev:armhf (1:1.2.1-1) ...
- Selecting previously unselected package libxext-dev:armhf.
- Preparing to unpack .../156-libxext-dev_2%3a1.3.4-1+b1_armhf.deb ...
- Unpacking libxext-dev:armhf (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxi-dev:armhf.
- Preparing to unpack .../157-libxi-dev_2%3a1.8-1+b1_armhf.deb ...
- Unpacking libxi-dev:armhf (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama1:armhf.
- Preparing to unpack .../158-libxinerama1_2%3a1.1.4-3_armhf.deb ...
- Unpacking libxinerama1:armhf (2:1.1.4-3) ...
- Selecting previously unselected package libxinerama-dev:armhf.
- Preparing to unpack .../159-libxinerama-dev_2%3a1.1.4-3_armhf.deb ...
- Unpacking libxinerama-dev:armhf (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon-dev:armhf.
- Preparing to unpack .../160-libxkbcommon-dev_1.5.0-1_armhf.deb ...
- Unpacking libxkbcommon-dev:armhf (1.5.0-1) ...
- Selecting previously unselected package libxrandr-dev:armhf.
- Preparing to unpack .../161-libxrandr-dev_2%3a1.5.2-2+b1_armhf.deb ...
- Unpacking libxrandr-dev:armhf (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxss-dev:armhf.
- Preparing to unpack .../162-libxss-dev_1%3a1.2.3-1_armhf.deb ...
- Unpacking libxss-dev:armhf (1:1.2.3-1) ...
- Selecting previously unselected package libsm6:armhf.
- Preparing to unpack .../163-libsm6_2%3a1.2.3-1_armhf.deb ...
- Unpacking libsm6:armhf (2:1.2.3-1) ...
- Selecting previously unselected package libxt6:armhf.
- Preparing to unpack .../164-libxt6_1%3a1.2.1-1.1_armhf.deb ...
- Unpacking libxt6:armhf (1:1.2.1-1.1) ...
- Selecting previously unselected package libsm-dev:armhf.
- Preparing to unpack .../165-libsm-dev_2%3a1.2.3-1_armhf.deb ...
- Unpacking libsm-dev:armhf (2:1.2.3-1) ...
- Selecting previously unselected package libxt-dev:armhf.
- Preparing to unpack .../166-libxt-dev_1%3a1.2.1-1.1_armhf.deb ...
- Unpacking libxt-dev:armhf (1:1.2.1-1.1) ...
- Selecting previously unselected package libxv1:armhf.
- Preparing to unpack .../167-libxv1_2%3a1.0.11-1.1_armhf.deb ...
- Unpacking libxv1:armhf (2:1.0.11-1.1) ...
- Selecting previously unselected package libxv-dev:armhf.
- Preparing to unpack .../168-libxv-dev_2%3a1.0.11-1.1_armhf.deb ...
- Unpacking libxv-dev:armhf (2:1.0.11-1.1) ...
- Selecting previously unselected package libxxf86vm-dev:armhf.
- Preparing to unpack .../169-libxxf86vm-dev_1%3a1.1.4-1+b2_armhf.deb ...
- Unpacking libxxf86vm-dev:armhf (1:1.1.4-1+b2) ...
- Selecting previously unselected package libsdl2-dev:armhf.
- Preparing to unpack .../170-libsdl2-dev_2.26.5+dfsg-1_armhf.deb ...
- Unpacking libsdl2-dev:armhf (2.26.5+dfsg-1) ...
- Selecting previously unselected package libsdl2-image-2.0-0:armhf.
- Preparing to unpack .../171-libsdl2-image-2.0-0_2.6.3+dfsg-1_armhf.deb ...
- Unpacking libsdl2-image-2.0-0:armhf (2.6.3+dfsg-1) ...
- Selecting previously unselected package libwebpmux3:armhf.
- Preparing to unpack .../172-libwebpmux3_1.2.4-0.2+deb12u1_armhf.deb ...
- Unpacking libwebpmux3:armhf (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebpdemux2:armhf.
- Preparing to unpack .../173-libwebpdemux2_1.2.4-0.2+deb12u1_armhf.deb ...
- Unpacking libwebpdemux2:armhf (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libwebp-dev:armhf.
- Preparing to unpack .../174-libwebp-dev_1.2.4-0.2+deb12u1_armhf.deb ...
- Unpacking libwebp-dev:armhf (1.2.4-0.2+deb12u1) ...
- Selecting previously unselected package libtiffxx6:armhf.
- Preparing to unpack .../175-libtiffxx6_4.5.0-6+deb12u2_armhf.deb ...
- Unpacking libtiffxx6:armhf (4.5.0-6+deb12u2) ...
- Selecting previously unselected package libtiff-dev:armhf.
- Preparing to unpack .../176-libtiff-dev_4.5.0-6+deb12u2_armhf.deb ...
- Unpacking libtiff-dev:armhf (4.5.0-6+deb12u2) ...
- Selecting previously unselected package libsdl2-image-dev:armhf.
- Preparing to unpack .../177-libsdl2-image-dev_2.6.3+dfsg-1_armhf.deb ...
- Unpacking libsdl2-image-dev:armhf (2.6.3+dfsg-1) ...
- Selecting previously unselected package libsdl2-ttf-2.0-0:armhf.
- Preparing to unpack .../178-libsdl2-ttf-2.0-0_2.20.1+dfsg-2_armhf.deb ...
- Unpacking libsdl2-ttf-2.0-0:armhf (2.20.1+dfsg-2) ...
- Selecting previously unselected package libsdl2-ttf-dev:armhf.
- Preparing to unpack .../179-libsdl2-ttf-dev_2.20.1+dfsg-2_armhf.deb ...
- Unpacking libsdl2-ttf-dev:armhf (2.20.1+dfsg-2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../180-shared-mime-info_2.2-1_armhf.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../181-xdg-user-dirs_0.18-1_armhf.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libgraphite2-3:armhf (1.3.14-1) ...
- Setting up libxcb-dri3-0:armhf (1.15-1) ...
- Setting up libpixman-1-0:armhf (0.42.2-1) ...
- Setting up libwayland-server0:armhf (1.21.0-1) ...
- Setting up libx11-xcb1:armhf (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:armhf (0.17-2) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache...
- done.
- Setting up libapparmor1:armhf (3.0.8-3) ...
- Setting up libicu72:armhf (72.1-3) ...
- Setting up libmpg123-0:armhf (1.31.2-1+deb12u1) ...
- Setting up libpciaccess-dev:armhf (0.17-2) ...
- Setting up libxcb-xfixes0:armhf (1.15-1) ...
- Setting up libogg0:armhf (1.3.5-3) ...
- Setting up libxi6:armhf (2:1.8-1+b1) ...
- Setting up libxrender1:armhf (1:0.9.10-1.1) ...
- Setting up libdatrie1:armhf (0.2.13-2+b1) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libxcb-render0:armhf (1.15-1) ...
- Setting up libglib2.0-0:armhf (2.74.6-2+deb12u5) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:armhf (1.6.0-1) ...
- Setting up libxcb-glx0:armhf (1.15-1) ...
- Setting up libwebpdemux2:armhf (1.2.4-0.2+deb12u1) ...
- Setting up libpython3.11-stdlib:armhf (3.11.2-6+deb12u5) ...
- Setting up libibus-1.0-5:armhf (1.5.27-5) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libjbig-dev:armhf (2.1-6.1) ...
- Setting up xkb-data (2.35.1-1) ...
- Setting up libxcb-shm0:armhf (1.15-1) ...
- Setting up libffi-dev:armhf (3.4.4-1) ...
- Setting up libcairo2:armhf (1.16.0-7) ...
- Setting up libpcre2-16-0:armhf (10.42-1) ...
- Setting up libxxf86vm1:armhf (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:armhf (1.15-1) ...
- Setting up libasound2-data (1.2.8-1) ...
- Setting up libgraphite2-dev:armhf (1.3.14-1) ...
- Setting up libz3-4:armhf (4.8.12-3.1) ...
- Setting up libpcre2-32-0:armhf (10.42-1) ...
- Setting up libglib2.0-data (2.74.6-2+deb12u5) ...
- Setting up libpkgconf3:armhf (1.8.1-1) ...
- Setting up libflac12:armhf (1.4.2+ds-2) ...
- Setting up libgles2:armhf (1.6.0-1) ...
- Setting up libjpeg62-turbo-dev:armhf (1:2.1.5-2) ...
- Setting up libxfixes3:armhf (1:6.0.0-2) ...
- Setting up libxcb-sync1:armhf (1.15-1) ...
- Setting up uuid-dev:armhf (2.38.1-5+deb12u3) ...
- Setting up libgles1:armhf (1.6.0-1) ...
- Setting up libdbus-1-3:armhf (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:armhf (1.0.8-2.1) ...
- Setting up libopus0:armhf (1.3.1-3) ...
- Setting up libxinerama1:armhf (2:1.1.4-3) ...
- Setting up libxv1:armhf (2:1.0.11-1.1) ...
- Setting up libvorbis0a:armhf (1.3.7-1) ...
- Setting up libxrandr2:armhf (2:1.5.2-2+b1) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up libudev-dev:armhf (252.33-1~deb12u1) ...
- Setting up libsepol-dev:armhf (3.4-2.1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:armhf (1:3.6.0-7.1) ...
- Setting up liblerc-dev:armhf (4.0.0+ds-2) ...
- Setting up libglapi-mesa:armhf (22.3.6-1+deb12u1) ...
- Setting up libxext-dev:armhf (2:1.3.4-1+b1) ...
- Setting up liblzma-dev:armhf (5.4.1-0.2) ...
- Setting up libxcb-dri2-0:armhf (1.15-1) ...
- Setting up zlib1g-dev:armhf (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:armhf (10.42-1) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up libasyncns0:armhf (0.8-6+b3) ...
- Setting up libxshmfence1:armhf (1.3-1) ...
- Setting up libxcb-randr0:armhf (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up libasound2:armhf (1.2.8-1+b1) ...
- Setting up libharfbuzz0b:armhf (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libgirepository-1.0-1:armhf (1.74.0-3) ...
- Setting up sgml-base (1.31) ...
- Setting up libwayland-egl1:armhf (1.21.0-1) ...
- Setting up libxss1:armhf (1:1.2.3-1) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libasound2-dev:armhf (1.2.8-1+b1) ...
- Setting up libsamplerate0:armhf (0.2.2-3) ...
- Setting up libwebpmux3:armhf (1.2.4-0.2+deb12u1) ...
- Setting up libtiffxx6:armhf (4.5.0-6+deb12u2) ...
- Setting up libdeflate-dev:armhf (1.14-1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:armhf (0.188-2.1) ...
- Setting up libxrender-dev:armhf (1:0.9.10-1.1) ...
- Setting up libicu-dev:armhf (72.1-3) ...
- Setting up libxml2:armhf (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libbrotli-dev:armhf (1.0.9-2+b6) ...
- Setting up libmp3lame0:armhf (3.100-6) ...
- Setting up libvorbisenc2:armhf (1.3.7-1) ...
- Setting up libpython3-stdlib:armhf (3.11.2-1+b1) ...
- Setting up libxkbcommon0:armhf (1.5.0-1) ...
- Setting up libwayland-client0:armhf (1.21.0-1) ...
- Setting up libblkid-dev:armhf (2.38.1-5+deb12u3) ...
- Setting up python3.11 (3.11.2-6+deb12u5) ...
- Setting up libice6:armhf (2:1.0.10-1) ...
- Setting up libharfbuzz-icu0:armhf (6.0.0+dfsg-3) ...
- Setting up libpcre2-dev:armhf (10.42-1) ...
- Setting up libice-dev:armhf (2:1.0.10-1) ...
- Setting up alsa-ucm-conf (1.2.8-1) ...
- Setting up libselinux1-dev:armhf (3.4-1+b6) ...
- Setting up libxxf86vm-dev:armhf (1:1.1.4-1+b2) ...
- Setting up libxkbcommon-dev:armhf (1.5.0-1) ...
- Setting up libxcursor1:armhf (1:1.2.1-1) ...
- Setting up libpng-dev:armhf (1.6.39-2) ...
- Setting up libjpeg-dev:armhf (1:2.1.5-2) ...
- Setting up libglib2.0-bin (2.74.6-2+deb12u5) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up libharfbuzz-gobject0:armhf (6.0.0+dfsg-3) ...
- Setting up libxss-dev:armhf (1:1.2.3-1) ...
- Setting up pkgconf:armhf (1.8.1-1) ...
- Setting up libfreetype-dev:armhf (2.12.1+dfsg-5+deb12u3) ...
- Setting up libxfixes-dev:armhf (1:6.0.0-2) ...
- Setting up libthai0:armhf (0.1.29-1) ...
- Setting up libxv-dev:armhf (2:1.0.11-1.1) ...
- Setting up libwayland-bin (1.21.0-1) ...
- Setting up libxrandr-dev:armhf (2:1.5.2-2+b1) ...
- Setting up libwebp-dev:armhf (1.2.4-0.2+deb12u1) ...
- Setting up libtiff-dev:armhf (4.5.0-6+deb12u2) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up pkg-config:armhf (1.8.1-1) ...
- Setting up libxinerama-dev:armhf (2:1.1.4-3) ...
- Setting up gir1.2-glib-2.0:armhf (1.74.0-3) ...
- Setting up libsndio7.0:armhf (1.9.0-0.3+b2) ...
- Setting up libdrm2:armhf (2.4.114-1+b1) ...
- Setting up libwayland-cursor0:armhf (1.21.0-1) ...
- Setting up xml-core (0.18+nmu1) ...
- Setting up libllvm15:armhf (1:15.0.6-4+b1) ...
- Setting up libdecor-0-0:armhf (0.1.1-2) ...
- Setting up libharfbuzz-subset0:armhf (6.0.0+dfsg-3) ...
- Setting up libsndfile1:armhf (1.2.0-1) ...
- Setting up libdrm-omap1:armhf (2.4.114-1+b1) ...
- Setting up libxi-dev:armhf (2:1.8-1+b1) ...
- Setting up python3-lib2to3 (3.11.2-3) ...
- Setting up gir1.2-ibus-1.0:armhf (1.5.27-5) ...
- Setting up libsm6:armhf (2:1.2.3-1) ...
- Setting up libmount-dev:armhf (2.38.1-5+deb12u3) ...
- Setting up libdrm-exynos1:armhf (2.4.114-1+b1) ...
- Setting up libdrm-amdgpu1:armhf (2.4.114-1+b1) ...
- Setting up python3-distutils (3.11.2-3) ...
- Setting up libglib2.0-dev-bin (2.74.6-2+deb12u5) ...
- Setting up libdrm-nouveau2:armhf (2.4.114-1+b1) ...
- Setting up gir1.2-freedesktop:armhf (1.74.0-3) ...
- Setting up libsndio-dev:armhf (1.9.0-0.3+b2) ...
- Setting up libdrm-etnaviv1:armhf (2.4.114-1+b1) ...
- Setting up libgbm1:armhf (22.3.6-1+deb12u1) ...
- Setting up libpulse0:armhf (16.1+dfsg1-2+b1) ...
- Setting up libsm-dev:armhf (2:1.2.3-1) ...
- Setting up libdrm-radeon1:armhf (2.4.114-1+b1) ...
- Setting up libxcursor-dev:armhf (1:1.2.1-1) ...
- Setting up libpango-1.0-0:armhf (1.50.12+ds-1) ...
- Setting up libsamplerate0-dev:armhf (0.2.2-3) ...
- Setting up libgl1-mesa-dri:armhf (22.3.6-1+deb12u1) ...
- Setting up libwayland-dev:armhf (1.21.0-1) ...
- Setting up gir1.2-harfbuzz-0.0:armhf (6.0.0+dfsg-3) ...
- Setting up libgbm-dev:armhf (22.3.6-1+deb12u1) ...
- Setting up libdecor-0-dev:armhf (0.1.1-2) ...
- Setting up libegl-mesa0:armhf (22.3.6-1+deb12u1) ...
- Setting up libglib2.0-dev:armhf (2.74.6-2+deb12u5) ...
- Setting up libpulse-mainloop-glib0:armhf (16.1+dfsg1-2+b1) ...
- Setting up libdrm-freedreno1:armhf (2.4.114-1+b1) ...
- Setting up libxt6:armhf (1:1.2.1-1.1) ...
- Setting up libdrm-tegra0:armhf (2.4.114-1+b1) ...
- Setting up libpulse-dev:armhf (16.1+dfsg1-2+b1) ...
- Setting up libegl1:armhf (1.6.0-1) ...
- Setting up libpangoft2-1.0-0:armhf (1.50.12+ds-1) ...
- Setting up libsdl2-2.0-0:armhf (2.26.5+dfsg-1) ...
- Setting up libpangocairo-1.0-0:armhf (1.50.12+ds-1) ...
- Setting up libsdl2-image-2.0-0:armhf (2.6.3+dfsg-1) ...
- Setting up libharfbuzz-dev:armhf (6.0.0+dfsg-3) ...
- Setting up libdrm-dev:armhf (2.4.114-1+b1) ...
- Setting up libglx-mesa0:armhf (22.3.6-1+deb12u1) ...
- Setting up libglx0:armhf (1.6.0-1) ...
- Setting up libgl1:armhf (1.6.0-1) ...
- Setting up libxt-dev:armhf (1:1.2.1-1.1) ...
- Setting up libdecor-0-plugin-1-cairo:armhf (0.1.1-2) ...
- Setting up libglx-dev:armhf (1.6.0-1) ...
- Setting up libsdl2-ttf-2.0-0:armhf (2.20.1+dfsg-2) ...
- Setting up libgl-dev:armhf (1.6.0-1) ...
- Setting up libegl-dev:armhf (1.6.0-1) ...
- Setting up libgles-dev:armhf (1.6.0-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
- Processing triggers for sgml-base (1.31) ...
- Setting up libdbus-1-dev:armhf (1.14.10-1~deb12u1) ...
- Setting up libibus-1.0-dev:armhf (1.5.27-5) ...
- Setting up libsdl2-dev:armhf (2.26.5+dfsg-1) ...
- Setting up libsdl2-ttf-dev:armhf (2.20.1+dfsg-2) ...
- Setting up libsdl2-image-dev:armhf (2.6.3+dfsg-1) ...
2025-02-11 15:22.54 ---> using "6b42c3a93ac6f544a2a77176a7a0f740c475cf0c03e862a4dcf5ac54d7d4e95f" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 20 packages
- install bigarray-compat 1.1.0
- install conf-libffi 2.0.0
- install conf-pkg-config 4
- install conf-sdl2 1
- install conf-sdl2-image 1
- install conf-sdl2-ttf 1
- install csexp 1.5.2
- install ctypes 0.23.0
- install ctypes-foreign 0.23.0
- install dune 3.17.2
- install dune-configurator 3.17.2
- install integers 0.7.0
- install ocamlbuild 0.15.0
- install ocamlfind 1.9.8
- install stdlib-shims 0.3.0
- install topkg 1.0.7
- install tsdl 1.1.0
- install tsdl-image 0.6
- install tsdl-ttf 0.6
- install xdg 3.17.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved ocamlbuild.0.15.0 (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved tsdl.1.1.0 (cached)
-> retrieved tsdl-image.0.6 (cached)
-> retrieved tsdl-ttf.0.6 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed dune.3.17.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.17.2
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-11 15:22.54 ---> using "a6dc12b6b14ab60158b0f34edf93383604d091471fab22b4da7c79f945232401" from cache
/src: (copy (src .) (dst /src))
2025-02-11 15:22.54 ---> saved as "cd15d5e0e053002884f686f2a230cf5b2f7b7843ea9ca39a0dfc6cf634849f91"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] : Warning: User variable 'DEBUG_CODE' not found in config.
[0][0] : Warning: Using DEBUG_CODE=1023
[0][0] : Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] : Warning: Using LOG_TO_FILE=false
[0][0] : I/O: Executable=examples.exe
[0][0] : I/O: Invoking opam
[32][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/src/_build/default/examples, prefix_dir=/src/_build/default
[32][0] : Warning: User variable 'DIR' not found in config.
[32][0] : Warning: Using DIR=
[49][0] : Warning: User variable 'THEME' not found in config.
[49][0] : Warning: Using THEME=default
[49][0] : I/O: No theme specified, using default=default
[50][0] : I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250210]
[50][0] : I/O: Reading BACKGROUND=color:white
[50][0] : I/O: Reading CHECK_ON=fa:check-square-o
[50][0] : I/O: Reading CHECK_OFF=fa:square-o
[50][0] : Warning: Using THEME=default
Loading Bogue 20250210 with config dir /src/_build/install/default/share/bogue/themes/default
[50][0] : Warning: Using BACKGROUND=color:white
[50][0] : Warning: User variable 'BG_COLOR' not found in config.
[50][0] : Warning: Using BG_COLOR=lightsteelblue
[50][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[50][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[50][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[50][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise
[50][0] : Warning: Using CHECK_ON=fa:check-square-o
[50][0] : Warning: Using CHECK_OFF=fa:square-o
[50][0] : Warning: User variable 'CURSOR_COLOR' not found in config.
[50][0] : Warning: Using CURSOR_COLOR=#2a7da2
[50][0] : Warning: User variable 'FAINT_COLOR' not found in config.
[50][0] : Warning: Using FAINT_COLOR=gainsboro
[50][0] : Warning: User variable 'TEXT_COLOR' not found in config.
[50][0] : Warning: Using TEXT_COLOR=black
[50][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.
[50][0] : Warning: Using SEL_BG_COLOR=slategray
[50][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.
[50][0] : Warning: Using SEL_FG_COLOR=white
[50][0] : Warning: User variable 'LABEL_COLOR' not found in config.
[50][0] : Warning: Using LABEL_COLOR=black
[50][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.
[50][0] : Warning: Using MENU_HL_COLOR=#8099a2
[50][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.
[50][0] : Warning: Using MENU_BG_COLOR=#BEBEBE
[50][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[50][0] : Warning: Using LABEL_FONT_SIZE=14
[50][0] : Warning: User variable 'LABEL_FONT' not found in config.
[50][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf
[50][0] : Warning: User variable 'TEXT_FONT' not found in config.
[50][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf
[50][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[50][0] : Warning: Using TEXT_FONT_SIZE=14
[50][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[50][0] : Warning: Using SMALL_FONT_SIZE=10
[50][0] : Warning: User variable 'MONO_FONT' not found in config.
[50][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf
[50][0] : Warning: User variable 'ROOM_MARGIN' not found in config.
[50][0] : Warning: Using ROOM_MARGIN=10
[50][0] : Warning: User variable 'FA_DIR' not found in config.
[50][0] : Warning: Using FA_DIR=font-awesome-4.6.3
[50][0] : Warning: User variable 'INT_SCALE' not found in config.
[50][0] : Warning: Using INT_SCALE=false
[50][0] : Warning: User variable 'SCALE' not found in config.
[50][0] : Warning: Using SCALE=0
[50][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[50][0] : Warning: Using OPENGL_MULTISAMPLE=false
[50][0] : Warning: User variable 'NO_VSYNC' not found in config.
[50][0] : Warning: Using NO_VSYNC=false
[50][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.
[50][0] : Warning: Using NATURAL_SCROLLING=auto
[72][0] : I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[74][0] : Custom: Detected os type: [Linux]
[77][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[78][0] : Warning: SDL initialized
[78][0] : Event: SDL Events initialized
[78][0] : Event: Register new event type:user (Ox8000)
[78][0] : Event: Register new event type:stop (Ox8001)
[78][0] : Event: Register new event type:stopped (Ox8002)
[78][0] : Event: Register new event type:mouse_enter (Ox8003)
[78][0] : Event: Register new event type:mouse_leave (Ox8004)
[78][0] : Event: Register new event type:redraw (Ox8005)
[78][0] : Event: Register new event type:mouse_at_rest (Ox8006)
[78][0] : Event: Register new event type:startup (Ox8007)
[78][0] : Event: Register new event type:var_changed (Ox8008)
[78][0] : Event: Register new event type:update (Ox8009)
[78][0] : Event: Register new event type:sync_action (Ox800a)
[78][0] : Event: Register new event type:keyboard_focus (Ox800b)
[78][0] : Event: Register new event type:mouse_focus (Ox800c)
[78][0] : Event: Register new event type:remove_focus (Ox800d)
[78][0] : Event: Register new event type:destroy_window (Ox800e)
[78][0] : Event: Register new event type:add_window (Ox800f)
[78][0] : Event: Register new event type:not_used (Ox8010)
[78][0] : Board: Layout #1 (dummy) created.
[80][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.
[82][0] : I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[85][0] : Graphics: SDL Video initialized
[85][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[86][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported
[90][0] : Warning: Cannot get monitor's DPI from xdpyinfo.
[90][0] : Graphics: DPI from system: 110
[90][0] : Graphics; Warning: Using SCALE=1.000000
[90][0] : Graphics: SDL Image initialized
[90][0] : Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[91][0] : Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[91][0] : Board: Adding timeout 1
[91][0] : Board: Layout #2 (windows_house) created.
[91][0] : Board: ==> Running board!
[92][0] : Graphics; Warning: Could not get refresh rate information for any monitor
[92][0] : Graphics: Desired FPS=60
[102][0] : Board: Has focus: NO
[102][0] : Board: Adding timeout 2
[102][0] : Graphics: FPS:100 (round_trip=0)
[1101][0] : Board: Executing timeout 1
Hello world
[1101][0] : Memory: All zombies have been killed! Congratulations!
[1101][0] : Board: Quitting...
[1101][0] : Graphics: Quitting SDL Image
[1101][0] : Graphics: Quitting SDL Video
[1101][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...
[1101][0] : Memory: Freeing surface (123,128)
[1101][0] : Event: Quitting SDL Events
[1101][0] : Graphics: Exit SDL...
[0][0] : Graphics: Done.
INFO: Using SDL 2.26.5
/bin/sh: 1: xdpyinfo: not found
2025-02-11 15:23.04 ---> saved as "ae920b0fc668304e6e5d59f99f45c15e26fc3dc5747daeffb4556f8405afd963"
Job succeeded
2025-02-11 15:23.04: Job succeeded