2025-07-11 13:38.42: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:fedora-42-4.14_opam-2.3)
Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:92a2dfcbfadc0b877c4c07531e6c17e01d81a35f590c259ac6ee644491c96ca9
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:92a2dfcbfadc0b877c4c07531e6c17e01d81a35f590c259ac6ee644491c96ca9
# fedora-42-4.14_opam-2.3
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.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue-cairo.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-07-11 13:38.42: Using cache hint "sanette/bogue-cairo-ocaml/opam:fedora-42-ocaml-4.14@sha256:92a2dfcbfadc0b877c4c07531e6c17e01d81a35f590c259ac6ee644491c96ca9-fedora-42-4.14_opam-2.3-2ab634aa55403c454b6b5177cdb5b917"
2025-07-11 13:38.42: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:92a2dfcbfadc0b877c4c07531e6c17e01d81a35f590c259ac6ee644491c96ca9)
(comment fedora-42-4.14_opam-2.3)
(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.3 /usr/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue-cairo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue-cairo.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-07-11 13:38.42: Waiting for resource in pool OCluster
2025-07-11 13:43.28: Waiting for worker…
2025-07-11 13:45.29: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 6135ed8 version 0.1.0
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:92a2dfcbfadc0b877c4c07531e6c17e01d81a35f590c259ac6ee644491c96ca9)
2025-07-11 13:45.29 ---> using "ed16fac839065eed411261dd98027fc5a774a777a7cb09f621eb5f9c8e70e408" from cache
/: (comment fedora-42-4.14_opam-2.3)
/: (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 - Updates 100% | 69.4 KiB/s | 7.1 KiB | 00m00s
Fedora 42 - x86_64 - Updates 100% | 2.5 MiB/s | 3.3 MiB | 00m01s
Repositories loaded.
Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.
Nothing to do.
2025-07-11 13:45.29 ---> using "0f727d8e6b4922459793d6ee82ac3325992f2fce053926a6761b95ae4a580d35" from cache
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-07-11 13:45.29 ---> using "8cbba7add5ad330639653b419d7ab94b6e2a15e174401f8c13c979cc732f7456" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-11 13:45.29 ---> using "e10b4ac3ec769b1d8261edaa737089af50b2f0fbb8906d0c0a4548f2489de52d" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-11 13:45.29 ---> using "b3dffb3ff06fcff9299c46485bd7509ac0775759abdb1876a07729d2f1191664" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-11 13:45.29 ---> using "7d0dd958de6f888928813b3c6cec0ba0dc0f0cd4aca0bacbb5859159c41f76a9" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-07-11 13:45.29 ---> using "7c1bd1e0e53a51f59c69f4c06d8ca33e17aaf95653d98a48366027f9bc800baa" from cache
/src: (copy (src bogue-cairo.opam) (dst ./))
2025-07-11 13:45.29 ---> saved as "e1243101cc1bfb1bb400f7ea4efb405b13b3015e4a523c43f9ebcfe0e21cf9e0"
/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2025-07-11 13:45.30 ---> saved as "03d705da2685feeb6f1043b8eb79bbaeec6c3339a7140d6e39e8b296c7581491"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-11 13:45.30 ---> saved as "4e6198b2a5b9199d5d222a48e3ec0f9c03d9a5e8c243e66b8be461e96bdff580"
/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y bogue-cairo.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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:
cairo-devel libffi-devel SDL2-devel SDL2_image-devel SDL2_ttf-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/sbin/sudo "yum" "install" "-y" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel" "cairo-devel" "libffi-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Upgrading:
- glib2 x86_64 2.84.3-1.fc42 updates 14.7 MiB
- replacing glib2 x86_64 2.84.2-1.fc42 54cce02850ce40249c74a76143fc1401 14.7 MiB
- Installing:
- SDL2_image-devel x86_64 2.8.8-1.fc42 fedora 78.5 KiB
- SDL2_ttf-devel x86_64 2.22.0-4.fc42 fedora 94.3 KiB
- cairo-devel x86_64 1.18.2-3.fc42 fedora 2.3 MiB
- 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
- OpenCL-ICD-Loader x86_64 3.0.6-2.20241023git5907ac1.fc42 fedora 70.7 KiB
- SDL2_image x86_64 2.8.8-1.fc42 fedora 209.7 KiB
- SDL2_ttf x86_64 2.22.0-4.fc42 fedora 88.0 KiB
- SDL3 x86_64 3.2.16-1.fc42 updates 2.7 MiB
- abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB
- adwaita-cursor-theme noarch 48.0-1.fc42 fedora 11.4 MiB
- adwaita-icon-theme noarch 48.0-1.fc42 fedora 1.2 MiB
- adwaita-icon-theme-legacy noarch 46.2-3.fc42 fedora 2.1 MiB
- alsa-lib x86_64 1.2.14-3.fc42 updates 1.4 MiB
- aribb24 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora 81.8 KiB
- at-spi2-atk x86_64 2.56.3-1.fc42 updates 275.6 KiB
- at-spi2-core x86_64 2.56.3-1.fc42 updates 1.5 MiB
- atk x86_64 2.56.3-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.83-1.fc42 updates 198.3 KiB
- brotli x86_64 1.1.0-6.fc42 fedora 31.6 KiB
- brotli-devel x86_64 1.1.0-6.fc42 fedora 65.6 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-gobject x86_64 1.18.2-3.fc42 fedora 35.1 KiB
- cdparanoia-libs x86_64 10.2-47.fc42 fedora 117.5 KiB
- cjson x86_64 1.7.18-2.fc42 fedora 63.9 KiB
- cmake-filesystem x86_64 3.31.6-2.fc42 fedora 0.0 B
- codec2 x86_64 1.2.0-6.fc42 fedora 1.4 MiB
- 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.12-3.fc42 updates 0.0 B
- cups-libs x86_64 1:2.4.12-3.fc42 updates 618.7 KiB
- default-fonts-core-sans noarch 4.2-4.fc42 fedora 11.9 KiB
- exempi x86_64 2.6.4-7.fc42 fedora 1.4 MiB
- exiv2-libs x86_64 0.28.5-1.fc42 fedora 2.8 MiB
- 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
- game-music-emu x86_64 0.6.3-17.fc42 fedora 331.4 KiB
- gdk-pixbuf2 x86_64 2.42.12-10.fc42 fedora 2.5 MiB
- gdk-pixbuf2-modules x86_64 2.42.12-10.fc42 fedora 63.4 KiB
- geoclue2 x86_64 2.7.2-2.fc42 fedora 395.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
- giflib x86_64 5.2.2-6.fc42 updates 112.1 KiB
- glib2-devel x86_64 2.84.3-1.fc42 updates 15.8 MiB
- glibc-gconv-extra x86_64 2.41-8.fc42 updates 7.2 MiB
- gmock x86_64 1.15.2-3.fc42 fedora 131.0 KiB
- gobject-introspection x86_64 1.84.0-1.fc42 fedora 392.8 KiB
- 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
- gpgme x86_64 1.24.2-1.fc42 fedora 591.4 KiB
- gpgmepp x86_64 1.24.2-1.fc42 fedora 429.2 KiB
- 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-1.fc42 fedora 5.4 MiB
- gsm x86_64 1.0.22-8.fc42 fedora 68.8 KiB
- gstreamer1 x86_64 1.26.3-1.fc42 updates 5.3 MiB
- gstreamer1-plugins-base x86_64 1.26.3-1.fc42 updates 7.3 MiB
- gtest x86_64 1.15.2-3.fc42 fedora 501.7 KiB
- gtest-devel x86_64 1.15.2-3.fc42 fedora 1.0 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.2.0-5.fc42 fedora 4.4 MiB
- highway-devel x86_64 1.2.0-5.fc42 fedora 3.7 MiB
- hwdata noarch 0.397-1.fc42 updates 9.6 MiB
- ilbc x86_64 3.0.4-13.fc42 fedora 95.4 KiB
- inih x86_64 58-3.fc42 fedora 26.4 KiB
- inih-cpp x86_64 58-3.fc42 fedora 27.9 KiB
- 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.6-2.fc42 fedora 590.7 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.12.0-1.fc42 fedora 5.0 MiB
- libaom-devel x86_64 3.12.0-1.fc42 fedora 27.0 MiB
- libaribcaption x86_64 1.1.1-2.fc42 fedora 248.5 KiB
- libasyncns x86_64 0.8-30.fc42 fedora 59.5 KiB
- libavcodec-free x86_64 7.1.1-4.fc42 updates 9.8 MiB
- libavformat-free x86_64 7.1.1-4.fc42 updates 2.6 MiB
- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB
- libavif-devel x86_64 1.1.1-1.fc42 fedora 90.5 KiB
- libavutil-free x86_64 7.1.1-4.fc42 updates 962.8 KiB
- libblkid-devel x86_64 2.40.4-7.fc42 fedora 44.9 KiB
- libbluray x86_64 1.3.4-9.fc42 fedora 397.6 KiB
- libcamera x86_64 0.4.0-4.fc42 fedora 1.9 MiB
- libcanberra x86_64 0.30-37.fc42 fedora 286.4 KiB
- libchromaprint x86_64 1.5.1-24.fc42 fedora 64.5 KiB
- libcloudproviders x86_64 0.3.6-1.fc42 fedora 124.3 KiB
- libcue x86_64 2.3.0-11.fc42 fedora 89.8 KiB
- libdatrie x86_64 0.2.13-11.fc42 fedora 57.8 KiB
- libdav1d x86_64 1.5.1-1.fc42 fedora 1.7 MiB
- libdav1d-devel x86_64 1.5.1-1.fc42 fedora 41.9 KiB
- libdecor x86_64 0.2.3-5.fc42 updates 165.2 KiB
- libdrm x86_64 2.4.125-1.fc42 updates 395.8 KiB
- libdvdnav x86_64 6.1.1-10.fc42 fedora 120.1 KiB
- libdvdread x86_64 6.1.3-9.fc42 fedora 160.1 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
- libexif x86_64 0.6.25-1.fc42 fedora 2.7 MiB
- libgexiv2 x86_64 0.14.5-1.fc42 updates 278.9 KiB
- 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
- libgsf x86_64 1.14.53-3.fc42 fedora 969.5 KiB
- libgudev x86_64 238-7.fc42 fedora 87.8 KiB
- libgusb x86_64 0.4.9-3.fc42 fedora 162.0 KiB
- libgxps x86_64 0.3.2-10.fc42 fedora 192.1 KiB
- libicu-devel x86_64 76.1-4.fc42 fedora 5.0 MiB
- libimobiledevice x86_64 1.3.0^20240916gited9703d-5.fc42 fedora 304.7 KiB
- libimobiledevice-glue x86_64 1.3.1-2.fc42 fedora 122.8 KiB
- libiptcdata x86_64 1.0.5-21.fc42 fedora 171.9 KiB
- libjpeg-turbo x86_64 3.1.0-2.fc42 fedora 803.2 KiB
- libjpeg-turbo-devel x86_64 3.1.0-2.fc42 fedora 353.9 KiB
- libjxl x86_64 1:0.11.1-2.fc42 fedora 3.0 MiB
- libjxl-devel x86_64 1:0.11.1-2.fc42 fedora 764.9 KiB
- 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
- libldb x86_64 2:4.22.2-1.fc42 updates 450.7 KiB
- liblerc x86_64 4.0.0-8.fc42 fedora 636.1 KiB
- liblerc-devel x86_64 4.0.0-8.fc42 fedora 4.3 MiB
- libmodplug x86_64 1:0.8.9.0-27.fc42 fedora 355.2 KiB
- libmount-devel x86_64 2.40.4-7.fc42 fedora 63.5 KiB
- libnotify x86_64 0.8.6-1.fc42 updates 122.2 KiB
- libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB
- libopenmpt x86_64 0.7.13-3.fc42 fedora 1.6 MiB
- libosinfo x86_64 1.12.0-2.fc42 fedora 1.2 MiB
- libpciaccess x86_64 0.16-15.fc42 fedora 44.5 KiB
- libplist x86_64 2.6.0-2.fc42 fedora 237.0 KiB
- libpng x86_64 2:1.6.44-2.fc42 fedora 241.7 KiB
- libpng-devel x86_64 2:1.6.44-2.fc42 fedora 877.7 KiB
- libproxy x86_64 0.5.8-2.fc42 fedora 102.3 KiB
- librabbitmq x86_64 0.15.0-2.fc42 fedora 89.6 KiB
- librist x86_64 0.2.7-9.fc42 fedora 153.3 KiB
- librsvg2 x86_64 2.60.0-1.fc42 fedora 5.0 MiB
- libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB
- libselinux-devel x86_64 3.8-2.fc42 updates 126.8 KiB
- libsepol-devel x86_64 3.8-1.fc42 fedora 120.8 KiB
- libsmbclient x86_64 2:4.22.2-1.fc42 updates 164.7 KiB
- libsndfile x86_64 1.2.2-8.fc42 fedora 550.0 KiB
- libsodium x86_64 1.0.20-4.fc42 fedora 389.1 KiB
- libsoup3 x86_64 3.6.5-1.fc42 fedora 1.1 MiB
- libswresample-free x86_64 7.1.1-4.fc42 updates 147.3 KiB
- libtalloc x86_64 2.4.3-2.fc42 fedora 64.1 KiB
- libtdb x86_64 1.4.13-2.fc42 fedora 100.5 KiB
- libtevent x86_64 0.16.2-2.fc42 fedora 101.4 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.0-3.fc42 fedora 619.1 KiB
- libtiff-devel x86_64 4.7.0-3.fc42 fedora 761.9 KiB
- libtinysparql x86_64 3.9.2-1.fc42 updates 1.3 MiB
- libudfread x86_64 1.1.2-11.fc42 fedora 65.9 KiB
- libunwind x86_64 1.8.1-2.fc42 fedora 194.1 KiB
- libusbmuxd x86_64 2.1.0-3.fc42 fedora 75.2 KiB
- libva x86_64 2.22.0-4.fc42 fedora 329.4 KiB
- libvdpau x86_64 1.5-9.fc42 fedora 20.7 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
- libvmaf-devel x86_64 3.0.0-3.fc42 fedora 29.3 KiB
- libvorbis x86_64 1:1.3.7-12.fc42 fedora 833.4 KiB
- libvpl x86_64 1:2.15.0-1.fc42 updates 426.5 KiB
- libvpx x86_64 1.15.0-3.fc42 updates 3.3 MiB
- libwayland-client x86_64 1.23.1-1.fc42 updates 62.1 KiB
- libwayland-cursor x86_64 1.23.1-1.fc42 updates 37.3 KiB
- libwayland-egl x86_64 1.23.1-1.fc42 updates 12.4 KiB
- libwayland-server x86_64 1.23.1-1.fc42 updates 78.6 KiB
- libwbclient x86_64 2:4.22.2-1.fc42 updates 68.6 KiB
- libwebp x86_64 1.5.0-2.fc42 fedora 947.6 KiB
- libwebp-devel x86_64 1.5.0-2.fc42 fedora 121.2 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
- libxslt x86_64 1.1.43-1.fc42 fedora 456.1 KiB
- libyuv x86_64 0-0.56.20240704git96bbdb5.fc42 fedora 683.6 KiB
- libzstd-devel x86_64 1.5.7-1.fc42 fedora 208.0 KiB
- lm_sensors-libs x86_64 3.6.0-22.fc42 fedora 85.8 KiB
- lmdb-libs x86_64 0.9.33-3.fc42 fedora 105.4 KiB
- lpcnetfreedv x86_64 0.5-8.fc42 fedora 14.8 MiB
- lttng-ust x86_64 2.13.8-4.fc42 fedora 1.1 MiB
- mbedtls x86_64 3.6.4-1.fc42 updates 1.3 MiB
- mesa-dri-drivers x86_64 25.1.4-2.fc42 updates 46.6 MiB
- mesa-filesystem x86_64 25.1.4-2.fc42 updates 3.6 KiB
- mesa-libEGL x86_64 25.1.4-2.fc42 updates 335.0 KiB
- mesa-libGL x86_64 25.1.4-2.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.4-2.fc42 updates 19.7 KiB
- mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB
- nspr x86_64 4.36.0-9.fc42 updates 315.5 KiB
- nss x86_64 3.112.0-1.fc42 updates 1.9 MiB
- nss-softokn x86_64 3.112.0-1.fc42 updates 1.9 MiB
- nss-softokn-freebl x86_64 3.112.0-1.fc42 updates 848.3 KiB
- nss-sysinit x86_64 3.112.0-1.fc42 updates 18.1 KiB
- nss-util x86_64 3.112.0-1.fc42 updates 200.8 KiB
- opencore-amr x86_64 0.1.6-8.fc42 fedora 348.7 KiB
- openh264 x86_64 2.5.1-1.fc42 fedora-cisco-openh264 1.1 MiB
- openjpeg x86_64 2.5.3-6.fc42 fedora 451.8 KiB
- openpgm x86_64 5.3.128-4.fc42 fedora 316.3 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
- osinfo-db noarch 20250124-1.fc42 fedora 3.9 MiB
- osinfo-db-tools x86_64 1.12.0-2.fc42 fedora 190.9 KiB
- pango x86_64 1.56.3-1.fc42 fedora 1.0 MiB
- pcre2-devel x86_64 10.45-1.fc42 fedora 2.1 MiB
- pcre2-utf16 x86_64 10.45-1.fc42 fedora 626.3 KiB
- pcre2-utf32 x86_64 10.45-1.fc42 fedora 598.2 KiB
- pipewire-jack-audio-connection-kit-libs x86_64 1.4.6-1.fc42 updates 496.6 KiB
- pipewire-libs x86_64 1.4.6-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
- poppler x86_64 25.02.0-1.fc42 fedora 3.7 MiB
- poppler-data noarch 0.4.11-9.fc42 fedora 12.3 MiB
- poppler-glib x86_64 25.02.0-1.fc42 fedora 612.3 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-devel x86_64 0.7.1-5.fc42 fedora 24.8 KiB
- rav1e-libs x86_64 0.7.1-5.fc42 fedora 3.0 MiB
- rtkit x86_64 0.11-66.fc42 fedora 138.1 KiB
- samba-client-libs x86_64 2:4.22.2-1.fc42 updates 19.5 MiB
- samba-common noarch 2:4.22.2-1.fc42 updates 198.9 KiB
- samba-common-libs x86_64 2:4.22.2-1.fc42 updates 259.3 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
- snappy x86_64 1.2.1-4.fc42 fedora 71.3 KiB
- sound-theme-freedesktop noarch 0.8-23.fc42 fedora 460.4 KiB
- soxr x86_64 0.1.3-18.fc42 fedora 191.5 KiB
- speex x86_64 1.2.0-19.fc42 fedora 128.5 KiB
- spirv-tools-libs x86_64 2025.2-2.fc42 updates 5.8 MiB
- srt-libs x86_64 1.5.4-2.fc42 fedora 997.8 KiB
- svt-av1-devel x86_64 2.3.0-1.fc42 fedora 71.4 KiB
- svt-av1-libs x86_64 2.3.0-1.fc42 fedora 5.6 MiB
- sysprof-capture-devel x86_64 48.0-1.fc42 fedora 273.8 KiB
- totem-pl-parser x86_64 3.26.6-12.fc42 fedora 308.3 KiB
- twolame-libs x86_64 0.4.0-6.fc42 fedora 165.5 KiB
- uchardet x86_64 0.0.8-7.fc42 fedora 275.6 KiB
- upower-libs x86_64 1.90.9-4.fc42 updates 170.6 KiB
- vo-amrwbenc x86_64 0.1.3-22.fc42 fedora 153.9 KiB
- webrtc-audio-processing x86_64 1.3-5.fc42 fedora 1.4 MiB
- wireplumber x86_64 0.5.8-1.fc42 fedora 373.4 KiB
- wireplumber-libs x86_64 0.5.8-1.fc42 fedora 1.2 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
- xvidcore x86_64 1.3.7-13.fc42 fedora 878.4 KiB
- xz-devel x86_64 1:5.8.1-2.fc42 updates 258.8 KiB
- zeromq x86_64 4.3.5-21.fc42 fedora 890.1 KiB
- zlib-ng-compat-devel x86_64 2.2.4-3.fc42 fedora 107.0 KiB
- zvbi x86_64 0.2.43-2.fc42 fedora 1.2 MiB
- 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
- exiv2 x86_64 0.28.5-1.fc42 fedora 12.2 MiB
- glib-networking x86_64 2.80.1-1.fc42 fedora 742.9 KiB
- intel-mediasdk x86_64 23.2.2-7.fc42 fedora 22.5 MiB
- intel-vpl-gpu-rt x86_64 25.2.5-1.fc42 updates 8.2 MiB
- jxl-pixbuf-loader x86_64 1:0.11.1-2.fc42 fedora 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
- localsearch x86_64 3.9.0-1.fc42 fedora 3.8 MiB
- logrotate x86_64 3.22.0-3.fc42 fedora 148.9 KiB
- low-memory-monitor x86_64 2.1-12.fc42 fedora 66.0 KiB
- mesa-va-drivers x86_64 25.1.4-2.fc42 updates 115.0 B
- pipewire x86_64 1.4.6-1.fc42 updates 427.2 KiB
- pipewire-alsa x86_64 1.4.6-1.fc42 updates 158.0 KiB
- pipewire-jack-audio-connection-kit x86_64 1.4.6-1.fc42 updates 30.0 B
- pipewire-plugin-libcamera x86_64 1.4.6-1.fc42 updates 146.5 KiB
- pipewire-pulseaudio x86_64 1.4.6-1.fc42 updates 436.1 KiB
- rsvg-pixbuf-loader x86_64 2.60.0-1.fc42 fedora 345.0 KiB
- svt-av1-devel-docs noarch 2.3.0-1.fc42 fedora 8.4 MiB
- tinysparql x86_64 3.9.2-1.fc42 updates 2.5 MiB
- upower x86_64 1.90.9-4.fc42 updates 275.8 KiB
- usbmuxd x86_64 1.1.1^20240915git0b1b233-4.fc42 fedora 149.1 KiB
- 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: 315 packages
- Upgrading: 1 package
- Replacing: 1 package
-
- Total size of inbound packages is 155 MiB. Need to download 155 MiB.
- After this operation, 523 MiB extra will be used (install 538 MiB, remove 15 MiB).
- [ 1/316] cmake-filesystem-0:3.31.6-2.f 100% | 475.4 KiB/s | 17.6 KiB | 00m00s
- [ 2/316] sdl2-compat-0:2.32.56-1.fc42. 100% | 597.1 KiB/s | 134.9 KiB | 00m00s
- [ 3/316] SDL2_image-devel-0:2.8.8-1.fc 100% | 2.3 MiB/s | 19.1 KiB | 00m00s
- [ 4/316] SDL2_image-0:2.8.8-1.fc42.x86 100% | 6.2 MiB/s | 108.7 KiB | 00m00s
- [ 5/316] sdl2-compat-devel-0:2.32.56-1 100% | 1.4 MiB/s | 395.7 KiB | 00m00s
- [ 6/316] libavif-0:1.1.1-1.fc42.x86_64 100% | 1.8 MiB/s | 100.1 KiB | 00m00s
- [ 7/316] libtiff-0:4.7.0-3.fc42.x86_64 100% | 8.0 MiB/s | 220.4 KiB | 00m00s
- [ 8/316] libjxl-1:0.11.1-2.fc42.x86_64 100% | 12.1 MiB/s | 1.1 MiB | 00m00s
- [ 9/316] SDL3-0:3.2.16-1.fc42.x86_64 100% | 3.0 MiB/s | 1.0 MiB | 00m00s
- [ 10/316] libwebp-0:1.5.0-2.fc42.x86_64 100% | 8.0 MiB/s | 320.6 KiB | 00m00s
- [ 11/316] libyuv-0:0-0.56.20240704git96 100% | 4.6 MiB/s | 201.9 KiB | 00m00s
- [ 12/316] libdav1d-0:1.5.1-1.fc42.x86_6 100% | 7.8 MiB/s | 640.9 KiB | 00m00s
- [ 13/316] libaom-0:3.12.0-1.fc42.x86_64 100% | 9.5 MiB/s | 1.8 MiB | 00m00s
- [ 14/316] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 15.4 MiB/s | 2.0 MiB | 00m00s
- [ 15/316] rav1e-libs-0:0.7.1-5.fc42.x86 100% | 5.9 MiB/s | 1.0 MiB | 00m00s
- [ 16/316] jbigkit-libs-0:2.1-31.fc42.x8 100% | 5.8 MiB/s | 53.3 KiB | 00m00s
- [ 17/316] shared-mime-info-0:2.3-7.fc42 100% | 9.4 MiB/s | 393.7 KiB | 00m00s
- [ 18/316] libjpeg-turbo-0:3.1.0-2.fc42. 100% | 7.0 MiB/s | 236.2 KiB | 00m00s
- [ 19/316] liblerc-0:4.0.0-8.fc42.x86_64 100% | 8.5 MiB/s | 216.7 KiB | 00m00s
- [ 20/316] SDL2_ttf-devel-0:2.22.0-4.fc4 100% | 2.3 MiB/s | 21.6 KiB | 00m00s
- [ 21/316] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 6.0 MiB/s | 197.7 KiB | 00m00s
- [ 22/316] SDL2_ttf-0:2.22.0-4.fc42.x86_ 100% | 4.6 MiB/s | 42.0 KiB | 00m00s
- [ 23/316] highway-0:1.2.0-5.fc42.x86_64 100% | 4.7 MiB/s | 625.6 KiB | 00m00s
- [ 24/316] libpng-2:1.6.44-2.fc42.x86_64 100% | 5.0 MiB/s | 123.9 KiB | 00m00s
- [ 25/316] graphite2-0:1.3.14-18.fc42.x8 100% | 3.9 MiB/s | 95.8 KiB | 00m00s
- [ 26/316] freetype-0:2.13.3-2.fc42.x86_ 100% | 5.6 MiB/s | 415.5 KiB | 00m00s
- [ 27/316] cairo-devel-0:1.18.2-3.fc42.x 100% | 5.9 MiB/s | 192.1 KiB | 00m00s
- [ 28/316] fontconfig-0:2.16.0-2.fc42.x8 100% | 5.7 MiB/s | 272.0 KiB | 00m00s
- [ 29/316] libXext-0:1.3.6-3.fc42.x86_64 100% | 4.8 MiB/s | 39.3 KiB | 00m00s
- [ 30/316] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 6.9 MiB/s | 1.1 MiB | 00m00s
- [ 31/316] libXrender-0:0.9.12-2.fc42.x8 100% | 3.3 MiB/s | 26.9 KiB | 00m00s
- [ 32/316] default-fonts-core-sans-0:4.2 100% | 3.4 MiB/s | 31.3 KiB | 00m00s
- [ 33/316] xml-common-0:0.6.3-66.fc42.no 100% | 3.4 MiB/s | 31.2 KiB | 00m00s
- [ 34/316] abattis-cantarell-vf-fonts-0: 100% | 6.9 MiB/s | 120.3 KiB | 00m00s
- [ 35/316] cairo-0:1.18.2-3.fc42.x86_64 100% | 6.3 MiB/s | 731.8 KiB | 00m00s
- [ 36/316] google-noto-fonts-common-0:20 100% | 2.1 MiB/s | 17.1 KiB | 00m00s
- [ 37/316] libffi-devel-0:3.4.6-5.fc42.x 100% | 3.5 MiB/s | 28.8 KiB | 00m00s
- [ 38/316] cpuinfo-0:24.09.26-2.git1e83a 100% | 1.4 MiB/s | 43.8 KiB | 00m00s
- [ 39/316] fonts-filesystem-1:2.0.5-22.f 100% | 300.9 KiB/s | 8.7 KiB | 00m00s
- [ 40/316] pixman-devel-0:0.46.2-1.fc42. 100% | 598.8 KiB/s | 18.0 KiB | 00m00s
- [ 41/316] google-noto-sans-vf-fonts-0:2 100% | 6.7 MiB/s | 614.5 KiB | 00m00s
- [ 42/316] fontconfig-devel-0:2.16.0-2.f 100% | 4.8 MiB/s | 167.3 KiB | 00m00s
- [ 43/316] gettext-runtime-0:0.23.1-2.fc 100% | 6.3 MiB/s | 116.1 KiB | 00m00s
- [ 44/316] libtextstyle-0:0.23.1-2.fc42. 100% | 5.3 MiB/s | 92.1 KiB | 00m00s
- [ 45/316] gettext-envsubst-0:0.23.1-2.f 100% | 4.1 MiB/s | 37.7 KiB | 00m00s
- [ 46/316] gettext-0:0.23.1-2.fc42.x86_6 100% | 8.2 MiB/s | 1.1 MiB | 00m00s
- [ 47/316] gettext-libs-0:0.23.1-2.fc42. 100% | 5.6 MiB/s | 760.4 KiB | 00m00s
- [ 48/316] libXrender-devel-0:0.9.12-2.f 100% | 2.1 MiB/s | 19.1 KiB | 00m00s
- [ 49/316] libXext-devel-0:1.3.6-3.fc42. 100% | 3.5 MiB/s | 85.3 KiB | 00m00s
- [ 50/316] zlib-ng-compat-devel-0:2.2.4- 100% | 4.7 MiB/s | 38.4 KiB | 00m00s
- [ 51/316] freetype-devel-0:2.13.3-2.fc4 100% | 8.0 MiB/s | 1.0 MiB | 00m00s
- [ 52/316] libpng-devel-2:1.6.44-2.fc42. 100% | 6.1 MiB/s | 291.9 KiB | 00m00s
- [ 53/316] harfbuzz-cairo-0:10.4.0-1.fc4 100% | 3.3 MiB/s | 30.1 KiB | 00m00s
- [ 54/316] harfbuzz-icu-0:10.4.0-1.fc42. 100% | 1.9 MiB/s | 15.4 KiB | 00m00s
- [ 55/316] libavif-devel-0:1.1.1-1.fc42. 100% | 4.1 MiB/s | 33.8 KiB | 00m00s
- [ 56/316] harfbuzz-devel-0:10.4.0-1.fc4 100% | 5.8 MiB/s | 453.7 KiB | 00m00s
- [ 57/316] pixman-0:0.46.2-1.fc42.x86_64 100% | 2.9 MiB/s | 292.7 KiB | 00m00s
- [ 58/316] libjxl-devel-1:0.11.1-2.fc42. 100% | 4.8 MiB/s | 198.5 KiB | 00m00s
- [ 59/316] libwebp-devel-0:1.5.0-2.fc42. 100% | 4.8 MiB/s | 39.7 KiB | 00m00s
- [ 60/316] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 4.9 MiB/s | 114.4 KiB | 00m00s
- [ 61/316] libglvnd-devel-1:1.7.0-7.fc42 100% | 4.9 MiB/s | 161.8 KiB | 00m00s
- [ 62/316] libglvnd-core-devel-1:1.7.0-7 100% | 1.9 MiB/s | 17.4 KiB | 00m00s
- [ 63/316] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 3.9 MiB/s | 36.3 KiB | 00m00s
- [ 64/316] libglvnd-gles-1:1.7.0-7.fc42. 100% | 3.1 MiB/s | 28.6 KiB | 00m00s
- [ 65/316] libtiff-devel-0:4.7.0-3.fc42. 100% | 4.7 MiB/s | 268.2 KiB | 00m00s
- [ 66/316] libglvnd-opengl-1:1.7.0-7.fc4 100% | 4.6 MiB/s | 37.4 KiB | 00m00s
- [ 67/316] mesa-libGLU-devel-0:9.0.3-6.f 100% | 1.5 MiB/s | 12.1 KiB | 00m00s
- [ 68/316] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 5.2 MiB/s | 133.1 KiB | 00m00s
- [ 69/316] libjpeg-turbo-devel-0:3.1.0-2 100% | 4.0 MiB/s | 97.6 KiB | 00m00s
- [ 70/316] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 5.3 MiB/s | 167.1 KiB | 00m00s
- [ 71/316] brotli-devel-0:1.1.0-6.fc42.x 100% | 4.1 MiB/s | 33.9 KiB | 00m00s
- [ 72/316] libzstd-devel-0:1.5.7-1.fc42. 100% | 3.2 MiB/s | 53.1 KiB | 00m00s
- [ 73/316] brotli-0:1.1.0-6.fc42.x86_64 100% | 2.4 MiB/s | 19.9 KiB | 00m00s
- [ 74/316] highway-devel-0:1.2.0-5.fc42. 100% | 5.6 MiB/s | 422.7 KiB | 00m00s
- [ 75/316] mesa-libGL-0:25.1.4-2.fc42.x8 100% | 1.7 MiB/s | 121.6 KiB | 00m00s
- [ 76/316] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 2.2 MiB/s | 17.9 KiB | 00m00s
- [ 77/316] mesa-filesystem-0:25.1.4-2.fc 100% | 262.3 KiB/s | 8.7 KiB | 00m00s
- [ 78/316] libxshmfence-0:1.3.2-6.fc42.x 100% | 1.6 MiB/s | 13.3 KiB | 00m00s
- [ 79/316] lm_sensors-libs-0:3.6.0-22.fc 100% | 4.9 MiB/s | 40.4 KiB | 00m00s
- [ 80/316] mesa-libgbm-0:25.1.4-2.fc42.x 100% | 45.4 KiB/s | 14.7 KiB | 00m00s
- [ 81/316] liblerc-devel-0:4.0.0-8.fc42. 100% | 5.3 MiB/s | 3.2 MiB | 00m01s
- [ 82/316] mesa-dri-drivers-0:25.1.4-2.f 100% | 22.5 MiB/s | 12.5 MiB | 00m01s
- [ 83/316] mesa-libEGL-0:25.1.4-2.fc42.x 100% | 703.3 KiB/s | 127.3 KiB | 00m00s
- [ 84/316] libvmaf-devel-0:3.0.0-3.fc42. 100% | 1.0 MiB/s | 16.4 KiB | 00m00s
- [ 85/316] rav1e-devel-0:0.7.1-5.fc42.x8 100% | 1.9 MiB/s | 15.8 KiB | 00m00s
- [ 86/316] libdav1d-devel-0:1.5.1-1.fc42 100% | 1.3 MiB/s | 19.5 KiB | 00m00s
- [ 87/316] svt-av1-devel-0:2.3.0-1.fc42. 100% | 3.4 MiB/s | 27.5 KiB | 00m00s
- [ 88/316] gtest-0:1.15.2-3.fc42.x86_64 100% | 5.7 MiB/s | 186.4 KiB | 00m00s
- [ 89/316] gtest-devel-0:1.15.2-3.fc42.x 100% | 5.4 MiB/s | 255.7 KiB | 00m00s
- [ 90/316] python3-packaging-0:24.2-3.fc 100% | 6.3 MiB/s | 154.0 KiB | 00m00s
- [ 91/316] graphite2-devel-0:1.3.14-18.f 100% | 2.5 MiB/s | 20.8 KiB | 00m00s
- [ 92/316] glib2-devel-0:2.84.3-1.fc42.x 100% | 10.3 MiB/s | 1.5 MiB | 00m00s
- [ 93/316] libicu-devel-0:76.1-4.fc42.x8 100% | 6.9 MiB/s | 793.5 KiB | 00m00s
- [ 94/316] gmock-0:1.15.2-3.fc42.x86_64 100% | 3.5 MiB/s | 61.4 KiB | 00m00s
- [ 95/316] bzip2-devel-0:1.0.8-20.fc42.x 100% | 6.1 MiB/s | 213.7 KiB | 00m00s
- [ 96/316] libxml2-devel-0:2.12.10-1.fc4 100% | 7.1 MiB/s | 523.7 KiB | 00m00s
- [ 97/316] libpciaccess-0:0.16-15.fc42.x 100% | 3.2 MiB/s | 26.3 KiB | 00m00s
- [ 98/316] libdrm-0:2.4.125-1.fc42.x86_6 100% | 2.4 MiB/s | 161.3 KiB | 00m00s
- [ 99/316] libwayland-client-0:1.23.1-1. 100% | 1.1 MiB/s | 33.0 KiB | 00m00s
- [100/316] libwayland-server-0:1.23.1-1. 100% | 1.2 MiB/s | 41.5 KiB | 00m00s
- [101/316] libdecor-0:0.2.3-5.fc42.x86_6 100% | 1.8 MiB/s | 58.0 KiB | 00m00s
- [102/316] spirv-tools-libs-0:2025.2-2.f 100% | 9.8 MiB/s | 1.5 MiB | 00m00s
- [103/316] libwayland-cursor-0:1.23.1-1. 100% | 169.8 KiB/s | 18.8 KiB | 00m00s
- [104/316] pango-0:1.56.3-1.fc42.x86_64 100% | 5.9 MiB/s | 348.3 KiB | 00m00s
- [105/316] adwaita-icon-theme-0:48.0-1.f 100% | 5.6 MiB/s | 399.2 KiB | 00m00s
- [106/316] cairo-gobject-0:1.18.2-3.fc42 100% | 2.1 MiB/s | 17.3 KiB | 00m00s
- [107/316] colord-libs-0:1.4.7-6.fc42.x8 100% | 5.8 MiB/s | 231.1 KiB | 00m00s
- [108/316] fribidi-0:1.0.16-2.fc42.x86_6 100% | 5.8 MiB/s | 53.6 KiB | 00m00s
- [109/316] gdk-pixbuf2-0:2.42.12-10.fc42 100% | 6.7 MiB/s | 490.6 KiB | 00m00s
- [110/316] gdk-pixbuf2-modules-0:2.42.12 100% | 3.4 MiB/s | 27.9 KiB | 00m00s
- [111/316] gtk-update-icon-cache-0:3.24. 100% | 4.1 MiB/s | 33.8 KiB | 00m00s
- [112/316] hicolor-icon-theme-0:0.17-20. 100% | 4.3 MiB/s | 65.7 KiB | 00m00s
- [113/316] libXcomposite-0:0.4.6-5.fc42. 100% | 3.0 MiB/s | 24.3 KiB | 00m00s
- [114/316] libXcursor-0:1.2.3-2.fc42.x86 100% | 3.8 MiB/s | 31.4 KiB | 00m00s
- [115/316] libXdamage-0:1.1.6-5.fc42.x86 100% | 2.9 MiB/s | 23.4 KiB | 00m00s
- [116/316] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 2.3 MiB/s | 19.1 KiB | 00m00s
- [117/316] libXi-0:1.8.2-2.fc42.x86_64 100% | 4.9 MiB/s | 40.5 KiB | 00m00s
- [118/316] libXinerama-0:1.1.5-8.fc42.x8 100% | 1.7 MiB/s | 14.3 KiB | 00m00s
- [119/316] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 3.4 MiB/s | 27.8 KiB | 00m00s
- [120/316] libcloudproviders-0:0.3.6-1.f 100% | 5.1 MiB/s | 46.8 KiB | 00m00s
- [121/316] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 6.8 MiB/s | 229.9 KiB | 00m00s
- [122/316] libXft-0:2.3.8-8.fc42.x86_64 100% | 2.8 MiB/s | 72.9 KiB | 00m00s
- [123/316] libthai-0:0.1.29-10.fc42.x86_ 100% | 5.0 MiB/s | 211.5 KiB | 00m00s
- [124/316] adwaita-cursor-theme-0:48.0-1 100% | 4.7 MiB/s | 379.6 KiB | 00m00s
- [125/316] adwaita-icon-theme-legacy-0:4 100% | 6.0 MiB/s | 2.5 MiB | 00m00s
- [126/316] lcms2-0:2.16-5.fc42.x86_64 100% | 4.6 MiB/s | 184.1 KiB | 00m00s
- [127/316] libgusb-0:0.4.9-3.fc42.x86_64 100% | 4.0 MiB/s | 65.3 KiB | 00m00s
- [128/316] gtk3-0:3.24.49-2.fc42.x86_64 100% | 5.6 MiB/s | 5.8 MiB | 00m01s
- [129/316] libdatrie-0:0.2.13-11.fc42.x8 100% | 1.8 MiB/s | 32.4 KiB | 00m00s
- [130/316] json-glib-0:1.10.6-2.fc42.x86 100% | 4.8 MiB/s | 171.7 KiB | 00m00s
- [131/316] libsepol-devel-0:3.8-1.fc42.x 100% | 4.7 MiB/s | 48.4 KiB | 00m00s
- [132/316] libmount-devel-0:2.40.4-7.fc4 100% | 2.6 MiB/s | 23.9 KiB | 00m00s
- [133/316] libaom-devel-0:3.12.0-1.fc42. 100% | 7.7 MiB/s | 13.2 MiB | 00m02s
- [134/316] pcre2-devel-0:10.45-1.fc42.x8 100% | 5.6 MiB/s | 543.4 KiB | 00m00s
- [135/316] libselinux-devel-0:3.8-2.fc42 100% | 1.0 MiB/s | 151.5 KiB | 00m00s
- [136/316] pcre2-utf16-0:10.45-1.fc42.x8 100% | 7.2 MiB/s | 241.9 KiB | 00m00s
- [137/316] pcre2-utf32-0:10.45-1.fc42.x8 100% | 6.6 MiB/s | 228.7 KiB | 00m00s
- [138/316] sysprof-capture-devel-0:48.0- 100% | 832.7 KiB/s | 55.8 KiB | 00m00s
- [139/316] libblkid-devel-0:2.40.4-7.fc4 100% | 2.8 MiB/s | 23.0 KiB | 00m00s
- [140/316] xz-devel-1:5.8.1-2.fc42.x86_6 100% | 548.9 KiB/s | 67.0 KiB | 00m00s
- [141/316] hwdata-0:0.397-1.fc42.noarch 100% | 1.8 MiB/s | 1.7 MiB | 00m01s
- [142/316] at-spi2-atk-0:2.56.3-1.fc42.x 100% | 93.3 KiB/s | 86.4 KiB | 00m01s
- [143/316] libXtst-0:1.2.5-2.fc42.x86_64 100% | 1.3 MiB/s | 20.7 KiB | 00m00s
- [144/316] xprop-0:1.2.8-3.fc42.x86_64 100% | 2.1 MiB/s | 35.0 KiB | 00m00s
- [145/316] at-spi2-core-0:2.56.3-1.fc42. 100% | 371.5 KiB/s | 382.3 KiB | 00m01s
- [146/316] atk-0:2.56.3-1.fc42.x86_64 100% | 365.9 KiB/s | 80.1 KiB | 00m00s
- [147/316] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 4.2 MiB/s | 69.1 KiB | 00m00s
- [148/316] cups-filesystem-1:2.4.12-3.fc 100% | 261.5 KiB/s | 13.6 KiB | 00m00s
- [149/316] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 1.9 MiB/s | 15.3 KiB | 00m00s
- [150/316] libsoup3-0:3.6.5-1.fc42.x86_6 100% | 6.0 MiB/s | 389.7 KiB | 00m00s
- [151/316] cups-libs-1:2.4.12-3.fc42.x86 100% | 1.1 MiB/s | 261.9 KiB | 00m00s
- [152/316] xdg-desktop-portal-gtk-0:1.15 100% | 5.9 MiB/s | 143.8 KiB | 00m00s
- [153/316] jxl-pixbuf-loader-1:0.11.1-2. 100% | 2.5 MiB/s | 20.4 KiB | 00m00s
- [154/316] libwayland-egl-0:1.23.1-1.fc4 100% | 227.9 KiB/s | 12.3 KiB | 00m00s
- [155/316] libtinysparql-0:3.9.2-1.fc42. 100% | 1.6 MiB/s | 373.6 KiB | 00m00s
- [156/316] mesa-va-drivers-0:25.1.4-2.fc 100% | 62.6 KiB/s | 7.5 KiB | 00m00s
- [157/316] exempi-0:2.6.4-7.fc42.x86_64 100% | 4.3 MiB/s | 583.5 KiB | 00m00s
- [158/316] libcue-0:2.3.0-11.fc42.x86_64 100% | 3.4 MiB/s | 35.1 KiB | 00m00s
- [159/316] localsearch-0:3.9.0-1.fc42.x8 100% | 3.9 MiB/s | 932.4 KiB | 00m00s
- [160/316] libexif-0:0.6.25-1.fc42.x86_6 100% | 4.1 MiB/s | 481.1 KiB | 00m00s
- [161/316] libgudev-0:238-7.fc42.x86_64 100% | 2.3 MiB/s | 34.9 KiB | 00m00s
- [162/316] libgxps-0:0.3.2-10.fc42.x86_6 100% | 3.3 MiB/s | 77.0 KiB | 00m00s
- [163/316] libiptcdata-0:1.0.5-21.fc42.x 100% | 3.5 MiB/s | 60.5 KiB | 00m00s
- [164/316] libgsf-0:1.14.53-3.fc42.x86_6 100% | 2.9 MiB/s | 262.8 KiB | 00m00s
- [165/316] libosinfo-0:1.12.0-2.fc42.x86 100% | 3.3 MiB/s | 317.2 KiB | 00m00s
- [166/316] totem-pl-parser-0:3.26.6-12.f 100% | 2.5 MiB/s | 143.6 KiB | 00m00s
- [167/316] libxslt-0:1.1.43-1.fc42.x86_6 100% | 3.2 MiB/s | 181.5 KiB | 00m00s
- [168/316] poppler-glib-0:25.02.0-1.fc42 100% | 744.3 KiB/s | 201.0 KiB | 00m00s
- [169/316] osinfo-db-tools-0:1.12.0-2.fc 100% | 1.5 MiB/s | 73.2 KiB | 00m00s
- [170/316] osinfo-db-0:20250124-1.fc42.n 100% | 4.1 MiB/s | 476.1 KiB | 00m00s
- [171/316] uchardet-0:0.0.8-7.fc42.x86_6 100% | 3.7 MiB/s | 106.3 KiB | 00m00s
- [172/316] gpgmepp-0:1.24.2-1.fc42.x86_6 100% | 4.1 MiB/s | 143.6 KiB | 00m00s
- [173/316] openjpeg-0:2.5.3-6.fc42.x86_6 100% | 4.5 MiB/s | 192.8 KiB | 00m00s
- [174/316] poppler-0:25.02.0-1.fc42.x86_ 100% | 4.5 MiB/s | 1.3 MiB | 00m00s
- [175/316] gpgme-0:1.24.2-1.fc42.x86_64 100% | 5.0 MiB/s | 219.6 KiB | 00m00s
- [176/316] libcanberra-gtk3-0:0.30-37.fc 100% | 3.3 MiB/s | 30.6 KiB | 00m00s
- [177/316] libcanberra-0:0.30-37.fc42.x8 100% | 4.8 MiB/s | 84.1 KiB | 00m00s
- [178/316] svt-av1-devel-docs-0:2.3.0-1. 100% | 6.1 MiB/s | 6.8 MiB | 00m01s
- [179/316] libtdb-0:1.4.13-2.fc42.x86_64 100% | 2.7 MiB/s | 54.8 KiB | 00m00s
- [180/316] libvorbis-1:1.3.7-12.fc42.x86 100% | 4.9 MiB/s | 189.2 KiB | 00m00s
- [181/316] sound-theme-freedesktop-0:0.8 100% | 5.5 MiB/s | 382.4 KiB | 00m00s
- [182/316] libogg-2:1.3.5-11.fc42.x86_64 100% | 4.0 MiB/s | 33.1 KiB | 00m00s
- [183/316] libasyncns-0:0.8-30.fc42.x86_ 100% | 3.7 MiB/s | 30.2 KiB | 00m00s
- [184/316] poppler-data-0:0.4.11-9.fc42. 100% | 4.8 MiB/s | 2.0 MiB | 00m00s
- [185/316] libsndfile-0:1.2.2-8.fc42.x86 100% | 6.4 MiB/s | 221.5 KiB | 00m00s
- [186/316] gsm-0:1.0.22-8.fc42.x86_64 100% | 4.4 MiB/s | 35.8 KiB | 00m00s
- [187/316] pulseaudio-libs-0:17.0-5.fc42 100% | 3.5 MiB/s | 701.1 KiB | 00m00s
- [188/316] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 5.5 MiB/s | 274.3 KiB | 00m00s
- [189/316] dconf-0:0.40.0-15.fc42.x86_64 100% | 3.1 MiB/s | 109.5 KiB | 00m00s
- [190/316] opus-0:1.5.2-2.fc42.x86_64 100% | 5.4 MiB/s | 236.9 KiB | 00m00s
- [191/316] webp-pixbuf-loader-0:0.2.7-3. 100% | 2.1 MiB/s | 19.8 KiB | 00m00s
- [192/316] lame-libs-0:3.100-19.fc42.x86 100% | 4.4 MiB/s | 339.7 KiB | 00m00s
- [193/316] avif-pixbuf-loader-0:1.1.1-1. 100% | 2.0 MiB/s | 16.2 KiB | 00m00s
- [194/316] rsvg-pixbuf-loader-0:2.60.0-1 100% | 5.1 MiB/s | 167.8 KiB | 00m00s
- [195/316] glib-networking-0:2.80.1-1.fc 100% | 4.8 MiB/s | 201.4 KiB | 00m00s
- [196/316] libproxy-0:0.5.8-2.fc42.x86_6 100% | 4.9 MiB/s | 45.5 KiB | 00m00s
- [197/316] librsvg2-0:2.60.0-1.fc42.x86_ 100% | 4.8 MiB/s | 1.9 MiB | 00m00s
- [198/316] fuse3-0:3.16.2-5.fc42.x86_64 100% | 3.1 MiB/s | 57.4 KiB | 00m00s
- [199/316] tinysparql-0:3.9.2-1.fc42.x86 100% | 2.4 MiB/s | 1.0 MiB | 00m00s
- [200/316] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 4.0 MiB/s | 94.2 KiB | 00m00s
- [201/316] fuse-common-0:3.16.2-5.fc42.x 100% | 1.0 MiB/s | 8.6 KiB | 00m00s
- [202/316] geoclue2-0:2.7.2-2.fc42.x86_6 100% | 4.3 MiB/s | 144.1 KiB | 00m00s
- [203/316] ModemManager-glib-0:1.22.0-5. 100% | 6.2 MiB/s | 304.6 KiB | 00m00s
- [204/316] xdg-desktop-portal-0:1.20.3-1 100% | 1.1 MiB/s | 505.3 KiB | 00m00s
- [205/316] gsettings-desktop-schemas-0:4 100% | 7.3 MiB/s | 784.0 KiB | 00m00s
- [206/316] nspr-0:4.36.0-9.fc42.x86_64 100% | 1.1 MiB/s | 137.7 KiB | 00m00s
- [207/316] nss-0:3.112.0-1.fc42.x86_64 100% | 2.7 MiB/s | 712.0 KiB | 00m00s
- [208/316] nss-softokn-0:3.112.0-1.fc42. 100% | 1.2 MiB/s | 415.3 KiB | 00m00s
- [209/316] nss-sysinit-0:3.112.0-1.fc42. 100% | 150.5 KiB/s | 19.3 KiB | 00m00s
- [210/316] nss-softokn-freebl-0:3.112.0- 100% | 899.2 KiB/s | 329.1 KiB | 00m00s
- [211/316] giflib-0:5.2.2-6.fc42.x86_64 100% | 644.6 KiB/s | 52.2 KiB | 00m00s
- [212/316] libunwind-0:1.8.1-2.fc42.x86_ 100% | 3.1 MiB/s | 77.2 KiB | 00m00s
- [213/316] cdparanoia-libs-0:10.2-47.fc4 100% | 3.3 MiB/s | 54.0 KiB | 00m00s
- [214/316] graphene-0:1.10.6-10.fc42.x86 100% | 2.4 MiB/s | 61.3 KiB | 00m00s
- [215/316] gstreamer1-0:1.26.3-1.fc42.x8 100% | 3.5 MiB/s | 1.6 MiB | 00m00s
- [216/316] libXv-0:1.0.13-2.fc42.x86_64 100% | 1.0 MiB/s | 18.6 KiB | 00m00s
- [217/316] libtheora-1:1.1.1-39.fc42.x86 100% | 5.2 MiB/s | 170.4 KiB | 00m00s
- [218/316] orc-0:0.4.41-1.fc42.x86_64 100% | 4.1 MiB/s | 220.5 KiB | 00m00s
- [219/316] iso-codes-0:4.17.0-2.fc42.noa 100% | 6.1 MiB/s | 3.6 MiB | 00m01s
- [220/316] gstreamer1-plugins-base-0:1.2 100% | 2.8 MiB/s | 2.3 MiB | 00m01s
- [221/316] libavformat-free-0:7.1.1-4.fc 100% | 2.1 MiB/s | 1.1 MiB | 00m01s
- [222/316] game-music-emu-0:0.6.3-17.fc4 100% | 4.3 MiB/s | 154.4 KiB | 00m00s
- [223/316] libbluray-0:1.3.4-9.fc42.x86_ 100% | 2.6 MiB/s | 174.2 KiB | 00m00s
- [224/316] libchromaprint-0:1.5.1-24.fc4 100% | 4.5 MiB/s | 41.8 KiB | 00m00s
- [225/316] libdvdnav-0:6.1.1-10.fc42.x86 100% | 3.4 MiB/s | 55.9 KiB | 00m00s
- [226/316] libdvdread-0:6.1.3-9.fc42.x86 100% | 4.2 MiB/s | 72.6 KiB | 00m00s
- [227/316] libmodplug-1:0.8.9.0-27.fc42. 100% | 5.0 MiB/s | 178.4 KiB | 00m00s
- [228/316] libopenmpt-0:0.7.13-3.fc42.x8 100% | 5.4 MiB/s | 718.4 KiB | 00m00s
- [229/316] librabbitmq-0:0.15.0-2.fc42.x 100% | 3.9 MiB/s | 43.9 KiB | 00m00s
- [230/316] librist-0:0.2.7-9.fc42.x86_64 100% | 4.2 MiB/s | 76.7 KiB | 00m00s
- [231/316] srt-libs-0:1.5.4-2.fc42.x86_6 100% | 5.1 MiB/s | 389.6 KiB | 00m00s
- [232/316] zeromq-0:4.3.5-21.fc42.x86_64 100% | 5.0 MiB/s | 468.9 KiB | 00m00s
- [233/316] libavcodec-free-0:7.1.1-4.fc4 100% | 4.2 MiB/s | 4.2 MiB | 00m01s
- [234/316] libavutil-free-0:7.1.1-4.fc42 100% | 414.9 KiB/s | 358.1 KiB | 00m01s
- [235/316] libswresample-free-0:7.1.1-4. 100% | 468.0 KiB/s | 67.9 KiB | 00m00s
- [236/316] aribb24-0:1.0.3^20160216git5e 100% | 547.6 KiB/s | 38.3 KiB | 00m00s
- [237/316] ilbc-0:3.0.4-13.fc42.x86_64 100% | 3.5 MiB/s | 56.9 KiB | 00m00s
- [238/316] libaribcaption-0:1.1.1-2.fc42 100% | 3.5 MiB/s | 111.6 KiB | 00m00s
- [239/316] fdk-aac-free-0:2.0.0-15.fc42. 100% | 5.3 MiB/s | 342.4 KiB | 00m00s
- [240/316] liblc3-0:1.1.3-1.fc42.x86_64 100% | 4.1 MiB/s | 105.2 KiB | 00m00s
- [241/316] libva-0:2.22.0-4.fc42.x86_64 100% | 4.6 MiB/s | 116.9 KiB | 00m00s
- [242/316] snappy-0:1.2.1-4.fc42.x86_64 100% | 3.9 MiB/s | 39.9 KiB | 00m00s
- [243/316] speex-0:1.2.0-19.fc42.x86_64 100% | 3.0 MiB/s | 70.8 KiB | 00m00s
- [244/316] codec2-0:1.2.0-6.fc42.x86_64 100% | 4.2 MiB/s | 644.4 KiB | 00m00s
- [245/316] opencore-amr-0:0.1.6-8.fc42.x 100% | 4.4 MiB/s | 181.9 KiB | 00m00s
- [246/316] twolame-libs-0:0.4.0-6.fc42.x 100% | 3.9 MiB/s | 68.7 KiB | 00m00s
- [247/316] vo-amrwbenc-0:0.1.3-22.fc42.x 100% | 4.8 MiB/s | 82.8 KiB | 00m00s
- [248/316] libvdpau-0:1.5-9.fc42.x86_64 100% | 1.8 MiB/s | 16.6 KiB | 00m00s
- [249/316] libudfread-0:1.1.2-11.fc42.x8 100% | 4.3 MiB/s | 35.5 KiB | 00m00s
- [250/316] cjson-0:1.7.18-2.fc42.x86_64 100% | 3.9 MiB/s | 32.2 KiB | 00m00s
- [251/316] xvidcore-0:1.3.7-13.fc42.x86_ 100% | 3.6 MiB/s | 267.4 KiB | 00m00s
- [252/316] libsodium-0:1.0.20-4.fc42.x86 100% | 4.0 MiB/s | 175.6 KiB | 00m00s
- [253/316] zvbi-0:0.2.43-2.fc42.x86_64 100% | 5.2 MiB/s | 433.3 KiB | 00m00s
- [254/316] soxr-0:0.1.3-18.fc42.x86_64 100% | 5.3 MiB/s | 86.8 KiB | 00m00s
- [255/316] openpgm-0:5.3.128-4.fc42.x86_ 100% | 3.9 MiB/s | 183.1 KiB | 00m00s
- [256/316] libgexiv2-0:0.14.5-1.fc42.x86 100% | 1.6 MiB/s | 100.9 KiB | 00m00s
- [257/316] inih-cpp-0:58-3.fc42.x86_64 100% | 2.3 MiB/s | 18.7 KiB | 00m00s
- [258/316] inih-0:58-3.fc42.x86_64 100% | 2.2 MiB/s | 18.0 KiB | 00m00s
- [259/316] upower-libs-0:1.90.9-4.fc42.x 100% | 1.5 MiB/s | 58.3 KiB | 00m00s
- [260/316] exiv2-libs-0:0.28.5-1.fc42.x8 100% | 5.0 MiB/s | 903.7 KiB | 00m00s
- [261/316] mpg123-libs-0:1.32.10-1.fc42. 100% | 2.8 MiB/s | 355.5 KiB | 00m00s
- [262/316] mbedtls-0:3.6.4-1.fc42.x86_64 100% | 3.2 MiB/s | 510.9 KiB | 00m00s
- [263/316] alsa-lib-0:1.2.14-3.fc42.x86_ 100% | 3.0 MiB/s | 531.3 KiB | 00m00s
- [264/316] libnotify-0:0.8.6-1.fc42.x86_ 100% | 788.3 KiB/s | 52.0 KiB | 00m00s
- [265/316] fftw-libs-single-0:3.3.10-15. 100% | 4.8 MiB/s | 1.2 MiB | 00m00s
- [266/316] libebur128-0:1.2.6-12.fc42.x8 100% | 3.0 MiB/s | 24.8 KiB | 00m00s
- [267/316] libldac-0:2.0.2.3-17.fc42.x86 100% | 2.6 MiB/s | 42.9 KiB | 00m00s
- [268/316] libsbc-0:2.0-6.fc42.x86_64 100% | 3.0 MiB/s | 49.3 KiB | 00m00s
- [269/316] pipewire-libs-0:1.4.6-1.fc42. 100% | 7.6 MiB/s | 2.4 MiB | 00m00s
- [270/316] gobject-introspection-0:1.84. 100% | 3.4 MiB/s | 119.9 KiB | 00m00s
- [271/316] webrtc-audio-processing-0:1.3 100% | 4.7 MiB/s | 537.4 KiB | 00m00s
- [272/316] bluez-libs-0:5.83-1.fc42.x86_ 100% | 1.4 MiB/s | 83.6 KiB | 00m00s
- [273/316] nss-util-0:3.112.0-1.fc42.x86 100% | 1.3 MiB/s | 85.9 KiB | 00m00s
- [274/316] libvpl-1:2.15.0-1.fc42.x86_64 100% | 2.0 MiB/s | 161.0 KiB | 00m00s
- [275/316] libsmbclient-2:4.22.2-1.fc42. 100% | 1.2 MiB/s | 79.1 KiB | 00m00s
- [276/316] lpcnetfreedv-0:0.5-8.fc42.x86 100% | 7.3 MiB/s | 7.3 MiB | 00m01s
- [277/316] libtalloc-0:2.4.3-2.fc42.x86_ 100% | 4.3 MiB/s | 34.9 KiB | 00m00s
- [278/316] libtevent-0:0.16.2-2.fc42.x86 100% | 3.3 MiB/s | 51.4 KiB | 00m00s
- [279/316] samba-client-libs-2:4.22.2-1. 100% | 11.8 MiB/s | 5.6 MiB | 00m00s
- [280/316] lmdb-libs-0:0.9.33-3.fc42.x86 100% | 2.7 MiB/s | 62.4 KiB | 00m00s
- [281/316] samba-common-2:4.22.2-1.fc42. 100% | 376.8 KiB/s | 177.5 KiB | 00m00s
- [282/316] libldb-2:4.22.2-1.fc42.x86_64 100% | 435.6 KiB/s | 189.5 KiB | 00m00s
- [283/316] libwbclient-2:4.22.2-1.fc42.x 100% | 995.2 KiB/s | 47.8 KiB | 00m00s
- [284/316] libvisual-1:0.4.2-1.fc42.x86_ 100% | 1.2 MiB/s | 169.0 KiB | 00m00s
- [285/316] sdl12-compat-0:1.2.68-5.fc42. 100% | 5.6 MiB/s | 91.1 KiB | 00m00s
- [286/316] libvpx-0:1.15.0-3.fc42.x86_64 100% | 6.8 MiB/s | 1.2 MiB | 00m00s
- [287/316] glibc-gconv-extra-0:2.41-8.fc 100% | 9.7 MiB/s | 1.7 MiB | 00m00s
- [288/316] samba-common-libs-2:4.22.2-1. 100% | 723.6 KiB/s | 108.5 KiB | 00m00s
- [289/316] OpenCL-ICD-Loader-0:3.0.6-2.2 100% | 3.1 MiB/s | 28.2 KiB | 00m00s
- [290/316] low-memory-monitor-0:2.1-12.f 100% | 2.0 MiB/s | 34.3 KiB | 00m00s
- [291/316] rtkit-0:0.11-66.fc42.x86_64 100% | 3.4 MiB/s | 55.1 KiB | 00m00s
- [292/316] pipewire-0:1.4.6-1.fc42.x86_6 100% | 1.7 MiB/s | 135.1 KiB | 00m00s
- [293/316] openh264-0:2.5.1-1.fc42.x86_6 100% | 948.5 KiB/s | 423.1 KiB | 00m00s
- [294/316] adwaita-sans-fonts-0:48.2-2.f 100% | 8.6 MiB/s | 764.0 KiB | 00m00s
- [295/316] adwaita-mono-fonts-0:48.2-2.f 100% | 6.9 MiB/s | 1.4 MiB | 00m00s
- [296/316] upower-0:1.90.9-4.fc42.x86_64 100% | 1.8 MiB/s | 116.9 KiB | 00m00s
- [297/316] libimobiledevice-0:1.3.0^2024 100% | 5.7 MiB/s | 140.5 KiB | 00m00s
- [298/316] libimobiledevice-glue-0:1.3.1 100% | 5.8 MiB/s | 53.8 KiB | 00m00s
- [299/316] libplist-0:2.6.0-2.fc42.x86_6 100% | 3.1 MiB/s | 97.4 KiB | 00m00s
- [300/316] libusbmuxd-0:2.1.0-3.fc42.x86 100% | 4.6 MiB/s | 37.5 KiB | 00m00s
- [301/316] exiv2-0:0.28.5-1.fc42.x86_64 100% | 6.8 MiB/s | 2.1 MiB | 00m00s
- [302/316] logrotate-0:3.22.0-3.fc42.x86 100% | 4.6 MiB/s | 76.1 KiB | 00m00s
- [303/316] wireplumber-0:0.5.8-1.fc42.x8 100% | 4.3 MiB/s | 111.3 KiB | 00m00s
- [304/316] intel-vpl-gpu-rt-0:25.2.5-1.f 100% | 11.4 MiB/s | 2.4 MiB | 00m00s
- [305/316] wireplumber-libs-0:0.5.8-1.fc 100% | 5.4 MiB/s | 390.6 KiB | 00m00s
- [306/316] pipewire-alsa-0:1.4.6-1.fc42. 100% | 1.9 MiB/s | 61.5 KiB | 00m00s
- [307/316] pipewire-jack-audio-connectio 100% | 429.0 KiB/s | 13.3 KiB | 00m00s
- [308/316] pipewire-jack-audio-connectio 100% | 2.3 MiB/s | 145.1 KiB | 00m00s
- [309/316] pipewire-pulseaudio-0:1.4.6-1 100% | 3.2 MiB/s | 211.0 KiB | 00m00s
- [310/316] pipewire-plugin-libcamera-0:1 100% | 1.2 MiB/s | 75.9 KiB | 00m00s
- [311/316] lttng-ust-0:2.13.8-4.fc42.x86 100% | 5.3 MiB/s | 331.4 KiB | 00m00s
- [312/316] libcamera-0:0.4.0-4.fc42.x86_ 100% | 6.1 MiB/s | 605.0 KiB | 00m00s
- [313/316] usbmuxd-0:1.1.1^20240915git0b 100% | 3.9 MiB/s | 67.2 KiB | 00m00s
- [314/316] intel-mediasdk-0:23.2.2-7.fc4 100% | 5.9 MiB/s | 2.7 MiB | 00m00s
- [315/316] libcamera-ipa-0:0.4.0-4.fc42. 100% | 5.7 MiB/s | 147.0 KiB | 00m00s
- [316/316] glib2-0:2.84.3-1.fc42.x86_64 100% | 13.4 MiB/s | 3.1 MiB | 00m00s
- --------------------------------------------------------------------------------
- [316/316] Total 100% | 12.5 MiB/s | 154.5 MiB | 00m12s
- Running transaction
- [ 1/319] Verify package files 100% | 563.0 B/s | 316.0 B | 00m01s
- [ 2/319] Prepare transaction 100% | 1.6 KiB/s | 317.0 B | 00m00s
- [ 3/319] Upgrading glib2-0:2.84.3-1.fc 100% | 245.0 MiB/s | 14.7 MiB | 00m00s
- [ 4/319] Installing libXext-0:1.3.6-3. 100% | 89.1 MiB/s | 91.2 KiB | 00m00s
- [ 5/319] Installing libpng-2:1.6.44-2. 100% | 118.6 MiB/s | 242.9 KiB | 00m00s
- [ 6/319] Installing cmake-filesystem-0 100% | 1.5 MiB/s | 7.6 KiB | 00m00s
- [ 7/319] Installing avahi-libs-0:0.9~r 100% | 60.6 MiB/s | 186.2 KiB | 00m00s
- [ 8/319] Installing libjpeg-turbo-0:3. 100% | 196.5 MiB/s | 804.9 KiB | 00m00s
- [ 9/319] Installing zlib-ng-compat-dev 100% | 53.0 MiB/s | 108.5 KiB | 00m00s
- [ 10/319] Installing json-glib-0:1.10.6 100% | 147.1 MiB/s | 602.5 KiB | 00m00s
- [ 11/319] Installing nspr-0:4.36.0-9.fc 100% | 103.2 MiB/s | 317.2 KiB | 00m00s
- [ 12/319] Installing libogg-2:1.3.5-11. 100% | 45.8 MiB/s | 46.9 KiB | 00m00s
- [ 13/319] Installing libvorbis-1:1.3.7- 100% | 204.1 MiB/s | 835.9 KiB | 00m00s
- [ 14/319] Installing libwayland-client- 100% | 61.8 MiB/s | 63.3 KiB | 00m00s
- [ 15/319] Installing libXrender-0:0.9.1 100% | 50.1 MiB/s | 51.3 KiB | 00m00s
- [ 16/319] Installing libplist-0:2.6.0-2 100% | 13.0 MiB/s | 239.7 KiB | 00m00s
- [ 17/319] Installing libtalloc-0:2.4.3- 100% | 31.8 MiB/s | 65.2 KiB | 00m00s
- [ 18/319] Installing libtdb-0:1.4.13-2. 100% | 49.6 MiB/s | 101.6 KiB | 00m00s
- [ 19/319] Installing libglvnd-1:1.7.0-7 100% | 259.6 MiB/s | 531.6 KiB | 00m00s
- [ 20/319] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s
- [ 21/319] Installing libwebp-0:1.5.0-2. 100% | 154.9 MiB/s | 951.8 KiB | 00m00s
- [ 22/319] Installing nss-util-0:3.112.0 100% | 98.5 MiB/s | 201.6 KiB | 00m00s
- [ 23/319] Installing libXi-0:1.8.2-2.fc 100% | 83.7 MiB/s | 85.7 KiB | 00m00s
- [ 24/319] Installing libsoup3-0:3.6.5-1 100% | 191.1 MiB/s | 1.1 MiB | 00m00s
- [ 25/319] Installing libgudev-0:238-7.f 100% | 43.6 MiB/s | 89.3 KiB | 00m00s
- [ 26/319] Installing alsa-lib-0:1.2.14- 100% | 51.6 MiB/s | 1.4 MiB | 00m00s
- [ 27/319] Installing opus-0:1.5.2-2.fc4 100% | 139.5 MiB/s | 428.6 KiB | 00m00s
- [ 28/319] Installing lcms2-0:2.16-5.fc4 100% | 143.0 MiB/s | 439.3 KiB | 00m00s
- [ 29/319] Installing libXfixes-0:6.0.1- 100% | 30.8 MiB/s | 31.6 KiB | 00m00s
- [ 30/319] Installing libdav1d-0:1.5.1-1 100% | 211.7 MiB/s | 1.7 MiB | 00m00s
- [ 31/319] Installing libtevent-0:0.16.2 100% | 50.1 MiB/s | 102.5 KiB | 00m00s
- [ 32/319] Installing libimobiledevice-g 100% | 60.7 MiB/s | 124.4 KiB | 00m00s
- [ 33/319] Installing libwayland-cursor- 100% | 37.6 MiB/s | 38.5 KiB | 00m00s
- [ 34/319] Installing avahi-glib-0:0.9~r 100% | 23.9 MiB/s | 24.4 KiB | 00m00s
- [ 35/319] Installing libtinysparql-0:3. 100% | 24.5 MiB/s | 1.3 MiB | 00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.22.2-1.fc42.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.22.2-1.fc42.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 994.
- >>>
- [ 36/319] Installing samba-common-2:4.2 100% | 7.1 MiB/s | 202.5 KiB | 00m00s
- [ 37/319] Installing libvpl-1:2.15.0-1. 100% | 104.6 MiB/s | 428.5 KiB | 00m00s
- [ 38/319] Installing libunwind-0:1.8.1- 100% | 48.2 MiB/s | 197.4 KiB | 00m00s
- [ 39/319] Installing gstreamer1-0:1.26. 100% | 111.3 MiB/s | 5.3 MiB | 00m00s
- [ 40/319] Installing hwdata-0:0.397-1.f 100% | 318.7 MiB/s | 9.6 MiB | 00m00s
- [ 41/319] Installing mesa-filesystem-0: 100% | 4.2 MiB/s | 4.3 KiB | 00m00s
- [ 42/319] Installing rav1e-libs-0:0.7.1 100% | 251.4 MiB/s | 3.0 MiB | 00m00s
- [ 43/319] Installing libwebp-devel-0:1. 100% | 40.7 MiB/s | 124.9 KiB | 00m00s
- [ 44/319] Installing libglvnd-opengl-1: 100% | 73.0 MiB/s | 149.6 KiB | 00m00s
- [ 45/319] Installing libtheora-1:1.1.1- 100% | 157.5 MiB/s | 483.7 KiB | 00m00s
- [ 46/319] Installing libpng-devel-2:1.6 100% | 43.0 MiB/s | 881.7 KiB | 00m00s
- [ 47/319] Installing shared-mime-info-0 100% | 54.8 MiB/s | 2.6 MiB | 00m00s
- [ 48/319] Installing gdk-pixbuf2-0:2.42 100% | 97.1 MiB/s | 2.5 MiB | 00m00s
- [ 49/319] Installing gsettings-desktop- 100% | 494.5 MiB/s | 5.4 MiB | 00m00s
- [ 50/319] Installing mpg123-libs-0:1.32 100% | 159.5 MiB/s | 816.6 KiB | 00m00s
- [ 51/319] Installing liblc3-0:1.1.3-1.f 100% | 83.9 MiB/s | 171.8 KiB | 00m00s
- [ 52/319] Installing fdk-aac-free-0:2.0 100% | 201.0 MiB/s | 617.3 KiB | 00m00s
- [ 53/319] Installing libdvdread-0:6.1.3 100% | 79.0 MiB/s | 161.8 KiB | 00m00s
- [ 54/319] Installing fuse3-libs-0:3.16. 100% | 138.0 MiB/s | 282.6 KiB | 00m00s
- [ 55/319] Installing lame-libs-0:3.100- 100% | 150.3 MiB/s | 1.2 MiB | 00m00s
- [ 56/319] Installing gsm-0:1.0.22-8.fc4 100% | 34.4 MiB/s | 70.4 KiB | 00m00s
- [ 57/319] Installing openjpeg-0:2.5.3-6 100% | 147.7 MiB/s | 453.8 KiB | 00m00s
- [ 58/319] Installing libwayland-egl-0:1 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [ 59/319] Installing fribidi-0:1.0.16-2 100% | 10.1 MiB/s | 196.8 KiB | 00m00s
- [ 60/319] Installing libwayland-server- 100% | 26.0 MiB/s | 79.8 KiB | 00m00s
- [ 61/319] Installing gtest-0:1.15.2-3.f 100% | 163.8 MiB/s | 503.2 KiB | 00m00s
- [ 62/319] Installing pixman-0:0.46.2-1. 100% | 231.6 MiB/s | 711.4 KiB | 00m00s
- [ 63/319] Installing libtextstyle-0:0.2 100% | 101.7 MiB/s | 208.3 KiB | 00m00s
- [ 64/319] Installing gettext-libs-0:0.2 100% | 81.1 MiB/s | 2.0 MiB | 00m00s
- [ 65/319] Installing xml-common-0:0.6.3 100% | 26.4 MiB/s | 81.1 KiB | 00m00s
- [ 66/319] Installing graphite2-0:1.3.14 100% | 9.2 MiB/s | 197.9 KiB | 00m00s
- [ 67/319] Installing harfbuzz-0:10.4.0- 100% | 183.3 MiB/s | 2.7 MiB | 00m00s
- [ 68/319] Installing freetype-0:2.13.3- 100% | 140.0 MiB/s | 859.9 KiB | 00m00s
- [ 69/319] Installing libvmaf-0:3.0.0-3. 100% | 202.2 MiB/s | 828.4 KiB | 00m00s
- [ 70/319] Installing libaom-0:3.12.0-1. 100% | 208.1 MiB/s | 5.0 MiB | 00m00s
- [ 71/319] Installing liblerc-0:4.0.0-8. 100% | 155.7 MiB/s | 637.6 KiB | 00m00s
- [ 72/319] Installing highway-0:1.2.0-5. 100% | 311.0 MiB/s | 4.4 MiB | 00m00s
- [ 73/319] Installing libjxl-1:0.11.1-2. 100% | 217.5 MiB/s | 3.0 MiB | 00m00s
- [ 74/319] Installing liblerc-devel-0:4. 100% | 714.5 MiB/s | 4.3 MiB | 00m00s
- [ 75/319] Installing libvmaf-devel-0:3. 100% | 7.6 MiB/s | 30.9 KiB | 00m00s
- [ 76/319] Installing libaom-devel-0:3.1 100% | 522.4 MiB/s | 27.2 MiB | 00m00s
- [ 77/319] Installing harfbuzz-icu-0:10. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s
- [ 78/319] Installing graphite2-devel-0: 100% | 12.4 MiB/s | 50.8 KiB | 00m00s
- [ 79/319] Installing iso-codes-0:4.17.0 100% | 435.7 MiB/s | 20.5 MiB | 00m00s
- [ 80/319] Installing pixman-devel-0:0.4 100% | 55.5 MiB/s | 56.9 KiB | 00m00s
- [ 81/319] Installing gmock-0:1.15.2-3.f 100% | 43.1 MiB/s | 132.4 KiB | 00m00s
- [ 82/319] Installing gtest-devel-0:1.15 100% | 151.0 MiB/s | 1.1 MiB | 00m00s
- [ 83/319] Installing highway-devel-0:1. 100% | 203.6 MiB/s | 3.7 MiB | 00m00s
- [ 84/319] Installing libdvdnav-0:6.1.1- 100% | 39.6 MiB/s | 121.7 KiB | 00m00s
- [ 85/319] Installing libopenmpt-0:0.7.1 100% | 164.9 MiB/s | 1.6 MiB | 00m00s
- [ 86/319] Installing gtk-update-icon-ca 100% | 3.3 MiB/s | 63.3 KiB | 00m00s
- [ 87/319] Installing libgsf-0:1.14.53-3 100% | 45.6 MiB/s | 979.8 KiB | 00m00s
- [ 88/319] Installing libnotify-0:0.8.6- 100% | 6.8 MiB/s | 124.6 KiB | 00m00s
- [ 89/319] Installing mesa-libGLU-0:9.0. 100% | 118.0 MiB/s | 362.6 KiB | 00m00s
- [ 90/319] Installing rav1e-devel-0:0.7. 100% | 24.8 MiB/s | 25.4 KiB | 00m00s
- [ 91/319] Installing libpciaccess-0:0.1 100% | 22.4 MiB/s | 45.9 KiB | 00m00s
- [ 92/319] Installing libdrm-0:2.4.125-1 100% | 55.8 MiB/s | 399.6 KiB | 00m00s
- [ 93/319] Installing osinfo-db-0:202501 100% | 44.0 MiB/s | 4.1 MiB | 00m00s
- [ 94/319] Installing libusbmuxd-0:2.1.0 100% | 18.7 MiB/s | 76.8 KiB | 00m00s
- [ 95/319] Installing libimobiledevice-0 100% | 99.7 MiB/s | 306.3 KiB | 00m00s
- [ 96/319] Installing libdav1d-devel-0:1 100% | 42.2 MiB/s | 43.2 KiB | 00m00s
- [ 97/319] Installing libXcursor-0:1.2.3 100% | 28.9 MiB/s | 59.1 KiB | 00m00s
- [ 98/319] Installing libXdamage-0:1.1.6 100% | 44.1 MiB/s | 45.2 KiB | 00m00s
- [ 99/319] Installing osinfo-db-tools-0: 100% | 10.7 MiB/s | 197.2 KiB | 00m00s
- [100/319] Installing libXtst-0:1.2.5-2. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s
- [101/319] Installing nss-softokn-freebl 100% | 166.1 MiB/s | 850.5 KiB | 00m00s
- [102/319] Installing nss-softokn-0:3.11 100% | 134.9 MiB/s | 1.9 MiB | 00m00s
- [103/319] Installing nss-0:3.112.0-1.fc 100% | 57.0 MiB/s | 1.9 MiB | 00m00s
- [104/319] Installing nss-sysinit-0:3.11 100% | 959.4 KiB/s | 19.2 KiB | 00m00s
- [105/319] Installing abattis-cantarell- 100% | 63.3 MiB/s | 194.4 KiB | 00m00s
- [106/319] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [107/319] Installing libXrandr-0:1.5.4- 100% | 27.8 MiB/s | 57.0 KiB | 00m00s
- [108/319] Installing flac-libs-0:1.4.3- 100% | 171.1 MiB/s | 700.8 KiB | 00m00s
- [109/319] Installing libsndfile-0:1.2.2 100% | 179.5 MiB/s | 551.6 KiB | 00m00s
- [110/319] Installing libgusb-0:0.4.9-3. 100% | 79.9 MiB/s | 163.7 KiB | 00m00s
- [111/319] Installing colord-libs-0:1.4. 100% | 166.7 MiB/s | 853.7 KiB | 00m00s
- [112/319] Installing libyuv-0:0-0.56.20 100% | 167.3 MiB/s | 685.3 KiB | 00m00s
- [113/319] Installing libjpeg-turbo-deve 100% | 174.1 MiB/s | 356.5 KiB | 00m00s
- [114/319] Installing aribb24-0:1.0.3^20 100% | 40.6 MiB/s | 83.2 KiB | 00m00s
- [115/319] Installing zvbi-0:0.2.43-2.fc 100% | 19.8 MiB/s | 1.2 MiB | 00m00s
- [116/319] Installing libXext-devel-0:1. 100% | 36.1 MiB/s | 110.9 KiB | 00m00s
- [117/319] Installing libXxf86vm-0:1.1.6 100% | 29.8 MiB/s | 30.5 KiB | 00m00s
- [118/319] Installing libXinerama-0:1.1. 100% | 19.6 MiB/s | 20.1 KiB | 00m00s
- [119/319] Installing libXv-0:1.0.13-2.f 100% | 30.5 MiB/s | 31.2 KiB | 00m00s
- [120/319] Installing libvdpau-0:1.5-9.f 100% | 10.9 MiB/s | 22.4 KiB | 00m00s
- [121/319] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s
- [122/319] Installing libproxy-0:0.5.8-2 100% | 51.0 MiB/s | 104.5 KiB | 00m00s
- [123/319] Installing ModemManager-glib- 100% | 22.3 MiB/s | 1.4 MiB | 00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.7.2-2.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 993.
- >>> Creating user 'geoclue' (User for geoclue) with UID 993 and GID 993.
- >>>
- [124/319] Installing geoclue2-0:2.7.2-2 100% | 9.5 MiB/s | 399.6 KiB | 00m00s
- [125/319] Installing graphene-0:1.10.6- 100% | 53.4 MiB/s | 164.1 KiB | 00m00s
- [126/319] Installing gobject-introspect 100% | 77.5 MiB/s | 397.1 KiB | 00m00s
- [127/319] Installing upower-libs-0:1.90 100% | 56.0 MiB/s | 171.9 KiB | 00m00s
- [128/319] Installing lttng-ust-0:2.13.8 100% | 111.8 MiB/s | 1.1 MiB | 00m00s
- [129/319] Installing libcamera-0:0.4.0- 100% | 29.3 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.
- >>>
- [130/319] Installing rtkit-0:0.11-66.fc 100% | 2.4 MiB/s | 141.2 KiB | 00m00s
- >>> Running post-install scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished post-install scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [131/319] Installing OpenCL-ICD-Loader- 100% | 14.0 MiB/s | 71.8 KiB | 00m00s
- [132/319] Installing glibc-gconv-extra- 100% | 92.5 MiB/s | 7.3 MiB | 00m00s
- [133/319] Installing libvpx-0:1.15.0-3. 100% | 217.1 MiB/s | 3.3 MiB | 00m00s
- [134/319] Installing openh264-0:2.5.1-1 100% | 219.2 MiB/s | 1.1 MiB | 00m00s
- [135/319] Installing lmdb-libs-0:0.9.33 100% | 52.2 MiB/s | 106.9 KiB | 00m00s
- [136/319] Installing libldb-2:4.22.2-1. 100% | 15.4 MiB/s | 456.0 KiB | 00m00s
- [137/319] Installing libwbclient-2:4.22 100% | 33.9 MiB/s | 69.3 KiB | 00m00s
- [138/319] Installing samba-common-libs- 100% | 51.0 MiB/s | 261.4 KiB | 00m00s
- [139/319] Installing samba-client-libs- 100% | 205.7 MiB/s | 19.5 MiB | 00m00s
- [140/319] Installing libsmbclient-2:4.2 100% | 14.7 MiB/s | 165.4 KiB | 00m00s
- [141/319] Installing bluez-libs-0:5.83- 100% | 97.4 MiB/s | 199.4 KiB | 00m00s
- [142/319] Installing webrtc-audio-proce 100% | 228.3 MiB/s | 1.4 MiB | 00m00s
- [143/319] Installing libsbc-0:2.0-6.fc4 100% | 92.3 MiB/s | 94.5 KiB | 00m00s
- [144/319] Installing libldac-0:2.0.2.3- 100% | 41.1 MiB/s | 84.2 KiB | 00m00s
- [145/319] Installing libebur128-0:1.2.6 100% | 39.8 MiB/s | 40.7 KiB | 00m00s
- [146/319] Installing fftw-libs-single-0 100% | 278.4 MiB/s | 3.6 MiB | 00m00s
- [147/319] Installing mbedtls-0:3.6.4-1. 100% | 220.4 MiB/s | 1.3 MiB | 00m00s
- [148/319] Installing inih-0:58-3.fc42.x 100% | 27.0 MiB/s | 27.6 KiB | 00m00s
- [149/319] Installing inih-cpp-0:58-3.fc 100% | 28.0 MiB/s | 28.6 KiB | 00m00s
- [150/319] Installing exiv2-libs-0:0.28. 100% | 282.9 MiB/s | 2.8 MiB | 00m00s
- [151/319] Installing libgexiv2-0:0.14.5 100% | 91.5 MiB/s | 281.0 KiB | 00m00s
- [152/319] Installing lpcnetfreedv-0:0.5 100% | 352.9 MiB/s | 14.8 MiB | 00m00s
- [153/319] Installing codec2-0:1.2.0-6.f 100% | 228.2 MiB/s | 1.4 MiB | 00m00s
- [154/319] Installing soxr-0:0.1.3-18.fc 100% | 94.5 MiB/s | 193.6 KiB | 00m00s
- [155/319] Installing openpgm-0:5.3.128- 100% | 155.1 MiB/s | 317.7 KiB | 00m00s
- [156/319] Installing libsodium-0:1.0.20 100% | 127.0 MiB/s | 390.2 KiB | 00m00s
- [157/319] Installing zeromq-0:4.3.5-21. 100% | 42.0 MiB/s | 902.7 KiB | 00m00s
- [158/319] Installing cjson-0:1.7.18-2.f 100% | 1.2 MiB/s | 65.3 KiB | 00m00s
- [159/319] Installing librist-0:0.2.7-9. 100% | 50.4 MiB/s | 154.8 KiB | 00m00s
- [160/319] Installing libudfread-0:1.1.2 100% | 65.8 MiB/s | 67.3 KiB | 00m00s
- [161/319] Installing xvidcore-0:1.3.7-1 100% | 214.9 MiB/s | 880.1 KiB | 00m00s
- [162/319] Installing vo-amrwbenc-0:0.1. 100% | 75.9 MiB/s | 155.4 KiB | 00m00s
- [163/319] Installing twolame-libs-0:0.4 100% | 81.4 MiB/s | 166.6 KiB | 00m00s
- [164/319] Installing speex-0:1.2.0-19.f 100% | 63.7 MiB/s | 130.4 KiB | 00m00s
- [165/319] Installing snappy-0:1.2.1-4.f 100% | 71.2 MiB/s | 72.9 KiB | 00m00s
- [166/319] Installing opencore-amr-0:0.1 100% | 114.3 MiB/s | 351.2 KiB | 00m00s
- [167/319] Installing ilbc-0:3.0.4-13.fc 100% | 47.3 MiB/s | 96.9 KiB | 00m00s
- [168/319] Installing srt-libs-0:1.5.4-2 100% | 195.1 MiB/s | 998.9 KiB | 00m00s
- [169/319] Installing librabbitmq-0:0.15 100% | 44.3 MiB/s | 90.7 KiB | 00m00s
- [170/319] Installing libmodplug-1:0.8.9 100% | 116.2 MiB/s | 357.0 KiB | 00m00s
- [171/319] Installing game-music-emu-0:0 100% | 162.5 MiB/s | 332.8 KiB | 00m00s
- [172/319] Installing orc-0:0.4.41-1.fc4 100% | 32.4 MiB/s | 728.9 KiB | 00m00s
- [173/319] Installing cdparanoia-libs-0: 100% | 58.1 MiB/s | 118.9 KiB | 00m00s
- [174/319] Installing giflib-0:5.2.2-6.f 100% | 55.5 MiB/s | 113.8 KiB | 00m00s
- [175/319] Installing fuse-common-0:3.16 100% | 0.0 B/s | 292.0 B | 00m00s
- [176/319] Installing fuse3-0:3.16.2-5.f 100% | 6.8 MiB/s | 132.0 KiB | 00m00s
- [177/319] Installing libasyncns-0:0.8-3 100% | 29.7 MiB/s | 60.8 KiB | 00m00s
- [178/319] Installing pul
eaudio-libs-0: 100% | 307.9 MiB/s | 3.4 MiB | 00m00s
- [179/319] Installing pipewire-libs-0:1. 100% | 162.8 MiB/s | 8.6 MiB | 00m00s
- [180/319] Installing wireplumber-libs-0 100% | 109.3 MiB/s | 1.2 MiB | 00m00s
- [181/319] Installing wireplumber-0:0.5. 100% | 13.5 MiB/s | 388.2 KiB | 00m00s
- [182/319] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0 B | 00m00s
- [183/319] Installing pipewire-jack-audi 100% | 25.7 MiB/s | 499.2 KiB | 00m00s
- [184/319] Installing sound-theme-freede 100% | 17.5 MiB/s | 467.2 KiB | 00m00s
- [185/319] Installing libcanberra-0:0.30 100% | 5.0 MiB/s | 291.3 KiB | 00m00s
- [186/319] Installing gpgme-0:1.24.2-1.f 100% | 29.0 MiB/s | 593.9 KiB | 00m00s
- [187/319] Installing gpgmepp-0:1.24.2-1 100% | 105.0 MiB/s | 430.3 KiB | 00m00s
- [188/319] Installing poppler-data-0:0.4 100% | 206.5 MiB/s | 12.4 MiB | 00m00s
- [189/319] Installing uchardet-0:0.0.8-7 100% | 14.3 MiB/s | 277.7 KiB | 00m00s
- [190/319] Installing totem-pl-parser-0: 100% | 63.8 MiB/s | 326.9 KiB | 00m00s
- [191/319] Installing libxslt-0:1.1.43-1 100% | 23.6 MiB/s | 459.2 KiB | 00m00s
- [192/319] Installing libosinfo-0:1.12.0 100% | 57.3 MiB/s | 1.2 MiB | 00m00s
- [193/319] Installing libiptcdata-0:1.0. 100% | 9.0 MiB/s | 174.9 KiB | 00m00s
- [194/319] Installing libexif-0:0.6.25-1 100% | 381.6 MiB/s | 2.7 MiB | 00m00s
- [195/319] Installing libcue-0:2.3.0-11. 100% | 89.2 MiB/s | 91.3 KiB | 00m00s
- [196/319] Installing exempi-0:2.6.4-7.f 100% | 63.5 MiB/s | 1.4 MiB | 00m00s
- [197/319] Installing cups-filesystem-1: 100% | 890.6 KiB/s | 1.8 KiB | 00m00s
- [198/319] Installing cups-libs-1:2.4.12 100% | 151.4 MiB/s | 620.1 KiB | 00m00s
- [199/319] Installing xprop-0:1.2.8-3.fc 100% | 3.0 MiB/s | 56.1 KiB | 00m00s
- [200/319] Installing at-spi2-core-0:2.5 100% | 170.8 MiB/s | 1.5 MiB | 00m00s
- [201/319] Installing atk-0:2.56.3-1.fc4 100% | 81.4 MiB/s | 250.0 KiB | 00m00s
- [202/319] Installing at-spi2-atk-0:2.56 100% | 90.4 MiB/s | 277.7 KiB | 00m00s
- [203/319] Installing libblkid-devel-0:2 100% | 22.5 MiB/s | 46.0 KiB | 00m00s
- [204/319] Installing xz-devel-1:5.8.1-2 100% | 64.1 MiB/s | 262.6 KiB | 00m00s
- [205/319] Installing libxml2-devel-0:2. 100% | 136.7 MiB/s | 3.4 MiB | 00m00s
- [206/319] Installing sysprof-capture-de 100% | 90.1 MiB/s | 276.7 KiB | 00m00s
- [207/319] Installing pcre2-utf32-0:10.4 100% | 146.3 MiB/s | 599.1 KiB | 00m00s
- [208/319] Installing pcre2-utf16-0:10.4 100% | 204.1 MiB/s | 627.1 KiB | 00m00s
- [209/319] Installing pcre2-devel-0:10.4 100% | 104.6 MiB/s | 2.1 MiB | 00m00s
- [210/319] Installing libsepol-devel-0:3 100% | 25.1 MiB/s | 128.3 KiB | 00m00s
- [211/319] Installing libselinux-devel-0 100% | 52.6 MiB/s | 161.6 KiB | 00m00s
- [212/319] Installing libmount-devel-0:2 100% | 63.0 MiB/s | 64.5 KiB | 00m00s
- [213/319] Installing libdatrie-0:0.2.13 100% | 57.6 MiB/s | 58.9 KiB | 00m00s
- [214/319] Installing libthai-0:0.1.29-1 100% | 109.5 MiB/s | 785.2 KiB | 00m00s
- [215/319] Installing adwaita-icon-theme 100% | 21.2 MiB/s | 2.4 MiB | 00m00s
- [216/319] Installing adwaita-cursor-the 100% | 357.1 MiB/s | 11.4 MiB | 00m00s
- [217/319] Installing adwaita-icon-theme 100% | 25.5 MiB/s | 1.3 MiB | 00m00s
- [218/319] Installing libepoxy-0:1.5.10- 100% | 270.5 MiB/s | 1.1 MiB | 00m00s
- [219/319] Installing libXcomposite-0:0. 100% | 22.5 MiB/s | 46.0 KiB | 00m00s
- [220/319] Installing hicolor-icon-theme 100% | 4.5 MiB/s | 179.5 KiB | 00m00s
- [221/319] Installing spirv-tools-libs-0 100% | 192.7 MiB/s | 5.8 MiB | 00m00s
- [222/319] Installing bzip2-devel-0:1.0. 100% | 151.7 MiB/s | 310.7 KiB | 00m00s
- [223/319] Installing libicu-devel-0:76. 100% | 112.8 MiB/s | 5.1 MiB | 00m00s
- [224/319] Installing python3-packaging- 100% | 79.2 MiB/s | 568.0 KiB | 00m00s
- [225/319] Installing lm_sensors-libs-0: 100% | 42.4 MiB/s | 86.9 KiB | 00m00s
- [226/319] Installing libxshmfence-0:1.3 100% | 6.6 MiB/s | 13.6 KiB | 00m00s
- [227/319] Installing mesa-libgbm-0:25.1 100% | 20.0 MiB/s | 20.5 KiB | 00m00s
- [228/319] Installing mesa-dri-drivers-0 100% | 310.4 MiB/s | 46.6 MiB | 00m00s
- [229/319] Installing mesa-libEGL-0:25.1 100% | 164.1 MiB/s | 336.0 KiB | 00m00s
- [230/319] Installing libglvnd-egl-1:1.7 100% | 34.3 MiB/s | 70.3 KiB | 00m00s
- [231/319] Installing libglvnd-gles-1:1. 100% | 104.8 MiB/s | 107.3 KiB | 00m00s
- [232/319] Installing libglvnd-glx-1:1.7 100% | 198.8 MiB/s | 610.6 KiB | 00m00s
- [233/319] Installing mesa-libGL-0:25.1. 100% | 150.0 MiB/s | 307.2 KiB | 00m00s
- [234/319] Installing libva-0:2.22.0-4.f 100% | 81.4 MiB/s | 333.4 KiB | 00m00s
- [235/319] Installing libavutil-free-0:7 100% | 188.3 MiB/s | 964.1 KiB | 00m00s
- [236/319] Installing libswresample-free 100% | 72.6 MiB/s | 148.6 KiB | 00m00s
- [237/319] Installing brotli-0:1.1.0-6.f 100% | 2.0 MiB/s | 32.3 KiB | 00m00s
- [238/319] Installing brotli-devel-0:1.1 100% | 33.2 MiB/s | 68.0 KiB | 00m00s
- [239/319] Installing libjxl-devel-1:0.1 100% | 150.3 MiB/s | 769.6 KiB | 00m00s
- [240/319] Installing libzstd-devel-0:1. 100% | 203.9 MiB/s | 208.8 KiB | 00m00s
- [241/319] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s
- [242/319] Installing libglvnd-devel-1:1 100% | 265.1 MiB/s | 2.1 MiB | 00m00s
- [243/319] Installing mesa-libGLU-devel- 100% | 17.1 MiB/s | 17.5 KiB | 00m00s
- [244/319] Installing gettext-envsubst-0 100% | 4.9 MiB/s | 80.2 KiB | 00m00s
- [245/319] Installing gettext-runtime-0: 100% | 23.7 MiB/s | 461.6 KiB | 00m00s
- [246/319] Installing gettext-0:0.23.1-2 100% | 162.4 MiB/s | 5.2 MiB | 00m00s
- [247/319] Installing cpuinfo-0:24.09.26 100% | 6.0 MiB/s | 109.7 KiB | 00m00s
- [248/319] Installing svt-av1-libs-0:2.3 100% | 267.8 MiB/s | 5.6 MiB | 00m00s
- [249/319] Installing libavif-0:1.1.1-1. 100% | 105.1 MiB/s | 215.2 KiB | 00m00s
- [250/319] Installing svt-av1-devel-0:2. 100% | 71.2 MiB/s | 73.0 KiB | 00m00s
- [251/319] Installing libavif-devel-0:1. 100% | 89.8 MiB/s | 92.0 KiB | 00m00s
- [252/319] Installing libffi-devel-0:3.4 100% | 17.0 MiB/s | 34.8 KiB | 00m00s
- [253/319] Installing glib2-devel-0:2.84 100% | 206.5 MiB/s | 15.9 MiB | 00m00s
- [254/319] Installing google-noto-fonts- 100% | 18.1 MiB/s | 18.5 KiB | 00m00s
- [255/319] Installing google-noto-sans-v 100% | 231.9 MiB/s | 1.4 MiB | 00m00s
- [256/319] Installing default-fonts-core 100% | 4.4 MiB/s | 18.2 KiB | 00m00s
- [257/319] Installing fontconfig-0:2.16. 100% | 728.5 KiB/s | 783.9 KiB | 00m01s
- [258/319] Installing cairo-0:1.18.2-3.f 100% | 222.9 MiB/s | 1.8 MiB | 00m00s
- [259/319] Installing cairo-gobject-0:1. 100% | 35.1 MiB/s | 36.0 KiB | 00m00s
- [260/319] Installing harfbuzz-cairo-0:1 100% | 25.9 MiB/s | 53.0 KiB | 00m00s
- [261/319] Installing freetype-devel-0:2 100% | 251.2 MiB/s | 8.5 MiB | 00m00s
- [262/319] Installing fontconfig-devel-0 100% | 50.3 MiB/s | 154.4 KiB | 00m00s
- [263/319] Installing cairo-devel-0:1.18 100% | 381.8 MiB/s | 2.3 MiB | 00m00s
- [264/319] Installing harfbuzz-devel-0:1 100% | 179.0 MiB/s | 5.2 MiB | 00m00s
- [265/319] Installing libXft-0:2.3.8-8.f 100% | 83.0 MiB/s | 169.9 KiB | 00m00s
- [266/319] Installing pango-0:1.56.3-1.f 100% | 42.7 MiB/s | 1.0 MiB | 00m00s
- [267/319] Installing rsvg-pixbuf-loader 100% | 112.6 MiB/s | 346.0 KiB | 00m00s
- [268/319] Installing librsvg2-0:2.60.0- 100% | 238.9 MiB/s | 5.0 MiB | 00m00s
- [269/319] Installing libbluray-0:1.3.4- 100% | 129.9 MiB/s | 399.2 KiB | 00m00s
- [270/319] Installing libaribcaption-0:1 100% | 20.3 MiB/s | 249.9 KiB | 00m00s
- [271/319] Installing libavcodec-free-0: 100% | 257.7 MiB/s | 9.8 MiB | 00m00s
- [272/319] Installing libchromaprint-0:1 100% | 32.3 MiB/s | 66.1 KiB | 00m00s
- [273/319] Installing libavformat-free-0 100% | 233.5 MiB/s | 2.6 MiB | 00m00s
- [274/319] Installing jbigkit-libs-0:2.1 100% | 60.3 MiB/s | 123.4 KiB | 00m00s
- [275/319] Installing libtiff-0:4.7.0-3. 100% | 151.7 MiB/s | 621.3 KiB | 00m00s
- [276/319] Installing libtiff-devel-0:4. 100% | 251.5 MiB/s | 772.7 KiB | 00m00s
- [277/319] Installing gdk-pixbuf2-module 100% | 31.5 MiB/s | 64.6 KiB | 00m00s
- [278/319] Installing gtk3-0:3.24.49-2.f 100% | 265.8 MiB/s | 23.1 MiB | 00m00s
- [279/319] Installing libdecor-0:0.2.3-5 100% | 54.6 MiB/s | 167.8 KiB | 00m00s
- [280/319] Installing SDL3-0:3.2.16-1.fc 100% | 243.4 MiB/s | 2.7 MiB | 00m00s
- [281/319] Installing sdl2-compat-0:2.32 100% | 130.7 MiB/s | 401.4 KiB | 00m00s
- [282/319] Installing sdl2-compat-devel- 100% | 85.1 MiB/s | 2.7 MiB | 00m00s
- [283/319] Installing SDL2_image-0:2.8.8 100% | 11.5 MiB/s | 211.6 KiB | 00m00s
- [284/319] Installing SDL2_ttf-0:2.22.0- 100% | 43.7 MiB/s | 89.6 KiB | 00m00s
- [285/319] Installing sdl12-compat-0:1.2 100% | 96.3 MiB/s | 197.2 KiB | 00m00s
- [286/319] Installing libvisual-1:0.4.2- 100% | 23.1 MiB/s | 497.1 KiB | 00m00s
- [287/319] Installing gstreamer1-plugins 100% | 159.2 MiB/s | 7.3 MiB | 00m00s
- [288/319] Installing xdg-desktop-portal 100% | 27.7 MiB/s | 1.9 MiB | 00m00s
- [289/319] Installing libgxps-0:0.3.2-10 100% | 47.4 MiB/s | 194.3 KiB | 00m00s
- [290/319] Installing poppler-0:25.02.0- 100% | 177.0 MiB/s | 3.7 MiB | 00m00s
- [291/319] Installing poppler-glib-0:25. 100% | 99.8 MiB/s | 613.3 KiB | 00m00s
- [292/319] Installing localsearch-0:3.9. 100% | 45.5 MiB/s | 3.9 MiB | 00m00s
- [293/319] Installing xdg-desktop-portal 100% | 11.6 MiB/s | 477.2 KiB | 00m00s
- [294/319] Installing SDL2_ttf-devel-0:2 100% | 46.8 MiB/s | 95.8 KiB | 00m00s
- [295/319] Installing SDL2_image-devel-0 100% | 39.2 MiB/s | 80.2 KiB | 00m00s
- [296/319] Installing libcanberra-gtk3-0 100% | 3.5 MiB/s | 82.0 KiB | 00m00s
- [297/319] Installing avif-pixbuf-loader 100% | 9.9 MiB/s | 20.2 KiB | 00m00s
- [298/319] Installing intel-vpl-gpu-rt-0 100% | 210.4 MiB/s | 8.2 MiB | 00m00s
- [299/319] Installing intel-mediasdk-0:2 100% | 216.2 MiB/s | 22.5 MiB | 00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.6-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.6-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 992.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992.
- >>>
- [300/319] Installing pipewire-0:1.4.6-1 100% | 7.6 MiB/s | 433.8 KiB | 00m00s
- >>> Running post-install scriptlet: pipewire-0:1.4.6-1.fc42.x86_64
- >>> Finished post-install scriptlet: pipewire-0:1.4.6-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [301/319] Installing pipewire-alsa-0:1. 100% | 52.0 MiB/s | 159.8 KiB | 00m00s
- [302/319] Installing pipewire-pulseaudi 100% | 8.2 MiB/s | 444.2 KiB | 00m00s
- >>> Running post-install scriptlet: pipewire-pulseaudio-0:1.4.6-1.fc42.x86_64
- >>> Finished post-install scriptlet: pipewire-pulseaudio-0:1.4.6-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [303/319] Installing pipewire-plugin-li 100% | 72.0 MiB/s | 147.4 KiB | 00m00s
- [304/319] Installing exiv2-0:0.28.5-1.f 100% | 349.2 MiB/s | 12.2 MiB | 00m00s
- [305/319] Installing libcamera-ipa-0:0. 100% | 107.8 MiB/s | 551.9 KiB | 00m00s
- [306/319] Installing upower-0:1.90.9-4. 100% | 6.4 MiB/s | 281.0 KiB | 00m00s
- >>> Running post-install scriptlet: upower-0:1.90.9-4.fc42.x86_64
- >>> Finished post-install scriptlet: upower-0:1.90.9-4.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'
- >>>
- [307/319] Installing glib-networking-0: 100% | 18.1 MiB/s | 757.8 KiB | 00m00s
- >>> Running sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_64
- >>> Finished sysusers scriptlet: usbmuxd-0:1.1.1^20240915git0b1b233-4.fc42.x86_6
- >>> Scriptlet output:
- >>> Creating group 'usbmuxd' with GID 113.
- >>> Creating user 'usbmuxd' (usbmuxd user) with UID 113 and GID 113.
- >>>
- [308/319] Installing usbmuxd-0:1.1.1^20 100% | 3.0 MiB/s | 151.5 KiB | 00m00s
- [309/319] Installing jxl-pixbuf-loader- 100% | 14.7 MiB/s | 30.2 KiB | 00m00s
- [310/319] Installing webp-pixbuf-loader 100% | 29.1 MiB/s | 29.8 KiB | 00m00s
- [311/319] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s
- [312/319] Installing tinysparql-0:3.9.2 100% | 47.7 MiB/s | 2.5 MiB | 00m00s
- [313/319] Installing adwaita-mono-fonts 100% | 319.3 MiB/s | 5.4 MiB | 00m00s
- [314/319] Installing adwaita-sans-fonts 100% | 214.9 MiB/s | 1.7 MiB | 00m00s
- [315/319] Installing dconf-0:0.40.0-15. 100% | 6.8 MiB/s | 320.0 KiB | 00m00s
- [316/319] Installing low-memory-monitor 100% | 1.4 MiB/s | 67.7 KiB | 00m00s
- [317/319] Installing logrotate-0:3.22.0 100% | 2.8 MiB/s | 151.6 KiB | 00m00s
- >>> Running post-install scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Finished post-install scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer'
- >>>
- [318/319] Installing svt-av1-devel-docs 100% | 367.3 MiB/s | 8.4 MiB | 00m00s
- [319/319] Removing glib2-0:2.84.2-1.fc4 100% | 116.0 B/s | 176.0 B | 00m02s
- >>> Running post-transaction scriptlet: wireplumber-0:0.5.8-1.fc42.x86_64
- >>> Finished post-transaction scriptlet: wireplumber-0:0.5.8-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" "cairo-devel" "libffi-devel" "SDL2-devel" "SDL2_image-devel" "SDL2_ttf-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- libffi-devel-3.4.6-5.fc42.x86_64
- sdl2-compat-devel-2.32.56-1.fc42.x86_64
- SDL2_image-devel-2.8.8-1.fc42.x86_64
- SDL2_ttf-devel-2.22.0-4.fc42.x86_64
2025-07-11 13:46.03 ---> saved as "a9a650f4be5d7e1f388ad18ead405a22e973374739823b437141c54dacc11082"
/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 23 packages
- install bigarray-compat 1.1.0
- install bogue 20250224
- install cairo2 0.6.5
- install conf-cairo 1
- install conf-libffi 2.0.0
- install conf-pkg-config 4
- install conf-sdl2 1
- install conf-sdl2-image 1
- install conf-sdl2-ttf 1
- install csexp 1.5.2
- install ctypes 0.23.0
- install ctypes-foreign 0.23.0
- install dune 3.19.1
- install dune-configurator 3.19.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.0.8
- install tsdl 1.1.0
- install tsdl-image 0.6
- install tsdl-ttf 0.6
- install xdg 3.19.1
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 bigarray-compat.1.1.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cairo2.0.6.5 (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
-> retrieved bogue.20250224 (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.8 (cached)
-> retrieved tsdl.1.1.0 (cached)
-> retrieved tsdl-image.0.6 (cached)
-> retrieved tsdl-ttf.0.6 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.0.8
-> installed dune.3.19.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.19.1
-> installed dune-configurator.3.19.1
-> installed cairo2.0.6.5
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20250224
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-11 13:46.57 ---> saved as "f2127be0c7acb06437128162c71aa384eb0ce11865b1992b72a589937a6631e8"
/src: (copy (src .) (dst /src))
2025-07-11 13:46.58 ---> saved as "8f287fd77fff251cddc80bea3a17bad03c121c684e2d5bb4943f20bc42d3dc16"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-07-11 13:46.58 ---> saved as "81c41920777e237fbd02841f0b037dcf4c15ac3bf703021a39fcf87788ae4a99"
Job succeeded
2025-07-11 13:46.59: Job succeeded