Organisationssanettetsdl-ttfd7ddd8 ()fedora-42-5.4_opam-2.5

fedora-42-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-01-10 09:00.45: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (d7ddd856cc089c0b4468a1aa1d2a06430e01d179) (linux-x86_64:fedora-42-5.4_opam-2.5)
Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard d7ddd856
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174
# fedora-42-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.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


2026-01-10 09:00.45: Using cache hint "sanette/tsdl-ttf-ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174-fedora-42-5.4_opam-2.5-c44e32e48bce9bc4977ebeeb0735d861"
2026-01-10 09:00.45: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174)
(comment fedora-42-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0")
(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.5 --depext-only -y tsdl-ttf.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"))
)


2026-01-10 09:00.45: Waiting for resource in pool OCluster
2026-01-10 09:00.45: Waiting for worker…
2026-01-10 09:00.47: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at d7ddd85 add version checks


(from ocaml/opam:fedora-42-ocaml-5.4@sha256:44a2fa355bf085feb5191432c04fbd33a2c7c15c6c8330260e0d3efcf1549174)
2026-01-10 09:01.31 ---> saved as "b36436dc0a54692b61a9e9b5101ae33d5a0f9d66e13662251127e35c6de973f9"


/: (comment fedora-42-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 42 - x86_64                     100% |  31.5 KiB/s |  22.3 KiB |  00m01s
Fedora 42 - x86_64 - Updates           100% |  72.3 KiB/s |  20.1 KiB |  00m00s
Fedora 42 openh264 (From Cisco) - x86_ 100% |   6.9 KiB/s | 986.0   B |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.


Nothing to do.
2026-01-10 09:01.40 ---> saved as "35baf96c0a1244f6afe04d669a548c6cc3e2fd1a4fc674841b290f4712d91f07"


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-01-10 09:01.40 ---> saved as "2a8d3b888cf82395df486b0aa3a7790c6d69ea4184e7ff969134667205d6d46b"


/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 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
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-10 09:02.27 ---> saved as "d50fe6679d6314b4384888cd6b2ed8f088a2a778ae8dbe59fdaa0320d1b16de5"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-10 09:02.28 ---> saved as "3eec6e2fec5af9f3d1fff075775acaae5cb2adc2b6393ef51388ac5ddb40cb39"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-10 09:02.28 ---> saved as "f119d93260cf0a8d8942c1cbdddc5e53780c46c9c3e2540ffb2beaae9aae058b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee48e882f0..a6b2f19780  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-10 09:03.00 ---> saved as "bc1ea3e10ecfae689caa84fa930724c4eb9c7bb3b8f9d682faa0164dd2dcb44e"


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-01-10 09:03.00 ---> saved as "74777341f5ba5f7bb8dfa160c62cfe55c3d675ebe081331fdd5396854642ec35"


/src: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2026-01-10 09:03.01 ---> saved as "7eee86134ed98346cfbe3694d56e80da70f9c101aed01bc6f05f887567992a4e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-10 09:03.01 ---> saved as "ca1f64b2a0bb070ab61bf6d154ebabe915c804af5a11f4eda4b7ff99498c4dec"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0")


/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.5 --depext-only -y tsdl-ttf.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla 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.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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-devel SDL2-devel SDL2_ttf-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_ttf-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package                                  Arch   Version                        Repository                            Size
- Upgrading:
-  libblkid                                x86_64 2.40.4-8.fc42                  updates                          262.4 KiB
-    replacing libblkid                    x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9 262.4 KiB
-  libbrotli                               x86_64 1.2.0-1.fc42                   updates                          865.4 KiB
-    replacing libbrotli                   x86_64 1.1.0-6.fc42                   cd98059b5bac496ca623982b31ceecb9 841.3 KiB
-  libfdisk                                x86_64 2.40.4-8.fc42                  updates                          372.3 KiB
-    replacing libfdisk                    x86_64 2.40.4-7.fc42                  fedora                           372.3 KiB
-  libmount                                x86_64 2.40.4-8.fc42                  updates                          356.3 KiB
-    replacing libmount                    x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9 356.3 KiB
-  libsmartcols                            x86_64 2.40.4-8.fc42                  updates                          176.4 KiB
-    replacing libsmartcols                x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9 180.4 KiB
-  libuuid                                 x86_64 2.40.4-8.fc42                  updates                           37.3 KiB
-    replacing libuuid                     x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9  37.3 KiB
-  util-linux                              x86_64 2.40.4-8.fc42                  updates                            3.4 MiB
-    replacing util-linux                  x86_64 2.40.4-7.fc42                  fedora                             3.4 MiB
-  util-linux-core                         x86_64 2.40.4-8.fc42                  updates                            1.4 MiB
-    replacing util-linux-core             x86_64 2.40.4-7.fc42                  cd98059b5bac496ca623982b31ceecb9   1.4 MiB
- Installing:
-  SDL2_ttf-devel                          x86_64 2.22.0-4.fc42                  fedora                            94.3 KiB
-  libffi-devel                            x86_64 3.4.6-5.fc42                   fedora                            33.1 KiB
-  sdl2-compat-devel                       x86_64 2.32.56-1.fc42                 updates                            2.7 MiB
- Installing dependencies:
-  ModemManager-glib                       x86_64 1.22.0-5.fc42                  fedora                             1.4 MiB
-  SDL2_ttf                                x86_64 2.22.0-4.fc42                  fedora                            88.0 KiB
-  SDL3                                    x86_64 3.2.24-1.fc42                  updates                            2.7 MiB
-  abattis-cantarell-vf-fonts              noarch 0.301-14.fc42                  fedora                           192.7 KiB
-  adwaita-cursor-theme                    noarch 48.1-1.fc42                    updates                           11.4 MiB
-  adwaita-icon-theme                      noarch 48.1-1.fc42                    updates                            1.2 MiB
-  adwaita-icon-theme-legacy               noarch 46.2-3.fc42                    fedora                             2.1 MiB
-  alsa-lib                                x86_64 1.2.15.1-1.fc42                updates                            1.5 MiB
-  at-spi2-atk                             x86_64 2.56.7-1.fc42                  updates                          275.6 KiB
-  at-spi2-core                            x86_64 2.56.7-1.fc42                  updates                            1.5 MiB
-  atk                                     x86_64 2.56.7-1.fc42                  updates                          248.6 KiB
-  avahi-glib                              x86_64 0.9~rc2-2.fc42                 fedora                            23.6 KiB
-  avahi-libs                              x86_64 0.9~rc2-2.fc42                 fedora                           183.6 KiB
-  bluez-libs                              x86_64 5.84-2.fc42                    updates                          198.3 KiB
-  brotli                                  x86_64 1.2.0-1.fc42                   updates                           33.6 KiB
-  brotli-devel                            x86_64 1.2.0-1.fc42                   updates                           65.9 KiB
-  bzip2-devel                             x86_64 1.0.8-20.fc42                  fedora                           309.8 KiB
-  cairo                                   x86_64 1.18.2-3.fc42                  fedora                             1.8 MiB
-  cairo-devel                             x86_64 1.18.2-3.fc42                  fedora                             2.3 MiB
-  cairo-gobject                           x86_64 1.18.2-3.fc42                  fedora                            35.1 KiB
-  cdparanoia-libs                         x86_64 10.2-47.fc42                   fedora                           117.5 KiB
-  cmake-filesystem                        x86_64 3.31.6-2.fc42                  fedora                             0.0   B
-  colord-libs                             x86_64 1.4.7-6.fc42                   fedora                           850.7 KiB
-  cpuinfo                                 x86_64 24.09.26-2.git1e83a2f.fc42.1   updates                          107.0 KiB
-  cups-filesystem                         noarch 1:2.4.16-4.fc42                updates                            0.0   B
-  cups-libs                               x86_64 1:2.4.16-4.fc42                updates                          618.7 KiB
-  default-fonts-core-sans                 noarch 4.2-4.fc42                     fedora                            11.9 KiB
-  fdk-aac-free                            x86_64 2.0.0-15.fc42                  fedora                           615.8 KiB
-  fftw-libs-single                        x86_64 3.3.10-15.fc42                 fedora                             3.6 MiB
-  flac-libs                               x86_64 1.4.3-6.fc42                   fedora                           698.1 KiB
-  fontconfig                              x86_64 2.16.0-2.fc42                  fedora                           764.7 KiB
-  fontconfig-devel                        x86_64 2.16.0-2.fc42                  fedora                           119.3 KiB
-  fonts-filesystem                        noarch 1:2.0.5-22.fc42                updates                            0.0   B
-  freetype                                x86_64 2.13.3-2.fc42                  fedora                           858.2 KiB
-  freetype-devel                          x86_64 2.13.3-2.fc42                  fedora                             8.5 MiB
-  fribidi                                 x86_64 1.0.16-2.fc42                  fedora                           194.3 KiB
-  fuse-common                             x86_64 3.16.2-5.fc42                  fedora                            38.0   B
-  fuse3                                   x86_64 3.16.2-5.fc42                  fedora                           129.7 KiB
-  fuse3-libs                              x86_64 3.16.2-5.fc42                  fedora                           281.5 KiB
-  gdk-pixbuf2                             x86_64 2.42.12-12.fc42                updates                            2.5 MiB
-  gdk-pixbuf2-modules                     x86_64 2.42.12-12.fc42                updates                           55.4 KiB
-  geoclue2                                x86_64 2.8.0-1.fc42                   updates                          401.7 KiB
-  gettext                                 x86_64 0.23.1-2.fc42                  fedora                             5.2 MiB
-  gettext-envsubst                        x86_64 0.23.1-2.fc42                  fedora                            78.8 KiB
-  gettext-libs                            x86_64 0.23.1-2.fc42                  fedora                             2.0 MiB
-  gettext-runtime                         x86_64 0.23.1-2.fc42                  fedora                           452.2 KiB
-  glib2-devel                             x86_64 2.84.4-1.fc42                  updates                           15.8 MiB
-  google-noto-fonts-common                noarch 20250301-1.fc42                fedora                            17.7 KiB
-  google-noto-sans-vf-fonts               noarch 20250301-1.fc42                fedora                             1.4 MiB
-  graphene                                x86_64 1.10.6-10.fc42                 fedora                           162.4 KiB
-  graphite2                               x86_64 1.3.14-18.fc42                 fedora                           195.8 KiB
-  graphite2-devel                         x86_64 1.3.14-18.fc42                 fedora                            49.3 KiB
-  gsettings-desktop-schemas               x86_64 48.0-3.fc42                    updates                            5.4 MiB
-  gsm                                     x86_64 1.0.22-8.fc42                  fedora                            68.8 KiB
-  gstreamer1                              x86_64 1.26.10-1.fc42                 updates                            5.4 MiB
-  gstreamer1-plugins-base                 x86_64 1.26.10-1.fc42                 updates                            7.4 MiB
-  gtk-update-icon-cache                   x86_64 3.24.49-2.fc42                 fedora                            62.2 KiB
-  gtk3                                    x86_64 3.24.49-2.fc42                 fedora                            23.1 MiB
-  harfbuzz                                x86_64 10.4.0-1.fc42                  fedora                             2.7 MiB
-  harfbuzz-cairo                          x86_64 10.4.0-1.fc42                  fedora                            52.1 KiB
-  harfbuzz-devel                          x86_64 10.4.0-1.fc42                  fedora                             5.1 MiB
-  harfbuzz-icu                            x86_64 10.4.0-1.fc42                  fedora                            15.4 KiB
-  hicolor-icon-theme                      noarch 0.17-20.fc42                   fedora                            72.2 KiB
-  highway                                 x86_64 1.3.0-1.fc42                   updates                            5.5 MiB
-  hwdata                                  noarch 0.402-1.fc42                   updates                            9.7 MiB
-  iso-codes                               noarch 4.17.0-2.fc42                  fedora                            20.3 MiB
-  jbigkit-libs                            x86_64 2.1-31.fc42                    fedora                           121.4 KiB
-  json-glib                               x86_64 1.10.8-1.fc42                  updates                          592.3 KiB
-  lame-libs                               x86_64 3.100-19.fc42                  fedora                             1.2 MiB
-  lcms2                                   x86_64 2.16-5.fc42                    fedora                           437.7 KiB
-  libXcomposite                           x86_64 0.4.6-5.fc42                   fedora                            44.4 KiB
-  libXcursor                              x86_64 1.2.3-2.fc42                   fedora                            57.4 KiB
-  libXdamage                              x86_64 1.1.6-5.fc42                   fedora                            43.6 KiB
-  libXext                                 x86_64 1.3.6-3.fc42                   fedora                            90.0 KiB
-  libXext-devel                           x86_64 1.3.6-3.fc42                   fedora                            98.9 KiB
-  libXfixes                               x86_64 6.0.1-5.fc42                   fedora                            30.2 KiB
-  libXft                                  x86_64 2.3.8-8.fc42                   fedora                           168.4 KiB
-  libXi                                   x86_64 1.8.2-2.fc42                   fedora                            84.6 KiB
-  libXinerama                             x86_64 1.1.5-8.fc42                   fedora                            19.0 KiB
-  libXrandr                               x86_64 1.5.4-5.fc42                   fedora                            55.8 KiB
-  libXrender                              x86_64 0.9.12-2.fc42                  fedora                            50.0 KiB
-  libXrender-devel                        x86_64 0.9.12-2.fc42                  fedora                            50.1 KiB
-  libXtst                                 x86_64 1.2.5-2.fc42                   fedora                            33.5 KiB
-  libXv                                   x86_64 1.0.13-2.fc42                  fedora                            30.0 KiB
-  libXxf86vm                              x86_64 1.1.6-2.fc42                   fedora                            29.2 KiB
-  libaom                                  x86_64 3.13.1-1.fc42                  updates                            5.0 MiB
-  libasyncns                              x86_64 0.8-30.fc42                    fedora                            59.5 KiB
-  libavif                                 x86_64 1.1.1-1.fc42                   fedora                           213.9 KiB
-  libblkid-devel                          x86_64 2.40.4-8.fc42                  updates                           44.9 KiB
-  libcamera                               x86_64 0.4.0-4.fc42                   fedora                             1.9 MiB
-  libcanberra                             x86_64 0.30-37.fc42                   fedora                           286.4 KiB
-  libcloudproviders                       x86_64 0.3.6-1.fc42                   fedora                           124.3 KiB
-  libdatrie                               x86_64 0.2.13-11.fc42                 fedora                            57.8 KiB
-  libdav1d                                x86_64 1.5.2-1.fc42                   updates                            1.7 MiB
-  libdecor                                x86_64 0.2.4-1.fc42                   updates                          165.2 KiB
-  libdrm                                  x86_64 2.4.128-3.fc42                 updates                          399.9 KiB
-  libebur128                              x86_64 1.2.6-12.fc42                  fedora                            39.3 KiB
-  libepoxy                                x86_64 1.5.10-9.fc42                  fedora                             1.1 MiB
-  libglvnd                                x86_64 1:1.7.0-7.fc42                 fedora                           530.2 KiB
-  libglvnd-core-devel                     x86_64 1:1.7.0-7.fc42                 fedora                            40.3 KiB
-  libglvnd-devel                          x86_64 1:1.7.0-7.fc42                 fedora                             2.1 MiB
-  libglvnd-egl                            x86_64 1:1.7.0-7.fc42                 fedora                            68.7 KiB
-  libglvnd-gles                           x86_64 1:1.7.0-7.fc42                 fedora                           105.9 KiB
-  libglvnd-glx                            x86_64 1:1.7.0-7.fc42                 fedora                           609.2 KiB
-  libglvnd-opengl                         x86_64 1:1.7.0-7.fc42                 fedora                           148.8 KiB
-  libgudev                                x86_64 238-7.fc42                     fedora                            87.8 KiB
-  libgusb                                 x86_64 0.4.9-3.fc42                   fedora                           162.0 KiB
-  libicu-devel                            x86_64 76.1-4.fc42                    fedora                             5.0 MiB
-  libjpeg-turbo                           x86_64 3.1.2-1.fc42                   updates                          804.9 KiB
-  libjxl                                  x86_64 1:0.11.1-4.fc42                updates                            3.1 MiB
-  liblc3                                  x86_64 1.1.3-1.fc42                   fedora                           170.8 KiB
-  libldac                                 x86_64 2.0.2.3-17.fc42                fedora                            82.2 KiB
-  liblerc                                 x86_64 4.0.0-8.fc42                   fedora                           636.1 KiB
-  libmount-devel                          x86_64 2.40.4-8.fc42                  updates                           63.5 KiB
-  libnotify                               x86_64 0.8.7-1.fc42                   updates                          123.6 KiB
-  libogg                                  x86_64 2:1.3.5-11.fc42                fedora                            45.3 KiB
-  libpciaccess                            x86_64 0.16-15.fc42                   fedora                            44.5 KiB
-  libpng                                  x86_64 2:1.6.53-1.fc42                updates                          241.7 KiB
-  libpng-devel                            x86_64 2:1.6.53-1.fc42                updates                          886.7 KiB
-  libproxy                                x86_64 0.5.8-2.fc42                   fedora                           102.3 KiB
-  librsvg2                                x86_64 2.60.0-2.fc42                  updates                            5.0 MiB
-  libsbc                                  x86_64 2.0-6.fc42                     fedora                            93.4 KiB
-  libselinux-devel                        x86_64 3.8-3.fc42                     updates                          126.8 KiB
-  libsepol-devel                          x86_64 3.8-1.fc42                     fedora                           120.8 KiB
-  libsndfile                              x86_64 1.2.2-8.fc42                   fedora                           550.0 KiB
-  libsoup3                                x86_64 3.6.5-6.fc42                   updates                            1.1 MiB
-  libtdb                                  x86_64 1.4.13-2.fc42                  fedora                           100.5 KiB
-  libtextstyle                            x86_64 0.23.1-2.fc42                  fedora                           207.5 KiB
-  libthai                                 x86_64 0.1.29-10.fc42                 fedora                           783.4 KiB
-  libtheora                               x86_64 1:1.1.1-39.fc42                fedora                           481.3 KiB
-  libtiff                                 x86_64 4.7.1-1.fc42                   updates                          624.4 KiB
-  libtinysparql                           x86_64 3.9.2-1.fc42                   updates                            1.3 MiB
-  libunwind                               x86_64 1.8.1-2.fc42                   fedora                           194.1 KiB
-  libvisual                               x86_64 1:0.4.2-1.fc42                 updates                          494.1 KiB
-  libvmaf                                 x86_64 3.0.0-3.fc42                   fedora                           827.0 KiB
-  libvorbis                               x86_64 1:1.3.7-12.fc42                fedora                           833.4 KiB
-  libwayland-client                       x86_64 1.24.0-1.fc42                  updates                           62.0 KiB
-  libwayland-cursor                       x86_64 1.24.0-1.fc42                  updates                           37.3 KiB
-  libwayland-egl                          x86_64 1.24.0-1.fc42                  updates                           12.4 KiB
-  libwayland-server                       x86_64 1.24.0-1.fc42                  updates                           78.5 KiB
-  libwebp                                 x86_64 1.5.0-2.fc42                   fedora                           947.6 KiB
-  libxml2-devel                           x86_64 2.12.10-1.fc42                 fedora                             3.4 MiB
-  libxshmfence                            x86_64 1.3.2-6.fc42                   fedora                            12.4 KiB
-  libyuv                                  x86_64 0-0.56.20240704git96bbdb5.fc42 fedora                           683.6 KiB
-  lm_sensors-libs                         x86_64 3.6.0-22.fc42                  fedora                            85.8 KiB
-  lttng-ust                               x86_64 2.13.8-4.fc42                  fedora                             1.1 MiB
-  mesa-dri-drivers                        x86_64 25.1.9-1.fc42                  updates                           46.7 MiB
-  mesa-filesystem                         x86_64 25.1.9-1.fc42                  updates                            3.6 KiB
-  mesa-libEGL                             x86_64 25.1.9-1.fc42                  updates                          334.9 KiB
-  mesa-libGL                              x86_64 25.1.9-1.fc42                  updates                          306.2 KiB
-  mesa-libGLU                             x86_64 9.0.3-6.fc42                   fedora                           361.7 KiB
-  mesa-libGLU-devel                       x86_64 9.0.3-6.fc42                   fedora                            17.0 KiB
-  mesa-libgbm                             x86_64 25.1.9-1.fc42                  updates                           19.7 KiB
-  mpg123-libs                             x86_64 1.32.10-1.fc42                 updates                          814.0 KiB
-  opus                                    x86_64 1.5.2-2.fc42                   fedora                           427.5 KiB
-  orc                                     x86_64 0.4.41-1.fc42                  fedora                           726.3 KiB
-  pango                                   x86_64 1.56.4-2.fc42                  updates                            1.0 MiB
-  pcre2-devel                             x86_64 10.46-1.fc42                   updates                            2.1 MiB
-  pcre2-utf16                             x86_64 10.46-1.fc42                   updates                          626.3 KiB
-  pcre2-utf32                             x86_64 10.46-1.fc42                   updates                          602.2 KiB
-  pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc42                   updates                          496.6 KiB
-  pipewire-libs                           x86_64 1.4.9-1.fc42                   updates                            8.6 MiB
-  pixman                                  x86_64 0.46.2-1.fc42                  updates                          710.3 KiB
-  pixman-devel                            x86_64 0.46.2-1.fc42                  updates                           56.1 KiB
-  pulseaudio-libs                         x86_64 17.0-5.fc42                    fedora                             3.4 MiB
-  python3-packaging                       noarch 24.2-3.fc42                    fedora                           555.7 KiB
-  rav1e-libs                              x86_64 0.7.1-8.fc42                   updates                            3.0 MiB
-  rtkit                                   x86_64 0.11-66.fc42                   fedora                           138.1 KiB
-  sdl12-compat                            x86_64 1.2.68-5.fc42                  fedora                           195.5 KiB
-  sdl2-compat                             x86_64 2.32.56-1.fc42                 updates                          399.7 KiB
-  shared-mime-info                        x86_64 2.3-7.fc42                     fedora                             5.2 MiB
-  sound-theme-freedesktop                 noarch 0.8-23.fc42                    fedora                           460.4 KiB
-  spirv-tools-libs                        x86_64 2025.2-2.fc42                  updates                            5.8 MiB
-  svt-av1-libs                            x86_64 2.3.0-1.fc42                   fedora                             5.6 MiB
-  sysprof-capture-devel                   x86_64 48.1-1.fc42                    updates                          274.0 KiB
-  webrtc-audio-processing                 x86_64 1.3-5.fc42                     fedora                             1.4 MiB
-  wireplumber                             x86_64 0.5.12-1.fc42                  updates                          408.6 KiB
-  wireplumber-libs                        x86_64 0.5.12-1.fc42                  updates                            1.3 MiB
-  xdg-desktop-portal                      x86_64 1.20.3-1.fc42                  updates                            1.8 MiB
-  xml-common                              noarch 0.6.3-66.fc42                  fedora                            78.4 KiB
-  xprop                                   x86_64 1.2.8-3.fc42                   fedora                            54.7 KiB
-  xz-devel                                x86_64 1:5.8.1-4.fc42                 updates                          258.8 KiB
-  zlib-ng-compat-devel                    x86_64 2.2.5-2.fc42                   updates                          107.0 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts                      noarch 48.2-2.fc42                    fedora                             5.4 MiB
-  adwaita-sans-fonts                      noarch 48.2-2.fc42                    fedora                             1.7 MiB
-  avif-pixbuf-loader                      x86_64 1.1.1-1.fc42                   fedora                            19.5 KiB
-  dconf                                   x86_64 0.40.0-15.fc42                 fedora                           315.4 KiB
-  glib-networking                         x86_64 2.80.1-1.fc42                  fedora                           742.9 KiB
-  jxl-pixbuf-loader                       x86_64 1:0.11.1-4.fc42                updates                           29.2 KiB
-  libcamera-ipa                           x86_64 0.4.0-4.fc42                   fedora                           548.2 KiB
-  libcanberra-gtk3                        x86_64 0.30-37.fc42                   fedora                            78.7 KiB
-  low-memory-monitor                      x86_64 2.1-12.fc42                    fedora                            66.0 KiB
-  mesa-va-drivers                         x86_64 25.1.9-1.fc42                  updates                          115.0   B
-  pipewire                                x86_64 1.4.9-1.fc42                   updates                          430.9 KiB
-  pipewire-alsa                           x86_64 1.4.9-1.fc42                   updates                          158.0 KiB
-  pipewire-jack-audio-connection-kit      x86_64 1.4.9-1.fc42                   updates                           30.0   B
-  pipewire-plugin-libcamera               x86_64 1.4.9-1.fc42                   updates                          146.6 KiB
-  pipewire-pulseaudio                     x86_64 1.4.9-1.fc42                   updates                          436.1 KiB
-  rsvg-pixbuf-loader                      x86_64 2.60.0-2.fc42                  updates                          339.4 KiB
-  tinysparql                              x86_64 3.9.2-1.fc42                   updates                            2.5 MiB
-  webp-pixbuf-loader                      x86_64 0.2.7-3.fc42                   fedora                            28.6 KiB
-  xdg-desktop-portal-gtk                  x86_64 1.15.3-1.fc42                  fedora                           469.2 KiB
- 
- Transaction Summary:
-  Installing:       205 packages
-  Upgrading:          8 packages
-  Replacing:          8 packages
- 
- Total size of inbound packages is 83 MiB. Need to download 83 MiB.
- After this operation, 317 MiB extra will be used (install 323 MiB, remove 7 MiB).
- [  1/213] cmake-filesystem-0:3.31.6-2.f 100% | 374.3 KiB/s |  17.6 KiB |  00m00s
- [  2/213] sdl2-compat-0:2.32.56-1.fc42. 100% |   2.4 MiB/s | 134.9 KiB |  00m00s
- [  3/213] SDL2_ttf-devel-0:2.22.0-4.fc4 100% |   5.3 MiB/s |  21.6 KiB |  00m00s
- [  4/213] SDL2_ttf-0:2.22.0-4.fc42.x86_ 100% |   8.2 MiB/s |  42.0 KiB |  00m00s
- [  5/213] freetype-0:2.13.3-2.fc42.x86_ 100% |  11.6 MiB/s | 415.5 KiB |  00m00s
- [  6/213] sdl2-compat-devel-0:2.32.56-1 100% |   3.5 MiB/s | 395.7 KiB |  00m00s
- [  7/213] graphite2-0:1.3.14-18.fc42.x8 100% |   7.2 MiB/s |  95.8 KiB |  00m00s
- [  8/213] libffi-devel-0:3.4.6-5.fc42.x 100% |   4.7 MiB/s |  28.8 KiB |  00m00s
- [  9/213] SDL3-0:3.2.24-1.fc42.x86_64   100% |  11.2 MiB/s |   1.0 MiB |  00m00s
- [ 10/213] libpng-2:1.6.53-1.fc42.x86_64 100% |   6.4 MiB/s | 124.1 KiB |  00m00s
- [ 11/213] harfbuzz-0:10.4.0-1.fc42.x86_ 100% |   8.1 MiB/s |   1.1 MiB |  00m00s
- [ 12/213] harfbuzz-devel-0:10.4.0-1.fc4 100% |   4.3 MiB/s | 453.7 KiB |  00m00s
- [ 13/213] harfbuzz-cairo-0:10.4.0-1.fc4 100% |   4.2 MiB/s |  30.1 KiB |  00m00s
- [ 14/213] harfbuzz-icu-0:10.4.0-1.fc42. 100% |   2.5 MiB/s |  15.4 KiB |  00m00s
- [ 15/213] fontconfig-0:2.16.0-2.fc42.x8 100% |   6.3 MiB/s | 272.0 KiB |  00m00s
- [ 16/213] libXext-0:1.3.6-3.fc42.x86_64 100% |   3.2 MiB/s |  39.3 KiB |  00m00s
- [ 17/213] libXrender-0:0.9.12-2.fc42.x8 100% |   4.4 MiB/s |  26.9 KiB |  00m00s
- [ 18/213] freetype-devel-0:2.13.3-2.fc4 100% |   5.1 MiB/s |   1.0 MiB |  00m00s
- [ 19/213] default-fonts-core-sans-0:4.2 100% |   4.4 MiB/s |  31.3 KiB |  00m00s
- [ 20/213] xml-common-0:0.6.3-66.fc42.no 100% |   5.1 MiB/s |  31.2 KiB |  00m00s
- [ 21/213] abattis-cantarell-vf-fonts-0: 100% |   5.9 MiB/s | 120.3 KiB |  00m00s
- [ 22/213] cairo-0:1.18.2-3.fc42.x86_64  100% |   5.4 MiB/s | 731.8 KiB |  00m00s
- [ 23/213] google-noto-fonts-common-0:20 100% |   2.4 MiB/s |  17.1 KiB |  00m00s
- [ 24/213] libglvnd-1:1.7.0-7.fc42.x86_6 100% |   5.9 MiB/s | 114.4 KiB |  00m00s
- [ 25/213] libglvnd-devel-1:1.7.0-7.fc42 100% |   6.6 MiB/s | 161.8 KiB |  00m00s
- [ 26/213] libglvnd-core-devel-1:1.7.0-7 100% |   4.2 MiB/s |  17.4 KiB |  00m00s
- [ 27/213] libglvnd-gles-1:1.7.0-7.fc42. 100% |   7.0 MiB/s |  28.6 KiB |  00m00s
- [ 28/213] libglvnd-egl-1:1.7.0-7.fc42.x 100% |   4.4 MiB/s |  36.3 KiB |  00m00s
- [ 29/213] libglvnd-opengl-1:1.7.0-7.fc4 100% |   4.6 MiB/s |  37.4 KiB |  00m00s
- [ 30/213] mesa-libGLU-devel-0:9.0.3-6.f 100% |   3.0 MiB/s |  12.1 KiB |  00m00s
- [ 31/213] libglvnd-glx-1:1.7.0-7.fc42.x 100% |   6.5 MiB/s | 133.1 KiB |  00m00s
- [ 32/213] mesa-libGL-0:25.1.9-1.fc42.x8 100% |   7.0 MiB/s | 121.8 KiB |  00m00s
- [ 33/213] mesa-libGLU-0:9.0.3-6.fc42.x8 100% |   5.8 MiB/s | 167.1 KiB |  00m00s
- [ 34/213] libXxf86vm-0:1.1.6-2.fc42.x86 100% |   4.4 MiB/s |  17.9 KiB |  00m00s
- [ 35/213] google-noto-sans-vf-fonts-0:2 100% |   5.6 MiB/s | 614.5 KiB |  00m00s
- [ 36/213] mesa-filesystem-0:25.1.9-1.fc 100% |   1.7 MiB/s |   8.8 KiB |  00m00s
- [ 37/213] libxshmfence-0:1.3.2-6.fc42.x 100% |   2.2 MiB/s |  13.3 KiB |  00m00s
- [ 38/213] lm_sensors-libs-0:3.6.0-22.fc 100% |   4.9 MiB/s |  40.4 KiB |  00m00s
- [ 39/213] mesa-libgbm-0:25.1.9-1.fc42.x 100% |   2.4 MiB/s |  14.8 KiB |  00m00s
- [ 40/213] mesa-libEGL-0:25.1.9-1.fc42.x 100% |   6.5 MiB/s | 126.9 KiB |  00m00s
- [ 41/213] python3-packaging-0:24.2-3.fc 100% |   6.3 MiB/s | 154.0 KiB |  00m00s
- [ 42/213] cairo-devel-0:1.18.2-3.fc42.x 100% |   5.9 MiB/s | 192.1 KiB |  00m00s
- [ 43/213] graphite2-devel-0:1.3.14-18.f 100% |   5.1 MiB/s |  20.8 KiB |  00m00s
- [ 44/213] libicu-devel-0:76.1-4.fc42.x8 100% |   6.7 MiB/s | 793.5 KiB |  00m00s
- [ 45/213] fonts-filesystem-1:2.0.5-22.f 100% |   2.1 MiB/s |   8.7 KiB |  00m00s
- [ 46/213] brotli-devel-0:1.2.0-1.fc42.x 100% |   4.2 MiB/s |  34.3 KiB |  00m00s
- [ 47/213] brotli-0:1.2.0-1.fc42.x86_64  100% |   5.8 MiB/s |  23.8 KiB |  00m00s
- [ 48/213] glib2-devel-0:2.84.4-1.fc42.x 100% |   6.6 MiB/s |   1.5 MiB |  00m00s
- [ 49/213] zlib-ng-compat-devel-0:2.2.5- 100% |   6.2 MiB/s |  38.3 KiB |  00m00s
- [ 50/213] libpng-devel-2:1.6.53-1.fc42. 100% |   6.4 MiB/s | 293.8 KiB |  00m00s
- [ 51/213] pixman-devel-0:0.46.2-1.fc42. 100% |   3.5 MiB/s |  18.0 KiB |  00m00s
- [ 52/213] bzip2-devel-0:1.0.8-20.fc42.x 100% |   5.4 MiB/s | 213.7 KiB |  00m00s
- [ 53/213] fontconfig-devel-0:2.16.0-2.f 100% |   6.8 MiB/s | 167.3 KiB |  00m00s
- [ 54/213] gettext-libs-0:0.23.1-2.fc42. 100% |   6.3 MiB/s | 760.4 KiB |  00m00s
- [ 55/213] gettext-0:0.23.1-2.fc42.x86_6 100% |   6.9 MiB/s |   1.1 MiB |  00m00s
- [ 56/213] gettext-runtime-0:0.23.1-2.fc 100% |   4.2 MiB/s | 116.1 KiB |  00m00s
- [ 57/213] gettext-envsubst-0:0.23.1-2.f 100% |   4.6 MiB/s |  37.7 KiB |  00m00s
- [ 58/213] libtextstyle-0:0.23.1-2.fc42. 100% |   4.7 MiB/s |  92.1 KiB |  00m00s
- [ 59/213] libXrender-devel-0:0.9.12-2.f 100% |   4.7 MiB/s |  19.1 KiB |  00m00s
- [ 60/213] libXext-devel-0:1.3.6-3.fc42. 100% |   4.6 MiB/s |  85.3 KiB |  00m00s
- [ 61/213] libdrm-0:2.4.128-3.fc42.x86_6 100% |   5.3 MiB/s | 162.0 KiB |  00m00s
- [ 62/213] libpciaccess-0:0.16-15.fc42.x 100% |   4.3 MiB/s |  26.3 KiB |  00m00s
- [ 63/213] pixman-0:0.46.2-1.fc42.x86_64 100% |   5.2 MiB/s | 292.7 KiB |  00m00s
- [ 64/213] libwayland-client-0:1.24.0-1. 100% |   5.5 MiB/s |  33.6 KiB |  00m00s
- [ 65/213] libwayland-server-0:1.24.0-1. 100% |   5.1 MiB/s |  41.5 KiB |  00m00s
- [ 66/213] libdecor-0:0.2.4-1.fc42.x86_6 100% |   4.7 MiB/s |  57.8 KiB |  00m00s
- [ 67/213] libwayland-cursor-0:1.24.0-1. 100% |   4.6 MiB/s |  18.9 KiB |  00m00s
- [ 68/213] spirv-tools-libs-0:2025.2-2.f 100% |   6.7 MiB/s |   1.5 MiB |  00m00s
- [ 69/213] cairo-gobject-0:1.18.2-3.fc42 100% |   2.8 MiB/s |  17.3 KiB |  00m00s
- [ 70/213] colord-libs-0:1.4.7-6.fc42.x8 100% |   4.0 MiB/s | 231.1 KiB |  00m00s
- [ 71/213] fribidi-0:1.0.16-2.fc42.x86_6 100% |   3.1 MiB/s |  53.6 KiB |  00m00s
- [ 72/213] gtk-update-icon-cache-0:3.24. 100% |   2.5 MiB/s |  33.8 KiB |  00m00s
- [ 73/213] hicolor-icon-theme-0:0.17-20. 100% |   3.6 MiB/s |  65.7 KiB |  00m00s
- [ 74/213] libXcomposite-0:0.4.6-5.fc42. 100% |   4.0 MiB/s |  24.3 KiB |  00m00s
- [ 75/213] libXcursor-0:1.2.3-2.fc42.x86 100% |   2.6 MiB/s |  31.4 KiB |  00m00s
- [ 76/213] libXdamage-0:1.1.6-5.fc42.x86 100% |   3.8 MiB/s |  23.4 KiB |  00m00s
- [ 77/213] libXfixes-0:6.0.1-5.fc42.x86_ 100% |   3.1 MiB/s |  19.1 KiB |  00m00s
- [ 78/213] libXi-0:1.8.2-2.fc42.x86_64   100% |   3.3 MiB/s |  40.5 KiB |  00m00s
- [ 79/213] libXinerama-0:1.1.5-8.fc42.x8 100% |   2.3 MiB/s |  14.3 KiB |  00m00s
- [ 80/213] libXrandr-0:1.5.4-5.fc42.x86_ 100% |   4.5 MiB/s |  27.8 KiB |  00m00s
- [ 81/213] libcloudproviders-0:0.3.6-1.f 100% |   3.8 MiB/s |  46.8 KiB |  00m00s
- [ 82/213] libepoxy-0:1.5.10-9.fc42.x86_ 100% |   5.2 MiB/s | 229.9 KiB |  00m00s
- [ 83/213] lcms2-0:2.16-5.fc42.x86_64    100% |   5.8 MiB/s | 184.1 KiB |  00m00s
- [ 84/213] libgusb-0:0.4.9-3.fc42.x86_64 100% |   4.9 MiB/s |  65.3 KiB |  00m00s
- [ 85/213] pango-0:1.56.4-2.fc42.x86_64  100% |   5.5 MiB/s | 351.2 KiB |  00m00s
- [ 86/213] libXft-0:2.3.8-8.fc42.x86_64  100% |   4.0 MiB/s |  72.9 KiB |  00m00s
- [ 87/213] libthai-0:0.1.29-10.fc42.x86_ 100% |   4.9 MiB/s | 211.5 KiB |  00m00s
- [ 88/213] libdatrie-0:0.2.13-11.fc42.x8 100% |   5.3 MiB/s |  32.4 KiB |  00m00s
- [ 89/213] libmount-devel-0:2.40.4-8.fc4 100% |   3.9 MiB/s |  24.0 KiB |  00m00s
- [ 90/213] mesa-dri-drivers-0:25.1.9-1.f 100% |   9.8 MiB/s |  12.5 MiB |  00m01s
- [ 91/213] libselinux-devel-0:3.8-3.fc42 100% |   1.9 MiB/s | 151.4 KiB |  00m00s
- [ 92/213] libsepol-devel-0:3.8-1.fc42.x 100% |   5.9 MiB/s |  48.4 KiB |  00m00s
- [ 93/213] gtk3-0:3.24.49-2.fc42.x86_64  100% |   7.6 MiB/s |   5.8 MiB |  00m01s
- [ 94/213] pcre2-utf16-0:10.46-1.fc42.x8 100% |   3.6 MiB/s | 241.6 KiB |  00m00s
- [ 95/213] sysprof-capture-devel-0:48.1- 100% |   4.6 MiB/s |  56.0 KiB |  00m00s
- [ 96/213] pcre2-utf32-0:10.46-1.fc42.x8 100% |   7.0 MiB/s | 228.8 KiB |  00m00s
- [ 97/213] pcre2-devel-0:10.46-1.fc42.x8 100% |   4.7 MiB/s | 543.1 KiB |  00m00s
- [ 98/213] json-glib-0:1.10.8-1.fc42.x86 100% |   6.2 MiB/s | 172.4 KiB |  00m00s
- [ 99/213] adwaita-cursor-theme-0:48.1-1 100% |   7.7 MiB/s | 379.5 KiB |  00m00s
- [100/213] adwaita-icon-theme-0:48.1-1.f 100% |   6.0 MiB/s | 398.8 KiB |  00m00s
- [101/213] at-spi2-atk-0:2.56.7-1.fc42.x 100% |   4.7 MiB/s |  86.4 KiB |  00m00s
- [102/213] at-spi2-core-0:2.56.7-1.fc42. 100% |   5.5 MiB/s | 383.1 KiB |  00m00s
- [103/213] atk-0:2.56.7-1.fc42.x86_64    100% |   4.1 MiB/s |  80.0 KiB |  00m00s
- [104/213] libXtst-0:1.2.5-2.fc42.x86_64 100% |   3.4 MiB/s |  20.7 KiB |  00m00s
- [105/213] xprop-0:1.2.8-3.fc42.x86_64   100% |   2.8 MiB/s |  35.0 KiB |  00m00s
- [106/213] hwdata-0:0.402-1.fc42.noarch  100% |   6.9 MiB/s |   1.7 MiB |  00m00s
- [107/213] cups-filesystem-1:2.4.16-4.fc 100% |   3.2 MiB/s |  13.1 KiB |  00m00s
- [108/213] avahi-libs-0:0.9~rc2-2.fc42.x 100% |   7.5 MiB/s |  69.1 KiB |  00m00s
- [109/213] cups-libs-1:2.4.16-4.fc42.x86 100% |   3.5 MiB/s | 261.6 KiB |  00m00s
- [110/213] gdk-pixbuf2-0:2.42.12-12.fc42 100% |  11.1 MiB/s | 488.9 KiB |  00m00s
- [111/213] gdk-pixbuf2-modules-0:2.42.12 100% |   5.5 MiB/s |  28.0 KiB |  00m00s
- [112/213] libtinysparql-0:3.9.2-1.fc42. 100% |   8.3 MiB/s | 373.6 KiB |  00m00s
- [113/213] avahi-glib-0:0.9~rc2-2.fc42.x 100% |   3.0 MiB/s |  15.3 KiB |  00m00s
- [114/213] libwayland-egl-0:1.24.0-1.fc4 100% |   2.4 MiB/s |  12.4 KiB |  00m00s
- [115/213] shared-mime-info-0:2.3-7.fc42 100% |   4.6 MiB/s | 393.7 KiB |  00m00s
- [116/213] adwaita-icon-theme-legacy-0:4 100% |   7.9 MiB/s |   2.5 MiB |  00m00s
- [117/213] libblkid-devel-0:2.40.4-8.fc4 100% |   5.6 MiB/s |  23.1 KiB |  00m00s
- [118/213] libxml2-devel-0:2.12.10-1.fc4 100% |   7.4 MiB/s | 523.7 KiB |  00m00s
- [119/213] libtiff-0:4.7.1-1.fc42.x86_64 100% |   6.4 MiB/s | 222.5 KiB |  00m00s
- [120/213] jbigkit-libs-0:2.1-31.fc42.x8 100% |   5.2 MiB/s |  53.3 KiB |  00m00s
- [121/213] libsoup3-0:3.6.5-6.fc42.x86_6 100% |   4.8 MiB/s | 391.2 KiB |  00m00s
- [122/213] liblerc-0:4.0.0-8.fc42.x86_64 100% |   6.2 MiB/s | 216.7 KiB |  00m00s
- [123/213] libwebp-0:1.5.0-2.fc42.x86_64 100% |  10.1 MiB/s | 320.6 KiB |  00m00s
- [124/213] xz-devel-1:5.8.1-4.fc42.x86_6 100% |   5.4 MiB/s |  66.7 KiB |  00m00s
- [125/213] xdg-desktop-portal-gtk-0:1.15 100% |  10.8 MiB/s | 143.8 KiB |  00m00s
- [126/213] mesa-va-drivers-0:25.1.9-1.fc 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [127/213] libcanberra-gtk3-0:0.30-37.fc 100% |   7.5 MiB/s |  30.6 KiB |  00m00s
- [128/213] libjpeg-turbo-0:3.1.2-1.fc42. 100% |   6.1 MiB/s | 236.9 KiB |  00m00s
- [129/213] libtdb-0:1.4.13-2.fc42.x86_64 100% |   6.7 MiB/s |  54.8 KiB |  00m00s
- [130/213] libcanberra-0:0.30-37.fc42.x8 100% |   5.1 MiB/s |  84.1 KiB |  00m00s
- [131/213] libvorbis-1:1.3.7-12.fc42.x86 100% |   6.2 MiB/s | 189.2 KiB |  00m00s
- [132/213] libogg-2:1.3.5-11.fc42.x86_64 100% |   4.6 MiB/s |  33.1 KiB |  00m00s
- [133/213] libasyncns-0:0.8-30.fc42.x86_ 100% |   4.9 MiB/s |  30.2 KiB |  00m00s
- [134/213] pulseaudio-libs-0:17.0-5.fc42 100% |   9.4 MiB/s | 701.1 KiB |  00m00s
- [135/213] libsndfile-0:1.2.2-8.fc42.x86 100% |   6.0 MiB/s | 221.5 KiB |  00m00s
- [136/213] sound-theme-freedesktop-0:0.8 100% |   4.6 MiB/s | 382.4 KiB |  00m00s
- [137/213] gsm-0:1.0.22-8.fc42.x86_64    100% |   2.9 MiB/s |  35.8 KiB |  00m00s
- [138/213] flac-libs-0:1.4.3-6.fc42.x86_ 100% |   9.6 MiB/s | 274.3 KiB |  00m00s
- [139/213] dconf-0:0.40.0-15.fc42.x86_64 100% |   7.1 MiB/s | 109.5 KiB |  00m00s
- [140/213] opus-0:1.5.2-2.fc42.x86_64    100% |   5.4 MiB/s | 236.9 KiB |  00m00s
- [141/213] lame-libs-0:3.100-19.fc42.x86 100% |   6.4 MiB/s | 339.7 KiB |  00m00s
- [142/213] rsvg-pixbuf-loader-0:2.60.0-2 100% |   7.7 MiB/s | 164.9 KiB |  00m00s
- [143/213] jxl-pixbuf-loader-1:0.11.1-4. 100% |   4.8 MiB/s |  19.9 KiB |  00m00s
- [144/213] webp-pixbuf-loader-0:0.2.7-3. 100% |   4.8 MiB/s |  19.8 KiB |  00m00s
- [145/213] avif-pixbuf-loader-0:1.1.1-1. 100% |   4.0 MiB/s |  16.2 KiB |  00m00s
- [146/213] libavif-0:1.1.1-1.fc42.x86_64 100% |   8.1 MiB/s | 100.1 KiB |  00m00s
- [147/213] libyuv-0:0-0.56.20240704git96 100% |   8.2 MiB/s | 201.9 KiB |  00m00s
- [148/213] tinysparql-0:3.9.2-1.fc42.x86 100% |   7.2 MiB/s |   1.0 MiB |  00m00s
- [149/213] svt-av1-libs-0:2.3.0-1.fc42.x 100% |  11.0 MiB/s |   2.0 MiB |  00m00s
- [150/213] glib-networking-0:2.80.1-1.fc 100% |   4.3 MiB/s | 201.4 KiB |  00m00s
- [151/213] libproxy-0:0.5.8-2.fc42.x86_6 100% |   1.3 MiB/s |  45.5 KiB |  00m00s
- [152/213] gsettings-desktop-schemas-0:4 100% |   6.4 MiB/s | 783.1 KiB |  00m00s
- [153/213] xdg-desktop-portal-0:1.20.3-1 100% |   4.4 MiB/s | 505.3 KiB |  00m00s
- [154/213] fuse3-0:3.16.2-5.fc42.x86_64  100% |   5.6 MiB/s |  57.4 KiB |  00m00s
- [155/213] libgudev-0:238-7.fc42.x86_64  100% |   4.3 MiB/s |  34.9 KiB |  00m00s
- [156/213] fuse3-libs-0:3.16.2-5.fc42.x8 100% |   7.1 MiB/s |  94.2 KiB |  00m00s
- [157/213] fuse-common-0:3.16.2-5.fc42.x 100% |   2.1 MiB/s |   8.6 KiB |  00m00s
- [158/213] cpuinfo-0:24.09.26-2.git1e83a 100% |   5.4 MiB/s |  43.8 KiB |  00m00s
- [159/213] mpg123-libs-0:1.32.10-1.fc42. 100% |   5.5 MiB/s | 355.5 KiB |  00m00s
- [160/213] alsa-lib-0:1.2.15.1-1.fc42.x8 100% |   9.0 MiB/s | 540.9 KiB |  00m00s
- [161/213] libunwind-0:1.8.1-2.fc42.x86_ 100% |   6.3 MiB/s |  77.2 KiB |  00m00s
- [162/213] librsvg2-0:2.60.0-2.fc42.x86_ 100% |   2.8 MiB/s |   1.9 MiB |  00m01s
- [163/213] gstreamer1-0:1.26.10-1.fc42.x 100% |   7.1 MiB/s |   1.7 MiB |  00m00s
- [164/213] libaom-0:3.13.1-1.fc42.x86_64 100% |   6.2 MiB/s |   1.9 MiB |  00m00s
- [165/213] libvmaf-0:3.0.0-3.fc42.x86_64 100% |   2.0 MiB/s | 197.7 KiB |  00m00s
- [166/213] libdav1d-0:1.5.2-1.fc42.x86_6 100% |   7.2 MiB/s | 637.7 KiB |  00m00s
- [167/213] geoclue2-0:2.8.0-1.fc42.x86_6 100% |   2.7 MiB/s | 144.8 KiB |  00m00s
- [168/213] ModemManager-glib-0:1.22.0-5. 100% |   4.6 MiB/s | 304.6 KiB |  00m00s
- [169/213] cdparanoia-libs-0:10.2-47.fc4 100% |   4.4 MiB/s |  54.0 KiB |  00m00s
- [170/213] graphene-0:1.10.6-10.fc42.x86 100% |   5.0 MiB/s |  61.3 KiB |  00m00s
- [171/213] rav1e-libs-0:0.7.1-8.fc42.x86 100% |   3.4 MiB/s |   1.0 MiB |  00m00s
- [172/213] libXv-0:1.0.13-2.fc42.x86_64  100% |   1.5 MiB/s |  18.6 KiB |  00m00s
- [173/213] libtheora-1:1.1.1-39.fc42.x86 100% |   2.8 MiB/s | 170.4 KiB |  00m00s
- [174/213] gstreamer1-plugins-base-0:1.2 100% |   6.3 MiB/s |   2.3 MiB |  00m00s
- [175/213] orc-0:0.4.41-1.fc42.x86_64    100% |   2.9 MiB/s | 220.5 KiB |  00m00s
- [176/213] fdk-aac-free-0:2.0.0-15.fc42. 100% |   4.6 MiB/s | 342.4 KiB |  00m00s
- [177/213] iso-codes-0:4.17.0-2.fc42.noa 100% |   7.5 MiB/s |   3.6 MiB |  00m00s
- [178/213] libebur128-0:1.2.6-12.fc42.x8 100% |   3.0 MiB/s |  24.8 KiB |  00m00s
- [179/213] liblc3-0:1.1.3-1.fc42.x86_64  100% |   4.7 MiB/s | 105.2 KiB |  00m00s
- [180/213] libldac-0:2.0.2.3-17.fc42.x86 100% |   4.7 MiB/s |  42.9 KiB |  00m00s
- [181/213] libsbc-0:2.0-6.fc42.x86_64    100% |   5.3 MiB/s |  49.3 KiB |  00m00s
- [182/213] webrtc-audio-processing-0:1.3 100% |   7.4 MiB/s | 537.4 KiB |  00m00s
- [183/213] fftw-libs-single-0:3.3.10-15. 100% |   6.1 MiB/s |   1.2 MiB |  00m00s
- [184/213] bluez-libs-0:5.84-2.fc42.x86_ 100% |   3.7 MiB/s |  83.6 KiB |  00m00s
- [185/213] pipewire-libs-0:1.4.9-1.fc42. 100% |   7.3 MiB/s |   2.4 MiB |  00m00s
- [186/213] libvisual-1:0.4.2-1.fc42.x86_ 100% |   5.5 MiB/s | 169.0 KiB |  00m00s
- [187/213] sdl12-compat-0:1.2.68-5.fc42. 100% |   7.4 MiB/s |  91.1 KiB |  00m00s
- [188/213] libnotify-0:0.8.7-1.fc42.x86_ 100% |   5.3 MiB/s |  53.8 KiB |  00m00s
- [189/213] highway-0:1.3.0-1.fc42.x86_64 100% |   5.5 MiB/s | 697.9 KiB |  00m00s
- [190/213] libjxl-1:0.11.1-4.fc42.x86_64 100% |   4.6 MiB/s |   1.1 MiB |  00m00s
- [191/213] low-memory-monitor-0:2.1-12.f 100% |   4.8 MiB/s |  34.3 KiB |  00m00s
- [192/213] adwaita-mono-fonts-0:48.2-2.f 100% |   6.6 MiB/s |   1.4 MiB |  00m00s
- [193/213] rtkit-0:0.11-66.fc42.x86_64   100% |   6.0 MiB/s |  55.1 KiB |  00m00s
- [194/213] pipewire-0:1.4.9-1.fc42.x86_6 100% |   4.2 MiB/s | 134.8 KiB |  00m00s
- [195/213] wireplumber-0:0.5.12-1.fc42.x 100% |   6.5 MiB/s | 119.0 KiB |  00m00s
- [196/213] adwaita-sans-fonts-0:48.2-2.f 100% |   4.9 MiB/s | 764.0 KiB |  00m00s
- [197/213] pipewire-alsa-0:1.4.9-1.fc42. 100% |   1.6 MiB/s |  60.4 KiB |  00m00s
- [198/213] pipewire-jack-audio-connectio 100% |   3.0 MiB/s |  12.3 KiB |  00m00s
- [199/213] pipewire-jack-audio-connectio 100% |   4.9 MiB/s | 145.1 KiB |  00m00s
- [200/213] pipewire-pulseaudio-0:1.4.9-1 100% |   6.6 MiB/s | 210.1 KiB |  00m00s
- [201/213] wireplumber-libs-0:0.5.12-1.f 100% |   4.8 MiB/s | 421.3 KiB |  00m00s
- [202/213] pipewire-plugin-libcamera-0:1 100% |   4.9 MiB/s |  75.3 KiB |  00m00s
- [203/213] libcamera-ipa-0:0.4.0-4.fc42. 100% |   6.2 MiB/s | 147.0 KiB |  00m00s
- [204/213] lttng-ust-0:2.13.8-4.fc42.x86 100% |   7.5 MiB/s | 331.4 KiB |  00m00s
- [205/213] libmount-0:2.40.4-8.fc42.x86_ 100% |   8.3 MiB/s | 153.8 KiB |  00m00s
- [206/213] libbrotli-0:1.2.0-1.fc42.x86_ 100% |   7.1 MiB/s | 349.4 KiB |  00m00s
- [207/213] libblkid-0:2.40.4-8.fc42.x86_ 100% |   7.4 MiB/s | 122.0 KiB |  00m00s
- [208/213] libuuid-0:2.40.4-8.fc42.x86_6 100% |   5.0 MiB/s |  25.4 KiB |  00m00s
- [209/213] libcamera-0:0.4.0-4.fc42.x86_ 100% |   4.2 MiB/s | 605.0 KiB |  00m00s
- [210/213] libsmartcols-0:2.40.4-8.fc42. 100% |   2.4 MiB/s |  81.1 KiB |  00m00s
- [211/213] libfdisk-0:2.40.4-8.fc42.x86_ 100% |   2.6 MiB/s | 158.0 KiB |  00m00s
- [212/213] util-linux-core-0:2.40.4-8.fc 100% |   2.9 MiB/s | 528.5 KiB |  00m00s
- [213/213] util-linux-0:2.40.4-8.fc42.x8 100% |   4.0 MiB/s |   1.2 MiB |  00m00s
- --------------------------------------------------------------------------------
- [213/213] Total                         100% |  16.5 MiB/s |  82.9 MiB |  00m05s
- Running transaction
- [  1/223] Verify package files          100% | 242.0   B/s | 213.0   B |  00m01s
- [  2/223] Prepare transaction           100% | 853.0   B/s | 221.0   B |  00m00s
- [  3/223] Installing libXext-0:1.3.6-3. 100% |  44.5 MiB/s |  91.2 KiB |  00m00s
- [  4/223] Installing avahi-libs-0:0.9~r 100% |  45.4 MiB/s | 186.2 KiB |  00m00s
- [  5/223] Installing libXrender-0:0.9.1 100% |  50.1 MiB/s |  51.3 KiB |  00m00s
- [  6/223] Upgrading libuuid-0:2.40.4-8. 100% |  18.7 MiB/s |  38.3 KiB |  00m00s
- [  7/223] Upgrading libblkid-0:2.40.4-8 100% |  64.3 MiB/s | 263.5 KiB |  00m00s
- [  8/223] Upgrading libbrotli-0:1.2.0-1 100% | 105.9 MiB/s | 867.7 KiB |  00m00s
- [  9/223] Installing libogg-2:1.3.5-11. 100% |  15.3 MiB/s |  46.9 KiB |  00m00s
- [ 10/223] Installing json-glib-0:1.10.8 100% |  65.6 MiB/s | 604.4 KiB |  00m00s
- [ 11/223] Installing libwayland-client- 100% |  30.9 MiB/s |  63.2 KiB |  00m00s
- [ 12/223] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0   B |  00m00s
- [ 13/223] Installing libglvnd-1:1.7.0-7 100% | 129.8 MiB/s | 531.6 KiB |  00m00s
- [ 14/223] Installing libpng-2:1.6.53-1. 100% |  59.3 MiB/s | 243.0 KiB |  00m00s
- [ 15/223] Installing libvorbis-1:1.3.7- 100% | 102.0 MiB/s | 835.9 KiB |  00m00s
- [ 16/223] Installing libXi-0:1.8.2-2.fc 100% |  41.8 MiB/s |  85.7 KiB |  00m00s
- [ 17/223] Installing alsa-lib-0:1.2.15. 100% |  34.1 MiB/s |   1.5 MiB |  00m00s
- [ 18/223] Installing libjpeg-turbo-0:3. 100% | 131.3 MiB/s | 806.6 KiB |  00m00s
- [ 19/223] Installing cmake-filesystem-0 100% |   1.9 MiB/s |   7.6 KiB |  00m00s
- [ 20/223] Installing zlib-ng-compat-dev 100% |  53.0 MiB/s | 108.5 KiB |  00m00s
- [ 21/223] Installing libwayland-cursor- 100% |  18.8 MiB/s |  38.5 KiB |  00m00s
- [ 22/223] Upgrading libmount-0:2.40.4-8 100% |  49.8 MiB/s | 357.3 KiB |  00m00s
- [ 23/223] Installing avahi-glib-0:0.9~r 100% |  11.9 MiB/s |  24.4 KiB |  00m00s
- [ 24/223] Installing opus-0:1.5.2-2.fc4 100% |  69.8 MiB/s | 428.6 KiB |  00m00s
- [ 25/223] Installing libXfixes-0:6.0.1- 100% |  15.4 MiB/s |  31.6 KiB |  00m00s
- [ 26/223] Installing libpng-devel-2:1.6 100% |  32.2 MiB/s | 890.6 KiB |  00m00s
- [ 27/223] Installing libglvnd-opengl-1: 100% |  73.0 MiB/s | 149.6 KiB |  00m00s
- [ 28/223] Installing libsoup3-0:3.6.5-6 100% | 127.8 MiB/s |   1.2 MiB |  00m00s
- [ 29/223] Installing libtinysparql-0:3. 100% | 117.9 MiB/s |   1.3 MiB |  00m00s
- [ 30/223] Upgrading libsmartcols-0:2.40 100% |  57.8 MiB/s | 177.5 KiB |  00m00s
- [ 31/223] Installing libdav1d-0:1.5.2-1 100% | 130.2 MiB/s |   1.7 MiB |  00m00s
- [ 32/223] Installing libunwind-0:1.8.1- 100% |  48.2 MiB/s | 197.4 KiB |  00m00s
- [ 33/223] Installing gstreamer1-0:1.26. 100% |  87.1 MiB/s |   5.4 MiB |  00m00s
- [ 34/223] Installing libgudev-0:238-7.f 100% |  29.1 MiB/s |  89.3 KiB |  00m00s
- [ 35/223] Installing fuse3-libs-0:3.16. 100% |  69.0 MiB/s | 282.6 KiB |  00m00s
- [ 36/223] Installing gsettings-desktop- 100% | 320.0 MiB/s |   5.4 MiB |  00m00s
- [ 37/223] Installing libtdb-0:1.4.13-2. 100% |  33.1 MiB/s | 101.6 KiB |  00m00s
- [ 38/223] Installing libwebp-0:1.5.0-2. 100% | 103.3 MiB/s | 951.8 KiB |  00m00s
- [ 39/223] Installing libwayland-egl-0:1 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [ 40/223] Installing shared-mime-info-0 100% |  46.0 MiB/s |   2.6 MiB |  00m00s
- [ 41/223] Installing gdk-pixbuf2-0:2.42 100% |  74.1 MiB/s |   2.5 MiB |  00m00s
- [ 42/223] Installing fribidi-0:1.0.16-2 100% |   5.2 MiB/s | 196.8 KiB |  00m00s
- [ 43/223] Installing libwayland-server- 100% |  19.5 MiB/s |  79.7 KiB |  00m00s
- [ 44/223] Installing pixman-0:0.46.2-1. 100% |  63.2 MiB/s | 711.4 KiB |  00m00s
- [ 45/223] Installing libtextstyle-0:0.2 100% |  40.7 MiB/s | 208.3 KiB |  00m00s
- [ 46/223] Installing gettext-libs-0:0.2 100% |  72.4 MiB/s |   2.0 MiB |  00m00s
- [ 47/223] Installing mesa-filesystem-0: 100% | 268.3 KiB/s |   4.3 KiB |  00m00s
- [ 48/223] Installing xml-common-0:0.6.3 100% |  15.8 MiB/s |  81.1 KiB |  00m00s
- [ 49/223] Installing graphite2-0:1.3.14 100% |   5.2 MiB/s | 197.9 KiB |  00m00s
- [ 50/223] Installing harfbuzz-0:10.4.0- 100% |  72.3 MiB/s |   2.7 MiB |  00m00s
- [ 51/223] Installing freetype-0:2.13.3- 100% |  64.6 MiB/s | 859.9 KiB |  00m00s
- [ 52/223] Installing harfbuzz-icu-0:10. 100% |  15.9 MiB/s |  16.3 KiB |  00m00s
- [ 53/223] Installing graphite2-devel-0: 100% |   9.9 MiB/s |  50.8 KiB |  00m00s
- [ 54/223] Installing iso-codes-0:4.17.0 100% | 225.0 MiB/s |  20.5 MiB |  00m00s
- [ 55/223] Installing pixman-devel-0:0.4 100% |  27.8 MiB/s |  56.9 KiB |  00m00s
- [ 56/223] Installing gtk-update-icon-ca 100% |   2.1 MiB/s |  63.3 KiB |  00m00s
- [ 57/223] Installing libnotify-0:0.8.7- 100% |   4.1 MiB/s | 126.0 KiB |  00m00s
- [ 58/223] Upgrading util-linux-core-0:2 100% |  28.5 MiB/s |   1.4 MiB |  00m00s
- [ 59/223] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 60/223] Installing libXcursor-0:1.2.3 100% |  28.9 MiB/s |  59.1 KiB |  00m00s
- [ 61/223] Installing libXdamage-0:1.1.6 100% |  22.1 MiB/s |  45.2 KiB |  00m00s
- [ 62/223] Installing libyuv-0:0-0.56.20 100% |  95.6 MiB/s | 685.3 KiB |  00m00s
- [ 63/223] Installing libXtst-0:1.2.5-2. 100% |  16.9 MiB/s |  34.6 KiB |  00m00s
- [ 64/223] Installing abattis-cantarell- 100% |  63.3 MiB/s | 194.4 KiB |  00m00s
- [ 65/223] Installing libgusb-0:0.4.9-3. 100% |  53.3 MiB/s | 163.7 KiB |  00m00s
- [ 66/223] Installing flac-libs-0:1.4.3- 100% |  52.6 MiB/s | 700.8 KiB |  00m00s
- [ 67/223] Installing libtheora-1:1.1.1- 100% |  42.9 MiB/s | 483.7 KiB |  00m00s
- [ 68/223] Installing brotli-0:1.2.0-1.f 100% | 983.8 KiB/s |  34.4 KiB |  00m00s
- [ 69/223] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [ 70/223] Installing libblkid-devel-0:2 100% |  15.0 MiB/s |  46.0 KiB |  00m00s
- [ 71/223] Upgrading libfdisk-0:2.40.4-8 100% |  72.9 MiB/s | 373.4 KiB |  00m00s
- [ 72/223] Installing libXrender-devel-0 100% |  24.9 MiB/s |  51.0 KiB |  00m00s
- [ 73/223] Installing libXrandr-0:1.5.4- 100% |  27.8 MiB/s |  57.0 KiB |  00m00s
- [ 74/223] Installing libXxf86vm-0:1.1.6 100% |  14.9 MiB/s |  30.5 KiB |  00m00s
- [ 75/223] Installing libXext-devel-0:1. 100% |  21.7 MiB/s | 110.9 KiB |  00m00s
- [ 76/223] Installing libXinerama-0:1.1. 100% |   9.8 MiB/s |  20.1 KiB |  00m00s
- [ 77/223] Installing libXv-0:1.0.13-2.f 100% |  15.2 MiB/s |  31.2 KiB |  00m00s
- [ 78/223] Installing lttng-ust-0:2.13.8 100% |  74.5 MiB/s |   1.1 MiB |  00m00s
- [ 79/223] Installing libcamera-0:0.4.0- 100% |  36.5 MiB/s |   1.9 MiB |  00m00s
- >>> Running sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished sysusers scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'rtkit' with GID 172.
- >>> Creating user 'rtkit' (RealtimeKit) with UID 172 and GID 172.
- >>>
- [ 80/223] Installing rtkit-0:0.11-66.fc 100% |   1.7 MiB/s | 141.2 KiB |  00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [ 81/223] Installing highway-0:1.3.0-1. 100% | 112.1 MiB/s |   5.5 MiB |  00m00s
- [ 82/223] Installing libjxl-1:0.11.1-4. 100% |  78.3 MiB/s |   3.1 MiB |  00m00s
- [ 83/223] Installing bluez-libs-0:5.84- 100% |  39.0 MiB/s | 199.4 KiB |  00m00s
- [ 84/223] Installing webrtc-audio-proce 100% |  76.1 MiB/s |   1.4 MiB |  00m00s
- [ 85/223] Installing libsbc-0:2.0-6.fc4 100% |  30.8 MiB/s |  94.5 KiB |  00m00s
- [ 86/223] Installing libldac-0:2.0.2.3- 100% |  20.6 MiB/s |  84.2 KiB |  00m00s
- [ 87/223] Installing liblc3-0:1.1.3-1.f 100% |  41.9 MiB/s | 171.8 KiB |  00m00s
- [ 88/223] Installing libebur128-0:1.2.6 100% |  13.3 MiB/s |  40.7 KiB |  00m00s
- [ 89/223] Installing fftw-libs-single-0 100% |  92.8 MiB/s |   3.6 MiB |  00m00s
- [ 90/223] Installing fdk-aac-free-0:2.0 100% |  54.8 MiB/s | 617.3 KiB |  00m00s
- [ 91/223] Installing orc-0:0.4.41-1.fc4 100% |  16.2 MiB/s | 728.9 KiB |  00m00s
- [ 92/223] Installing graphene-0:1.10.6- 100% |  32.1 MiB/s | 164.1 KiB |  00m00s
- [ 93/223] Installing cdparanoia-libs-0: 100% |  29.0 MiB/s | 118.9 KiB |  00m00s
- [ 94/223] Installing ModemManager-glib- 100% |  25.1 MiB/s |   1.4 MiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 994.
- >>> Creating user 'geoclue' (n/a) with UID 994 and GID 994.
- >>>
- [ 95/223] Installing geoclue2-0:2.8.0-1 100% |  10.2 MiB/s | 405.6 KiB |  00m00s
- [ 96/223] Installing rav1e-libs-0:0.7.1 100% |  73.0 MiB/s |   3.0 MiB |  00m00s
- [ 97/223] Installing libvmaf-0:3.0.0-3. 100% |  73.5 MiB/s | 828.4 KiB |  00m00s
- [ 98/223] Installing libaom-0:3.13.1-1. 100% |  68.0 MiB/s |   5.0 MiB |  00m00s
- [ 99/223] Installing mpg123-libs-0:1.32 100% |  46.9 MiB/s | 816.6 KiB |  00m00s
- [100/223] Installing cpuinfo-0:24.09.26 100% |   2.1 MiB/s | 109.7 KiB |  00m00s
- [101/223] Installing svt-av1-libs-0:2.3 100% |  75.0 MiB/s |   5.6 MiB |  00m00s
- [102/223] Installing libavif-0:1.1.1-1. 100% |  35.0 MiB/s | 215.2 KiB |  00m00s
- [103/223] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [104/223] Installing fuse3-0:3.16.2-5.f 100% |   2.9 MiB/s | 132.0 KiB |  00m00s
- [105/223] Installing libproxy-0:0.5.8-2 100% |  17.0 MiB/s | 104.5 KiB |  00m00s
- [106/223] Installing lame-libs-0:3.100- 100% | 109.3 MiB/s |   1.2 MiB |  00m00s
- [107/223] Installing gsm-0:1.0.22-8.fc4 100% |  17.2 MiB/s |  70.4 KiB |  00m00s
- [108/223] Installing libsndfile-0:1.2.2 100% |  59.8 MiB/s | 551.6 KiB |  00m00s
- [109/223] Installing libasyncns-0:0.8-3 100% |  19.8 MiB/s |  60.8 KiB |  00m00s
- [110/223] Installing pulseaudio-libs-0: 100% | 125.4 MiB/s |   3.4 MiB |  00m00s
- [111/223] Installing pipewire-libs-0:1. 100% |  69.9 MiB/s |   8.7 MiB |  00m00s
- [112/223] Installing wireplumber-libs-0 100% |  38.4 MiB/s |   1.3 MiB |  00m00s
- [113/223] Installing wireplumber-0:0.5. 100% |   8.1 MiB/s | 424.4 KiB |  00m00s
- [114/223] Installing pipewire-jack-audi 100% | 152.3 KiB/s | 312.0   B |  00m00s
- [115/223] Installing pipewire-jack-audi 100% |  10.4 MiB/s | 499.2 KiB |  00m00s
- [116/223] Installing sound-theme-freede 100% |  16.9 MiB/s | 467.2 KiB |  00m00s
- [117/223] Installing libcanberra-0:0.30 100% |   3.7 MiB/s | 291.3 KiB |  00m00s
- [118/223] Installing xz-devel-1:5.8.1-4 100% |  32.1 MiB/s | 262.6 KiB |  00m00s
- [119/223] Installing libxml2-devel-0:2. 100% |  58.9 MiB/s |   3.4 MiB |  00m00s
- [120/223] Installing liblerc-0:4.0.0-8. 100% |  56.6 MiB/s | 637.6 KiB |  00m00s
- [121/223] Installing jbigkit-libs-0:2.1 100% |  24.1 MiB/s | 123.4 KiB |  00m00s
- [122/223] Installing libtiff-0:4.7.1-1. 100% |  61.2 MiB/s | 626.6 KiB |  00m00s
- [123/223] Installing gdk-pixbuf2-module 100% |  13.8 MiB/s |  56.6 KiB |  00m00s
- [124/223] Installing cups-filesystem-1: 100% | 593.8 KiB/s |   1.8 KiB |  00m00s
- [125/223] Installing cups-libs-1:2.4.16 100% |  55.1 MiB/s | 620.2 KiB |  00m00s
- [126/223] Installing xprop-0:1.2.8-3.fc 100% |   1.5 MiB/s |  56.1 KiB |  00m00s
- [127/223] Installing at-spi2-core-0:2.5 100% |  90.5 MiB/s |   1.5 MiB |  00m00s
- [128/223] Installing atk-0:2.56.7-1.fc4 100% |  48.8 MiB/s | 250.0 KiB |  00m00s
- [129/223] Installing at-spi2-atk-0:2.56 100% |  16.9 MiB/s | 277.7 KiB |  00m00s
- [130/223] Installing adwaita-icon-theme 100% |  10.7 MiB/s |   2.4 MiB |  00m00s
- [131/223] Installing adwaita-cursor-the 100% | 142.9 MiB/s |  11.4 MiB |  00m00s
- [132/223] Installing adwaita-icon-theme 100% |  18.3 MiB/s |   1.3 MiB |  00m00s
- [133/223] Installing hwdata-0:0.402-1.f 100% | 120.1 MiB/s |   9.7 MiB |  00m00s
- [134/223] Installing libpciaccess-0:0.1 100% |  14.9 MiB/s |  45.9 KiB |  00m00s
- [135/223] Installing libdrm-0:2.4.128-3 100% |  43.8 MiB/s | 403.7 KiB |  00m00s
- [136/223] Installing sysprof-capture-de 100% |  45.1 MiB/s | 276.9 KiB |  00m00s
- [137/223] Installing pcre2-utf32-0:10.4 100% |  58.9 MiB/s | 603.1 KiB |  00m00s
- [138/223] Installing pcre2-utf16-0:10.4 100% |  55.7 MiB/s | 627.2 KiB |  00m00s
- [139/223] Installing pcre2-devel-0:10.4 100% |  45.5 MiB/s |   2.1 MiB |  00m00s
- [140/223] Installing libsepol-devel-0:3 100% |  12.5 MiB/s | 128.3 KiB |  00m00s
- [141/223] Installing libselinux-devel-0 100% |   7.9 MiB/s | 161.6 KiB |  00m00s
- [142/223] Installing libmount-devel-0:2 100% |  21.0 MiB/s |  64.5 KiB |  00m00s
- [143/223] Installing libdatrie-0:0.2.13 100% |  19.2 MiB/s |  58.9 KiB |  00m00s
- [144/223] Installing libthai-0:0.1.29-1 100% |  69.7 MiB/s | 785.2 KiB |  00m00s
- [145/223] Installing lcms2-0:2.16-5.fc4 100% |  53.6 MiB/s | 439.3 KiB |  00m00s
- [146/223] Installing colord-libs-0:1.4. 100% |  59.6 MiB/s | 853.7 KiB |  00m00s
- [147/223] Installing libepoxy-0:1.5.10- 100% |  77.3 MiB/s |   1.1 MiB |  00m00s
- [148/223] Installing libcloudproviders- 100% |  30.8 MiB/s | 126.2 KiB |  00m00s
- [149/223] Installing libXcomposite-0:0. 100% |   9.0 MiB/s |  46.0 KiB |  00m00s
- [150/223] Installing hicolor-icon-theme 100% |   3.6 MiB/s | 179.5 KiB |  00m00s
- [151/223] Installing spirv-tools-libs-0 100% |  85.0 MiB/s |   5.8 MiB |  00m00s
- [152/223] Installing gettext-envsubst-0 100% |   2.3 MiB/s |  80.2 KiB |  00m00s
- [153/223] Installing gettext-runtime-0: 100% |  11.6 MiB/s | 461.6 KiB |  00m00s
- [154/223] Installing gettext-0:0.23.1-2 100% |  76.4 MiB/s |   5.2 MiB |  00m00s
- [155/223] Installing bzip2-devel-0:1.0. 100% |  75.9 MiB/s | 310.7 KiB |  00m00s
- [156/223] Installing libicu-devel-0:76. 100% |  61.9 MiB/s |   5.1 MiB |  00m00s
- [157/223] Installing python3-packaging- 100% |  55.5 MiB/s | 568.0 KiB |  00m00s
- [158/223] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [159/223] Installing libxshmfence-0:1.3 100% |  13.2 MiB/s |  13.6 KiB |  00m00s
- [160/223] Installing mesa-libgbm-0:25.1 100% |  10.0 MiB/s |  20.5 KiB |  00m00s
- [161/223] Installing mesa-dri-drivers-0 100% | 124.8 MiB/s |  46.7 MiB |  00m00s
- [162/223] Installing mesa-libEGL-0:25.1 100% |  65.6 MiB/s | 335.9 KiB |  00m00s
- [163/223] Installing libglvnd-egl-1:1.7 100% |  22.9 MiB/s |  70.3 KiB |  00m00s
- [164/223] Installing libglvnd-gles-1:1. 100% |  34.9 MiB/s | 107.3 KiB |  00m00s
- [165/223] Installing libglvnd-glx-1:1.7 100% |  85.2 MiB/s | 610.6 KiB |  00m00s
- [166/223] Installing mesa-libGL-0:25.1. 100% |  60.0 MiB/s | 307.2 KiB |  00m00s
- [167/223] Installing libglvnd-core-deve 100% |  20.1 MiB/s |  41.1 KiB |  00m00s
- [168/223] Installing libglvnd-devel-1:1 100% |  88.4 MiB/s |   2.1 MiB |  00m00s
- [169/223] Installing mesa-libGLU-devel- 100% |   8.6 MiB/s |  17.5 KiB |  00m00s
- [170/223] Installing google-noto-fonts- 100% |   9.0 MiB/s |  18.5 KiB |  00m00s
- [171/223] Installing google-noto-sans-v 100% |  66.3 MiB/s |   1.4 MiB |  00m00s
- [172/223] Installing default-fonts-core 100% |   3.6 MiB/s |  18.2 KiB |  00m00s
- [173/223] Installing fontconfig-0:2.16. 100% | 723.8 KiB/s | 783.9 KiB |  00m01s
- [174/223] Installing cairo-0:1.18.2-3.f 100% | 111.4 MiB/s |   1.8 MiB |  00m00s
- [175/223] Installing cairo-gobject-0:1. 100% |  17.6 MiB/s |  36.0 KiB |  00m00s
- [176/223] Installing harfbuzz-cairo-0:1 100% |  17.2 MiB/s |  53.0 KiB |  00m00s
- [177/223] Installing libXft-0:2.3.8-8.f 100% |  33.2 MiB/s | 169.9 KiB |  00m00s
- [178/223] Installing pango-0:1.56.4-2.f 100% |  26.0 MiB/s |   1.0 MiB |  00m00s
- [179/223] Installing gtk3-0:3.24.49-2.f 100% | 124.3 MiB/s |  23.1 MiB |  00m00s
- [180/223] Installing libdecor-0:0.2.4-1 100% |  41.0 MiB/s | 167.8 KiB |  00m00s
- [181/223] Installing SDL3-0:3.2.24-1.fc 100% | 127.7 MiB/s |   2.7 MiB |  00m00s
- [182/223] Installing sdl2-compat-0:2.32 100% |  78.4 MiB/s | 401.4 KiB |  00m00s
- [183/223] Installing sdl2-compat-devel- 100% |  59.2 MiB/s |   2.7 MiB |  00m00s
- [184/223] Installing SDL2_ttf-0:2.22.0- 100% |  29.2 MiB/s |  89.6 KiB |  00m00s
- [185/223] Installing sdl12-compat-0:1.2 100% |  38.5 MiB/s | 197.2 KiB |  00m00s
- [186/223] Installing libvisual-1:0.4.2- 100% |  12.1 MiB/s | 497.1 KiB |  00m00s
- [187/223] Installing gstreamer1-plugins 100% |  67.1 MiB/s |   7.4 MiB |  00m00s
- [188/223] Installing xdg-desktop-portal 100% |  25.7 MiB/s |   1.9 MiB |  00m00s
- [189/223] Installing rsvg-pixbuf-loader 100% |  66.5 MiB/s | 340.5 KiB |  00m00s
- [190/223] Installing librsvg2-0:2.60.0- 100% | 111.0 MiB/s |   5.0 MiB |  00m00s
- [191/223] Installing libffi-devel-0:3.4 100% |   5.7 MiB/s |  34.8 KiB |  00m00s
- [192/223] Installing glib2-devel-0:2.84 100% |  96.4 MiB/s |  15.9 MiB |  00m00s
- [193/223] Installing freetype-devel-0:2 100% | 125.6 MiB/s |   8.5 MiB |  00m00s
- [194/223] Installing fontconfig-devel-0 100% |  18.8 MiB/s | 154.4 KiB |  00m00s
- [195/223] Installing cairo-devel-0:1.18 100% | 176.2 MiB/s |   2.3 MiB |  00m00s
- [196/223] Installing harfbuzz-devel-0:1 100% |  69.2 MiB/s |   5.2 MiB |  00m00s
- [197/223] Installing SDL2_ttf-devel-0:2 100% |  23.4 MiB/s |  95.8 KiB |  00m00s
- [198/223] Installing xdg-desktop-portal 100% |  12.6 MiB/s | 477.2 KiB |  00m00s
- [199/223] Installing libcanberra-gtk3-0 100% |   2.0 MiB/s |  82.0 KiB |  00m00s
- [200/223] Installing pipewire-plugin-li 100% |   4.2 MiB/s | 147.3 KiB |  00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 993.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 993 and GID 993.
- >>>
- [201/223] Installing pipewire-0:1.4.9-1 100% |   4.7 MiB/s | 437.6 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [202/223] Installing pipewire-alsa-0:1. 100% |  22.3 MiB/s | 159.6 KiB |  00m00s
- [203/223] Installing pipewire-pulseaudi 100% |   4.5 MiB/s | 444.2 KiB |  00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [204/223] Installing glib-networking-0: 100% |  56.9 MiB/s | 757.8 KiB |  00m00s
- [205/223] Installing avif-pixbuf-loader 100% |   9.9 MiB/s |  20.2 KiB |  00m00s
- [206/223] Installing jxl-pixbuf-loader- 100% |   7.4 MiB/s |  30.2 KiB |  00m00s
- [207/223] Installing libcamera-ipa-0:0. 100% |  31.7 MiB/s | 551.9 KiB |  00m00s
- [208/223] Upgrading util-linux-0:2.40.4 100% |  25.3 MiB/s |   3.5 MiB |  00m00s
- [209/223] Installing mesa-va-drivers-0: 100% | 480.5 KiB/s | 984.0   B |  00m00s
- [210/223] Installing webp-pixbuf-loader 100% |   7.3 MiB/s |  29.8 KiB |  00m00s
- [211/223] Installing tinysparql-0:3.9.2 100% |  32.4 MiB/s |   2.5 MiB |  00m00s
- [212/223] Installing adwaita-mono-fonts 100% | 135.7 MiB/s |   5.4 MiB |  00m00s
- [213/223] Installing adwaita-sans-fonts 100% | 122.8 MiB/s |   1.7 MiB |  00m00s
- [214/223] Installing low-memory-monitor 100% |   2.6 MiB/s |  67.7 KiB |  00m00s
- [215/223] Installing dconf-0:0.40.0-15. 100% |   3.8 MiB/s | 320.0 KiB |  00m00s
- [216/223] Removing util-linux-0:2.40.4- 100% |   5.4 KiB/s | 458.0   B |  00m00s
- [217/223] Removing util-linux-core-0:2. 100% |   6.8 KiB/s | 153.0   B |  00m00s
- [218/223] Removing libfdisk-0:2.40.4-7. 100% |   1.7 KiB/s |   7.0   B |  00m00s
- [219/223] Removing libmount-0:2.40.4-7. 100% |   1.5 KiB/s |   6.0   B |  00m00s
- [220/223] Removing libblkid-0:2.40.4-7. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [221/223] Removing libuuid-0:2.40.4-7.f 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [222/223] Removing libsmartcols-0:2.40. 100% |   2.3 KiB/s |   7.0   B |  00m00s
- [223/223] Removing libbrotli-0:1.1.0-6. 100% |  12.0   B/s |  15.0   B |  00m01s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_ttf-devel"
- libffi-devel-3.4.6-5.fc42.x86_64
- sdl2-compat-devel-2.32.56-1.fc42.x86_64
- SDL2_ttf-devel-2.22.0-4.fc42.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-01-10 09:03.38 ---> saved as "7da9ae3451d5c0fc7679f676b492d62defa61147fef62d6556c6f6bf0531d81e"


/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-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.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 15 packages
- install conf-libffi       2.0.0
- install conf-pkg-config   4
- install conf-sdl2         1
- install conf-sdl2-ttf     1
- install csexp             1.5.2
- install ctypes            0.24.0
- install ctypes-foreign    0.24.0
- install dune              3.20.2
- install dune-configurator 3.20.2
- install integers          0.7.0
- install ocamlbuild        0.16.1
- install ocamlfind         1.9.8
- install stdlib-shims      0.3.0
- install topkg             1.1.1
- install tsdl              1.2.0


The following system packages will first need to be installed:
SDL2-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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/sbin/sudo "yum" "install" "-y" "SDL2-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package "sdl2-compat-devel-2.32.56-1.fc42.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"
- sdl2-compat-devel-2.32.56-1.fc42.x86_64


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-pkg-config.4
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tsdl.1.2.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed dune.3.20.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed integers.0.7.0
-> installed dune-configurator.3.20.2
-> installed ctypes.0.24.0
-> installed ctypes-foreign.0.24.0
-> installed tsdl.1.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-10 09:05.31 ---> saved as "9957bfd5dfa573693b0966e31d0eec0adc012f4e50aa5bc130b83c488712bfae"


/src: (copy (src .) (dst /src))
2026-01-10 09:05.32 ---> saved as "e8c426ee9bd5ad87614f8170ba23fe13964b53919428b7769bfc3f049ecba611"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
TTF_Linked_Version
TTF_OpenFont
TTF_OpenFontIndex
TTF_OpenFontRW
TTF_OpenFontIndexRW
TTF_GetFontStyle
TTF_SetFontStyle
TTF_GetFontOutline
TTF_SetFontOutline
TTF_GetFontHinting
TTF_SetFontHinting
TTF_FontHeight
TTF_FontAscent
TTF_FontDescent
TTF_FontLineSkip
TTF_GetFontKerning
TTF_SetFontKerning
TTF_FontFaces
TTF_FontFaceIsFixedWidth
TTF_FontFaceFamilyName
TTF_FontFaceStyleName
TTF_GlyphIsProvided
TTF_GlyphIsProvided32
TTF_GlyphMetrics
TTF_SizeText
TTF_SizeUTF8
TTF_RenderText_Solid
TTF_RenderUTF8_Solid
TTF_RenderGlyph_Solid
TTF_RenderGlyph32_Solid
TTF_RenderText_Shaded
TTF_RenderUTF8_Shaded
TTF_RenderGlyph_Shaded
TTF_RenderGlyph32_Shaded
TTF_RenderText_Blended
TTF_RenderUTF8_Blended
TTF_RenderText_Blended_Wrapped
TTF_RenderUTF8_Blended_Wrapped
TTF_RenderGlyph_Blended
TTF_RenderGlyph32_Blended
TTF_CloseFont
TTF_Quit
TTF_WasInit
TTF_GetFontKerningSize
Dummy video driver
SDL_ttf Version (2,22,0)
2026-01-10 09:05.32 ---> saved as "6fa9571b4014222d84baba104a54bc8a32e7f27ad7d8e59d636d9b06cdb4376f"
Job succeeded
2026-01-10 09:05.33: Job succeeded