Organisationssanettetsdl-ttf69e46a ()fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-02-13 20:35.58: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (69e46a3e91898ce22013f34b95265e14253eba9f) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 69e46a3e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5
# fedora-43-4.14_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-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.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-02-13 20:35.58: Using cache hint "sanette/tsdl-ttf-ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5-fedora-43-4.14_opam-2.5-b48444e244add51808c9e981ea3cace2"
2026-02-13 20:35.58: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5)
(comment fedora-43-4.14_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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-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.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-02-13 20:35.58: Waiting for resource in pool OCluster
2026-02-13 20:35.59: Waiting for worker…
2026-02-13 20:40.12: Got resource from pool OCluster
Building on eumache
HEAD is now at 702894b Merge branch 'master' into LIBSDL2_TTF_SHLIB
HEAD is now at 69e46a3 Support LIBSDL2_TTF_SHLIB (#8)


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:d379acaa1b74ac6fd812a30ab52d87e801dca56e2a6f19ccd67c20799a9aded5)
2026-02-13 20:40.13 ---> using "f9a5319fd08a3d0936869d3ca5942bd93cc92745d834f6a608361cb54a429951" from cache


/: (comment fedora-43-4.14_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 43 - x86_64                     100% |  32.6 KiB/s |  22.1 KiB |  00m01s
Fedora 43 openh264 (From Cisco) - x86_ 100% |   3.3 KiB/s | 986.0   B |  00m00s
Fedora 43 - x86_64 - Updates           100% |  89.4 KiB/s |  15.3 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2026-02-13 20:40.13 ---> using "8ac7509c8bdad31fa4853da6b480df4d12af853b2635e4a86c46dbdc2eec4f40" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-13 20:40.13 ---> using "ee8230386aa91c1af05ea74b49b036d1cc62222cc9641aecdb0585c755bda359" 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 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 "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-02-13 20:40.13 ---> using "cb1fef56e6c814614e4ac3e804b34fc9119eb4a773dcf17de00c5f3b9031864e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-13 20:40.13 ---> using "d05ee483c51035e435b0c841d1f8fa8b18538cdc3594578e7841555f6001396d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-13 20:40.13 ---> using "6184ae243d77c34883d81aa8cac0d5634ef60821820cf75a0dbabb8c4362d65a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..302e116c40  master     -> origin/master
302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] synchronised from git+https://github.com/ocurrent/opam-repository#patches


The following actions will be performed:
=== recompile 2 packages
- recompile ocaml       4.14.2 [upstream or system changes]
- recompile opam-depext 1.2.3  [uses ocaml]


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


<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# To update the current shell environment, run: eval $(opam env)
2026-02-13 20:40.13 ---> using "9271f9fc8c3175657784fb48d3ac882b9bba11faeb61b46a30d421284307146b" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-02-13 20:40.13 ---> using "99f7c6359e7916482cac16ba7c254ccaede363be9c57c0b0e05b71306dca6ca2" from cache


/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-02-13 20:40.13 ---> using "54486e463c39641c06c87dbebf0f6733fa7a8f90ba411b28e8a41d080457f814" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-13 20:40.13 ---> using "91339d478fb65ab12bd0247d4cab2893aba2bb8180814f6d5a956e30b4de8105" from cache


/src: (env DEPS "base-bigarray.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.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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:
-  Fedora 43 - x86_64 - Updates           100% |  25.1 KiB/s |  17.5 KiB |  00m01s
- 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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
- Installing:
-  SDL2_ttf-devel             x86_64 2.24.0-1.fc43   fedora                 95.2 KiB
-  libffi-devel               x86_64 3.5.2-1.fc43    updates                33.9 KiB
-  sdl2-compat-devel          x86_64 2.32.64-1.fc43  updates                 3.2 MiB
- Installing dependencies:
-  ModemManager-glib          x86_64 1.24.2-1.fc43   fedora                  1.5 MiB
-  SDL2_ttf                   x86_64 2.24.0-1.fc43   fedora                 89.8 KiB
-  SDL3                       x86_64 3.4.0-3.fc43    updates                 3.0 MiB
-  abattis-cantarell-vf-fonts noarch 0.301-15.fc43   fedora                192.7 KiB
-  adwaita-cursor-theme       noarch 49.0-1.fc43     fedora                 11.4 MiB
-  adwaita-icon-theme         noarch 49.0-1.fc43     fedora                  1.2 MiB
-  adwaita-icon-theme-legacy  noarch 46.2-4.fc43     fedora                  2.1 MiB
-  alsa-lib                   x86_64 1.2.15.3-1.fc43 updates                 1.5 MiB
-  at-spi2-atk                x86_64 2.58.3-1.fc43   updates               283.7 KiB
-  at-spi2-core               x86_64 2.58.3-1.fc43   updates                 1.5 MiB
-  atk                        x86_64 2.58.3-1.fc43   updates               248.6 KiB
-  avahi-glib                 x86_64 0.9~rc2-6.fc43  fedora                 19.6 KiB
-  avahi-libs                 x86_64 0.9~rc2-6.fc43  fedora                171.6 KiB
-  bluez-libs                 x86_64 5.86-2.fc43     updates               198.3 KiB
-  brotli                     x86_64 1.2.0-1.fc43    updates                33.6 KiB
-  brotli-devel               x86_64 1.2.0-1.fc43    updates                65.9 KiB
-  bzip2-devel                x86_64 1.0.8-21.fc43   fedora                309.8 KiB
-  cairo                      x86_64 1.18.4-2.fc43   fedora                  1.8 MiB
-  cairo-devel                x86_64 1.18.4-2.fc43   fedora                  2.3 MiB
-  cairo-gobject              x86_64 1.18.4-2.fc43   fedora                 31.1 KiB
-  cdparanoia-libs            x86_64 10.2-48.fc43    fedora                113.5 KiB
-  cmake-filesystem           x86_64 3.31.10-3.fc43  updates                 0.0   B
-  colord-libs                x86_64 1.4.8-2.fc43    fedora                830.7 KiB
-  cups-filesystem            noarch 1:2.4.16-4.fc43 updates                 0.0   B
-  cups-libs                  x86_64 1:2.4.16-4.fc43 updates               618.7 KiB
-  dbus                       x86_64 1:1.16.0-4.fc43 fedora                  0.0   B
-  default-fonts-core-sans    noarch 4.2-5.fc43      fedora                 11.9 KiB
-  duktape                    x86_64 2.7.0-10.fc43   fedora                615.8 KiB
-  fdk-aac-free               x86_64 2.0.0-16.fc43   fedora                611.8 KiB
-  fftw-libs-single           x86_64 3.3.10-16.fc43  fedora                  3.6 MiB
-  flac-libs                  x86_64 1.5.0-5.fc43    updates               611.5 KiB
-  fontconfig                 x86_64 2.17.0-3.fc43   fedora                765.9 KiB
-  fontconfig-devel           x86_64 2.17.0-3.fc43   fedora                123.6 KiB
-  fonts-filesystem           noarch 1:2.0.5-23.fc43 fedora                  0.0   B
-  freetype                   x86_64 2.13.3-3.fc43   fedora                850.2 KiB
-  freetype-devel             x86_64 2.13.3-3.fc43   fedora                  8.5 MiB
-  fribidi                    x86_64 1.0.16-3.fc43   fedora                190.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.44.4-1.fc43   updates                 2.5 MiB
-  geoclue2                   x86_64 2.8.0-1.fc43    updates               401.7 KiB
-  glib2-devel                x86_64 2.86.3-1.fc43   updates                15.7 MiB
-  glycin-libs                x86_64 2.0.5-4.fc43    updates                 4.2 MiB
-  glycin-loaders             x86_64 2.0.5-4.fc43    updates                12.7 MiB
-  google-noto-fonts-common   noarch 20251101-2.fc43 updates                17.7 KiB
-  google-noto-sans-vf-fonts  noarch 20251101-2.fc43 updates                 1.4 MiB
-  graphene                   x86_64 1.10.8-2.fc43   fedora                158.4 KiB
-  graphite2                  x86_64 1.3.14-19.fc43  fedora                191.8 KiB
-  graphite2-devel            x86_64 1.3.14-19.fc43  fedora                 49.3 KiB
-  gsettings-desktop-schemas  x86_64 49.1-3.fc43     updates                 5.7 MiB
-  gsm                        x86_64 1.0.23-1.fc43   fedora                 65.3 KiB
-  gstreamer1                 x86_64 1.26.10-1.fc43  updates                 5.4 MiB
-  gstreamer1-plugins-base    x86_64 1.26.10-1.fc43  updates                 7.4 MiB
-  gtk-update-icon-cache      x86_64 3.24.51-2.fc43  fedora                 62.2 KiB
-  gtk3                       x86_64 3.24.51-2.fc43  fedora                 22.4 MiB
-  harfbuzz                   x86_64 11.5.1-2.fc43   updates                 2.8 MiB
-  harfbuzz-cairo             x86_64 11.5.1-2.fc43   updates                48.1 KiB
-  harfbuzz-devel             x86_64 11.5.1-2.fc43   updates                 5.3 MiB
-  harfbuzz-icu               x86_64 11.5.1-2.fc43   updates                15.4 KiB
-  hicolor-icon-theme         noarch 0.18-2.fc43     fedora                 72.4 KiB
-  highway                    x86_64 1.3.0-1.fc43    updates                 5.5 MiB
-  hwdata                     noarch 0.404-1.fc43    updates                 9.8 MiB
-  iso-codes                  noarch 4.18.0-2.fc43   fedora                 21.5 MiB
-  json-glib                  x86_64 1.10.8-4.fc43   updates               592.3 KiB
-  lame-libs                  x86_64 3.100-20.fc43   fedora                  1.2 MiB
-  lcms2                      x86_64 2.16-6.fc43     fedora                433.7 KiB
-  libXcomposite              x86_64 0.4.6-6.fc43    fedora                 40.5 KiB
-  libXcursor                 x86_64 1.2.3-3.fc43    fedora                 53.4 KiB
-  libXdamage                 x86_64 1.1.6-6.fc43    fedora                 39.6 KiB
-  libXext                    x86_64 1.3.6-4.fc43    fedora                 90.0 KiB
-  libXext-devel              x86_64 1.3.6-4.fc43    fedora                 98.9 KiB
-  libXfixes                  x86_64 6.0.1-6.fc43    fedora                 26.2 KiB
-  libXft                     x86_64 2.3.8-9.fc43    fedora                164.4 KiB
-  libXi                      x86_64 1.8.2-3.fc43    fedora                 80.6 KiB
-  libXinerama                x86_64 1.1.5-9.fc43    fedora                 15.0 KiB
-  libXrandr                  x86_64 1.5.4-6.fc43    fedora                 51.8 KiB
-  libXrender                 x86_64 0.9.12-3.fc43   fedora                 46.0 KiB
-  libXrender-devel           x86_64 0.9.12-3.fc43   fedora                 50.1 KiB
-  libXtst                    x86_64 1.2.5-3.fc43    fedora                 33.5 KiB
-  libXv                      x86_64 1.0.13-3.fc43   fedora                 26.0 KiB
-  libXxf86vm                 x86_64 1.1.6-3.fc43    fedora                 25.3 KiB
-  libaom                     x86_64 3.13.1-1.fc43   fedora                  5.0 MiB
-  libasyncns                 x86_64 0.8-31.fc43     fedora                 55.5 KiB
-  libblkid-devel             x86_64 2.41.3-7.fc43   updates                44.9 KiB
-  libcanberra                x86_64 0.30-38.fc43    fedora                266.5 KiB
-  libcloudproviders          x86_64 0.3.6-2.fc43    fedora                124.3 KiB
-  libdatrie                  x86_64 0.2.13-12.fc43  fedora                 53.8 KiB
-  libdav1d                   x86_64 1.5.2-1.fc43    updates                 1.7 MiB
-  libdecor                   x86_64 0.2.5-1.fc43    updates               165.2 KiB
-  libdrm                     x86_64 2.4.131-1.fc43  updates               404.7 KiB
-  libebur128                 x86_64 1.2.6-14.fc43   fedora                 39.3 KiB
-  libepoxy                   x86_64 1.5.10-11.fc43  fedora                  1.1 MiB
-  libglvnd                   x86_64 1:1.7.0-8.fc43  fedora                526.1 KiB
-  libglvnd-core-devel        x86_64 1:1.7.0-8.fc43  fedora                 40.3 KiB
-  libglvnd-devel             x86_64 1:1.7.0-8.fc43  fedora                  2.1 MiB
-  libglvnd-egl               x86_64 1:1.7.0-8.fc43  fedora                 64.7 KiB
-  libglvnd-gles              x86_64 1:1.7.0-8.fc43  fedora                 97.9 KiB
-  libglvnd-glx               x86_64 1:1.7.0-8.fc43  fedora                601.2 KiB
-  libglvnd-opengl            x86_64 1:1.7.0-8.fc43  fedora                144.8 KiB
-  libgudev                   x86_64 238-8.fc43      fedora                 83.8 KiB
-  libgusb                    x86_64 0.4.9-4.fc43    fedora                162.0 KiB
-  libheif                    x86_64 1.20.2-6.fc43   fedora                  1.6 MiB
-  libicu-devel               x86_64 77.1-1.fc43     fedora                  5.0 MiB
-  libjpeg-turbo              x86_64 3.1.2-1.fc43    fedora                804.9 KiB
-  libjxl                     x86_64 1:0.11.1-7.fc43 updates                 4.1 MiB
-  liblc3                     x86_64 1.1.3-5.fc43    fedora                170.8 KiB
-  libldac                    x86_64 2.0.2.3-18.fc43 fedora                 74.2 KiB
-  libmount-devel             x86_64 2.41.3-7.fc43   updates                65.5 KiB
-  libnotify                  x86_64 0.8.8-1.fc43    updates               126.6 KiB
-  libogg                     x86_64 2:1.3.6-2.fc43  updates                45.6 KiB
-  libopenjph                 x86_64 0.22.0-2.fc43   fedora                466.2 KiB
-  libpciaccess               x86_64 0.16-16.fc43    fedora                 44.5 KiB
-  libpng                     x86_64 2:1.6.53-1.fc43 updates               241.7 KiB
-  libpng-devel               x86_64 2:1.6.53-1.fc43 updates               886.7 KiB
-  libproxy                   x86_64 0.5.12-1.fc43   updates               102.3 KiB
-  librsvg2                   x86_64 2.61.0-5.fc43   updates                 5.1 MiB
-  libsbc                     x86_64 2.0-7.fc43      fedora                 93.4 KiB
-  libselinux-devel           x86_64 3.9-5.fc43      fedora                127.3 KiB
-  libsepol-devel             x86_64 3.9-2.fc43      fedora                121.4 KiB
-  libsndfile                 x86_64 1.2.2-10.fc43   fedora                550.1 KiB
-  libsoup3                   x86_64 3.6.5-8.fc43    fedora                  1.1 MiB
-  libstemmer                 x86_64 3.0.1-8.fc43    fedora                661.5 KiB
-  libtdb                     x86_64 1.4.14-3.fc43   fedora                100.5 KiB
-  libthai                    x86_64 0.1.29-11.fc43  fedora                783.4 KiB
-  libtheora                  x86_64 1:1.1.1-40.fc43 fedora                477.3 KiB
-  libtinysparql              x86_64 3.10.1-5.fc43   updates               995.0 KiB
-  libunwind                  x86_64 1.8.1-3.fc43    fedora                194.1 KiB
-  libvisual                  x86_64 1:0.4.2-3.fc43  fedora                452.7 KiB
-  libvmaf                    x86_64 3.0.0-4.fc43    fedora                827.0 KiB
-  libvorbis                  x86_64 1:1.3.7-13.fc43 fedora                833.4 KiB
-  libwayland-client          x86_64 1.24.0-1.fc43   fedora                 62.0 KiB
-  libwayland-cursor          x86_64 1.24.0-1.fc43   fedora                 37.3 KiB
-  libwayland-egl             x86_64 1.24.0-1.fc43   fedora                 12.4 KiB
-  libwebp                    x86_64 1.6.0-2.fc43    fedora                956.6 KiB
-  libxkbcommon               x86_64 1.11.0-1.fc43   fedora                408.2 KiB
-  libxml2-devel              x86_64 2.12.10-5.fc43  fedora                  3.4 MiB
-  libxshmfence               x86_64 1.3.2-7.fc43    fedora                 12.4 KiB
-  lm_sensors-libs            x86_64 3.6.0-23.fc43   fedora                 85.8 KiB
-  lzo                        x86_64 2.10-15.fc43    fedora                178.9 KiB
-  lzo-devel                  x86_64 2.10-15.fc43    fedora                212.2 KiB
-  lzo-minilzo                x86_64 2.10-15.fc43    fedora                 36.7 KiB
-  mesa-dri-drivers           x86_64 25.3.4-7.fc43   updates                48.8 MiB
-  mesa-filesystem            x86_64 25.3.4-7.fc43   updates                 3.6 KiB
-  mesa-libEGL                x86_64 25.3.4-7.fc43   updates               310.4 KiB
-  mesa-libGL                 x86_64 25.3.4-7.fc43   updates               286.0 KiB
-  mesa-libGLU                x86_64 9.0.3-7.fc43    fedora                361.8 KiB
-  mesa-libGLU-devel          x86_64 9.0.3-7.fc43    fedora                 17.0 KiB
-  mesa-libgbm                x86_64 25.3.4-7.fc43   updates                19.7 KiB
-  mpg123-libs                x86_64 1.32.10-2.fc43  fedora                814.0 KiB
-  openh264                   x86_64 2.6.0-2.fc43    fedora-cisco-openh264   1.1 MiB
-  openjpeg                   x86_64 2.5.4-1.fc43    fedora                456.3 KiB
-  opus                       x86_64 1.5.2-3.fc43    fedora                427.6 KiB
-  orc                        x86_64 0.4.41-2.fc43   fedora                726.3 KiB
-  pango                      x86_64 1.57.0-1.fc43   fedora                  1.0 MiB
-  pcre2-devel                x86_64 10.47-1.fc43    updates                 2.1 MiB
-  pcre2-utf16                x86_64 10.47-1.fc43    updates               639.2 KiB
-  pcre2-utf32                x86_64 10.47-1.fc43    updates               611.1 KiB
-  pipewire-libs              x86_64 1.4.10-1.fc43   updates                 8.6 MiB
-  pixman                     x86_64 0.46.2-2.fc43   fedora                710.3 KiB
-  pixman-devel               x86_64 0.46.2-2.fc43   fedora                 56.1 KiB
-  pulseaudio-libs            x86_64 17.0-9.fc43     updates                 3.4 MiB
-  python3-packaging          noarch 25.0-7.fc43     fedora                607.4 KiB
-  rav1e-libs                 x86_64 0.8.1-2.fc43    updates                 3.1 MiB
-  sdl2-compat                x86_64 2.32.64-1.fc43  updates               408.4 KiB
-  shared-mime-info           x86_64 2.4-2.fc43      fedora                  5.2 MiB
-  sound-theme-freedesktop    noarch 0.8-24.fc43     fedora                460.4 KiB
-  spirv-tools-libs           x86_64 2025.4-1.fc43   updates                 5.8 MiB
-  svt-av1-libs               x86_64 3.1.2-1.fc43    fedora                  5.6 MiB
-  sysprof-capture-devel      x86_64 49.0-1.fc43     fedora                803.7 KiB
-  webrtc-audio-processing    x86_64 1.3-9.fc43      fedora                  1.4 MiB
-  xdg-desktop-portal         x86_64 1.20.3-2.fc43   fedora                  1.8 MiB
-  xkeyboard-config           noarch 2.46-1.fc43     updates                10.2 MiB
-  xml-common                 noarch 0.6.3-67.fc43   fedora                 78.4 KiB
-  xprop                      x86_64 1.2.8-4.fc43    fedora                 54.7 KiB
-  xz-devel                   x86_64 1:5.8.1-4.fc43  updates               258.8 KiB
-  zlib-ng-compat-devel       x86_64 2.3.2-2.fc43    updates               107.0 KiB
- Installing weak dependencies:
-  adwaita-mono-fonts         noarch 49.0-2.fc43     fedora                  5.5 MiB
-  adwaita-sans-fonts         noarch 49.0-2.fc43     fedora                  1.7 MiB
-  dconf                      x86_64 0.49.0-1.fc43   fedora                307.5 KiB
-  glib-networking            x86_64 2.80.1-3.fc43   fedora                742.9 KiB
-  libcanberra-gtk3           x86_64 0.30-38.fc43    fedora                 70.7 KiB
-  low-memory-monitor         x86_64 2.1-13.fc43     fedora                 66.0 KiB
-  mesa-va-drivers            x86_64 25.3.4-7.fc43   updates               115.0   B
-  tinysparql                 x86_64 3.10.1-5.fc43   updates                 2.5 MiB
-  xdg-desktop-portal-gtk     x86_64 1.15.3-2.fc43   fedora                473.3 KiB
- 
- Transaction Summary:
-  Installing:       189 packages
- 
- Total size of inbound packages is 83 MiB. Need to download 83 MiB.
- After this operation, 337 MiB extra will be used (install 337 MiB, remove 0 B).
- [  1/189] sdl2-compat-0:2.32.64-1.fc43. 100% |   2.0 MiB/s | 136.9 KiB |  00m00s
- [  2/189] SDL3-0:3.4.0-3.fc43.x86_64    100% |   9.2 MiB/s |   1.1 MiB |  00m00s
- [  3/189] SDL2_ttf-0:2.24.0-1.fc43.x86_ 100% | 201.6 KiB/s |  44.1 KiB |  00m00s
- [  4/189] SDL2_ttf-devel-0:2.24.0-1.fc4 100% |  62.7 KiB/s |  21.3 KiB |  00m00s
- [  5/189] libffi-devel-0:3.5.2-1.fc43.x 100% | 230.0 KiB/s |  29.7 KiB |  00m00s
- [  6/189] freetype-0:2.13.3-3.fc43.x86_ 100% |   1.7 MiB/s | 412.1 KiB |  00m00s
- [  7/189] graphite2-0:1.3.14-19.fc43.x8 100% | 713.5 KiB/s |  95.6 KiB |  00m00s
- [  8/189] harfbuzz-0:11.5.1-2.fc43.x86_ 100% |   5.8 MiB/s |   1.1 MiB |  00m00s
- [  9/189] sdl2-compat-devel-0:2.32.64-1 100% | 696.3 KiB/s | 506.9 KiB |  00m01s
- [ 10/189] cmake-filesystem-0:3.31.10-3. 100% |   1.0 MiB/s |  13.9 KiB |  00m00s
- [ 11/189] harfbuzz-cairo-0:11.5.1-2.fc4 100% |   1.2 MiB/s |  30.0 KiB |  00m00s
- [ 12/189] harfbuzz-icu-0:11.5.1-2.fc43. 100% |   1.0 MiB/s |  15.7 KiB |  00m00s
- [ 13/189] libpng-2:1.6.53-1.fc43.x86_64 100% | 809.7 KiB/s | 123.9 KiB |  00m00s
- [ 14/189] harfbuzz-devel-0:11.5.1-2.fc4 100% | 897.3 KiB/s | 455.8 KiB |  00m01s
- [ 15/189] libXext-0:1.3.6-4.fc43.x86_64 100% |   2.1 MiB/s |  39.1 KiB |  00m00s
- [ 16/189] cairo-0:1.18.4-2.fc43.x86_64  100% |   1.4 MiB/s | 729.3 KiB |  00m01s
- [ 17/189] fontconfig-0:2.17.0-3.fc43.x8 100% | 562.4 KiB/s | 272.2 KiB |  00m00s
- [ 18/189] libXrender-0:0.9.12-3.fc43.x8 100% | 155.3 KiB/s |  26.9 KiB |  00m00s
- [ 19/189] lzo-0:2.10-15.fc43.x86_64     100% | 279.9 KiB/s |  69.4 KiB |  00m00s
- [ 20/189] default-fonts-core-sans-0:4.2 100% | 143.7 KiB/s |  29.9 KiB |  00m00s
- [ 21/189] pixman-0:0.46.2-2.fc43.x86_64 100% | 847.9 KiB/s | 292.5 KiB |  00m00s
- [ 22/189] fonts-filesystem-1:2.0.5-23.f 100% |  54.6 KiB/s |   8.7 KiB |  00m00s
- [ 23/189] abattis-cantarell-vf-fonts-0: 100% | 227.1 KiB/s | 120.1 KiB |  00m01s
- [ 24/189] xml-common-0:0.6.3-67.fc43.no 100% |  47.2 KiB/s |  31.0 KiB |  00m01s
- [ 25/189] freetype-devel-0:2.13.3-3.fc4 100% |   1.1 MiB/s |   1.0 MiB |  00m01s
- [ 26/189] libglvnd-1:1.7.0-8.fc43.x86_6 100% | 260.9 KiB/s | 114.0 KiB |  00m00s
- [ 27/189] libglvnd-devel-1:1.7.0-8.fc43 100% | 303.7 KiB/s | 162.2 KiB |  00m01s
- [ 28/189] libglvnd-core-devel-1:1.7.0-8 100% |  96.9 KiB/s |  17.3 KiB |  00m00s
- [ 29/189] libglvnd-egl-1:1.7.0-8.fc43.x 100% | 259.2 KiB/s |  36.0 KiB |  00m00s
- [ 30/189] libglvnd-gles-1:1.7.0-8.fc43. 100% | 113.3 KiB/s |  28.5 KiB |  00m00s
- [ 31/189] libglvnd-opengl-1:1.7.0-8.fc4 100% | 258.8 KiB/s |  37.0 KiB |  00m00s
- [ 32/189] libglvnd-glx-1:1.7.0-8.fc43.x 100% | 427.5 KiB/s | 132.1 KiB |  00m00s
- [ 33/189] mesa-libGLU-0:9.0.3-7.fc43.x8 100% |   1.7 MiB/s | 166.0 KiB |  00m00s
- [ 34/189] mesa-libGLU-devel-0:9.0.3-7.f 100% |  61.5 KiB/s |  11.9 KiB |  00m00s
- [ 35/189] cairo-devel-0:1.18.4-2.fc43.x 100% |   1.0 MiB/s | 191.8 KiB |  00m00s
- [ 36/189] python3-packaging-0:25.0-7.fc 100% | 495.3 KiB/s | 161.5 KiB |  00m00s
- [ 37/189] graphite2-devel-0:1.3.14-19.f 100% | 134.9 KiB/s |  20.6 KiB |  00m00s
- [ 38/189] libmount-devel-0:2.41.3-7.fc4 100% | 241.2 KiB/s |  24.6 KiB |  00m00s
- [ 39/189] glib2-devel-0:2.86.3-1.fc43.x 100% |   2.0 MiB/s |   1.5 MiB |  00m01s
- [ 40/189] libicu-devel-0:77.1-1.fc43.x8 100% |   1.8 MiB/s | 794.4 KiB |  00m00s
- [ 41/189] pcre2-utf16-0:10.47-1.fc43.x8 100% |   1.8 MiB/s | 246.1 KiB |  00m00s
- [ 42/189] zlib-ng-compat-devel-0:2.3.2- 100% |   2.3 MiB/s |  38.0 KiB |  00m00s
- [ 43/189] pcre2-devel-0:10.47-1.fc43.x8 100% |   1.3 MiB/s | 550.9 KiB |  00m00s
- [ 44/189] libsepol-devel-0:3.9-2.fc43.x 100% |   1.5 MiB/s |  48.4 KiB |  00m00s
- [ 45/189] pcre2-utf32-0:10.47-1.fc43.x8 100% | 805.9 KiB/s | 232.9 KiB |  00m00s
- [ 46/189] sysprof-capture-devel-0:49.0- 100% |   1.5 MiB/s | 171.1 KiB |  00m00s
- [ 47/189] mesa-libGL-0:25.3.4-7.fc43.x8 100% |   2.6 MiB/s | 118.2 KiB |  00m00s
- [ 48/189] libXxf86vm-0:1.1.6-3.fc43.x86 100% | 201.7 KiB/s |  17.7 KiB |  00m00s
- [ 49/189] mesa-filesystem-0:25.3.4-7.fc 100% |   1.4 MiB/s |   9.7 KiB |  00m00s
- [ 50/189] libxshmfence-0:1.3.2-7.fc43.x 100% |   2.2 MiB/s |  13.3 KiB |  00m00s
- [ 51/189] lm_sensors-libs-0:3.6.0-23.fc 100% |   2.8 MiB/s |  40.6 KiB |  00m00s
- [ 52/189] mesa-libgbm-0:25.3.4-7.fc43.x 100% |   2.2 MiB/s |  15.7 KiB |  00m00s
- [ 53/189] mesa-libEGL-0:25.3.4-7.fc43.x 100% |   1.5 MiB/s | 119.9 KiB |  00m00s
- [ 54/189] libwayland-client-0:1.24.0-1. 100% |   2.5 MiB/s |  33.6 KiB |  00m00s
- [ 55/189] libselinux-devel-0:3.9-5.fc43 100% | 318.2 KiB/s | 152.1 KiB |  00m00s
- [ 56/189] brotli-devel-0:1.2.0-1.fc43.x 100% | 167.6 KiB/s |  34.4 KiB |  00m00s
- [ 57/189] brotli-0:1.2.0-1.fc43.x86_64  100% | 154.6 KiB/s |  23.8 KiB |  00m00s
- [ 58/189] bzip2-devel-0:1.0.8-21.fc43.x 100% |   1.1 MiB/s | 213.4 KiB |  00m00s
- [ 59/189] libpng-devel-2:1.6.53-1.fc43. 100% | 920.8 KiB/s | 293.7 KiB |  00m00s
- [ 60/189] google-noto-fonts-common-0:20 100% |   1.3 MiB/s |  17.3 KiB |  00m00s
- [ 61/189] google-noto-sans-vf-fonts-0:2 100% |   2.5 MiB/s | 614.5 KiB |  00m00s
- [ 62/189] fontconfig-devel-0:2.17.0-3.f 100% |   1.1 MiB/s | 169.5 KiB |  00m00s
- [ 63/189] libXrender-devel-0:0.9.12-3.f 100% | 279.2 KiB/s |  19.0 KiB |  00m00s
- [ 64/189] libXext-devel-0:1.3.6-4.fc43. 100% | 604.2 KiB/s |  85.2 KiB |  00m00s
- [ 65/189] lzo-minilzo-0:2.10-15.fc43.x8 100% | 726.9 KiB/s |  24.0 KiB |  00m00s
- [ 66/189] lzo-devel-0:2.10-15.fc43.x86_ 100% | 830.7 KiB/s |  39.0 KiB |  00m00s
- [ 67/189] pixman-devel-0:0.46.2-2.fc43. 100% | 382.4 KiB/s |  18.0 KiB |  00m00s
- [ 68/189] libdrm-0:2.4.131-1.fc43.x86_6 100% |   2.1 MiB/s | 162.9 KiB |  00m00s
- [ 69/189] libpciaccess-0:0.16-16.fc43.x 100% | 459.4 KiB/s |  26.2 KiB |  00m00s
- [ 70/189] libblkid-devel-0:2.41.3-7.fc4 100% | 265.8 KiB/s |  23.4 KiB |  00m00s
- [ 71/189] libdecor-0:0.2.5-1.fc43.x86_6 100% |   1.7 MiB/s |  57.9 KiB |  00m00s
- [ 72/189] spirv-tools-libs-0:2025.4-1.f 100% |   3.0 MiB/s |   1.6 MiB |  00m01s
- [ 73/189] libwayland-cursor-0:1.24.0-1. 100% | 132.1 KiB/s |  18.9 KiB |  00m00s
- [ 74/189] pango-0:1.57.0-1.fc43.x86_64  100% |   3.5 MiB/s | 353.4 KiB |  00m00s
- [ 75/189] adwaita-icon-theme-0:49.0-1.f 100% |   1.1 MiB/s | 403.9 KiB |  00m00s
- [ 76/189] cairo-gobject-0:1.18.4-2.fc43 100% | 192.4 KiB/s |  16.9 KiB |  00m00s
- [ 77/189] colord-libs-0:1.4.8-2.fc43.x8 100% | 964.5 KiB/s | 230.5 KiB |  00m00s
- [ 78/189] fribidi-0:1.0.16-3.fc43.x86_6 100% | 650.3 KiB/s |  53.3 KiB |  00m00s
- [ 79/189] gtk-update-icon-cache-0:3.24. 100% |   1.0 MiB/s |  33.8 KiB |  00m00s
- [ 80/189] hicolor-icon-theme-0:0.18-2.f 100% | 646.2 KiB/s |  65.9 KiB |  00m00s
- [ 81/189] libXcomposite-0:0.4.6-6.fc43. 100% | 179.0 KiB/s |  24.2 KiB |  00m00s
- [ 82/189] libXcursor-0:1.2.3-3.fc43.x86 100% | 210.5 KiB/s |  31.2 KiB |  00m00s
- [ 83/189] libXdamage-0:1.1.6-6.fc43.x86 100% | 332.2 KiB/s |  23.3 KiB |  00m00s
- [ 84/189] libXfixes-0:6.0.1-6.fc43.x86_ 100% | 227.0 KiB/s |  19.1 KiB |  00m00s
- [ 85/189] libXi-0:1.8.2-3.fc43.x86_64   100% | 732.0 KiB/s |  40.3 KiB |  00m00s
- [ 86/189] libXinerama-0:1.1.5-9.fc43.x8 100% | 136.1 KiB/s |  14.2 KiB |  00m00s
- [ 87/189] libXrandr-0:1.5.4-6.fc43.x86_ 100% |   1.0 MiB/s |  27.6 KiB |  00m00s
- [ 88/189] libcloudproviders-0:0.3.6-2.f 100% |   1.1 MiB/s |  46.9 KiB |  00m00s
- [ 89/189] libepoxy-0:1.5.10-11.fc43.x86 100% |   1.3 MiB/s | 229.5 KiB |  00m00s
- [ 90/189] libwayland-egl-0:1.24.0-1.fc4 100% | 412.5 KiB/s |  12.4 KiB |  00m00s
- [ 91/189] gtk3-0:3.24.51-2.fc43.x86_64  100% |   2.4 MiB/s |   5.9 MiB |  00m02s
- [ 92/189] libxkbcommon-0:1.11.0-1.fc43. 100% |   1.6 MiB/s | 174.3 KiB |  00m00s
- [ 93/189] libXft-0:2.3.8-9.fc43.x86_64  100% | 523.5 KiB/s |  72.2 KiB |  00m00s
- [ 94/189] libthai-0:0.1.29-11.fc43.x86_ 100% |   2.3 MiB/s | 210.3 KiB |  00m00s
- [ 95/189] adwaita-cursor-theme-0:49.0-1 100% |   3.2 MiB/s | 380.1 KiB |  00m00s
- [ 96/189] lcms2-0:2.16-6.fc43.x86_64    100% |   2.4 MiB/s | 182.8 KiB |  00m00s
- [ 97/189] libgusb-0:0.4.9-4.fc43.x86_64 100% | 597.4 KiB/s |  64.5 KiB |  00m00s
- [ 98/189] libdatrie-0:0.2.13-12.fc43.x8 100% | 380.9 KiB/s |  32.0 KiB |  00m00s
- [ 99/189] mesa-dri-drivers-0:25.3.4-7.f 100% |   2.8 MiB/s |  12.8 MiB |  00m05s
- [100/189] json-glib-0:1.10.8-4.fc43.x86 100% |   2.5 MiB/s | 172.7 KiB |  00m00s
- [101/189] adwaita-icon-theme-legacy-0:4 100% |   3.1 MiB/s |   2.5 MiB |  00m01s
- [102/189] hwdata-0:0.404-1.fc43.noarch  100% |   3.8 MiB/s |   1.7 MiB |  00m00s
- [103/189] at-spi2-atk-0:2.58.3-1.fc43.x 100% | 710.3 KiB/s |  87.4 KiB |  00m00s
- [104/189] atk-0:2.58.3-1.fc43.x86_64    100% | 934.0 KiB/s |  80.3 KiB |  00m00s
- [105/189] dbus-1:1.16.0-4.fc43.x86_64   100% | 108.4 KiB/s |   7.5 KiB |  00m00s
- [106/189] libXtst-0:1.2.5-3.fc43.x86_64 100% | 477.3 KiB/s |  20.5 KiB |  00m00s
- [107/189] xprop-0:1.2.8-4.fc43.x86_64   100% | 710.5 KiB/s |  34.8 KiB |  00m00s
- [108/189] cups-filesystem-1:2.4.16-4.fc 100% | 448.9 KiB/s |  13.0 KiB |  00m00s
- [109/189] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 793.4 KiB/s |  69.0 KiB |  00m00s
- [110/189] cups-libs-1:2.4.16-4.fc43.x86 100% |   1.7 MiB/s | 261.6 KiB |  00m00s
- [111/189] at-spi2-core-0:2.58.3-1.fc43. 100% |   1.2 MiB/s | 390.0 KiB |  00m00s
- [112/189] libtinysparql-0:3.10.1-5.fc43 100% |   1.5 MiB/s | 347.1 KiB |  00m00s
- [113/189] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% |   1.8 MiB/s | 484.9 KiB |  00m00s
- [114/189] shared-mime-info-0:2.4-2.fc43 100% |   1.5 MiB/s | 399.7 KiB |  00m00s
- [115/189] libstemmer-0:3.0.1-8.fc43.x86 100% |   2.0 MiB/s | 155.3 KiB |  00m00s
- [116/189] avahi-glib-0:0.9~rc2-6.fc43.x 100% | 106.9 KiB/s |  15.2 KiB |  00m00s
- [117/189] libsoup3-0:3.6.5-8.fc43.x86_6 100% |   1.4 MiB/s | 391.4 KiB |  00m00s
- [118/189] libxml2-devel-0:2.12.10-5.fc4 100% |   2.4 MiB/s | 524.0 KiB |  00m00s
- [119/189] libheif-0:1.20.2-6.fc43.x86_6 100% |   2.3 MiB/s | 578.1 KiB |  00m00s
- [120/189] glycin-libs-0:2.0.5-4.fc43.x8 100% |   2.4 MiB/s |   1.5 MiB |  00m01s
- [121/189] libjpeg-turbo-0:3.1.2-1.fc43. 100% |   1.0 MiB/s | 236.8 KiB |  00m00s
- [122/189] libopenjph-0:0.22.0-2.fc43.x8 100% |   1.1 MiB/s | 154.4 KiB |  00m00s
- [123/189] libwebp-0:1.6.0-2.fc43.x86_64 100% |   1.5 MiB/s | 324.2 KiB |  00m00s
- [124/189] openjpeg-0:2.5.4-1.fc43.x86_6 100% |   1.1 MiB/s | 192.2 KiB |  00m00s
- [125/189] glycin-loaders-0:2.0.5-4.fc43 100% |   1.8 MiB/s |   2.8 MiB |  00m02s
- [126/189] libaom-0:3.13.1-1.fc43.x86_64 100% |   1.4 MiB/s |   1.9 MiB |  00m01s
- [127/189] xz-devel-1:5.8.1-4.fc43.x86_6 100% | 953.0 KiB/s |  66.7 KiB |  00m00s
- [128/189] libvmaf-0:3.0.0-4.fc43.x86_64 100% |   1.2 MiB/s | 196.6 KiB |  00m00s
- [129/189] libdav1d-0:1.5.2-1.fc43.x86_6 100% |   2.4 MiB/s | 637.4 KiB |  00m00s
- [130/189] xkeyboard-config-0:2.46-1.fc4 100% |   2.4 MiB/s | 993.6 KiB |  00m00s
- [131/189] svt-av1-libs-0:3.1.2-1.fc43.x 100% |   2.2 MiB/s |   2.0 MiB |  00m01s
- [132/189] rav1e-libs-0:0.8.1-2.fc43.x86 100% |   2.4 MiB/s |   1.1 MiB |  00m00s
- [133/189] openh264-0:2.6.0-2.fc43.x86_6 100% | 550.6 KiB/s | 422.8 KiB |  00m01s
- [134/189] libjxl-1:0.11.1-7.fc43.x86_64 100% |   1.4 MiB/s |   1.2 MiB |  00m01s
- [135/189] xdg-desktop-portal-gtk-0:1.15 100% |   1.1 MiB/s | 144.0 KiB |  00m00s
- [136/189] highway-0:1.3.0-1.fc43.x86_64 100% |   1.8 MiB/s | 694.5 KiB |  00m00s
- [137/189] fuse3-0:3.16.2-5.fc42.x86_64  100% | 709.1 KiB/s |  57.4 KiB |  00m00s
- [138/189] librsvg2-0:2.61.0-5.fc43.x86_ 100% |   1.9 MiB/s |   1.9 MiB |  00m01s
- [139/189] libgudev-0:238-8.fc43.x86_64  100% | 887.6 KiB/s |  34.6 KiB |  00m00s
- [140/189] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 529.5 KiB/s |  94.2 KiB |  00m00s
- [141/189] fuse-common-0:3.16.2-5.fc42.x 100% | 108.9 KiB/s |   8.6 KiB |  00m00s
- [142/189] libcanberra-gtk3-0:0.30-38.fc 100% | 470.8 KiB/s |  30.1 KiB |  00m00s
- [143/189] mesa-va-drivers-0:25.3.4-7.fc 100% |  37.3 KiB/s |   8.4 KiB |  00m00s
- [144/189] libcanberra-0:0.30-38.fc43.x8 100% | 585.1 KiB/s |  83.7 KiB |  00m00s
- [145/189] xdg-desktop-portal-0:1.20.3-2 100% | 810.8 KiB/s | 507.6 KiB |  00m01s
- [146/189] libvorbis-1:1.3.7-13.fc43.x86 100% |   1.5 MiB/s | 188.4 KiB |  00m00s
- [147/189] libtdb-0:1.4.14-3.fc43.x86_64 100% | 288.2 KiB/s |  55.1 KiB |  00m00s
- [148/189] dconf-0:0.49.0-1.fc43.x86_64  100% |   1.3 MiB/s | 110.2 KiB |  00m00s
- [149/189] sound-theme-freedesktop-0:0.8 100% |   1.3 MiB/s | 382.3 KiB |  00m00s
- [150/189] glib-networking-0:2.80.1-3.fc 100% |   1.2 MiB/s | 200.8 KiB |  00m00s
- [151/189] geoclue2-0:2.8.0-1.fc43.x86_6 100% |   3.1 MiB/s | 144.5 KiB |  00m00s
- [152/189] tinysparql-0:3.10.1-5.fc43.x8 100% |   2.5 MiB/s |   1.0 MiB |  00m00s
- [153/189] ModemManager-glib-0:1.24.2-1. 100% |   1.4 MiB/s | 334.9 KiB |  00m00s
- [154/189] gsettings-desktop-schemas-0:4 100% |   2.4 MiB/s | 822.9 KiB |  00m00s
- [155/189] libunwind-0:1.8.1-3.fc43.x86_ 100% |   1.5 MiB/s |  76.5 KiB |  00m00s
- [156/189] cdparanoia-libs-0:10.2-48.fc4 100% | 781.2 KiB/s |  53.9 KiB |  00m00s
- [157/189] graphene-0:1.10.8-2.fc43.x86_ 100% | 766.1 KiB/s |  61.3 KiB |  00m00s
- [158/189] gstreamer1-0:1.26.10-1.fc43.x 100% |   3.0 MiB/s |   1.7 MiB |  00m01s
- [159/189] libXv-0:1.0.13-3.fc43.x86_64  100% | 364.2 KiB/s |  18.6 KiB |  00m00s
- [160/189] libtheora-1:1.1.1-40.fc43.x86 100% |   1.6 MiB/s | 170.3 KiB |  00m00s
- [161/189] gstreamer1-plugins-base-0:1.2 100% |   3.1 MiB/s |   2.3 MiB |  00m01s
- [162/189] libvisual-1:0.4.2-3.fc43.x86_ 100% | 586.9 KiB/s | 153.2 KiB |  00m00s
- [163/189] opus-0:1.5.2-3.fc43.x86_64    100% |   1.7 MiB/s | 237.1 KiB |  00m00s
- [164/189] orc-0:0.4.41-2.fc43.x86_64    100% |   1.7 MiB/s | 221.5 KiB |  00m00s
- [165/189] fdk-aac-free-0:2.0.0-16.fc43. 100% |   2.3 MiB/s | 341.1 KiB |  00m00s
- [166/189] iso-codes-0:4.18.0-2.fc43.noa 100% |   3.5 MiB/s |   3.7 MiB |  00m01s
- [167/189] libebur128-0:1.2.6-14.fc43.x8 100% | 246.1 KiB/s |  24.9 KiB |  00m00s
- [168/189] liblc3-0:1.1.3-5.fc43.x86_64  100% | 730.1 KiB/s | 105.1 KiB |  00m00s
- [169/189] fftw-libs-single-0:3.3.10-16. 100% |   3.2 MiB/s |   1.2 MiB |  00m00s
- [170/189] pipewire-libs-0:1.4.10-1.fc43 100% |   3.6 MiB/s |   2.4 MiB |  00m01s
- [171/189] libldac-0:2.0.2.3-18.fc43.x86 100% | 512.6 KiB/s |  42.5 KiB |  00m00s
- [172/189] libsndfile-0:1.2.2-10.fc43.x8 100% |   4.3 MiB/s | 220.8 KiB |  00m00s
- [173/189] libsbc-0:2.0-7.fc43.x86_64    100% | 569.3 KiB/s |  49.0 KiB |  00m00s
- [174/189] gsm-0:1.0.23-1.fc43.x86_64    100% |   1.4 MiB/s |  36.0 KiB |  00m00s
- [175/189] lame-libs-0:3.100-20.fc43.x86 100% |   2.0 MiB/s | 338.9 KiB |  00m00s
- [176/189] libogg-2:1.3.6-2.fc43.x86_64  100% |   2.5 MiB/s |  33.5 KiB |  00m00s
- [177/189] mpg123-libs-0:1.32.10-2.fc43. 100% |   2.0 MiB/s | 355.6 KiB |  00m00s
- [178/189] webrtc-audio-processing-0:1.3 100% |   2.2 MiB/s | 533.9 KiB |  00m00s
- [179/189] flac-libs-0:1.5.0-5.fc43.x86_ 100% |   3.4 MiB/s | 217.1 KiB |  00m00s
- [180/189] alsa-lib-0:1.2.15.3-1.fc43.x8 100% |   4.2 MiB/s | 541.4 KiB |  00m00s
- [181/189] pulseaudio-libs-0:17.0-9.fc43 100% |   5.8 MiB/s | 694.2 KiB |  00m00s
- [182/189] libasyncns-0:0.8-31.fc43.x86_ 100% | 297.4 KiB/s |  30.0 KiB |  00m00s
- [183/189] bluez-libs-0:5.86-2.fc43.x86_ 100% |   4.2 MiB/s |  82.6 KiB |  00m00s
- [184/189] libproxy-0:0.5.12-1.fc43.x86_ 100% | 820.9 KiB/s |  45.2 KiB |  00m00s
- [185/189] libnotify-0:0.8.8-1.fc43.x86_ 100% |   4.2 MiB/s |  55.9 KiB |  00m00s
- [186/189] low-memory-monitor-0:2.1-13.f 100% |   4.2 MiB/s |  34.2 KiB |  00m00s
- [187/189] duktape-0:2.7.0-10.fc43.x86_6 100% |   1.2 MiB/s | 168.7 KiB |  00m00s
- [188/189] adwaita-sans-fonts-0:49.0-2.f 100% |   1.9 MiB/s | 764.3 KiB |  00m00s
- [189/189] adwaita-mono-fonts-0:49.0-2.f 100% |   2.4 MiB/s |   1.4 MiB |  00m01s
- --------------------------------------------------------------------------------
- [189/189] Total                         100% |   4.8 MiB/s |  83.3 MiB |  00m18s
- Running transaction
- [  1/191] Verify package files          100% | 130.0   B/s | 189.0   B |  00m01s
- [  2/191] Prepare transaction           100% | 935.0   B/s | 189.0   B |  00m00s
- [  3/191] Installing libXext-0:1.3.6-4. 100% |  22.3 MiB/s |  91.2 KiB |  00m00s
- [  4/191] Installing avahi-libs-0:0.9~r 100% |  28.3 MiB/s | 174.0 KiB |  00m00s
- [  5/191] Installing libXrender-0:0.9.1 100% |  15.4 MiB/s |  47.3 KiB |  00m00s
- [  6/191] Installing libogg-2:1.3.6-2.f 100% |  15.3 MiB/s |  47.1 KiB |  00m00s
- [  7/191] Installing dbus-1:1.16.0-4.fc 100% | 121.1 KiB/s | 124.0   B |  00m00s
- [  8/191] Installing json-glib-0:1.10.8 100% |  59.0 MiB/s | 604.4 KiB |  00m00s
- [  9/191] Installing libwayland-client- 100% |  15.4 MiB/s |  63.2 KiB |  00m00s
- [ 10/191] Installing libglvnd-1:1.7.0-8 100% |  64.4 MiB/s | 527.5 KiB |  00m00s
- [ 11/191] Installing fonts-filesystem-1 100% | 384.8 KiB/s | 788.0   B |  00m00s
- [ 12/191] Installing libvorbis-1:1.3.7- 100% |  62.8 MiB/s | 835.9 KiB |  00m00s
- [ 13/191] Installing libXi-0:1.8.2-3.fc 100% |  26.6 MiB/s |  81.7 KiB |  00m00s
- [ 14/191] Installing cmake-filesystem-0 100% |   1.1 MiB/s |   7.6 KiB |  00m00s
- [ 15/191] Installing zlib-ng-compat-dev 100% |  26.5 MiB/s | 108.6 KiB |  00m00s
- [ 16/191] Installing libpng-2:1.6.53-1. 100% |  39.5 MiB/s | 243.0 KiB |  00m00s
- [ 17/191] Installing libwayland-cursor- 100% |  12.5 MiB/s |  38.5 KiB |  00m00s
- [ 18/191] Installing avahi-glib-0:0.9~r 100% |   6.7 MiB/s |  20.4 KiB |  00m00s
- [ 19/191] Installing alsa-lib-0:1.2.15. 100% |  22.9 MiB/s |   1.5 MiB |  00m00s
- [ 20/191] Installing opus-0:1.5.2-3.fc4 100% |  52.3 MiB/s | 428.7 KiB |  00m00s
- [ 21/191] Installing libXfixes-0:6.0.1- 100% |   9.0 MiB/s |  27.6 KiB |  00m00s
- [ 22/191] Installing libpng-devel-2:1.6 100% |  22.3 MiB/s | 890.6 KiB |  00m00s
- [ 23/191] Installing libglvnd-opengl-1: 100% |  28.4 MiB/s | 145.6 KiB |  00m00s
- [ 24/191] Installing gsettings-desktop- 100% | 191.4 MiB/s |   5.7 MiB |  00m00s
- [ 25/191] Installing libtdb-0:1.4.14-3. 100% |  19.8 MiB/s | 101.6 KiB |  00m00s
- [ 26/191] Installing libgudev-0:238-8.f 100% |  13.9 MiB/s |  85.3 KiB |  00m00s
- [ 27/191] Installing fuse3-libs-0:3.16. 100% |  39.4 MiB/s | 282.6 KiB |  00m00s
- [ 28/191] Installing libdav1d-0:1.5.2-1 100% |  70.5 MiB/s |   1.7 MiB |  00m00s
- [ 29/191] Installing libjpeg-turbo-0:3. 100% |  65.6 MiB/s | 806.6 KiB |  00m00s
- [ 30/191] Installing libsoup3-0:3.6.5-8 100% |  71.9 MiB/s |   1.2 MiB |  00m00s
- [ 31/191] Installing shared-mime-info-0 100% |  38.6 MiB/s |   2.6 MiB |  00m00s
- [ 32/191] Installing lcms2-0:2.16-6.fc4 100% |  47.2 MiB/s | 435.3 KiB |  00m00s
- [ 33/191] Installing libwayland-egl-0:1 100% |   4.4 MiB/s |  13.6 KiB |  00m00s
- [ 34/191] Installing fribidi-0:1.0.16-3 100% |   5.2 MiB/s | 192.8 KiB |  00m00s
- [ 35/191] Installing mesa-filesystem-0: 100% | 225.9 KiB/s |   4.3 KiB |  00m00s
- [ 36/191] Installing xml-common-0:0.6.3 100% |  15.8 MiB/s |  81.1 KiB |  00m00s
- [ 37/191] Installing pixman-0:0.46.2-2. 100% |  63.2 MiB/s | 711.4 KiB |  00m00s
- [ 38/191] Installing lzo-0:2.10-15.fc43 100% |  44.1 MiB/s | 180.5 KiB |  00m00s
- [ 39/191] Installing graphite2-0:1.3.14 100% |   5.4 MiB/s | 193.9 KiB |  00m00s
- [ 40/191] Installing freetype-0:2.13.3- 100% |  55.5 MiB/s | 851.9 KiB |  00m00s
- [ 41/191] Installing harfbuzz-0:11.5.1- 100% |  69.0 MiB/s |   2.8 MiB |  00m00s
- [ 42/191] Installing harfbuzz-icu-0:11. 100% |   5.3 MiB/s |  16.3 KiB |  00m00s
- [ 43/191] Installing graphite2-devel-0: 100% |  16.5 MiB/s |  50.8 KiB |  00m00s
- [ 44/191] Installing pixman-devel-0:0.4 100% |   7.9 MiB/s |  56.9 KiB |  00m00s
- [ 45/191] Installing iso-codes-0:4.18.0 100% | 270.4 MiB/s |  21.6 MiB |  00m00s
- [ 46/191] Installing mesa-libGLU-0:9.0. 100% |  88.5 MiB/s | 362.6 KiB |  00m00s
- [ 47/191] Installing libXcursor-0:1.2.3 100% |  26.9 MiB/s |  55.1 KiB |  00m00s
- [ 48/191] Installing libXdamage-0:1.1.6 100% |  40.2 MiB/s |  41.2 KiB |  00m00s
- [ 49/191] Installing libXtst-0:1.2.5-3. 100% |  16.9 MiB/s |  34.6 KiB |  00m00s
- [ 50/191] Installing abattis-cantarell- 100% |  47.5 MiB/s | 194.4 KiB |  00m00s
- [ 51/191] Installing libgusb-0:0.4.9-4. 100% |  53.3 MiB/s | 163.7 KiB |  00m00s
- [ 52/191] Installing colord-libs-0:1.4. 100% |  90.5 MiB/s | 833.8 KiB |  00m00s
- [ 53/191] Installing libtheora-1:1.1.1- 100% |  93.7 MiB/s | 479.7 KiB |  00m00s
- [ 54/191] Installing flac-libs-0:1.5.0- 100% |  85.7 MiB/s | 614.2 KiB |  00m00s
- [ 55/191] Installing libXrender-devel-0 100% |  24.9 MiB/s |  51.0 KiB |  00m00s
- [ 56/191] Installing libXrandr-0:1.5.4- 100% |  25.9 MiB/s |  53.0 KiB |  00m00s
- [ 57/191] Installing libXxf86vm-0:1.1.6 100% |  12.9 MiB/s |  26.5 KiB |  00m00s
- [ 58/191] Installing libXext-devel-0:1. 100% |  27.1 MiB/s | 110.9 KiB |  00m00s
- [ 59/191] Installing libXinerama-0:1.1. 100% |   7.8 MiB/s |  16.1 KiB |  00m00s
- [ 60/191] Installing libXv-0:1.0.13-3.f 100% |  13.3 MiB/s |  27.2 KiB |  00m00s
- [ 61/191] Installing bluez-libs-0:5.86- 100% |  64.9 MiB/s | 199.4 KiB |  00m00s
- [ 62/191] Installing duktape-0:2.7.0-10 100% | 100.5 MiB/s | 617.8 KiB |  00m00s
- [ 63/191] Installing libproxy-0:0.5.12- 100% |  34.0 MiB/s | 104.6 KiB |  00m00s
- [ 64/191] Installing libasyncns-0:0.8-3 100% |  27.7 MiB/s |  56.8 KiB |  00m00s
- [ 65/191] Installing mpg123-libs-0:1.32 100% |  88.6 MiB/s | 816.6 KiB |  00m00s
- [ 66/191] Installing lame-libs-0:3.100- 100% | 199.8 MiB/s |   1.2 MiB |  00m00s
- [ 67/191] Installing gsm-0:1.0.23-1.fc4 100% |  32.7 MiB/s |  66.9 KiB |  00m00s
- [ 68/191] Installing libsndfile-0:1.2.2 100% |  89.8 MiB/s | 551.6 KiB |  00m00s
- [ 69/191] Installing pulseaudio-libs-0: 100% | 211.2 MiB/s |   3.4 MiB |  00m00s
- [ 70/191] Installing webrtc-audio-proce 100% | 113.8 MiB/s |   1.4 MiB |  00m00s
- [ 71/191] Installing libsbc-0:2.0-7.fc4 100% |  46.2 MiB/s |  94.5 KiB |  00m00s
- [ 72/191] Installing libldac-0:2.0.2.3- 100% |  24.8 MiB/s |  76.2 KiB |  00m00s
- [ 73/191] Installing liblc3-0:1.1.3-5.f 100% |  55.9 MiB/s | 171.8 KiB |  00m00s
- [ 74/191] Installing libebur128-0:1.2.6 100% |  19.9 MiB/s |  40.7 KiB |  00m00s
- [ 75/191] Installing fftw-libs-single-0 100% | 144.0 MiB/s |   3.6 MiB |  00m00s
- [ 76/191] Installing fdk-aac-free-0:2.0 100% |  74.9 MiB/s | 613.3 KiB |  00m00s
- [ 77/191] Installing pipewire-libs-0:1. 100% |  74.8 MiB/s |   8.7 MiB |  00m00s
- [ 78/191] Installing orc-0:0.4.41-2.fc4 100% |  16.6 MiB/s | 728.9 KiB |  00m00s
- [ 79/191] Installing libvisual-1:0.4.2- 100% |  49.4 MiB/s | 455.1 KiB |  00m00s
- [ 80/191] Installing graphene-0:1.10.8- 100% |  31.3 MiB/s | 160.1 KiB |  00m00s
- [ 81/191] Installing cdparanoia-libs-0: 100% |  22.5 MiB/s | 115.0 KiB |  00m00s
- [ 82/191] Installing libunwind-0:1.8.1- 100% |  24.1 MiB/s | 197.4 KiB |  00m00s
- [ 83/191] Installing gstreamer1-0:1.26. 100% |  57.4 MiB/s |   5.4 MiB |  00m00s
- [ 84/191] Installing ModemManager-glib- 100% |  79.5 MiB/s |   1.5 MiB |  00m00s
- [ 85/191] Installing sound-theme-freede 100% |  17.5 MiB/s | 467.2 KiB |  00m00s
- [ 86/191] Installing libcanberra-0:0.30 100% |   4.8 MiB/s | 271.4 KiB |  00m00s
- [ 87/191] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0   B |  00m00s
- [ 88/191] Installing fuse3-0:3.16.2-5.f 100% |   5.0 MiB/s | 132.0 KiB |  00m00s
- [ 89/191] Installing highway-0:1.3.0-1. 100% | 162.8 MiB/s |   5.5 MiB |  00m00s
- [ 90/191] Installing libjxl-1:0.11.1-7. 100% | 137.0 MiB/s |   4.1 MiB |  00m00s
- [ 91/191] Installing openh264-0:2.6.0-2 100% | 121.8 MiB/s |   1.1 MiB |  00m00s
- [ 92/191] Installing rav1e-libs-0:0.8.1 100% | 123.3 MiB/s |   3.1 MiB |  00m00s
- [ 93/191] Installing xkeyboard-config-0 100% | 187.4 MiB/s |  10.3 MiB |  00m00s
- [ 94/191] Installing libxkbcommon-0:1.1 100% |  80.1 MiB/s | 409.9 KiB |  00m00s
- [ 95/191] Installing xz-devel-1:5.8.1-4 100% |  51.3 MiB/s | 262.6 KiB |  00m00s
- [ 96/191] Installing libxml2-devel-0:2. 100% |  97.6 MiB/s |   3.4 MiB |  00m00s
- [ 97/191] Installing libvmaf-0:3.0.0-4. 100% | 101.1 MiB/s | 828.4 KiB |  00m00s
- [ 98/191] Installing libaom-0:3.13.1-1. 100% | 136.0 MiB/s |   5.0 MiB |  00m00s
- [ 99/191] Installing svt-av1-libs-0:3.1 100% | 135.8 MiB/s |   5.6 MiB |  00m00s
- [100/191] Installing openjpeg-0:2.5.4-1 100% |  89.5 MiB/s | 458.2 KiB |  00m00s
- [101/191] Installing libwebp-0:1.6.0-2. 100% |  93.8 MiB/s | 960.7 KiB |  00m00s
- [102/191] Installing libopenjph-0:0.22. 100% |  50.7 MiB/s | 467.3 KiB |  00m00s
- [103/191] Installing libheif-0:1.20.2-6 100% |  74.0 MiB/s |   1.6 MiB |  00m00s
- [104/191] Installing libstemmer-0:3.0.1 100% |  64.7 MiB/s | 662.9 KiB |  00m00s
- [105/191] Installing libtinysparql-0:3. 100% |  60.9 MiB/s | 997.9 KiB |  00m00s
- [106/191] Installing cups-filesystem-1: 100% | 593.8 KiB/s |   1.8 KiB |  00m00s
- [107/191] Installing cups-libs-1:2.4.16 100% |  50.5 MiB/s | 620.2 KiB |  00m00s
- [108/191] Installing xprop-0:1.2.8-4.fc 100% |   1.6 MiB/s |  56.0 KiB |  00m00s
- [109/191] Installing at-spi2-core-0:2.5 100% |  74.2 MiB/s |   1.6 MiB |  00m00s
- [110/191] Installing atk-0:2.58.3-1.fc4 100% |  61.0 MiB/s | 250.0 KiB |  00m00s
- [111/191] Installing at-spi2-atk-0:2.58 100% |  55.8 MiB/s | 285.7 KiB |  00m00s
- [112/191] Installing hwdata-0:0.404-1.f 100% | 114.1 MiB/s |   9.8 MiB |  00m00s
- [113/191] Installing libpciaccess-0:0.1 100% |  11.2 MiB/s |  45.9 KiB |  00m00s
- [114/191] Installing libdrm-0:2.4.131-1 100% |  36.3 MiB/s | 408.5 KiB |  00m00s
- [115/191] Installing libdatrie-0:0.2.13 100% |  17.9 MiB/s |  54.9 KiB |  00m00s
- [116/191] Installing libthai-0:0.1.29-1 100% |  36.5 MiB/s | 785.2 KiB |  00m00s
- [117/191] Installing adwaita-icon-theme 100% |  12.2 MiB/s |   2.4 MiB |  00m00s
- [118/191] Installing adwaita-cursor-the 100% | 112.0 MiB/s |  11.4 MiB |  00m00s
- [119/191] Installing adwaita-icon-theme 100% |  12.2 MiB/s |   1.3 MiB |  00m00s
- [120/191] Installing libepoxy-0:1.5.10- 100% |  71.9 MiB/s |   1.1 MiB |  00m00s
- [121/191] Installing libcloudproviders- 100% |  20.5 MiB/s | 126.2 KiB |  00m00s
- [122/191] Installing libXcomposite-0:0. 100% |  10.3 MiB/s |  42.0 KiB |  00m00s
- [123/191] Installing hicolor-icon-theme 100% |   3.5 MiB/s | 179.7 KiB |  00m00s
- [124/191] Installing libblkid-devel-0:2 100% |  15.0 MiB/s |  46.0 KiB |  00m00s
- [125/191] Installing spirv-tools-libs-0 100% |  79.3 MiB/s |   5.8 MiB |  00m00s
- [126/191] Installing lzo-minilzo-0:2.10 100% |  12.4 MiB/s |  37.9 KiB |  00m00s
- [127/191] Installing lzo-devel-0:2.10-1 100% |  35.0 MiB/s | 215.3 KiB |  00m00s
- [128/191] Installing google-noto-fonts- 100% |   9.0 MiB/s |  18.5 KiB |  00m00s
- [129/191] Installing google-noto-sans-v 100% |  66.3 MiB/s |   1.4 MiB |  00m00s
- [130/191] Installing default-fonts-core 100% |   2.2 MiB/s |  18.2 KiB |  00m00s
- [131/191] Installing fontconfig-0:2.17. 100% | 724.5 KiB/s | 785.3 KiB |  00m01s
- [132/191] Installing cairo-0:1.18.4-2.f 100% |  68.2 MiB/s |   1.8 MiB |  00m00s
- [133/191] Installing cairo-gobject-0:1. 100% |  10.4 MiB/s |  32.0 KiB |  00m00s
- [134/191] Installing harfbuzz-cairo-0:1 100% |  15.9 MiB/s |  49.0 KiB |  00m00s
- [135/191] Installing libXft-0:2.3.8-9.f 100% |  32.4 MiB/s | 165.9 KiB |  00m00s
- [136/191] Installing pango-0:1.57.0-1.f 100% |  23.1 MiB/s |   1.0 MiB |  00m00s
- [137/191] Installing librsvg2-0:2.61.0- 100% | 120.7 MiB/s |   5.1 MiB |  00m00s
- [138/191] Installing glycin-loaders-0:2 100% | 149.8 MiB/s |  12.7 MiB |  00m00s
- [139/191] Installing glycin-libs-0:2.0. 100% | 128.6 MiB/s |   4.2 MiB |  00m00s
- [140/191] Installing gdk-pixbuf2-0:2.44 100% |  76.5 MiB/s |   2.5 MiB |  00m00s
- [141/191] Installing gtk-update-icon-ca 100% |   2.4 MiB/s |  63.3 KiB |  00m00s
- [142/191] Installing gtk3-0:3.24.51-2.f 100% | 145.5 MiB/s |  22.4 MiB |  00m00s
- [143/191] Installing libdecor-0:0.2.5-1 100% |  41.0 MiB/s | 167.8 KiB |  00m00s
- [144/191] Installing SDL3-0:3.4.0-3.fc4 100% | 131.1 MiB/s |   3.0 MiB |  00m00s
- [145/191] Installing sdl2-compat-0:2.32 100% |  80.1 MiB/s | 410.1 KiB |  00m00s
- [146/191] Installing SDL2_ttf-0:2.24.0- 100% |  44.6 MiB/s |  91.4 KiB |  00m00s
- [147/191] Installing libnotify-0:0.8.8- 100% |   2.1 MiB/s | 129.0 KiB |  00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc43.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 997.
- >>> Creating user 'geoclue' (n/a) with UID 997 and GID 997.
- >>>
- [148/191] Installing geoclue2-0:2.8.0-1 100% |  18.9 MiB/s | 405.6 KiB |  00m00s
- [149/191] Installing bzip2-devel-0:1.0. 100% | 151.7 MiB/s | 310.7 KiB |  00m00s
- [150/191] Installing brotli-0:1.2.0-1.f 100% |   1.4 MiB/s |  34.4 KiB |  00m00s
- [151/191] Installing brotli-devel-0:1.2 100% |  33.4 MiB/s |  68.4 KiB |  00m00s
- [152/191] Installing lm_sensors-libs-0: 100% |  42.4 MiB/s |  86.9 KiB |  00m00s
- [153/191] Installing libxshmfence-0:1.3 100% |   6.6 MiB/s |  13.6 KiB |  00m00s
- [154/191] Installing mesa-dri-drivers-0 100% | 145.3 MiB/s |  48.8 MiB |  00m00s
- [155/191] Installing mesa-libgbm-0:25.3 100% |  10.0 MiB/s |  20.5 KiB |  00m00s
- [156/191] Installing libglvnd-egl-1:1.7 100% |  32.4 MiB/s |  66.3 KiB |  00m00s
- [157/191] Installing mesa-libEGL-0:25.3 100% |  76.0 MiB/s | 311.3 KiB |  00m00s
- [158/191] Installing libglvnd-gles-1:1. 100% |  48.5 MiB/s |  99.3 KiB |  00m00s
- [159/191] Installing mesa-libGL-0:25.3. 100% |  35.0 MiB/s | 286.9 KiB |  00m00s
- [160/191] Installing libglvnd-glx-1:1.7 100% |  73.6 MiB/s | 602.6 KiB |  00m00s
- [161/191] Installing gstreamer1-plugins 100% | 108.6 MiB/s |   7.4 MiB |  00m00s
- [162/191] Installing xdg-desktop-portal 100% |  51.5 MiB/s |   1.9 MiB |  00m00s
- [163/191] Installing sysprof-capture-de 100% |  60.6 MiB/s | 806.5 KiB |  00m00s
- [164/191] Installing libsepol-devel-0:3 100% |  12.6 MiB/s | 128.9 KiB |  00m00s
- [165/191] Installing pcre2-utf32-0:10.4 100% |  66.4 MiB/s | 611.9 KiB |  00m00s
- [166/191] Installing pcre2-utf16-0:10.4 100% |  56.8 MiB/s | 640.0 KiB |  00m00s
- [167/191] Installing pcre2-devel-0:10.4 100% |  45.1 MiB/s |   2.1 MiB |  00m00s
- [168/191] Installing libselinux-devel-0 100% |  19.8 MiB/s | 162.1 KiB |  00m00s
- [169/191] Installing libmount-devel-0:2 100% |  13.0 MiB/s |  66.5 KiB |  00m00s
- [170/191] Installing libicu-devel-0:77. 100% |  45.0 MiB/s |   5.1 MiB |  00m00s
- [171/191] Installing python3-packaging- 100% |  35.6 MiB/s | 619.9 KiB |  00m00s
- [172/191] Installing libglvnd-core-deve 100% |  13.4 MiB/s |  41.1 KiB |  00m00s
- [173/191] Installing libglvnd-devel-1:1 100% |  84.8 MiB/s |   2.1 MiB |  00m00s
- [174/191] Installing mesa-libGLU-devel- 100% |   5.7 MiB/s |  17.5 KiB |  00m00s
- [175/191] Installing sdl2-compat-devel- 100% |  41.3 MiB/s |   3.3 MiB |  00m00s
- [176/191] Installing libffi-devel-0:3.5 100% |   5.8 MiB/s |  35.6 KiB |  00m00s
- [177/191] Installing glib2-devel-0:2.86 100% |  67.4 MiB/s |  15.8 MiB |  00m00s
- [178/191] Installing freetype-devel-0:2 100% | 117.0 MiB/s |   8.5 MiB |  00m00s
- [179/191] Installing fontconfig-devel-0 100% |  19.5 MiB/s | 159.4 KiB |  00m00s
- [180/191] Installing cairo-devel-0:1.18 100% | 163.6 MiB/s |   2.3 MiB |  00m00s
- [181/191] Installing harfbuzz-devel-0:1 100% |  80.8 MiB/s |   5.3 MiB |  00m00s
- [182/191] Installing SDL2_ttf-devel-0:2 100% |  23.6 MiB/s |  96.7 KiB |  00m00s
- [183/191] Installing xdg-desktop-portal 100% |  18.1 MiB/s | 481.2 KiB |  00m00s
- [184/191] Installing libcanberra-gtk3-0 100% |   1.8 MiB/s |  73.9 KiB |  00m00s
- [185/191] Installing tinysparql-0:3.10. 100% |  34.0 MiB/s |   2.6 MiB |  00m00s
- [186/191] Installing glib-networking-0: 100% |  52.9 MiB/s | 757.9 KiB |  00m00s
- [187/191] Installing mesa-va-drivers-0: 100% | 480.5 KiB/s | 984.0   B |  00m00s
- [188/191] Installing adwaita-mono-fonts 100% |  82.4 MiB/s |   5.5 MiB |  00m00s
- [189/191] Installing adwaita-sans-fonts 100% |  74.8 MiB/s |   1.7 MiB |  00m00s
- [190/191] Installing dconf-0:0.49.0-1.f 100% |   5.9 MiB/s | 312.1 KiB |  00m00s
- [191/191] Installing low-memory-monitor 100% |  55.4 KiB/s |  67.7 KiB |  00m01s
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" "SDL2-devel" "SDL2_ttf-devel"
- libffi-devel-3.5.2-1.fc43.x86_64
- sdl2-compat-devel-2.32.64-1.fc43.x86_64
- SDL2_ttf-devel-2.24.0-1.fc43.x86_64
# To update the current shell environment, run: eval $(opam env)
2026-02-13 20:40.13 ---> using "0cfa26894889b044a8112862f9b81a9f960eacd1c2f3c48ad29a91c8f69409a2" 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-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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.21.1
- install dune-configurator 3.21.1
- 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.64-1.fc43.x86_64" is already installed.
- 
- Nothing to do.
+ /usr/sbin/rpm "-q" "--whatprovides" "SDL2-devel"
- sdl2-compat-devel-2.32.64-1.fc43.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)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1  (cached)
-> installed conf-libffi.2.0.0
-> 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.21.1
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.21.1
-> 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-02-13 20:40.13 ---> using "7c30f54b229b1a65c5f9c26ed1ddd6c4d8f396c420da88152da610b0ead51b8b" from cache


/src: (copy (src .) (dst /src))
2026-02-13 20:40.13 ---> using "e0a8ac5ba9b96d4c57cbd797c1cdc142fd0d0873a91180645b142843f985a5f6" from cache


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
TTF_Init
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,24,0)
ERROR: Couldn't open /dev/input/event0: No such file or directory
ERROR: Couldn't open /dev/input/event0: No such file or directory
ERROR: Couldn't open /dev/input/event0: No such file or directory
2026-02-13 20:40.13 ---> using "877a5376604ccb58062b365d3691ae0a16d48073739dbac5b486fd5ab0ea4c1e" from cache
Job succeeded
2026-02-13 20:40.13: Job succeeded