(for PR #28495)
2026-05-04 08:20.05: New job: build efl.1.20.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
on fedora-42-ocaml-4.14/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn efl.1.20.0 1.20.0
RUN opam reinstall efl.1.20.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'efl.1.20.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-04 08:20.05: Using cache hint "ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-efl.1.20.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn efl.1.20.0 1.20.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.20.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.20.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-04 08:20.05: Waiting for resource in pool OCluster
2026-05-04 08:28.48: Waiting for worker…
2026-05-04 08:33.56: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
packages/efl/efl.1.12.0/opam | 2 +-
packages/efl/efl.1.13.0/opam | 2 +-
packages/efl/efl.1.17.0/opam | 2 +-
packages/efl/efl.1.18.0/opam | 2 +-
packages/efl/efl.1.19.0/opam | 2 +-
packages/efl/efl.1.20.0/opam | 2 +-
packages/efl/efl.1.22.0/opam | 2 +-
packages/efl/efl.1.24.0/opam | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
(from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06)
Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locally
docker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opam
bcbfb8588268: Pulling fs layer
73b2408747f6: Pulling fs layer
9801aa370cb0: Pulling fs layer
e2db682e1091: Pulling fs layer
35ce4f3a1d8f: Pulling fs layer
0c758f381927: Pulling fs layer
73b2408747f6: Waiting
331d2e83f975: Pulling fs layer
587b7a9d2fa5: Pulling fs layer
9801aa370cb0: Waiting
6f5d85344b5e: Pulling fs layer
bcbfb8588268: Waiting
e2db682e1091: Waiting
0bf270c8c680: Pulling fs layer
35ce4f3a1d8f: Waiting
0c758f381927: Waiting
b8a710b2793e: Pulling fs layer
102e4eb337f9: Pulling fs layer
8074f360636b: Pulling fs layer
587b7a9d2fa5: Waiting
e2e6e0c8e26d: Pulling fs layer
6f5d85344b5e: Waiting
0bf270c8c680: Waiting
b8a710b2793e: Waiting
8074f360636b: Waiting
523ea61dbc78: Pulling fs layer
fdc7142430a4: Pulling fs layer
523ea61dbc78: Waiting
e2e6e0c8e26d: Waiting
bd9c320da6c3: Pulling fs layer
84da89250dcb: Pulling fs layer
102e4eb337f9: Waiting
14965138aadf: Pulling fs layer
fdc7142430a4: Waiting
423340f710ae: Pulling fs layer
a8ded4eff573: Pulling fs layer
423340f710ae: Waiting
4f4fb700ef54: Pulling fs layer
b0088e840ba0: Pulling fs layer
bd9c320da6c3: Waiting
8af4a5e4bfe7: Pulling fs layer
47714dafabe1: Pulling fs layer
7d178f126a38: Pulling fs layer
4f4fb700ef54: Waiting
8af4a5e4bfe7: Waiting
47714dafabe1: Waiting
1e25091b9328: Pulling fs layer
7d178f126a38: Waiting
b0088e840ba0: Waiting
e7334ffd00ee: Pulling fs layer
b0d0fb29e996: Pulling fs layer
1e25091b9328: Waiting
b514f69d4736: Pulling fs layer
b0d0fb29e996: Waiting
cc65440c3c3b: Pulling fs layer
92a35f6a24ed: Pulling fs layer
9913b5eb2db3: Pulling fs layer
cc65440c3c3b: Waiting
164a98ef7bc0: Pulling fs layer
92a35f6a24ed: Waiting
9913b5eb2db3: Waiting
ebe09a1e10fd: Pulling fs layer
a8ded4eff573: Waiting
cd30e6adea74: Pulling fs layer
164a98ef7bc0: Waiting
b864cbae0a9c: Pulling fs layer
ebe09a1e10fd: Waiting
ba3fe2c0fbfd: Pulling fs layer
cd30e6adea74: Waiting
b864cbae0a9c: Waiting
889dd894e69f: Pulling fs layer
ba3fe2c0fbfd: Waiting
29224cb56fda: Pulling fs layer
b514f69d4736: Waiting
6c44a2ff139a: Pulling fs layer
6b234c7a28b8: Pulling fs layer
cd3978b92ac3: Pulling fs layer
536dada2d351: Pulling fs layer
889dd894e69f: Waiting
67fc0ef3a1ba: Pulling fs layer
6b234c7a28b8: Waiting
67fc0ef3a1ba: Waiting
536dada2d351: Waiting
cd3978b92ac3: Waiting
6c44a2ff139a: Waiting
29224cb56fda: Waiting
e7334ffd00ee: Waiting
14965138aadf: Waiting
84da89250dcb: Waiting
bcbfb8588268: Verifying Checksum
bcbfb8588268: Download complete
73b2408747f6: Download complete
9801aa370cb0: Verifying Checksum
9801aa370cb0: Download complete
35ce4f3a1d8f: Verifying Checksum
35ce4f3a1d8f: Download complete
bcbfb8588268: Pull complete
73b2408747f6: Pull complete
e2db682e1091: Verifying Checksum
e2db682e1091: Download complete
0c758f381927: Verifying Checksum
0c758f381927: Download complete
9801aa370cb0: Pull complete
331d2e83f975: Verifying Checksum
331d2e83f975: Download complete
6f5d85344b5e: Verifying Checksum
6f5d85344b5e: Download complete
587b7a9d2fa5: Verifying Checksum
587b7a9d2fa5: Download complete
0bf270c8c680: Verifying Checksum
0bf270c8c680: Download complete
102e4eb337f9: Verifying Checksum
102e4eb337f9: Download complete
8074f360636b: Verifying Checksum
8074f360636b: Download complete
e2e6e0c8e26d: Download complete
b8a710b2793e: Verifying Checksum
b8a710b2793e: Download complete
523ea61dbc78: Verifying Checksum
523ea61dbc78: Download complete
fdc7142430a4: Verifying Checksum
fdc7142430a4: Download complete
bd9c320da6c3: Verifying Checksum
bd9c320da6c3: Download complete
84da89250dcb: Verifying Checksum
84da89250dcb: Download complete
423340f710ae: Verifying Checksum
423340f710ae: Download complete
a8ded4eff573: Verifying Checksum
a8ded4eff573: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
b0088e840ba0: Download complete
8af4a5e4bfe7: Verifying Checksum
8af4a5e4bfe7: Download complete
14965138aadf: Verifying Checksum
14965138aadf: Download complete
7d178f126a38: Verifying Checksum
7d178f126a38: Download complete
47714dafabe1: Verifying Checksum
47714dafabe1: Download complete
1e25091b9328: Verifying Checksum
1e25091b9328: Download complete
b0d0fb29e996: Download complete
b514f69d4736: Download complete
e7334ffd00ee: Verifying Checksum
e7334ffd00ee: Download complete
92a35f6a24ed: Verifying Checksum
92a35f6a24ed: Download complete
cc65440c3c3b: Download complete
9913b5eb2db3: Verifying Checksum
9913b5eb2db3: Download complete
cd30e6adea74: Download complete
164a98ef7bc0: Verifying Checksum
164a98ef7bc0: Download complete
ba3fe2c0fbfd: Verifying Checksum
ba3fe2c0fbfd: Download complete
889dd894e69f: Download complete
29224cb56fda: Verifying Checksum
29224cb56fda: Download complete
e2db682e1091: Pull complete
ebe09a1e10fd: Verifying Checksum
ebe09a1e10fd: Download complete
35ce4f3a1d8f: Pull complete
0c758f381927: Pull complete
331d2e83f975: Pull complete
587b7a9d2fa5: Pull complete
6f5d85344b5e: Pull complete
0bf270c8c680: Pull complete
b8a710b2793e: Pull complete
102e4eb337f9: Pull complete
8074f360636b: Pull complete
e2e6e0c8e26d: Pull complete
523ea61dbc78: Pull complete
fdc7142430a4: Pull complete
bd9c320da6c3: Pull complete
84da89250dcb: Pull complete
14965138aadf: Pull complete
423340f710ae: Pull complete
a8ded4eff573: Pull complete
4f4fb700ef54: Pull complete
b0088e840ba0: Pull complete
8af4a5e4bfe7: Pull complete
47714dafabe1: Pull complete
7d178f126a38: Pull complete
1e25091b9328: Pull complete
e7334ffd00ee: Pull complete
b0d0fb29e996: Pull complete
b514f69d4736: Pull complete
cc65440c3c3b: Pull complete
92a35f6a24ed: Pull complete
9913b5eb2db3: Pull complete
164a98ef7bc0: Pull complete
6c44a2ff139a: Verifying Checksum
6c44a2ff139a: Download complete
cd3978b92ac3: Download complete
536dada2d351: Download complete
67fc0ef3a1ba: Download complete
b864cbae0a9c: Verifying Checksum
b864cbae0a9c: Download complete
6b234c7a28b8: Verifying Checksum
6b234c7a28b8: Download complete
ebe09a1e10fd: Pull complete
cd30e6adea74: Pull complete
b864cbae0a9c: Pull complete
ba3fe2c0fbfd: Pull complete
889dd894e69f: Pull complete
29224cb56fda: Pull complete
6c44a2ff139a: Pull complete
6b234c7a28b8: Pull complete
cd3978b92ac3: Pull complete
536dada2d351: Pull complete
67fc0ef3a1ba: Pull complete
Digest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06
Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06
2026-05-04 08:34.14 ---> using "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:34.14 ---> using "184ba36fbc610efe69c9e04924355ff77c877d4f430770318d8c00dc7ffb970c" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 08:34.14 ---> using "91f75b06c1aa3c1652f704d274f652e7d324b043f3dddad7a5dd7e0b37b8472b" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=42
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 2 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-05-04 08:34.14 ---> using "d7b99b793c1495407852bc088432437c8d084181e2aade9f891078d98ca706d5" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-04 08:34.14 ---> using "2db1a9f7947aed731b8406bd75d83d6a26296945116cbb11efd002574e1705d5" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:34.26 ---> saved as "73255c00c985466575e89b5d1737dea49da7649c47cb2cf8760eb6b136c8b562"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:34.44 ---> saved as "8e84882b73c6470dc4a4a56cdcdc9e49d26169144d7e743b1b521ca17756f8e9"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 42 - x86_64 - Updates 100% | 2.6 KiB/s | 7.1 KiB | 00m03s
- Fedora 42 - x86_64 100% | 91.4 KiB/s | 21.1 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2026-05-04 08:34.54 ---> saved as "8ac1205c5c73935a61bd82a94a75b62e664f04f12ff40c4a88d9cfec43705691"
/home/opam: (run (shell "opam pin add -k version -yn efl.1.20.0 1.20.0"))
efl is now pinned to version 1.20.0
2026-05-04 08:34.55 ---> saved as "5af1982b101652bafd9dc5bbe701f323c642b884e0a305656ad4dca9eb868c26"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall efl.1.20.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"fedora-42\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'efl.1.20.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
efl.1.20.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
- install conf-efl 1.8 [required by efl]
- install conf-pkg-config 4 [required by efl]
- install efl 1.20.0 (pinned)
- install ocamlbuild 0.16.1 [required by efl]
- install ocamlfind 1.9.8 [required by efl]
The following system packages will first need to be installed:
elementary-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" "elementary-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- efl-devel x86_64 1.28.1-1.fc42 updates 17.1 MiB
- Installing dependencies:
- LibRaw x86_64 0.21.5-1.fc42 updates 2.3 MiB
- ModemManager-glib x86_64 1.22.0-5.fc42 fedora 1.4 MiB
- SDL3 x86_64 3.4.0-3.fc42 updates 3.0 MiB
- abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB
- adobe-mappings-cmap noarch 20231115-2.fc42 fedora 15.2 MiB
- adobe-mappings-cmap-deprecated noarch 20231115-2.fc42 fedora 582.1 KiB
- adobe-mappings-pdf noarch 20190401-9.fc42 fedora 4.4 MiB
- adwaita-cursor-theme noarch 48.1-1.fc42 updates 11.4 MiB
- adwaita-icon-theme noarch 48.1-1.fc42 updates 1.2 MiB
- adwaita-icon-theme-legacy noarch 46.2-3.fc42 fedora 2.1 MiB
- alsa-lib x86_64 1.2.15.3-1.fc42 updates 1.5 MiB
- at-spi2-atk x86_64 2.56.8-1.fc42 updates 275.6 KiB
- at-spi2-core x86_64 2.56.8-1.fc42 updates 1.5 MiB
- atk x86_64 2.56.8-1.fc42 updates 248.6 KiB
- avahi x86_64 0.9~rc2-2.fc42 fedora 1.6 MiB
- avahi-devel x86_64 0.9~rc2-2.fc42 fedora 130.6 KiB
- avahi-glib x86_64 0.9~rc2-2.fc42 fedora 23.6 KiB
- avahi-libs x86_64 0.9~rc2-2.fc42 fedora 183.6 KiB
- bluez-libs x86_64 5.84-2.fc42 updates 198.3 KiB
- brotli x86_64 1.2.0-1.fc42 updates 33.6 KiB
- brotli-devel x86_64 1.2.0-1.fc42 updates 65.9 KiB
- bullet x86_64 3.08-13.fc42 fedora 3.7 MiB
- bullet-devel x86_64 3.08-13.fc42 fedora 2.9 MiB
- bzip2-devel x86_64 1.0.8-20.fc42 fedora 309.8 KiB
- cairo x86_64 1.18.2-3.fc42 fedora 1.8 MiB
- cairo-devel x86_64 1.18.2-3.fc42 fedora 2.3 MiB
- cairo-gobject x86_64 1.18.2-3.fc42 fedora 35.1 KiB
- cdparanoia-libs x86_64 10.2-47.fc42 fedora 117.5 KiB
- cmake x86_64 3.31.11-1.fc42 updates 34.5 MiB
- cmake-data noarch 3.31.11-1.fc42 updates 8.5 MiB
- cmake-filesystem x86_64 3.31.11-1.fc42 updates 0.0 B
- colord-libs x86_64 1.4.7-6.fc42 fedora 850.7 KiB
- cpuinfo x86_64 24.09.26-2.git1e83a2f.fc42.1 updates 107.0 KiB
- cups-filesystem noarch 1:2.4.17-1.fc42 updates 0.0 B
- cups-libs x86_64 1:2.4.17-1.fc42 updates 618.7 KiB
- dbus-devel x86_64 1:1.16.0-3.fc42 fedora 131.7 KiB
- default-fonts-core-sans noarch 4.2-4.fc42 fedora 11.9 KiB
- efl x86_64 1.28.1-1.fc42 updates 55.6 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-devel x86_64 1.4.3-6.fc42 fedora 5.4 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
- fribidi-devel x86_64 1.0.16-2.fc42 fedora 78.0 KiB
- fuse-common x86_64 3.16.2-6.fc42 updates 38.0 B
- fuse3 x86_64 3.16.2-6.fc42 updates 121.7 KiB
- fuse3-libs x86_64 3.16.2-6.fc42 updates 277.5 KiB
- gdk-pixbuf2 x86_64 2.42.12-12.fc42 updates 2.5 MiB
- gdk-pixbuf2-modules x86_64 2.42.12-12.fc42 updates 55.4 KiB
- geoclue2 x86_64 2.8.0-1.fc42 updates 401.7 KiB
- gettext x86_64 0.23.1-2.fc42 fedora 5.2 MiB
- gettext-envsubst x86_64 0.23.1-2.fc42 fedora 78.8 KiB
- gettext-libs x86_64 0.23.1-2.fc42 fedora 2.0 MiB
- gettext-runtime x86_64 0.23.1-2.fc42 fedora 452.2 KiB
- giflib x86_64 5.2.2-9.fc42 updates 116.1 KiB
- glib2-devel x86_64 2.84.4-1.fc42 updates 15.8 MiB
- gobject-introspection x86_64 1.84.0-1.fc42 fedora 392.8 KiB
- google-droid-sans-fonts noarch 20200215-22.fc42 fedora 6.3 MiB
- google-noto-fonts-common noarch 20250301-1.fc42 fedora 17.7 KiB
- google-noto-sans-vf-fonts noarch 20250301-1.fc42 fedora 1.4 MiB
- gpgme x86_64 1.24.3-1.fc42 updates 587.9 KiB
- gpgmepp x86_64 1.24.3-1.fc42 updates 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-3.fc42 updates 5.4 MiB
- gsm x86_64 1.0.22-8.fc42 fedora 68.8 KiB
- gstreamer1 x86_64 1.26.11-1.fc42 updates 5.4 MiB
- gstreamer1-plugins-base x86_64 1.26.11-1.fc42 updates 7.4 MiB
- gtk-update-icon-cache x86_64 3.24.52-1.fc42 updates 62.2 KiB
- gtk3 x86_64 3.24.52-1.fc42 updates 22.5 MiB
- harfbuzz x86_64 10.4.0-2.fc42 updates 2.8 MiB
- harfbuzz-cairo x86_64 10.4.0-2.fc42 updates 52.1 KiB
- harfbuzz-devel x86_64 10.4.0-2.fc42 updates 5.2 MiB
- harfbuzz-icu x86_64 10.4.0-2.fc42 updates 15.4 KiB
- hicolor-icon-theme noarch 0.17-20.fc42 fedora 72.2 KiB
- highway x86_64 1.3.0-1.fc42 updates 5.5 MiB
- hwdata noarch 0.406-1.fc42 updates 9.9 MiB
- ibus-libs x86_64 1.5.32-3.fc42 updates 860.1 KiB
- iso-codes noarch 4.17.0-2.fc42 fedora 20.3 MiB
- jasper-libs x86_64 4.2.3-3.fc42 fedora 345.8 KiB
- jbig2dec-libs x86_64 0.20-6.fc42 fedora 169.0 KiB
- jbigkit-libs x86_64 2.1-31.fc42 fedora 121.4 KiB
- json-glib x86_64 1.10.8-1.fc42 updates 592.3 KiB
- jsoncpp x86_64 1.9.6-1.fc42 fedora 261.6 KiB
- lame-libs x86_64 3.100-19.fc42 fedora 1.2 MiB
- lcms2 x86_64 2.16-5.fc42 fedora 437.7 KiB
- libICE x86_64 1.1.2-2.fc42 fedora 198.4 KiB
- libSM x86_64 1.2.5-2.fc42 fedora 105.0 KiB
- libXScrnSaver x86_64 1.2.4-5.fc42 fedora 49.6 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
- libXt x86_64 1.3.1-2.fc42 fedora 429.7 KiB
- libXtst x86_64 1.2.5-2.fc42 fedora 33.5 KiB
- libXv x86_64 1.0.13-2.fc42 fedora 30.0 KiB
- libXxf86vm x86_64 1.1.6-2.fc42 fedora 29.2 KiB
- libaom x86_64 3.13.1-1.fc42 updates 5.0 MiB
- libasyncns x86_64 0.8-30.fc42 fedora 59.5 KiB
- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB
- libblkid-devel x86_64 2.40.4-10.fc42 updates 44.9 KiB
- libcamera x86_64 0.4.0-4.fc42 fedora 1.9 MiB
- libcanberra x86_64 0.30-37.fc42 fedora 286.4 KiB
- libcloudproviders x86_64 0.3.6-1.fc42 fedora 124.3 KiB
- libdaemon x86_64 0.14-31.fc42 fedora 68.3 KiB
- libdatrie x86_64 0.2.13-11.fc42 fedora 57.8 KiB
- libdav1d x86_64 1.5.3-1.fc42 updates 1.7 MiB
- libdecor x86_64 0.2.4-1.fc42 updates 165.2 KiB
- libdrm x86_64 2.4.131-1.fc42 updates 404.7 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
- libevdev x86_64 1.13.4-1.fc42 fedora 82.0 KiB
- libevent-devel x86_64 2.1.12-15.fc42 fedora 426.0 KiB
- libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 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
- libgs x86_64 10.05.1-6.fc42 updates 23.5 MiB
- libgudev x86_64 238-7.fc42 fedora 87.8 KiB
- libgusb x86_64 0.4.9-3.fc42 fedora 162.0 KiB
- libicu-devel x86_64 76.1-4.fc42 fedora 5.0 MiB
- libijs x86_64 0.35-24.fc42 fedora 65.5 KiB
- libinput x86_64 1.29.1-1.fc42 updates 638.2 KiB
- libinput-devel x86_64 1.29.1-1.fc42 updates 230.5 KiB
- libjpeg-turbo x86_64 3.1.3-1.fc42 updates 806.3 KiB
- libjpeg-turbo-devel x86_64 3.1.3-1.fc42 updates 353.9 KiB
- libjxl x86_64 1:0.11.1-4.fc42 updates 3.1 MiB
- liblc3 x86_64 1.1.3-1.fc42 fedora 170.8 KiB
- libldac x86_64 2.0.2.3-17.fc42 fedora 82.2 KiB
- liblerc x86_64 4.0.0-8.fc42 fedora 636.1 KiB
- libmount-devel x86_64 2.40.4-10.fc42 updates 63.5 KiB
- libnotify x86_64 0.8.8-1.fc42 updates 126.6 KiB
- libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB
- libogg-devel x86_64 2:1.3.5-11.fc42 fedora 17.5 KiB
- libpaper x86_64 1:2.1.1-8.fc42 fedora 48.8 KiB
- libpciaccess x86_64 0.16-15.fc42 fedora 44.5 KiB
- libpng x86_64 2:1.6.56-1.fc42 updates 241.8 KiB
- libpng-devel x86_64 2:1.6.56-1.fc42 updates 1.1 MiB
- libproxy x86_64 0.5.8-2.fc42 fedora 102.3 KiB
- librsvg2 x86_64 2.60.0-5.fc42 updates 5.1 MiB
- libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB
- libselinux-devel x86_64 3.8-3.fc42 updates 126.8 KiB
- libsepol-devel x86_64 3.8-1.fc42 fedora 120.8 KiB
- libsndfile x86_64 1.2.2-8.fc42 fedora 550.0 KiB
- libsndfile-devel x86_64 1.2.2-8.fc42 fedora 212.9 KiB
- libsoup3 x86_64 3.6.6-2.fc42 updates 1.7 MiB
- libspectre x86_64 0.2.12-9.fc42 fedora 89.8 KiB
- libtdb x86_64 1.4.13-2.fc42 fedora 100.5 KiB
- libtextstyle x86_64 0.23.1-2.fc42 fedora 207.5 KiB
- libthai x86_64 0.1.29-10.fc42 fedora 783.4 KiB
- libtheora x86_64 1:1.1.1-39.fc42 fedora 481.3 KiB
- libtiff x86_64 4.7.1-1.fc42 updates 624.4 KiB
- libtinysparql x86_64 3.9.2-1.fc42 updates 1.3 MiB
- libunwind x86_64 1.8.1-2.fc42 fedora 194.1 KiB
- libunwind-devel x86_64 1.8.1-2.fc42 fedora 138.6 KiB
- libuv x86_64 1:1.51.0-1.fc42 updates 570.2 KiB
- libvisual x86_64 1:0.4.2-1.fc42 updates 494.1 KiB
- libvmaf x86_64 3.0.0-3.fc42 fedora 827.0 KiB
- libvorbis x86_64 1:1.3.7-12.fc42 fedora 833.4 KiB
- libvorbis-devel x86_64 1:1.3.7-12.fc42 fedora 38.4 KiB
- libwacom x86_64 2.16.1-1.fc42 updates 106.0 KiB
- libwacom-data noarch 2.16.1-1.fc42 updates 1.4 MiB
- libwayland-client x86_64 1.24.0-1.fc42 updates 62.0 KiB
- libwayland-cursor x86_64 1.24.0-1.fc42 updates 37.3 KiB
- libwayland-egl x86_64 1.24.0-1.fc42 updates 12.4 KiB
- libwayland-server x86_64 1.24.0-1.fc42 updates 78.5 KiB
- libwebp x86_64 1.5.0-2.fc42 fedora 947.6 KiB
- libxkbcommon-devel x86_64 1.8.1-1.fc42 fedora 358.8 KiB
- libxkbcommon-x11 x86_64 1.8.1-1.fc42 fedora 35.5 KiB
- libxkbcommon-x11-devel x86_64 1.8.1-1.fc42 fedora 8.3 KiB
- libxml2-devel x86_64 2.12.10-1.fc42 fedora 3.4 MiB
- libxshmfence x86_64 1.3.2-6.fc42 fedora 12.4 KiB
- libyuv x86_64 0-0.56.20240704git96bbdb5.fc42 fedora 683.6 KiB
- lm_sensors-libs x86_64 3.6.0-22.fc42 fedora 85.8 KiB
- lttng-ust x86_64 2.13.8-4.fc42 fedora 1.1 MiB
- luajit x86_64 2.1.1761727121-1.fc42 updates 1.4 MiB
- luajit-devel x86_64 2.1.1761727121-1.fc42 updates 251.6 KiB
- mesa-dri-drivers x86_64 25.1.9-1.fc42 updates 46.7 MiB
- mesa-filesystem x86_64 25.1.9-1.fc42 updates 3.6 KiB
- mesa-libEGL x86_64 25.1.9-1.fc42 updates 334.9 KiB
- mesa-libGL x86_64 25.1.9-1.fc42 updates 306.2 KiB
- mesa-libGLU x86_64 9.0.3-6.fc42 fedora 361.7 KiB
- mesa-libGLU-devel x86_64 9.0.3-6.fc42 fedora 17.0 KiB
- mesa-libgbm x86_64 25.1.9-1.fc42 updates 19.7 KiB
- mpg123-devel x86_64 1.32.10-1.fc42 updates 3.3 MiB
- mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB
- mtdev x86_64 1.1.6-10.fc42 fedora 29.2 KiB
- nspr x86_64 4.38.2-5.fc42 updates 315.5 KiB
- nss x86_64 3.122.1-1.fc42 updates 1.9 MiB
- nss-softokn x86_64 3.122.1-1.fc42 updates 2.0 MiB
- nss-softokn-freebl x86_64 3.122.1-1.fc42 updates 990.9 KiB
- nss-sysinit x86_64 3.122.1-1.fc42 updates 18.1 KiB
- nss-util x86_64 3.122.1-1.fc42 updates 204.8 KiB
- openjpeg x86_64 2.5.4-1.fc42 updates 456.3 KiB
- openssl-devel x86_64 1:3.2.6-3.fc42 updates 4.3 MiB
- opus x86_64 1.5.2-2.fc42 fedora 427.5 KiB
- opus-devel x86_64 1.5.2-2.fc42 fedora 2.7 MiB
- orc x86_64 0.4.41-1.fc42 fedora 726.3 KiB
- pango x86_64 1.56.4-2.fc42 updates 1.0 MiB
- pcre2-devel x86_64 10.46-1.fc42 updates 2.1 MiB
- pcre2-utf16 x86_64 10.46-1.fc42 updates 626.3 KiB
- pcre2-utf32 x86_64 10.46-1.fc42 updates 602.2 KiB
- pipewire-jack-audio-connection-kit-libs x86_64 1.4.11-1.fc42 updates 496.6 KiB
- pipewire-libs x86_64 1.4.11-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-4.fc42 updates 3.7 MiB
- poppler-cpp x86_64 25.02.0-4.fc42 updates 130.0 KiB
- poppler-data noarch 0.4.11-9.fc42 fedora 12.3 MiB
- pulseaudio-libs x86_64 17.0-9.fc42 updates 3.4 MiB
- pulseaudio-libs-devel x86_64 17.0-9.fc42 updates 4.9 MiB
- pulseaudio-libs-glib2 x86_64 17.0-9.fc42 updates 19.7 KiB
- python3-packaging noarch 24.2-3.fc42 fedora 555.7 KiB
- rav1e-libs x86_64 0.8.1-2.fc42 updates 3.1 MiB
- rhash x86_64 1.4.5-2.fc42 fedora 351.0 KiB
- rsvg-pixbuf-loader x86_64 2.60.0-5.fc42 updates 335.7 KiB
- rtkit x86_64 0.11-66.fc42 fedora 138.1 KiB
- sdl12-compat x86_64 1.2.74-1.fc42 updates 200.4 KiB
- sdl2-compat x86_64 2.32.64-1.fc42 updates 408.4 KiB
- sdl2-compat-devel x86_64 2.32.64-1.fc42 updates 2.7 MiB
- shared-mime-info x86_64 2.3-7.fc42 fedora 5.2 MiB
- sound-theme-freedesktop noarch 0.8-23.fc42 fedora 460.4 KiB
- spirv-tools-libs x86_64 2025.2-2.fc42 updates 5.8 MiB
- svt-av1-libs x86_64 2.3.0-1.fc42 fedora 5.6 MiB
- sysprof-capture-devel x86_64 48.1-1.fc42 updates 274.0 KiB
- systemd-devel x86_64 257.13-1.fc42 updates 612.1 KiB
- urw-base35-bookman-fonts noarch 20200910-24.fc42 fedora 1.4 MiB
- urw-base35-c059-fonts noarch 20200910-24.fc42 fedora 1.4 MiB
- urw-base35-d050000l-fonts noarch 20200910-24.fc42 fedora 84.3 KiB
- urw-base35-fonts noarch 20200910-24.fc42 fedora 5.3 KiB
- urw-base35-fonts-common noarch 20200910-24.fc42 fedora 37.4 KiB
- urw-base35-gothic-fonts noarch 20200910-24.fc42 fedora 1.2 MiB
- urw-base35-nimbus-mono-ps-fonts noarch 20200910-24.fc42 fedora 1.0 MiB
- urw-base35-nimbus-roman-fonts noarch 20200910-24.fc42 fedora 1.4 MiB
- urw-base35-nimbus-sans-fonts noarch 20200910-24.fc42 fedora 2.4 MiB
- urw-base35-p052-fonts noarch 20200910-24.fc42 fedora 1.5 MiB
- urw-base35-standard-symbols-ps-fonts noarch 20200910-24.fc42 fedora 64.9 KiB
- urw-base35-z003-fonts noarch 20200910-24.fc42 fedora 390.8 KiB
- vim-filesystem noarch 2:9.2.280-1.fc42 updates 40.0 B
- wayland-devel x86_64 1.24.0-1.fc42 updates 691.9 KiB
- webrtc-audio-processing x86_64 1.3-5.fc42 fedora 1.4 MiB
- wireplumber x86_64 0.5.14-1.fc42 updates 427.5 KiB
- wireplumber-libs x86_64 0.5.14-1.fc42 updates 1.3 MiB
- xdg-desktop-portal x86_64 1.20.4-1.fc42 updates 1.9 MiB
- xml-common noarch 0.6.3-66.fc42 fedora 78.4 KiB
- xprop x86_64 1.2.8-3.fc42 fedora 54.7 KiB
- xz-devel x86_64 1:5.8.1-4.fc42 updates 258.8 KiB
- zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB
- Installing weak dependencies:
- adwaita-mono-fonts noarch 48.2-2.fc42 fedora 5.4 MiB
- adwaita-sans-fonts noarch 48.2-2.fc42 fedora 1.7 MiB
- avif-pixbuf-loader x86_64 1.1.1-1.fc42 fedora 19.5 KiB
- dconf x86_64 0.40.0-15.fc42 fedora 315.4 KiB
- glib-networking x86_64 2.80.1-1.fc42 fedora 742.9 KiB
- jxl-pixbuf-loader x86_64 1:0.11.1-4.fc42 updates 29.2 KiB
- libcamera-ipa x86_64 0.4.0-4.fc42 fedora 548.2 KiB
- libcanberra-gtk3 x86_64 0.30-37.fc42 fedora 78.7 KiB
- low-memory-monitor x86_64 2.1-12.fc42 fedora 66.0 KiB
- mesa-va-drivers x86_64 25.1.9-1.fc42 updates 115.0 B
- pipewire x86_64 1.4.11-1.fc42 updates 433.2 KiB
- pipewire-alsa x86_64 1.4.11-1.fc42 updates 158.0 KiB
- pipewire-jack-audio-connection-kit x86_64 1.4.11-1.fc42 updates 30.0 B
- pipewire-plugin-libcamera x86_64 1.4.11-1.fc42 updates 146.6 KiB
- pipewire-pulseaudio x86_64 1.4.11-1.fc42 updates 436.2 KiB
- tinysparql x86_64 3.9.2-1.fc42 updates 2.5 MiB
- webp-pixbuf-loader x86_64 0.2.7-3.fc42 fedora 28.6 KiB
- xdg-desktop-portal-gtk x86_64 1.15.3-1.fc42 fedora 469.2 KiB
-
- Transaction Summary:
- Installing: 285 packages
-
- Total size of inbound packages is 160 MiB. Need to download 160 MiB.
- After this operation, 559 MiB extra will be used (install 559 MiB, remove 0 B).
- [ 1/285] efl-devel-0:1.28.1-1.fc42.x86 100% | 515.7 KiB/s | 2.3 MiB | 00m05s
- [ 2/285] cairo-0:1.18.2-3.fc42.x86_64 100% | 255.1 KiB/s | 731.8 KiB | 00m03s
- [ 3/285] fontconfig-0:2.16.0-2.fc42.x8 100% | 159.6 KiB/s | 272.0 KiB | 00m02s
- [ 4/285] bullet-0:3.08-13.fc42.x86_64 100% | 86.7 KiB/s | 1.2 MiB | 00m14s
- [ 5/285] freetype-0:2.13.3-2.fc42.x86_ 100% | 71.0 KiB/s | 415.5 KiB | 00m06s
- [ 6/285] fribidi-0:1.0.16-2.fc42.x86_6 100% | 40.2 KiB/s | 53.6 KiB | 00m01s
- [ 7/285] libXcomposite-0:0.4.6-5.fc42. 100% | 123.4 KiB/s | 24.3 KiB | 00m00s
- [ 8/285] libXcursor-0:1.2.3-2.fc42.x86 100% | 85.2 KiB/s | 31.4 KiB | 00m00s
- [ 9/285] libXdamage-0:1.1.6-5.fc42.x86 100% | 120.0 KiB/s | 23.4 KiB | 00m00s
- [ 10/285] libXext-0:1.3.6-3.fc42.x86_64 100% | 96.7 KiB/s | 39.3 KiB | 00m00s
- [ 11/285] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 113.9 KiB/s | 19.1 KiB | 00m00s
- [ 12/285] libXScrnSaver-0:1.2.4-5.fc42. 100% | 9.7 KiB/s | 25.1 KiB | 00m03s
- [ 13/285] libXi-0:1.8.2-2.fc42.x86_64 100% | 58.6 KiB/s | 40.5 KiB | 00m01s
- [ 14/285] libXinerama-0:1.1.5-8.fc42.x8 100% | 91.4 KiB/s | 14.3 KiB | 00m00s
- [ 15/285] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 129.2 KiB/s | 27.8 KiB | 00m00s
- [ 16/285] libXtst-0:1.2.5-2.fc42.x86_64 100% | 86.4 KiB/s | 20.7 KiB | 00m00s
- [ 17/285] libXrender-0:0.9.12-2.fc42.x8 100% | 51.6 KiB/s | 26.9 KiB | 00m01s
- [ 18/285] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 39.1 KiB/s | 36.3 KiB | 00m01s
- [ 19/285] libavif-0:1.1.1-1.fc42.x86_64 100% | 76.0 KiB/s | 100.1 KiB | 00m01s
- [ 20/285] libglvnd-gles-1:1.7.0-7.fc42. 100% | 84.1 KiB/s | 28.6 KiB | 00m00s
- [ 21/285] libspectre-0:0.2.12-9.fc42.x8 100% | 77.3 KiB/s | 44.6 KiB | 00m01s
- [ 22/285] libunwind-0:1.8.1-2.fc42.x86_ 100% | 58.8 KiB/s | 77.2 KiB | 00m01s
- [ 23/285] libxkbcommon-x11-0:1.8.1-1.fc 100% | 42.4 KiB/s | 22.3 KiB | 00m01s
- [ 24/285] default-fonts-core-sans-0:4.2 100% | 74.5 KiB/s | 31.3 KiB | 00m00s
- [ 25/285] xml-common-0:0.6.3-66.fc42.no 100% | 103.7 KiB/s | 31.2 KiB | 00m00s
- [ 26/285] libwebp-0:1.5.0-2.fc42.x86_64 100% | 87.1 KiB/s | 320.6 KiB | 00m04s
- [ 27/285] efl-0:1.28.1-1.fc42.x86_64 100% | 1.2 MiB/s | 28.9 MiB | 00m24s
- [ 28/285] libyuv-0:0-0.56.20240704git96 100% | 107.0 KiB/s | 201.9 KiB | 00m02s
- [ 29/285] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 161.6 KiB/s | 114.4 KiB | 00m01s
- [ 30/285] abattis-cantarell-vf-fonts-0: 100% | 69.4 KiB/s | 120.3 KiB | 00m02s
- [ 31/285] google-noto-fonts-common-0:20 100% | 72.6 KiB/s | 17.1 KiB | 00m00s
- [ 32/285] cpuinfo-0:24.09.26-2.git1e83a 100% | 252.0 KiB/s | 43.8 KiB | 00m00s
- [ 33/285] libjpeg-turbo-0:3.1.3-1.fc42. 100% | 1.4 MiB/s | 236.9 KiB | 00m00s
- [ 34/285] libgs-0:10.05.1-6.fc42.x86_64 100% | 8.0 MiB/s | 3.5 MiB | 00m00s
- [ 35/285] google-noto-sans-vf-fonts-0:2 100% | 76.2 KiB/s | 614.5 KiB | 00m08s
- [ 36/285] adobe-mappings-cmap-deprecate 100% | 186.7 KiB/s | 110.5 KiB | 00m01s
- [ 37/285] adobe-mappings-pdf-0:20190401 100% | 84.6 KiB/s | 625.1 KiB | 00m07s
- [ 38/285] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 61.8 KiB/s | 2.0 MiB | 00m33s
- [ 39/285] jbig2dec-libs-0:0.20-6.fc42.x 100% | 163.6 KiB/s | 74.4 KiB | 00m00s
- [ 40/285] lcms2-0:2.16-5.fc42.x86_64 100% | 70.4 KiB/s | 184.1 KiB | 00m03s
- [ 41/285] adobe-mappings-cmap-0:2023111 100% | 67.4 KiB/s | 2.2 MiB | 00m34s
- [ 42/285] libXt-0:1.3.1-2.fc42.x86_64 100% | 82.1 KiB/s | 181.3 KiB | 00m02s
- [ 43/285] libpaper-1:2.1.1-8.fc42.x86_6 100% | 37.6 KiB/s | 26.9 KiB | 00m01s
- [ 44/285] urw-base35-fonts-0:20200910-2 100% | 24.3 KiB/s | 10.1 KiB | 00m00s
- [ 45/285] libICE-0:1.1.2-2.fc42.x86_64 100% | 120.1 KiB/s | 78.8 KiB | 00m01s
- [ 46/285] libijs-0:0.35-24.fc42.x86_64 100% | 5.8 KiB/s | 29.4 KiB | 00m05s
- [ 47/285] libSM-0:1.2.5-2.fc42.x86_64 100% | 19.0 KiB/s | 44.4 KiB | 00m02s
- [ 48/285] urw-base35-bookman-fonts-0:20 100% | 71.6 KiB/s | 846.9 KiB | 00m12s
- [ 49/285] urw-base35-c059-fonts-0:20200 100% | 74.2 KiB/s | 874.0 KiB | 00m12s
- [ 50/285] urw-base35-d050000l-fonts-0:2 100% | 62.3 KiB/s | 75.8 KiB | 00m01s
- [ 51/285] urw-base35-fonts-common-0:202 100% | 15.9 KiB/s | 20.8 KiB | 00m01s
- [ 52/285] google-droid-sans-fonts-0:202 100% | 57.4 KiB/s | 2.7 MiB | 00m48s
- [ 53/285] urw-base35-gothic-fonts-0:202 100% | 42.3 KiB/s | 642.5 KiB | 00m15s
- [ 54/285] urw-base35-nimbus-mono-ps-fon 100% | 43.7 KiB/s | 794.7 KiB | 00m18s
- [ 55/285] urw-base35-nimbus-roman-fonts 100% | 63.8 KiB/s | 856.1 KiB | 00m13s
- [ 56/285] urw-base35-standard-symbols-p 100% | 25.1 KiB/s | 58.3 KiB | 00m02s
- [ 57/285] urw-base35-z003-fonts-0:20200 100% | 37.1 KiB/s | 275.5 KiB | 00m07s
- [ 58/285] mesa-libEGL-0:25.1.9-1.fc42.x 100% | 212.6 KiB/s | 126.9 KiB | 00m01s
- [ 59/285] urw-base35-p052-fonts-0:20200 100% | 57.5 KiB/s | 973.2 KiB | 00m17s
- [ 60/285] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 96.3 KiB/s | 14.8 KiB | 00m00s
- [ 61/285] mesa-filesystem-0:25.1.9-1.fc 100% | 151.9 KiB/s | 8.8 KiB | 00m00s
- [ 62/285] libxshmfence-0:1.3.2-6.fc42.x 100% | 56.5 KiB/s | 13.3 KiB | 00m00s
- [ 63/285] lm_sensors-libs-0:3.6.0-22.fc 100% | 120.0 KiB/s | 40.4 KiB | 00m00s
- [ 64/285] libaom-0:3.13.1-1.fc42.x86_64 100% | 3.1 MiB/s | 1.9 MiB | 00m01s
- [ 65/285] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 20.2 KiB/s | 197.7 KiB | 00m10s
- [ 66/285] libdav1d-0:1.5.3-1.fc42.x86_6 100% | 727.6 KiB/s | 637.4 KiB | 00m01s
- [ 67/285] rav1e-libs-0:0.8.1-2.fc42.x86 100% | 2.8 MiB/s | 1.1 MiB | 00m00s
- [ 68/285] fonts-filesystem-1:2.0.5-22.f 100% | 147.9 KiB/s | 8.7 KiB | 00m00s
- [ 69/285] harfbuzz-0:10.4.0-2.fc42.x86_ 100% | 3.7 MiB/s | 1.1 MiB | 00m00s
- [ 70/285] mesa-dri-drivers-0:25.1.9-1.f 100% | 818.0 KiB/s | 12.5 MiB | 00m16s
- [ 71/285] libpng-2:1.6.56-1.fc42.x86_64 100% | 318.6 KiB/s | 125.5 KiB | 00m00s
- [ 72/285] pixman-0:0.46.2-1.fc42.x86_64 100% | 609.9 KiB/s | 292.7 KiB | 00m00s
- [ 73/285] libdrm-0:2.4.131-1.fc42.x86_6 100% | 458.8 KiB/s | 162.9 KiB | 00m00s
- [ 74/285] libpciaccess-0:0.16-15.fc42.x 100% | 3.8 KiB/s | 26.3 KiB | 00m07s
- [ 75/285] libwayland-client-0:1.24.0-1. 100% | 92.4 KiB/s | 33.6 KiB | 00m00s
- [ 76/285] libwayland-server-0:1.24.0-1. 100% | 117.5 KiB/s | 41.5 KiB | 00m00s
- [ 77/285] graphite2-0:1.3.14-18.fc42.x8 100% | 9.8 KiB/s | 95.8 KiB | 00m10s
- [ 78/285] spirv-tools-libs-0:2025.2-2.f 100% | 2.5 MiB/s | 1.5 MiB | 00m01s
- [ 79/285] cups-filesystem-1:2.4.17-1.fc 100% | 31.2 KiB/s | 12.4 KiB | 00m00s
- [ 80/285] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 205.1 KiB/s | 69.1 KiB | 00m00s
- [ 81/285] libtiff-0:4.7.1-1.fc42.x86_64 100% | 1.5 MiB/s | 222.5 KiB | 00m00s
- [ 82/285] cups-libs-1:2.4.17-1.fc42.x86 100% | 138.0 KiB/s | 262.2 KiB | 00m02s
- [ 83/285] jbigkit-libs-0:2.1-31.fc42.x8 100% | 67.7 KiB/s | 53.3 KiB | 00m01s
- [ 84/285] openjpeg-0:2.5.4-1.fc42.x86_6 100% | 562.3 KiB/s | 192.3 KiB | 00m00s
- [ 85/285] cmake-filesystem-0:3.31.11-1. 100% | 77.7 KiB/s | 12.8 KiB | 00m00s
- [ 86/285] glib2-devel-0:2.84.4-1.fc42.x 100% | 1.9 MiB/s | 1.5 MiB | 00m01s
- [ 87/285] liblerc-0:4.0.0-8.fc42.x86_64 100% | 42.5 KiB/s | 216.7 KiB | 00m05s
- [ 88/285] harfbuzz-devel-0:10.4.0-2.fc4 100% | 306.7 KiB/s | 452.3 KiB | 00m01s
- [ 89/285] harfbuzz-cairo-0:10.4.0-2.fc4 100% | 156.9 KiB/s | 28.9 KiB | 00m00s
- [ 90/285] harfbuzz-icu-0:10.4.0-2.fc42. 100% | 74.0 KiB/s | 14.1 KiB | 00m00s
- [ 91/285] libinput-devel-0:1.29.1-1.fc4 100% | 204.5 KiB/s | 41.9 KiB | 00m00s
- [ 92/285] libinput-0:1.29.1-1.fc42.x86_ 100% | 307.5 KiB/s | 251.5 KiB | 00m01s
- [ 93/285] libevdev-0:1.13.4-1.fc42.x86_ 100% | 71.0 KiB/s | 37.7 KiB | 00m01s
- [ 94/285] python3-packaging-0:24.2-3.fc 100% | 20.2 KiB/s | 154.0 KiB | 00m08s
- [ 95/285] mtdev-0:1.1.6-10.fc42.x86_64 100% | 17.8 KiB/s | 21.1 KiB | 00m01s
- [ 96/285] libjpeg-turbo-devel-0:3.1.3-1 100% | 129.5 KiB/s | 97.1 KiB | 00m01s
- [ 97/285] libmount-devel-0:2.40.4-10.fc 100% | 62.8 KiB/s | 24.3 KiB | 00m00s
- [ 98/285] libpng-devel-2:1.6.56-1.fc42. 100% | 283.3 KiB/s | 302.9 KiB | 00m01s
- [ 99/285] luajit-devel-0:2.1.1761727121 100% | 87.6 KiB/s | 78.9 KiB | 00m01s
- [100/285] openssl-devel-1:3.2.6-3.fc42. 100% | 3.1 MiB/s | 2.8 MiB | 00m01s
- [101/285] luajit-0:2.1.1761727121-1.fc4 100% | 464.3 KiB/s | 433.2 KiB | 00m01s
- [102/285] pulseaudio-libs-devel-0:17.0- 100% | 922.0 KiB/s | 470.2 KiB | 00m01s
- [103/285] pulseaudio-libs-glib2-0:17.0- 100% | 165.4 KiB/s | 16.2 KiB | 00m00s
- [104/285] pulseaudio-libs-0:17.0-9.fc42 100% | 625.6 KiB/s | 694.4 KiB | 00m01s
- [105/285] libasyncns-0:0.8-30.fc42.x86_ 100% | 25.8 KiB/s | 30.2 KiB | 00m01s
- [106/285] libsndfile-0:1.2.2-8.fc42.x86 100% | 291.4 KiB/s | 221.5 KiB | 00m01s
- [107/285] gsm-0:1.0.22-8.fc42.x86_64 100% | 111.1 KiB/s | 35.8 KiB | 00m00s
- [108/285] urw-base35-nimbus-sans-fonts- 100% | 22.1 KiB/s | 1.3 MiB | 01m01s
- [109/285] libogg-2:1.3.5-11.fc42.x86_64 100% | 112.4 KiB/s | 33.1 KiB | 00m00s
- [110/285] libvorbis-1:1.3.7-12.fc42.x86 100% | 178.7 KiB/s | 189.2 KiB | 00m01s
- [111/285] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 75.7 KiB/s | 274.3 KiB | 00m04s
- [112/285] sdl2-compat-devel-0:2.32.64-1 100% | 255.2 KiB/s | 397.4 KiB | 00m02s
- [113/285] lame-libs-0:3.100-19.fc42.x86 100% | 70.0 KiB/s | 339.7 KiB | 00m05s
- [114/285] sdl2-compat-0:2.32.64-1.fc42. 100% | 1.1 MiB/s | 137.0 KiB | 00m00s
- [115/285] systemd-devel-0:257.13-1.fc42 100% | 1.2 MiB/s | 672.4 KiB | 00m01s
- [116/285] wayland-devel-0:1.24.0-1.fc42 100% | 1.2 MiB/s | 154.1 KiB | 00m00s
- [117/285] libwayland-cursor-0:1.24.0-1. 100% | 496.7 KiB/s | 18.9 KiB | 00m00s
- [118/285] libwayland-egl-0:1.24.0-1.fc4 100% | 37.5 KiB/s | 12.4 KiB | 00m00s
- [119/285] zlib-ng-compat-devel-0:2.2.5- 100% | 608.3 KiB/s | 38.3 KiB | 00m00s
- [120/285] SDL3-0:3.4.0-3.fc42.x86_64 100% | 966.7 KiB/s | 1.1 MiB | 00m01s
- [121/285] avahi-devel-0:0.9~rc2-2.fc42. 100% | 48.6 KiB/s | 43.0 KiB | 00m01s
- [122/285] opus-0:1.5.2-2.fc42.x86_64 100% | 59.6 KiB/s | 236.9 KiB | 00m04s
- [123/285] libdaemon-0:0.14-31.fc42.x86_ 100% | 46.8 KiB/s | 31.6 KiB | 00m01s
- [124/285] dbus-devel-1:1.16.0-3.fc42.x8 100% | 45.7 KiB/s | 39.1 KiB | 00m01s
- [125/285] fontconfig-devel-0:2.16.0-2.f 100% | 77.8 KiB/s | 167.3 KiB | 00m02s
- [126/285] bullet-devel-0:3.08-13.fc42.x 100% | 74.6 KiB/s | 503.7 KiB | 00m07s
- [127/285] avahi-0:0.9~rc2-2.fc42.x86_64 100% | 39.3 KiB/s | 449.6 KiB | 00m11s
- [128/285] gettext-runtime-0:0.23.1-2.fc 100% | 54.6 KiB/s | 116.1 KiB | 00m02s
- [129/285] libtextstyle-0:0.23.1-2.fc42. 100% | 41.3 KiB/s | 92.1 KiB | 00m02s
- [130/285] gettext-envsubst-0:0.23.1-2.f 100% | 23.5 KiB/s | 37.7 KiB | 00m02s
- [131/285] gettext-libs-0:0.23.1-2.fc42. 100% | 48.0 KiB/s | 760.4 KiB | 00m16s
- [132/285] fribidi-devel-0:1.0.16-2.fc42 100% | 79.0 KiB/s | 29.5 KiB | 00m00s
- [133/285] libsndfile-devel-0:1.2.2-8.fc 100% | 36.2 KiB/s | 81.3 KiB | 00m02s
- [134/285] libunwind-devel-0:1.8.1-2.fc4 100% | 48.8 KiB/s | 102.9 KiB | 00m02s
- [135/285] libxkbcommon-devel-0:1.8.1-1. 100% | 29.3 KiB/s | 68.2 KiB | 00m02s
- [136/285] libxkbcommon-x11-devel-0:1.8. 100% | 44.9 KiB/s | 11.7 KiB | 00m00s
- [137/285] LibRaw-0:0.21.5-1.fc42.x86_64 100% | 197.8 KiB/s | 414.1 KiB | 00m02s
- [138/285] gettext-0:0.23.1-2.fc42.x86_6 100% | 38.4 KiB/s | 1.1 MiB | 00m29s
- [139/285] giflib-0:5.2.2-9.fc42.x86_64 100% | 119.4 KiB/s | 52.2 KiB | 00m00s
- [140/285] gstreamer1-0:1.26.11-1.fc42.x 100% | 6.9 MiB/s | 1.7 MiB | 00m00s
- [141/285] gstreamer1-plugins-base-0:1.2 100% | 14.6 MiB/s | 2.3 MiB | 00m00s
- [142/285] cdparanoia-libs-0:10.2-47.fc4 100% | 177.7 KiB/s | 54.0 KiB | 00m00s
- [143/285] jasper-libs-0:4.2.3-3.fc42.x8 100% | 104.7 KiB/s | 164.8 KiB | 00m02s
- [144/285] graphene-0:1.10.6-10.fc42.x86 100% | 309.4 KiB/s | 61.3 KiB | 00m00s
- [145/285] libXv-0:1.0.13-2.fc42.x86_64 100% | 204.6 KiB/s | 18.6 KiB | 00m00s
- [146/285] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 70.1 KiB/s | 133.1 KiB | 00m02s
- [147/285] libgudev-0:238-7.fc42.x86_64 100% | 102.4 KiB/s | 34.9 KiB | 00m00s
- [148/285] freetype-devel-0:2.13.3-2.fc4 100% | 52.0 KiB/s | 1.0 MiB | 00m20s
- [149/285] libtheora-1:1.1.1-39.fc42.x86 100% | 110.8 KiB/s | 170.4 KiB | 00m02s
- [150/285] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 247.6 KiB/s | 121.8 KiB | 00m00s
- [151/285] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 48.8 KiB/s | 17.9 KiB | 00m00s
- [152/285] ibus-libs-0:1.5.32-3.fc42.x86 100% | 1.4 MiB/s | 261.4 KiB | 00m00s
- [153/285] libjxl-1:0.11.1-4.fc42.x86_64 100% | 4.7 MiB/s | 1.1 MiB | 00m00s
- [154/285] orc-0:0.4.41-1.fc42.x86_64 100% | 68.5 KiB/s | 220.5 KiB | 00m03s
- [155/285] librsvg2-0:2.60.0-5.fc42.x86_ 100% | 5.6 MiB/s | 1.9 MiB | 00m00s
- [156/285] cairo-gobject-0:1.18.2-3.fc42 100% | 213.9 KiB/s | 17.3 KiB | 00m00s
- [157/285] poppler-cpp-0:25.02.0-4.fc42. 100% | 617.7 KiB/s | 57.4 KiB | 00m00s
- [158/285] poppler-0:25.02.0-4.fc42.x86_ 100% | 2.4 MiB/s | 1.3 MiB | 00m01s
- [159/285] shared-mime-info-0:2.3-7.fc42 100% | 64.3 KiB/s | 393.7 KiB | 00m06s
- [160/285] libxml2-devel-0:2.12.10-1.fc4 100% | 43.1 KiB/s | 523.7 KiB | 00m12s
- [161/285] mpg123-devel-0:1.32.10-1.fc42 100% | 652.5 KiB/s | 380.4 KiB | 00m01s
- [162/285] mpg123-libs-0:1.32.10-1.fc42. 100% | 750.0 KiB/s | 355.5 KiB | 00m00s
- [163/285] flac-devel-0:1.4.3-6.fc42.x86 100% | 29.5 KiB/s | 412.5 KiB | 00m14s
- [164/285] libogg-devel-2:1.3.5-11.fc42. 100% | 49.3 KiB/s | 12.8 KiB | 00m00s
- [165/285] libvorbis-devel-1:1.3.7-12.fc 100% | 82.9 KiB/s | 18.4 KiB | 00m00s
- [166/285] poppler-data-0:0.4.11-9.fc42. 100% | 46.5 KiB/s | 2.0 MiB | 00m43s
- [167/285] hwdata-0:0.406-1.fc42.noarch 100% | 1.0 MiB/s | 1.7 MiB | 00m02s
- [168/285] brotli-devel-0:1.2.0-1.fc42.x 100% | 320.8 KiB/s | 34.3 KiB | 00m00s
- [169/285] brotli-0:1.2.0-1.fc42.x86_64 100% | 267.4 KiB/s | 23.8 KiB | 00m00s
- [170/285] bzip2-devel-0:1.0.8-20.fc42.x 100% | 54.5 KiB/s | 213.7 KiB | 00m04s
- [171/285] opus-devel-0:1.5.2-2.fc42.x86 100% | 42.7 KiB/s | 796.6 KiB | 00m19s
- [172/285] cmake-data-0:3.31.11-1.fc42.n 100% | 1.7 MiB/s | 2.5 MiB | 00m01s
- [173/285] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 168.0 KiB/s | 103.5 KiB | 00m01s
- [174/285] cmake-0:3.31.11-1.fc42.x86_64 100% | 2.9 MiB/s | 12.2 MiB | 00m04s
- [175/285] libevent-devel-0:2.1.12-15.fc 100% | 102.8 KiB/s | 100.0 KiB | 00m01s
- [176/285] libffi-devel-0:3.4.6-5.fc42.x 100% | 399.7 KiB/s | 28.8 KiB | 00m00s
- [177/285] libglvnd-devel-1:1.7.0-7.fc42 100% | 522.1 KiB/s | 161.8 KiB | 00m00s
- [178/285] rhash-0:1.4.5-2.fc42.x86_64 100% | 72.2 KiB/s | 198.7 KiB | 00m03s
- [179/285] libglvnd-core-devel-1:1.7.0-7 100% | 41.1 KiB/s | 17.4 KiB | 00m00s
- [180/285] mesa-libGLU-devel-0:9.0.3-6.f 100% | 59.7 KiB/s | 12.1 KiB | 00m00s
- [181/285] libglvnd-opengl-1:1.7.0-7.fc4 100% | 50.5 KiB/s | 37.4 KiB | 00m01s
- [182/285] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 171.0 KiB/s | 143.2 KiB | 00m01s
- [183/285] gpgme-0:1.24.3-1.fc42.x86_64 100% | 307.7 KiB/s | 219.1 KiB | 00m01s
- [184/285] mesa-libGLU-0:9.0.3-6.fc42.x8 100% | 84.3 KiB/s | 167.1 KiB | 00m02s
- [185/285] nspr-0:4.38.2-5.fc42.x86_64 100% | 427.0 KiB/s | 137.5 KiB | 00m00s
- [186/285] nss-softokn-0:3.122.1-1.fc42. 100% | 442.6 KiB/s | 430.6 KiB | 00m01s
- [187/285] nss-0:3.122.1-1.fc42.x86_64 100% | 576.2 KiB/s | 717.3 KiB | 00m01s
- [188/285] nss-sysinit-0:3.122.1-1.fc42. 100% | 118.7 KiB/s | 18.8 KiB | 00m00s
- [189/285] nss-util-0:3.122.1-1.fc42.x86 100% | 323.2 KiB/s | 86.0 KiB | 00m00s
- [190/285] nss-softokn-freebl-0:3.122.1- 100% | 752.7 KiB/s | 371.8 KiB | 00m00s
- [191/285] libdecor-0:0.2.4-1.fc42.x86_6 100% | 312.5 KiB/s | 57.8 KiB | 00m00s
- [192/285] pango-0:1.56.4-2.fc42.x86_64 100% | 694.1 KiB/s | 351.2 KiB | 00m01s
- [193/285] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 748.7 KiB/s | 488.9 KiB | 00m01s
- [194/285] libXft-0:2.3.8-8.fc42.x86_64 100% | 72.0 KiB/s | 72.9 KiB | 00m01s
- [195/285] libdatrie-0:0.2.13-11.fc42.x8 100% | 101.1 KiB/s | 32.4 KiB | 00m00s
- [196/285] rsvg-pixbuf-loader-0:2.60.0-5 100% | 543.1 KiB/s | 164.0 KiB | 00m00s
- [197/285] libblkid-devel-0:2.40.4-10.fc 100% | 122.5 KiB/s | 23.4 KiB | 00m00s
- [198/285] libselinux-devel-0:3.8-3.fc42 100% | 378.5 KiB/s | 151.4 KiB | 00m00s
- [199/285] libsepol-devel-0:3.8-1.fc42.x 100% | 83.2 KiB/s | 48.4 KiB | 00m01s
- [200/285] libthai-0:0.1.29-10.fc42.x86_ 100% | 60.3 KiB/s | 211.5 KiB | 00m04s
- [201/285] highway-0:1.3.0-1.fc42.x86_64 100% | 902.8 KiB/s | 697.9 KiB | 00m01s
- [202/285] libwacom-0:2.16.1-1.fc42.x86_ 100% | 272.8 KiB/s | 51.6 KiB | 00m00s
- [203/285] libwacom-data-0:2.16.1-1.fc42 100% | 929.8 KiB/s | 336.6 KiB | 00m00s
- [204/285] gdk-pixbuf2-modules-0:2.42.12 100% | 363.9 KiB/s | 28.0 KiB | 00m00s
- [205/285] gtk3-0:3.24.52-1.fc42.x86_64 100% | 8.1 MiB/s | 6.0 MiB | 00m01s
- [206/285] hicolor-icon-theme-0:0.17-20. 100% | 88.5 KiB/s | 65.7 KiB | 00m01s
- [207/285] libcloudproviders-0:0.3.6-1.f 100% | 54.3 KiB/s | 46.8 KiB | 00m01s
- [208/285] iso-codes-0:4.17.0-2.fc42.noa 100% | 49.8 KiB/s | 3.6 MiB | 01m15s
- [209/285] colord-libs-0:1.4.7-6.fc42.x8 100% | 61.0 KiB/s | 231.1 KiB | 00m04s
- [210/285] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 88.7 KiB/s | 229.9 KiB | 00m03s
- [211/285] gobject-introspection-0:1.84. 100% | 105.6 KiB/s | 119.9 KiB | 00m01s
- [212/285] libgusb-0:0.4.9-3.fc42.x86_64 100% | 40.2 KiB/s | 65.3 KiB | 00m02s
- [213/285] graphite2-devel-0:1.3.14-18.f 100% | 26.9 KiB/s | 20.8 KiB | 00m01s
- [214/285] cairo-devel-0:1.18.2-3.fc42.x 100% | 69.2 KiB/s | 192.1 KiB | 00m03s
- [215/285] adwaita-icon-theme-0:48.1-1.f 100% | 198.8 KiB/s | 398.8 KiB | 00m02s
- [216/285] adwaita-cursor-theme-0:48.1-1 100% | 571.6 KiB/s | 379.5 KiB | 00m01s
- [217/285] at-spi2-atk-0:2.56.8-1.fc42.x 100% | 963.9 KiB/s | 85.8 KiB | 00m00s
- [218/285] at-spi2-core-0:2.56.8-1.fc42. 100% | 2.2 MiB/s | 383.4 KiB | 00m00s
- [219/285] atk-0:2.56.8-1.fc42.x86_64 100% | 641.3 KiB/s | 79.5 KiB | 00m00s
- [220/285] xprop-0:1.2.8-3.fc42.x86_64 100% | 83.3 KiB/s | 35.0 KiB | 00m00s
- [221/285] gtk-update-icon-cache-0:3.24. 100% | 279.4 KiB/s | 33.3 KiB | 00m00s
- [222/285] libtinysparql-0:3.9.2-1.fc42. 100% | 2.2 MiB/s | 373.6 KiB | 00m00s
- [223/285] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 126.3 KiB/s | 15.3 KiB | 00m00s
- [224/285] alsa-lib-0:1.2.15.3-1.fc42.x8 100% | 1.9 MiB/s | 541.4 KiB | 00m00s
- [225/285] libvisual-1:0.4.2-1.fc42.x86_ 100% | 816.5 KiB/s | 169.0 KiB | 00m00s
- [226/285] pcre2-devel-0:10.46-1.fc42.x8 100% | 2.1 MiB/s | 543.1 KiB | 00m00s
- [227/285] pcre2-utf16-0:10.46-1.fc42.x8 100% | 541.6 KiB/s | 241.6 KiB | 00m00s
- [228/285] pcre2-utf32-0:10.46-1.fc42.x8 100% | 1.4 MiB/s | 228.8 KiB | 00m00s
- [229/285] sysprof-capture-devel-0:48.1- 100% | 560.3 KiB/s | 56.0 KiB | 00m00s
- [230/285] vim-filesystem-2:9.2.280-1.fc 100% | 196.9 KiB/s | 15.8 KiB | 00m00s
- [231/285] libuv-1:1.51.0-1.fc42.x86_64 100% | 1.5 MiB/s | 266.3 KiB | 00m00s
- [232/285] xz-devel-1:5.8.1-4.fc42.x86_6 100% | 167.2 KiB/s | 66.7 KiB | 00m00s
- [233/285] json-glib-0:1.10.8-1.fc42.x86 100% | 1.8 MiB/s | 172.4 KiB | 00m00s
- [234/285] pixman-devel-0:0.46.2-1.fc42. 100% | 148.5 KiB/s | 18.0 KiB | 00m00s
- [235/285] libXext-devel-0:1.3.6-3.fc42. 100% | 66.7 KiB/s | 85.3 KiB | 00m01s
- [236/285] libXrender-devel-0:0.9.12-2.f 100% | 80.3 KiB/s | 19.1 KiB | 00m00s
- [237/285] sdl12-compat-0:1.2.74-1.fc42. 100% | 595.7 KiB/s | 94.7 KiB | 00m00s
- [238/285] libicu-devel-0:76.1-4.fc42.x8 100% | 97.9 KiB/s | 793.5 KiB | 00m08s
- [239/285] libsoup3-0:3.6.6-2.fc42.x86_6 100% | 1.7 MiB/s | 451.4 KiB | 00m00s
- [240/285] mesa-va-drivers-0:25.1.9-1.fc 100% | 15.2 KiB/s | 7.6 KiB | 00m01s
- [241/285] jxl-pixbuf-loader-1:0.11.1-4. 100% | 139.9 KiB/s | 19.9 KiB | 00m00s
- [242/285] libcanberra-gtk3-0:0.30-37.fc 100% | 80.9 KiB/s | 30.6 KiB | 00m00s
- [243/285] xdg-desktop-portal-gtk-0:1.15 100% | 52.4 KiB/s | 143.8 KiB | 00m03s
- [244/285] libcanberra-0:0.30-37.fc42.x8 100% | 47.6 KiB/s | 84.1 KiB | 00m02s
- [245/285] libtdb-0:1.4.13-2.fc42.x86_64 100% | 107.3 KiB/s | 54.8 KiB | 00m01s
- [246/285] dconf-0:0.40.0-15.fc42.x86_64 100% | 81.7 KiB/s | 109.5 KiB | 00m01s
- [247/285] webp-pixbuf-loader-0:0.2.7-3. 100% | 35.7 KiB/s | 19.8 KiB | 00m01s
- [248/285] avif-pixbuf-loader-0:1.1.1-1. 100% | 55.5 KiB/s | 16.2 KiB | 00m00s
- [249/285] tinysparql-0:3.9.2-1.fc42.x86 100% | 742.7 KiB/s | 1.0 MiB | 00m01s
- [250/285] sound-theme-freedesktop-0:0.8 100% | 76.3 KiB/s | 382.4 KiB | 00m05s
- [251/285] libproxy-0:0.5.8-2.fc42.x86_6 100% | 28.8 KiB/s | 45.5 KiB | 00m02s
- [252/285] gsettings-desktop-schemas-0:4 100% | 774.5 KiB/s | 783.1 KiB | 00m01s
- [253/285] xdg-desktop-portal-0:1.20.4-1 100% | 772.1 KiB/s | 515.7 KiB | 00m01s
- [254/285] fuse3-0:3.16.2-6.fc42.x86_64 100% | 194.7 KiB/s | 55.7 KiB | 00m00s
- [255/285] fuse3-libs-0:3.16.2-6.fc42.x8 100% | 537.3 KiB/s | 93.0 KiB | 00m00s
- [256/285] geoclue2-0:2.8.0-1.fc42.x86_6 100% | 423.5 KiB/s | 144.8 KiB | 00m00s
- [257/285] glib-networking-0:2.80.1-1.fc 100% | 35.7 KiB/s | 201.4 KiB | 00m06s
- [258/285] pipewire-libs-0:1.4.11-1.fc42 100% | 2.1 MiB/s | 2.4 MiB | 00m01s
- [259/285] ModemManager-glib-0:1.22.0-5. 100% | 99.8 KiB/s | 304.6 KiB | 00m03s
- [260/285] fdk-aac-free-0:2.0.0-15.fc42. 100% | 153.0 KiB/s | 342.4 KiB | 00m02s
- [261/285] libebur128-0:1.2.6-12.fc42.x8 100% | 41.1 KiB/s | 24.8 KiB | 00m01s
- [262/285] liblc3-0:1.1.3-1.fc42.x86_64 100% | 80.3 KiB/s | 105.2 KiB | 00m01s
- [263/285] libldac-0:2.0.2.3-17.fc42.x86 100% | 107.2 KiB/s | 42.9 KiB | 00m00s
- [264/285] libsbc-0:2.0-6.fc42.x86_64 100% | 74.3 KiB/s | 49.3 KiB | 00m01s
- [265/285] webrtc-audio-processing-0:1.3 100% | 65.6 KiB/s | 537.4 KiB | 00m08s
- [266/285] bluez-libs-0:5.84-2.fc42.x86_ 100% | 28.2 KiB/s | 83.6 KiB | 00m03s
- [267/285] libnotify-0:0.8.8-1.fc42.x86_ 100% | 247.9 KiB/s | 55.8 KiB | 00m00s
- [268/285] fuse-common-0:3.16.2-6.fc42.x 100% | 68.2 KiB/s | 7.3 KiB | 00m00s
- [269/285] adwaita-icon-theme-legacy-0:4 100% | 65.6 KiB/s | 2.5 MiB | 00m39s
- [270/285] fftw-libs-single-0:3.3.10-15. 100% | 66.6 KiB/s | 1.2 MiB | 00m19s
- [271/285] low-memory-monitor-0:2.1-12.f 100% | 38.3 KiB/s | 34.3 KiB | 00m01s
- [272/285] pipewire-0:1.4.11-1.fc42.x86_ 100% | 23.3 KiB/s | 133.4 KiB | 00m06s
- [273/285] rtkit-0:0.11-66.fc42.x86_64 100% | 58.7 KiB/s | 55.1 KiB | 00m01s
- [274/285] wireplumber-0:0.5.14-1.fc42.x 100% | 749.4 KiB/s | 122.9 KiB | 00m00s
- [275/285] wireplumber-libs-0:0.5.14-1.f 100% | 1.4 MiB/s | 431.6 KiB | 00m00s
- [276/285] pipewire-alsa-0:1.4.11-1.fc42 100% | 462.0 KiB/s | 58.7 KiB | 00m00s
- [277/285] pipewire-jack-audio-connectio 100% | 74.4 KiB/s | 10.5 KiB | 00m00s
- [278/285] pipewire-jack-audio-connectio 100% | 714.5 KiB/s | 144.3 KiB | 00m00s
- [279/285] pipewire-pulseaudio-0:1.4.11- 100% | 828.5 KiB/s | 209.6 KiB | 00m00s
- [280/285] pipewire-plugin-libcamera-0:1 100% | 390.9 KiB/s | 73.5 KiB | 00m00s
- [281/285] adwaita-sans-fonts-0:48.2-2.f 100% | 72.5 KiB/s | 764.0 KiB | 00m11s
- [282/285] lttng-ust-0:2.13.8-4.fc42.x86 100% | 47.8 KiB/s | 331.4 KiB | 00m07s
- [283/285] libcamera-0:0.4.0-4.fc42.x86_ 100% | 73.1 KiB/s | 605.0 KiB | 00m08s
- [284/285] libcamera-ipa-0:0.4.0-4.fc42. 100% | 82.7 KiB/s | 147.0 KiB | 00m02s
- [285/285] adwaita-mono-fonts-0:48.2-2.f 100% | 50.0 KiB/s | 1.4 MiB | 00m28s
- --------------------------------------------------------------------------------
- [285/285] Total 100% | 485.4 KiB/s | 159.8 MiB | 05m37s
- Running transaction
- [ 1/287] Verify package files 100% | 192.0 B/s | 285.0 B | 00m01s
- [ 2/287] Prepare transaction 100% | 678.0 B/s | 285.0 B | 00m00s
- [ 3/287] Installing libXext-0:1.3.6-3. 100% | 44.5 MiB/s | 91.2 KiB | 00m00s
- [ 4/287] Installing cmake-filesystem-0 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 5/287] Installing libjpeg-turbo-0:3. 100% | 157.8 MiB/s | 808.0 KiB | 00m00s
- [ 6/287] Installing avahi-libs-0:0.9~r 100% | 60.6 MiB/s | 186.2 KiB | 00m00s
- [ 7/287] Installing libpng-2:1.6.56-1. 100% | 79.1 MiB/s | 243.0 KiB | 00m00s
- [ 8/287] Installing libwayland-client- 100% | 30.9 MiB/s | 63.2 KiB | 00m00s
- [ 9/287] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s
- [ 10/287] Installing urw-base35-fonts-c 100% | 37.5 MiB/s | 38.4 KiB | 00m00s
- [ 11/287] Installing libXrender-0:0.9.1 100% | 50.1 MiB/s | 51.3 KiB | 00m00s
- [ 12/287] Installing zlib-ng-compat-dev 100% | 53.0 MiB/s | 108.5 KiB | 00m00s
- [ 13/287] Installing nspr-0:4.38.2-5.fc 100% | 77.4 MiB/s | 317.0 KiB | 00m00s
- [ 14/287] Installing libogg-2:1.3.5-11. 100% | 45.8 MiB/s | 46.9 KiB | 00m00s
- [ 15/287] Installing libvorbis-1:1.3.7- 100% | 116.6 MiB/s | 835.9 KiB | 00m00s
- [ 16/287] Installing libXi-0:1.8.2-2.fc 100% | 41.8 MiB/s | 85.7 KiB | 00m00s
- [ 17/287] Installing json-glib-0:1.10.8 100% | 118.0 MiB/s | 604.4 KiB | 00m00s
- [ 18/287] Installing libglvnd-1:1.7.0-7 100% | 103.8 MiB/s | 531.6 KiB | 00m00s
- [ 19/287] Installing libogg-devel-2:1.3 100% | 18.1 MiB/s | 18.6 KiB | 00m00s
- [ 20/287] Installing nss-util-0:3.122.1 100% | 67.0 MiB/s | 205.8 KiB | 00m00s
- [ 21/287] Installing libwayland-cursor- 100% | 18.8 MiB/s | 38.5 KiB | 00m00s
- [ 22/287] Installing alsa-lib-0:1.2.15. 100% | 38.6 MiB/s | 1.5 MiB | 00m00s
- [ 23/287] Installing libwayland-egl-0:1 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [ 24/287] Installing opus-0:1.5.2-2.fc4 100% | 104.7 MiB/s | 428.6 KiB | 00m00s
- [ 25/287] Installing libwayland-server- 100% | 38.9 MiB/s | 79.7 KiB | 00m00s
- [ 26/287] Installing lcms2-0:2.16-5.fc4 100% | 107.3 MiB/s | 439.3 KiB | 00m00s
- [ 27/287] Installing libunwind-0:1.8.1- 100% | 48.2 MiB/s | 197.4 KiB | 00m00s
- [ 28/287] Installing gstreamer1-0:1.26. 100% | 94.5 MiB/s | 5.4 MiB | 00m00s
- [ 29/287] Installing libXfixes-0:6.0.1- 100% | 15.4 MiB/s | 31.6 KiB | 00m00s
- [ 30/287] Installing fribidi-0:1.0.16-2 100% | 8.7 MiB/s | 196.8 KiB | 00m00s
- [ 31/287] Installing libpng-devel-2:1.6 100% | 40.8 MiB/s | 1.1 MiB | 00m00s
- [ 32/287] Installing avahi-glib-0:0.9~r 100% | 23.9 MiB/s | 24.4 KiB | 00m00s
- [ 33/287] Installing libgudev-0:238-7.f 100% | 14.5 MiB/s | 89.3 KiB | 00m00s
- [ 34/287] Installing systemd-devel-0:25 100% | 51.9 MiB/s | 744.0 KiB | 00m00s
- [ 35/287] Installing openjpeg-0:2.5.4-1 100% | 24.9 MiB/s | 458.2 KiB | 00m00s
- [ 36/287] Installing xml-common-0:0.6.3 100% | 26.4 MiB/s | 81.1 KiB | 00m00s
- [ 37/287] Installing libwebp-0:1.5.0-2. 100% | 103.3 MiB/s | 951.8 KiB | 00m00s
- [ 38/287] Installing dbus-devel-1:1.16. 100% | 33.3 MiB/s | 136.5 KiB | 00m00s
- [ 39/287] Installing libXcursor-0:1.2.3 100% | 19.2 MiB/s | 59.1 KiB | 00m00s
- [ 40/287] Installing libXdamage-0:1.1.6 100% | 44.1 MiB/s | 45.2 KiB | 00m00s
- [ 41/287] Installing libglvnd-opengl-1: 100% | 73.0 MiB/s | 149.6 KiB | 00m00s
- [ 42/287] Installing libXtst-0:1.2.5-2. 100% | 16.9 MiB/s | 34.6 KiB | 00m00s
- [ 43/287] Installing flac-libs-0:1.4.3- 100% | 97.8 MiB/s | 700.8 KiB | 00m00s
- [ 44/287] Installing libXrandr-0:1.5.4- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s
- [ 45/287] Installing libXinerama-0:1.1. 100% | 19.6 MiB/s | 20.1 KiB | 00m00s
- [ 46/287] Installing fuse3-libs-0:3.16. 100% | 68.0 MiB/s | 278.6 KiB | 00m00s
- [ 47/287] Installing gsettings-desktop- 100% | 320.0 MiB/s | 5.4 MiB | 00m00s
- [ 48/287] Installing libtdb-0:1.4.13-2. 100% | 24.8 MiB/s | 101.6 KiB | 00m00s
- [ 49/287] Installing libsoup3-0:3.6.6-2 100% | 148.4 MiB/s | 1.8 MiB | 00m00s
- [ 50/287] Installing libtinysparql-0:3. 100% | 117.9 MiB/s | 1.3 MiB | 00m00s
- [ 51/287] Installing libffi-devel-0:3.4 100% | 34.0 MiB/s | 34.8 KiB | 00m00s
- [ 52/287] Installing mpg123-libs-0:1.32 100% | 88.6 MiB/s | 816.6 KiB | 00m00s
- [ 53/287] Installing shared-mime-info-0 100% | 42.9 MiB/s | 2.6 MiB | 00m00s
- [ 54/287] Installing gdk-pixbuf2-0:2.42 100% | 81.2 MiB/s | 2.5 MiB | 00m00s
- [ 55/287] Installing libtextstyle-0:0.2 100% | 67.8 MiB/s | 208.3 KiB | 00m00s
- [ 56/287] Installing gettext-libs-0:0.2 100% | 126.8 MiB/s | 2.0 MiB | 00m00s
- [ 57/287] Installing luajit-0:2.1.17617 100% | 41.4 MiB/s | 1.4 MiB | 00m00s
- [ 58/287] Installing libevdev-0:1.13.4- 100% | 40.6 MiB/s | 83.1 KiB | 00m00s
- [ 59/287] Installing pixman-0:0.46.2-1. 100% | 115.8 MiB/s | 711.4 KiB | 00m00s
- [ 60/287] Installing graphite2-0:1.3.14 100% | 8.4 MiB/s | 197.9 KiB | 00m00s
- [ 61/287] Installing harfbuzz-0:10.4.0- 100% | 138.0 MiB/s | 2.8 MiB | 00m00s
- [ 62/287] Installing freetype-0:2.13.3- 100% | 105.0 MiB/s | 859.9 KiB | 00m00s
- [ 63/287] Installing libdav1d-0:1.5.3-1 100% | 141.1 MiB/s | 1.7 MiB | 00m00s
- [ 64/287] Installing mesa-filesystem-0: 100% | 4.2 MiB/s | 4.3 KiB | 00m00s
- [ 65/287] Installing libICE-0:1.1.2-2.f 100% | 65.0 MiB/s | 199.8 KiB | 00m00s
- [ 66/287] Installing adobe-mappings-cma 100% | 136.8 MiB/s | 15.2 MiB | 00m00s
- [ 67/287] Installing libxkbcommon-x11-0 100% | 17.8 MiB/s | 36.4 KiB | 00m00s
- [ 68/287] Installing libXcomposite-0:0. 100% | 44.9 MiB/s | 46.0 KiB | 00m00s
- [ 69/287] Installing bullet-0:3.08-13.f 100% | 137.1 MiB/s | 3.7 MiB | 00m00s
- [ 70/287] Installing adobe-mappings-cma 100% | 95.2 MiB/s | 585.2 KiB | 00m00s
- [ 71/287] Installing libSM-0:1.2.5-2.fc 100% | 103.9 MiB/s | 106.4 KiB | 00m00s
- [ 72/287] Installing libXt-0:1.3.1-2.fc 100% | 105.2 MiB/s | 430.9 KiB | 00m00s
- [ 73/287] Installing harfbuzz-icu-0:10. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s
- [ 74/287] Installing graphite2-devel-0: 100% | 24.8 MiB/s | 50.8 KiB | 00m00s
- [ 75/287] Installing pixman-devel-0:0.4 100% | 55.5 MiB/s | 56.9 KiB | 00m00s
- [ 76/287] Installing luajit-devel-0:2.1 100% | 125.0 MiB/s | 256.0 KiB | 00m00s
- [ 77/287] Installing gtk-update-icon-ca 100% | 2.8 MiB/s | 63.3 KiB | 00m00s
- [ 78/287] Installing libnotify-0:0.8.8- 100% | 5.5 MiB/s | 129.0 KiB | 00m00s
- [ 79/287] Installing mpg123-devel-0:1.3 100% | 370.8 MiB/s | 3.3 MiB | 00m00s
- [ 80/287] Installing wayland-devel-0:1. 100% | 24.4 MiB/s | 700.4 KiB | 00m00s
- [ 81/287] Installing flac-devel-0:1.4.3 100% | 542.8 MiB/s | 5.4 MiB | 00m00s
- [ 82/287] Installing mesa-libGLU-0:9.0. 100% | 59.0 MiB/s | 362.6 KiB | 00m00s
- [ 83/287] Installing iso-codes-0:4.17.0 100% | 320.0 MiB/s | 20.5 MiB | 00m00s
- [ 84/287] Installing fribidi-devel-0:1. 100% | 26.7 MiB/s | 81.9 KiB | 00m00s
- [ 85/287] Installing libunwind-devel-0: 100% | 47.9 MiB/s | 147.3 KiB | 00m00s
- [ 86/287] Installing opus-devel-0:1.5.2 100% | 340.8 MiB/s | 2.7 MiB | 00m00s
- [ 87/287] Installing nss-softokn-freebl 100% | 107.7 MiB/s | 992.9 KiB | 00m00s
- [ 88/287] Installing nss-softokn-0:3.12 100% | 131.8 MiB/s | 2.0 MiB | 00m00s
- [ 89/287] Installing nss-0:3.122.1-1.fc 100% | 63.1 MiB/s | 1.9 MiB | 00m00s
- [ 90/287] Installing nss-sysinit-0:3.12 100% | 767.5 KiB/s | 19.2 KiB | 00m00s
- [ 91/287] Installing libvorbis-devel-1: 100% | 19.6 MiB/s | 40.1 KiB | 00m00s
- [ 92/287] Installing libgusb-0:0.4.9-3. 100% | 53.3 MiB/s | 163.7 KiB | 00m00s
- [ 93/287] Installing colord-libs-0:1.4. 100% | 92.6 MiB/s | 853.7 KiB | 00m00s
- [ 94/287] Installing libtheora-1:1.1.1- 100% | 94.5 MiB/s | 483.7 KiB | 00m00s
- [ 95/287] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [ 96/287] Installing urw-base35-bookman 100% | 47.1 MiB/s | 1.4 MiB | 00m00s
- [ 97/287] Installing urw-base35-c059-fo 100% | 58.1 MiB/s | 1.4 MiB | 00m00s
- [ 98/287] Installing urw-base35-d050000 100% | 6.9 MiB/s | 85.4 KiB | 00m00s
- [ 99/287] Installing urw-base35-gothic- 100% | 52.9 MiB/s | 1.2 MiB | 00m00s
- [100/287] Installing urw-base35-nimbus- 100% | 45.7 MiB/s | 1.1 MiB | 00m00s
- [101/287] Installing urw-base35-nimbus- 100% | 56.9 MiB/s | 1.4 MiB | 00m00s
- [102/287] Installing urw-base35-nimbus- 100% | 70.4 MiB/s | 2.4 MiB | 00m00s
- [103/287] Installing urw-base35-p052-fo 100% | 59.5 MiB/s | 1.5 MiB | 00m00s
- [104/287] Installing urw-base35-standar 100% | 4.0 MiB/s | 66.0 KiB | 00m00s
- [105/287] Installing urw-base35-z003-fo 100% | 25.5 MiB/s | 391.8 KiB | 00m00s
- [106/287] Installing urw-base35-fonts-0 100% | 5.5 MiB/s | 5.6 KiB | 00m00s
- [107/287] Installing abattis-cantarell- 100% | 47.5 MiB/s | 194.4 KiB | 00m00s
- [108/287] Installing google-droid-sans- 100% | 113.8 MiB/s | 6.3 MiB | 00m00s
- [109/287] Installing libyuv-0:0-0.56.20 100% | 111.5 MiB/s | 685.3 KiB | 00m00s
- [110/287] Installing libjpeg-turbo-deve 100% | 116.0 MiB/s | 356.5 KiB | 00m00s
- [111/287] Installing jasper-libs-0:4.2. 100% | 84.8 MiB/s | 347.3 KiB | 00m00s
- [112/287] Installing LibRaw-0:0.21.5-1. 100% | 167.5 MiB/s | 2.3 MiB | 00m00s
- [113/287] Installing libXScrnSaver-0:1. 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [114/287] Installing libXv-0:1.0.13-2.f 100% | 15.2 MiB/s | 31.2 KiB | 00m00s
- [115/287] Installing libXxf86vm-0:1.1.6 100% | 14.9 MiB/s | 30.5 KiB | 00m00s
- [116/287] Installing libXext-devel-0:1. 100% | 27.1 MiB/s | 110.9 KiB | 00m00s
- [117/287] Installing lttng-ust-0:2.13.8 100% | 86.0 MiB/s | 1.1 MiB | 00m00s
- [118/287] Installing libcamera-0:0.4.0- 100% | 32.8 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.
- >>>
- [119/287] Installing rtkit-0:0.11-66.fc 100% | 2.4 MiB/s | 141.2 KiB | 00m00s
- >>> Running %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Finished %post scriptlet: rtkit-0:0.11-66.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/rtkit-daemon.ser
- >>>
- [120/287] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0 B | 00m00s
- [121/287] Installing fuse3-0:3.16.2-6.f 100% | 4.2 MiB/s | 124.1 KiB | 00m00s
- [122/287] Installing bluez-libs-0:5.84- 100% | 48.7 MiB/s | 199.4 KiB | 00m00s
- [123/287] Installing webrtc-audio-proce 100% | 97.9 MiB/s | 1.4 MiB | 00m00s
- [124/287] Installing libsbc-0:2.0-6.fc4 100% | 46.2 MiB/s | 94.5 KiB | 00m00s
- [125/287] Installing libldac-0:2.0.2.3- 100% | 27.4 MiB/s | 84.2 KiB | 00m00s
- [126/287] Installing liblc3-0:1.1.3-1.f 100% | 55.9 MiB/s | 171.8 KiB | 00m00s
- [127/287] Installing libebur128-0:1.2.6 100% | 19.9 MiB/s | 40.7 KiB | 00m00s
- [128/287] Installing fftw-libs-single-0 100% | 134.0 MiB/s | 3.6 MiB | 00m00s
- [129/287] Installing fdk-aac-free-0:2.0 100% | 100.5 MiB/s | 617.3 KiB | 00m00s
- [130/287] Installing ModemManager-glib- 100% | 32.7 MiB/s | 1.4 MiB | 00m00s
- >>> Running sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Finished sysusers scriptlet: geoclue2-0:2.8.0-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'geoclue' with GID 994.
- >>> Creating user 'geoclue' (n/a) with UID 994 and GID 994.
- >>>
- [131/287] Installing geoclue2-0:2.8.0-1 100% | 14.1 MiB/s | 405.6 KiB | 00m00s
- [132/287] Installing libproxy-0:0.5.8-2 100% | 34.0 MiB/s | 104.5 KiB | 00m00s
- [133/287] Installing sound-theme-freede 100% | 26.8 MiB/s | 467.2 KiB | 00m00s
- [134/287] Installing xz-devel-1:5.8.1-4 100% | 51.3 MiB/s | 262.6 KiB | 00m00s
- [135/287] Installing libxml2-devel-0:2. 100% | 94.9 MiB/s | 3.4 MiB | 00m00s
- [136/287] Installing libxkbcommon-devel 100% | 88.0 MiB/s | 360.5 KiB | 00m00s
- [137/287] Installing libxkbcommon-x11-d 100% | 8.6 MiB/s | 8.8 KiB | 00m00s
- [138/287] Installing libuv-1:1.51.0-1.f 100% | 111.9 MiB/s | 573.0 KiB | 00m00s
- [139/287] Installing vim-filesystem-2:9 100% | 254.9 KiB/s | 4.8 KiB | 00m00s
- [140/287] Installing sysprof-capture-de 100% | 67.6 MiB/s | 276.9 KiB | 00m00s
- [141/287] Installing pcre2-utf32-0:10.4 100% | 98.2 MiB/s | 603.1 KiB | 00m00s
- [142/287] Installing pcre2-utf16-0:10.4 100% | 102.1 MiB/s | 627.2 KiB | 00m00s
- [143/287] Installing pcre2-devel-0:10.4 100% | 72.2 MiB/s | 2.1 MiB | 00m00s
- [144/287] Installing xprop-0:1.2.8-3.fc 100% | 2.3 MiB/s | 56.1 KiB | 00m00s
- [145/287] Installing at-spi2-core-0:2.5 100% | 140.7 MiB/s | 1.5 MiB | 00m00s
- [146/287] Installing atk-0:2.56.8-1.fc4 100% | 61.0 MiB/s | 250.0 KiB | 00m00s
- [147/287] Installing at-spi2-atk-0:2.56 100% | 22.6 MiB/s | 277.7 KiB | 00m00s
- [148/287] Installing adwaita-icon-theme 100% | 17.0 MiB/s | 2.4 MiB | 00m00s
- [149/287] Installing adwaita-cursor-the 100% | 175.8 MiB/s | 11.4 MiB | 00m00s
- [150/287] Installing adwaita-icon-theme 100% | 17.8 MiB/s | 1.3 MiB | 00m00s
- [151/287] Installing libicu-devel-0:76. 100% | 72.5 MiB/s | 5.1 MiB | 00m00s
- [152/287] Installing gobject-introspect 100% | 64.6 MiB/s | 397.1 KiB | 00m00s
- [153/287] Installing ibus-libs-0:1.5.32 100% | 120.1 MiB/s | 861.2 KiB | 00m00s
- [154/287] Installing libepoxy-0:1.5.10- 100% | 135.3 MiB/s | 1.1 MiB | 00m00s
- [155/287] Installing libcloudproviders- 100% | 30.8 MiB/s | 126.2 KiB | 00m00s
- [156/287] Installing hicolor-icon-theme 100% | 5.3 MiB/s | 179.5 KiB | 00m00s
- [157/287] Installing libwacom-data-0:2. 100% | 24.7 MiB/s | 1.5 MiB | 00m00s
- [158/287] Installing libwacom-0:2.16.1- 100% | 4.4 MiB/s | 108.1 KiB | 00m00s
- [159/287] Installing highway-0:1.3.0-1. 100% | 171.6 MiB/s | 5.5 MiB | 00m00s
- [160/287] Installing libjxl-1:0.11.1-4. 100% | 122.1 MiB/s | 3.1 MiB | 00m00s
- [161/287] Installing libsepol-devel-0:3 100% | 20.9 MiB/s | 128.3 KiB | 00m00s
- [162/287] Installing libselinux-devel-0 100% | 31.6 MiB/s | 161.6 KiB | 00m00s
- [163/287] Installing libblkid-devel-0:2 100% | 22.5 MiB/s | 46.0 KiB | 00m00s
- [164/287] Installing libmount-devel-0:2 100% | 31.5 MiB/s | 64.5 KiB | 00m00s
- [165/287] Installing libdatrie-0:0.2.13 100% | 28.8 MiB/s | 58.9 KiB | 00m00s
- [166/287] Installing libthai-0:0.1.29-1 100% | 109.5 MiB/s | 785.2 KiB | 00m00s
- [167/287] Installing gpgme-0:1.24.3-1.f 100% | 21.4 MiB/s | 590.4 KiB | 00m00s
- [168/287] Installing gpgmepp-0:1.24.3-1 100% | 105.1 MiB/s | 430.4 KiB | 00m00s
- [169/287] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s
- [170/287] Installing libevent-devel-0:2 100% | 15.6 MiB/s | 432.3 KiB | 00m00s
- [171/287] Installing rhash-0:1.4.5-2.fc 100% | 14.5 MiB/s | 356.4 KiB | 00m00s
- [172/287] Installing jsoncpp-0:1.9.6-1. 100% | 64.2 MiB/s | 263.1 KiB | 00m00s
- [173/287] Installing cmake-0:3.31.11-1. 100% | 124.2 MiB/s | 34.5 MiB | 00m00s
- [174/287] Installing cmake-data-0:3.31. 100% | 27.4 MiB/s | 9.1 MiB | 00m00s
- [175/287] Installing bullet-devel-0:3.0 100% | 58.9 MiB/s | 3.0 MiB | 00m00s
- [176/287] Installing bzip2-devel-0:1.0. 100% | 303.5 MiB/s | 310.7 KiB | 00m00s
- [177/287] Installing brotli-0:1.2.0-1.f 100% | 1.5 MiB/s | 34.4 KiB | 00m00s
- [178/287] Installing brotli-devel-0:1.2 100% | 33.4 MiB/s | 68.4 KiB | 00m00s
- [179/287] Installing hwdata-0:0.406-1.f 100% | 164.5 MiB/s | 9.9 MiB | 00m00s
- [180/287] Installing libpciaccess-0:0.1 100% | 22.4 MiB/s | 45.9 KiB | 00m00s
- [181/287] Installing libdrm-0:2.4.131-1 100% | 57.0 MiB/s | 408.5 KiB | 00m00s
- [182/287] Installing poppler-data-0:0.4 100% | 123.9 MiB/s | 12.4 MiB | 00m00s
- [183/287] Installing orc-0:0.4.41-1.fc4 100% | 25.4 MiB/s | 728.9 KiB | 00m00s
- [184/287] Installing graphene-0:1.10.6- 100% | 53.4 MiB/s | 164.1 KiB | 00m00s
- [185/287] Installing cdparanoia-libs-0: 100% | 58.1 MiB/s | 118.9 KiB | 00m00s
- [186/287] Installing giflib-0:5.2.2-9.f 100% | 57.5 MiB/s | 117.8 KiB | 00m00s
- [187/287] Installing gettext-envsubst-0 100% | 3.6 MiB/s | 80.2 KiB | 00m00s
- [188/287] Installing gettext-runtime-0: 100% | 18.0 MiB/s | 461.6 KiB | 00m00s
- [189/287] Installing gettext-0:0.23.1-2 100% | 126.8 MiB/s | 5.2 MiB | 00m00s
- [190/287] Installing libdaemon-0:0.14-3 100% | 2.1 MiB/s | 69.6 KiB | 00m00s
- [191/287] Installing avahi-0:0.9~rc2-2. 100% | 23.0 MiB/s | 1.6 MiB | 00m00s
- >>> Running %post scriptlet: avahi-0:0.9~rc2-2.fc42.x86_64
- >>> Finished %post scriptlet: avahi-0:0.9~rc2-2.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/sockets.target.wants/avahi-daemon.socke
- >>> Created symlink '/etc/systemd/system/dbus-org.freedesktop.Avahi.service'
- >>> Created symlink '/etc/systemd/system/multi-user.target.wants/avahi-daemon.se
- >>>
- [192/287] Installing avahi-devel-0:0.9~ 100% | 26.5 MiB/s | 135.8 KiB | 00m00s
- [193/287] Installing lame-libs-0:3.100- 100% | 200.4 MiB/s | 1.2 MiB | 00m00s
- [194/287] Installing gsm-0:1.0.22-8.fc4 100% | 34.4 MiB/s | 70.4 KiB | 00m00s
- [195/287] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB | 00m00s
- [196/287] Installing libsndfile-devel-0 100% | 105.8 MiB/s | 216.8 KiB | 00m00s
- [197/287] Installing libasyncns-0:0.8-3 100% | 29.7 MiB/s | 60.8 KiB | 00m00s
- [198/287] Installing pulseaudio-libs-0: 100% | 211.2 MiB/s | 3.4 MiB | 00m00s
- [199/287] Installing pipewire-libs-0:1. 100% | 103.4 MiB/s | 8.7 MiB | 00m00s
- [200/287] Installing wireplumber-libs-0 100% | 71.3 MiB/s | 1.4 MiB | 00m00s
- [201/287] Installing wireplumber-0:0.5. 100% | 12.0 MiB/s | 444.2 KiB | 00m00s
- [202/287] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0 B | 00m00s
- [203/287] Installing pipewire-jack-audi 100% | 16.8 MiB/s | 499.2 KiB | 00m00s
- [204/287] Installing pulseaudio-libs-gl 100% | 19.9 MiB/s | 20.4 KiB | 00m00s
- [205/287] Installing libcanberra-0:0.30 100% | 4.0 MiB/s | 291.3 KiB | 00m00s
- [206/287] Installing openssl-devel-1:3. 100% | 73.2 MiB/s | 5.2 MiB | 00m00s
- [207/287] Installing mtdev-0:1.1.6-10.f 100% | 14.9 MiB/s | 30.4 KiB | 00m00s
- [208/287] Installing libinput-0:1.29.1- 100% | 13.0 MiB/s | 651.3 KiB | 00m00s
- [209/287] Installing libinput-devel-0:1 100% | 75.2 MiB/s | 231.0 KiB | 00m00s
- [210/287] Installing python3-packaging- 100% | 46.2 MiB/s | 568.0 KiB | 00m00s
- [211/287] Installing glib2-devel-0:2.84 100% | 109.7 MiB/s | 15.9 MiB | 00m00s
- [212/287] Installing pulseaudio-libs-de 100% | 332.7 MiB/s | 5.0 MiB | 00m00s
- [213/287] Installing liblerc-0:4.0.0-8. 100% | 103.8 MiB/s | 637.6 KiB | 00m00s
- [214/287] Installing jbigkit-libs-0:2.1 100% | 40.2 MiB/s | 123.4 KiB | 00m00s
- [215/287] Installing libtiff-0:4.7.1-1. 100% | 102.0 MiB/s | 626.6 KiB | 00m00s
- [216/287] Installing gdk-pixbuf2-module 100% | 27.6 MiB/s | 56.6 KiB | 00m00s
- [217/287] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s
- [218/287] Installing cups-libs-1:2.4.17 100% | 86.5 MiB/s | 620.3 KiB | 00m00s
- [219/287] Installing spirv-tools-libs-0 100% | 141.0 MiB/s | 5.8 MiB | 00m00s
- [220/287] Installing rav1e-libs-0:0.8.1 100% | 133.9 MiB/s | 3.1 MiB | 00m00s
- [221/287] Installing libvmaf-0:3.0.0-3. 100% | 134.8 MiB/s | 828.4 KiB | 00m00s
- [222/287] Installing libaom-0:3.13.1-1. 100% | 136.0 MiB/s | 5.0 MiB | 00m00s
- [223/287] Installing lm_sensors-libs-0: 100% | 42.4 MiB/s | 86.9 KiB | 00m00s
- [224/287] Installing libxshmfence-0:1.3 100% | 6.6 MiB/s | 13.6 KiB | 00m00s
- [225/287] Installing mesa-libgbm-0:25.1 100% | 10.0 MiB/s | 20.5 KiB | 00m00s
- [226/287] Installing mesa-dri-drivers-0 100% | 154.5 MiB/s | 46.7 MiB | 00m00s
- [227/287] Installing mesa-libEGL-0:25.1 100% | 82.0 MiB/s | 335.9 KiB | 00m00s
- [228/287] Installing libglvnd-egl-1:1.7 100% | 34.3 MiB/s | 70.3 KiB | 00m00s
- [229/287] Installing libglvnd-gles-1:1. 100% | 52.4 MiB/s | 107.3 KiB | 00m00s
- [230/287] Installing libglvnd-glx-1:1.7 100% | 99.4 MiB/s | 610.6 KiB | 00m00s
- [231/287] Installing mesa-libGL-0:25.1. 100% | 75.0 MiB/s | 307.2 KiB | 00m00s
- [232/287] Installing libglvnd-devel-1:1 100% | 151.5 MiB/s | 2.1 MiB | 00m00s
- [233/287] Installing mesa-libGLU-devel- 100% | 17.1 MiB/s | 17.5 KiB | 00m00s
- [234/287] Installing libpaper-1:2.1.1-8 100% | 24.6 MiB/s | 50.4 KiB | 00m00s
- [235/287] Installing libijs-0:0.35-24.f 100% | 32.5 MiB/s | 66.5 KiB | 00m00s
- [236/287] Installing jbig2dec-libs-0:0. 100% | 55.5 MiB/s | 170.5 KiB | 00m00s
- [237/287] Installing adobe-mappings-pdf 100% | 129.3 MiB/s | 4.4 MiB | 00m00s
- [238/287] Installing cpuinfo-0:24.09.26 100% | 4.1 MiB/s | 109.7 KiB | 00m00s
- [239/287] Installing svt-av1-libs-0:2.3 100% | 130.8 MiB/s | 5.6 MiB | 00m00s
- [240/287] Installing libavif-0:1.1.1-1. 100% | 70.1 MiB/s | 215.2 KiB | 00m00s
- [241/287] Installing google-noto-fonts- 100% | 18.1 MiB/s | 18.5 KiB | 00m00s
- [242/287] Installing google-noto-sans-v 100% | 126.5 MiB/s | 1.4 MiB | 00m00s
- [243/287] Installing default-fonts-core 100% | 3.6 MiB/s | 18.2 KiB | 00m00s
- [244/287] Installing fontconfig-0:2.16. 100% | 618.7 KiB/s | 783.9 KiB | 00m01s
- [245/287] Installing cairo-0:1.18.2-3.f 100% | 111.4 MiB/s | 1.8 MiB | 00m00s
- [246/287] Installing cairo-gobject-0:1. 100% | 17.6 MiB/s | 36.0 KiB | 00m00s
- [247/287] Installing harfbuzz-cairo-0:1 100% | 17.3 MiB/s | 53.0 KiB | 00m00s
- [248/287] Installing fontconfig-devel-0 100% | 25.1 MiB/s | 154.4 KiB | 00m00s
- [249/287] Installing freetype-devel-0:2 100% | 164.3 MiB/s | 8.5 MiB | 00m00s
- [250/287] Installing cairo-devel-0:1.18 100% | 286.4 MiB/s | 2.3 MiB | 00m00s
- [251/287] Installing harfbuzz-devel-0:1 100% | 103.8 MiB/s | 5.2 MiB | 00m00s
- [252/287] Installing libgs-0:10.05.1-6. 100% | 139.7 MiB/s | 23.6 MiB | 00m00s
- [253/287] Installing libspectre-0:0.2.1 100% | 44.7 MiB/s | 91.6 KiB | 00m00s
- [254/287] Installing poppler-0:25.02.0- 100% | 142.8 MiB/s | 3.7 MiB | 00m00s
- [255/287] Installing poppler-cpp-0:25.0 100% | 63.9 MiB/s | 130.9 KiB | 00m00s
- [256/287] Installing libXft-0:2.3.8-8.f 100% | 83.0 MiB/s | 169.9 KiB | 00m00s
- [257/287] Installing pango-0:1.56.4-2.f 100% | 31.8 MiB/s | 1.0 MiB | 00m00s
- [258/287] Installing gtk3-0:3.24.52-1.f 100% | 158.7 MiB/s | 22.5 MiB | 00m00s
- [259/287] Installing rsvg-pixbuf-loader 100% | 82.2 MiB/s | 336.7 KiB | 00m00s
- [260/287] Installing librsvg2-0:2.60.0- 100% | 150.8 MiB/s | 5.1 MiB | 00m00s
- [261/287] Installing libdecor-0:0.2.4-1 100% | 41.0 MiB/s | 167.8 KiB | 00m00s
- [262/287] Installing SDL3-0:3.4.0-3.fc4 100% | 137.0 MiB/s | 3.0 MiB | 00m00s
- [263/287] Installing sdl2-compat-0:2.32 100% | 80.1 MiB/s | 410.1 KiB | 00m00s
- [264/287] Installing sdl2-compat-devel- 100% | 49.7 MiB/s | 2.7 MiB | 00m00s
- [265/287] Installing sdl12-compat-0:1.2 100% | 65.8 MiB/s | 202.1 KiB | 00m00s
- [266/287] Installing libvisual-1:0.4.2- 100% | 18.7 MiB/s | 497.1 KiB | 00m00s
- [267/287] Installing gstreamer1-plugins 100% | 108.7 MiB/s | 7.4 MiB | 00m00s
- [268/287] Installing efl-0:1.28.1-1.fc4 100% | 110.0 MiB/s | 55.8 MiB | 00m01s
- [269/287] Installing xdg-desktop-portal 100% | 29.9 MiB/s | 1.9 MiB | 00m00s
- [270/287] Installing xdg-desktop-portal 100% | 11.4 MiB/s | 477.2 KiB | 00m00s
- [271/287] Installing efl-devel-0:1.28.1 100% | 56.8 MiB/s | 17.5 MiB | 00m00s
- [272/287] Installing libcanberra-gtk3-0 100% | 3.5 MiB/s | 82.0 KiB | 00m00s
- [273/287] Installing avif-pixbuf-loader 100% | 1.0 MiB/s | 20.2 KiB | 00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 993.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 993 and GID 993.
- >>>
- [274/287] Installing pipewire-0:1.4.11- 100% | 7.7 MiB/s | 439.9 KiB | 00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.11-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [275/287] Installing pipewire-alsa-0:1. 100% | 39.0 MiB/s | 159.8 KiB | 00m00s
- [276/287] Installing pipewire-pulseaudi 100% | 7.5 MiB/s | 444.3 KiB | 00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.11-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [277/287] Installing pipewire-plugin-li 100% | 48.0 MiB/s | 147.3 KiB | 00m00s
- [278/287] Installing jxl-pixbuf-loader- 100% | 14.7 MiB/s | 30.2 KiB | 00m00s
- [279/287] Installing glib-networking-0: 100% | 105.7 MiB/s | 757.8 KiB | 00m00s
- [280/287] Installing libcamera-ipa-0:0. 100% | 77.0 MiB/s | 551.9 KiB | 00m00s
- [281/287] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s
- [282/287] Installing webp-pixbuf-loader 100% | 14.5 MiB/s | 29.8 KiB | 00m00s
- [283/287] Installing tinysparql-0:3.9.2 100% | 45.2 MiB/s | 2.5 MiB | 00m00s
- [284/287] Installing adwaita-mono-fonts 100% | 159.7 MiB/s | 5.4 MiB | 00m00s
- [285/287] Installing adwaita-sans-fonts 100% | 132.3 MiB/s | 1.7 MiB | 00m00s
- [286/287] Installing low-memory-monitor 100% | 2.5 MiB/s | 67.7 KiB | 00m00s
- [287/287] Installing dconf-0:0.40.0-15. 100% | 175.4 KiB/s | 320.0 KiB | 00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.14-1.fc42.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.14-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" "elementary-devel"
- efl-devel-1.28.1-1.fc42.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved efl.1.20.0 (cached)
-> installed conf-pkg-config.4
-> retrieved ocamlbuild.0.16.1 (cached)
-> installed conf-efl.1.8
-> retrieved ocamlfind.1.9.8 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.20.0 failed at "make".
#=== ERROR while compiling efl.1.20.0 =========================================#
# context 2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.20.0/ocaml-efl-1.20.0.tar.gz)
# path ~/.opam/4.14/.opam-switch/build/efl.1.20.0
# command ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code 2
# env-file ~/.opam/log/efl-7-3a1b80.env
# output-file ~/.opam/log/efl-7-3a1b80.out
### output ###
# cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.20.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.20.0/missing: line 81: automake-1.14: command not found
# WARNING: 'automake-1.14' is missing on your system.
# You should only need it if you modified 'Makefile.am' or
# 'configure.ac' or m4 files included by 'configure.ac'.
# The 'automake' program is part of the GNU Automake package:
# <http://www.gnu.org/software/automake>
# It also requires GNU Autoconf, GNU m4 and Perl in order to run:
# <http://www.gnu.org/software/autoconf>
# <http://www.gnu.org/software/m4/>
# <http://www.perl.org/>
# make: *** [Makefile:249: Makefile.in] Error 1
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.20.0
+-
+- The following changes have been performed
| - install conf-efl 1.8
| - install conf-pkg-config 4
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
+-
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260504083457.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.20.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"fedora-42\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'efl.1.20.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-05-04 08:41.13: Job failed: Failed: Build failed
2026-05-04 08:41.13: Log analysis:
2026-05-04 08:41.13: >>>
[ERROR] The compilation of efl.1.20.0 failed at "make".
(score = 20)
2026-05-04 08:41.13: The compilation of efl.1.20.0 failed at "make".