- github
- ocaml
- opam-repository
- 54f70d
- distributions,fedora-42-ocaml-5.4,frama-clang.0.0.19~beta
(not at the head of any monitored branch or PR)
2025-11-27 22:17.46: New job: build frama-clang.0.0.19~beta, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28843/head (54f70dbf3bc6d5a86217e550916b1400ce7f19db)
on fedora-42-ocaml-5.4/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/28843/head" && git reset --hard 54f70dbf
git fetch origin master
git merge --no-edit eb45f7ec868b0ffc828b9d59cccc72cfec100333
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756
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 frama-clang.0.0.19~beta 0.0.19~beta
RUN opam reinstall frama-clang.0.0.19~beta; \
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" != 'frama-clang.0.0.19~beta' && 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 .
2025-11-27 22:17.46: Using cache hint "ocaml/opam:fedora-42-ocaml-5.4@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756-frama-clang.0.0.19~beta-54f70dbf3bc6d5a86217e550916b1400ce7f19db"
2025-11-27 22:17.46: Using OBuilder spec:
((from ocaml/opam:fedora-42-ocaml-5.4@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756)
(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 frama-clang.0.0.19~beta 0.0.19~beta"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-clang.0.0.19~beta;\
\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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-27 22:17.46: Waiting for resource in pool OCluster
2025-11-27 22:17.46: Waiting for worker…
2025-11-27 22:19.17: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at eb45f7ec86 Merge pull request #28982 from dinosaure/release-dkim-v0.9.0
Merge made by the 'ort' strategy.
packages/frama-clang/frama-clang.0.0.19~beta/opam | 47 +++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 packages/frama-clang/frama-clang.0.0.19~beta/opam
(from ocaml/opam:fedora-42-ocaml-5.4@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756)
Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756' locally
docker.io/ocaml/opam@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756: Pulling from ocaml/opam
50227b3eee21: Pulling fs layer
87e71ccb9e79: Pulling fs layer
247a049adb0c: Pulling fs layer
b0489b09e335: Pulling fs layer
82d4db553b01: Pulling fs layer
d32741c9ec19: Pulling fs layer
b0489b09e335: Waiting
82d4db553b01: Waiting
d32741c9ec19: Waiting
247a049adb0c: Waiting
87e71ccb9e79: Verifying Checksum
87e71ccb9e79: Download complete
247a049adb0c: Verifying Checksum
247a049adb0c: Download complete
b0489b09e335: Verifying Checksum
b0489b09e335: Download complete
82d4db553b01: Download complete
d32741c9ec19: Verifying Checksum
d32741c9ec19: Download complete
50227b3eee21: Verifying Checksum
50227b3eee21: Download complete
50227b3eee21: Pull complete
87e71ccb9e79: Pull complete
247a049adb0c: Pull complete
b0489b09e335: Pull complete
82d4db553b01: Pull complete
d32741c9ec19: Pull complete
Digest: sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756
Status: Downloaded newer image for ocaml/opam@sha256:b28b737cf5afc5d2fa8c4248c9c38777565c1a60fd05b7bf87de3353db7c5756
2025-11-27 22:19.20 ---> using "1bf225fdc9360afba0e6703ff05524a9d1c7271ce2185f03c78968e710613804" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-27 22:19.20 ---> using "191b39f051216c0c885d60b2c0bae344e144d11dcac8b70a8a1caedc004fd319" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.
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.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-27 22:19.20 ---> using "d5132bfdf50842b5dc12db561c6c430e0fafbeb6f8449d8e0e6a309eecef6dd1" 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.0~rc1
# 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 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-27 22:19.20 ---> using "5649813405a696bb9f39544ad126d1ac5fbf4f8ee5300d1bbf2a47fdecc6c45f" 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/"))
2025-11-27 22:19.20 ---> using "16b28047b8739d599d942cc3e6b0886fb30eafd830faee9e95e9cccde4d36cc6" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-27 22:19.29 ---> saved as "fceb1d1ec65983937ada78a4ff95de038dd0bb7324c130b59c63cfa0b91c7e30"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-27 22:19.50 ---> saved as "d7d53510fa94bcab20c7f6b125a55644fe0f0c6e3b0dc123bdf4d9dbb74536c8"
/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% | 101.8 KiB/s | 19.8 KiB | 00m00s
- Repositories loaded.
- Metadata cache created.
2025-11-27 22:19.55 ---> saved as "5b351fad9936535bf2cf3ab7b17bc032dc458ee2767ec85b88e77634e369ed6b"
/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta"))
frama-clang is now pinned to version 0.0.19~beta
2025-11-27 22:19.55 ---> saved as "6b757e39a13f57d97ae5c880f19b95bb55bc0529ccc0b6189958fd5d177658ee"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-clang.0.0.19~beta;\
\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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
frama-clang.0.0.19~beta is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 109 packages
- install alt-ergo 2.6.2 [required by frama-c]
- install alt-ergo-lib 2.6.2 [required by alt-ergo]
- install alt-ergo-parsers 2.6.2 [required by alt-ergo]
- install astring 0.8.5 [required by bos]
- install base v0.17.3 [required by ppx_inline_test]
- install bos 0.2.1 [required by camlp5]
- install cairo2 0.6.5 [required by lablgtk3]
- install camlp-streams 5.0.1 [required by frama-clang]
- install camlp5 8.04.00 [required by frama-clang]
- install camlp5-buildscripts 0.06 [required by camlp5]
- install camlzip 1.13 [required by frama-c]
- install cmdliner 1.3.0 [required by alt-ergo]
- install conf-bash 1 [required by camlp5, conf-libclang]
- install conf-cairo 1 [required by cairo2]
- install conf-clang 2 [required by frama-clang]
- install conf-cmake 1 [required by frama-clang]
- install conf-gmp 5 [required by zarith]
- install conf-graphviz 0.1
- install conf-gtk3 18 [required by lablgtk3]
- install conf-gtksourceview3 0+2 [required by frama-c]
- install conf-libclang 19 [required by frama-clang]
- install conf-libpcre2-8 2 [required by pcre2]
- install conf-m4 1 [required by not-ocamlfind]
- install conf-perl 2 [required by camlp5]
- install conf-pkg-config 4 [required by conf-gtksourceview3]
- install conf-which 1 [required by not-ocamlfind]
- install conf-zlib 1 [required by camlzip]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install ctypes 0.24.0 [required by yaml]
- install dolmen 0.10 [required by alt-ergo-lib]
- install dolmen_loop 0.10 [required by alt-ergo-lib]
- install dolmen_type 0.10 [required by alt-ergo-lib]
- install dune 3.20.2 [required by frama-clang]
- install dune-build-info 3.20.2 [required by alt-ergo-lib]
- install dune-compiledb 0.6.0 [required by pcre2]
- install dune-configurator 3.20.2 [required by frama-c]
- install dune-private-libs 3.20.2 [required by dune-site]
- install dune-site 3.20.2 [required by frama-c]
- install dyn 3.20.2 [required by dune-private-libs]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by camlp5]
- install fpath 0.7.3 [required by bos]
- install frama-c 32.0~beta [required by frama-clang]
- install frama-clang 0.0.19~beta (pinned)
- install gen 1.1 [required by dolmen_loop]
- install hex 1.5.0 [required by ezjsonm]
- install hmap 0.8.1 [required by dolmen]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.17.0 [required by time_now]
- install jsonm 1.0.2 [required by ezjsonm]
- install jst-config v0.17.0 [required by time_now]
- install lablgtk3 3.1.5 [required by frama-c]
- install lablgtk3-sourceview3 3.1.5 [required by frama-c]
- install logs 0.10.0 [required by bos]
- install menhir 20250912 [required by frama-c]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install not-ocamlfind 0.14 [required by camlp5-buildscripts]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by camlp5]
- install ocamlgraph 2.2.0 [required by frama-c]
- install ocplib-simplex 0.5.1 [required by alt-ergo-lib]
- install ordering 3.20.2 [required by dyn, stdune]
- install parsexp v0.17.0 [required by sexplib]
- install pcre2 8.0.4 [required by camlp5]
- install pp 2.0.0 [required by dune-private-libs]
- install pp_loc 2.1.0 [required by dolmen_loop]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_blob 0.9.0 [required by alt-ergo-lib]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by frama-c]
- install ppx_deriving_yaml 0.4.1 [required by frama-c]
- install ppx_deriving_yojson 3.10.0 [required by frama-c]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_assert]
- install ppx_inline_test v0.17.1 [required by frama-c]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by why3]
- install ppxlib 0.37.0 [required by frama-c]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install psmt2-frontend 0.4.0 [required by alt-ergo-parsers]
- install re 1.14.0 [required by camlp5]
- install rresult 0.7.0 [required by camlp5]
- install seq base [required by alt-ergo-lib]
- install sexplib v0.17.0 [required by why3]
- install sexplib0 v0.17.0 [required by dune-compiledb, base]
- install spelll 0.4 [required by dolmen_type]
- install stdio v0.17.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by alt-ergo-lib, alt-ergo-parsers]
- install stdune 3.20.2 [required by dune-private-libs]
- install time_now v0.17.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by bos]
- install unionFind 20250818 [required by frama-c]
- install uutf 1.0.4 [required by ezjsonm]
- install why3 1.8.2 [required by frama-c]
- install yaml 3.2.0 [required by frama-c]
- install yojson 3.0.0 [required by frama-c]
- install zarith 1.14 [required by frama-clang]
The following system packages will first need to be installed:
cairo-devel clang clang-devel cmake gmp-devel graphviz gtk3-devel gtksourceview3-devel llvm-devel pcre2-devel perl-Pod-Html redhat-rpm-config zlib-devel zlib-ng-compat-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" "cairo-devel" "clang" "clang-devel" "cmake" "gmp-devel" "graphviz" "gtk3-devel" "gtksourceview3-devel" "llvm-devel" "pcre2-devel" "perl-Pod-Html" "redhat-rpm-config" "zlib-devel" "zlib-ng-compat-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- cairo-devel x86_64 1.18.2-3.fc42 fedora 2.3 MiB
- clang x86_64 20.1.8-4.fc42 updates 372.9 KiB
- clang-devel x86_64 20.1.8-4.fc42 updates 28.4 MiB
- cmake x86_64 3.31.6-2.fc42 fedora 34.2 MiB
- gmp-devel x86_64 1:6.3.0-4.fc42 fedora 352.3 KiB
- graphviz x86_64 12.2.1-8.fc42 updates 20.8 MiB
- gtk3-devel x86_64 3.24.49-2.fc42 fedora 34.1 MiB
- gtksourceview3-devel x86_64 3.24.11-15.fc42 fedora 3.0 MiB
- pcre2-devel x86_64 10.46-1.fc42 updates 2.1 MiB
- perl-Pod-Html noarch 1.35-519.fc42 updates 42.2 KiB
- redhat-rpm-config noarch 342-4.fc42 updates 185.5 KiB
- zlib-ng-compat-devel x86_64 2.2.5-2.fc42 updates 107.0 KiB
- 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
- SDL3 x86_64 3.2.24-1.fc42 updates 2.7 MiB
- abattis-cantarell-vf-fonts noarch 0.301-14.fc42 fedora 192.7 KiB
- add-determinism x86_64 0.6.0-1.fc42 fedora 2.5 MiB
- 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
- adobe-source-code-pro-fonts noarch 2.042.1.062.1.026-6.fc42 fedora 1.6 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.14-3.fc42 updates 1.4 MiB
- annobin-docs noarch 12.94-1.fc42 updates 98.9 KiB
- annobin-plugin-gcc x86_64 12.94-1.fc42 updates 993.5 KiB
- ansible-srpm-macros noarch 1-17.1.fc42 fedora 35.7 KiB
- aribb24 x86_64 1.0.3^20160216git5e9be27-2.fc42 fedora 81.8 KiB
- at-spi2-atk x86_64 2.56.6-1.fc42 updates 275.6 KiB
- at-spi2-atk-devel x86_64 2.56.6-1.fc42 updates 1.6 KiB
- at-spi2-core x86_64 2.56.6-1.fc42 updates 1.5 MiB
- at-spi2-core-devel x86_64 2.56.6-1.fc42 updates 4.3 MiB
- atk x86_64 2.56.6-1.fc42 updates 248.6 KiB
- atk-devel x86_64 2.56.6-1.fc42 updates 5.9 MiB
- 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.1.0-6.fc42 fedora 31.6 KiB
- brotli-devel x86_64 1.1.0-6.fc42 fedora 65.6 KiB
- build-reproducibility-srpm-macros noarch 0.6.0-1.fc42 fedora 735.0 B
- 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
- cairo-gobject-devel x86_64 1.18.2-3.fc42 fedora 7.0 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
- clang-libs x86_64 20.1.8-4.fc42 updates 120.2 MiB
- clang-resource-filesystem x86_64 20.1.8-4.fc42 updates 15.3 KiB
- clang-tools-extra x86_64 20.1.8-4.fc42 updates 67.2 MiB
- cmake-data noarch 3.31.6-2.fc42 fedora 8.5 MiB
- 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.14-3.fc42 updates 0.0 B
- cups-libs x86_64 1:2.4.14-3.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
- dwz x86_64 0.16-1.fc42 updates 287.1 KiB
- efi-srpm-macros noarch 6-3.fc42 updates 40.1 KiB
- exempi x86_64 2.6.4-7.fc42 fedora 1.4 MiB
- exiv2-libs x86_64 0.28.6-2.fc42 updates 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
- file x86_64 5.46-3.fc42 updates 100.2 KiB
- filesystem-srpm-macros noarch 3.18-47.fc42 updates 38.2 KiB
- 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
- fonts-srpm-macros noarch 1:2.0.5-22.fc42 updates 55.8 KiB
- forge-srpm-macros noarch 0.4.0-2.fc42 fedora 38.9 KiB
- fpc-srpm-macros noarch 1.3-14.fc42 fedora 144.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-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
- gcc-plugin-annobin x86_64 15.2.1-4.fc42 updates 57.1 KiB
- gd x86_64 2.3.3-18.fc42 fedora 403.6 KiB
- gdk-pixbuf2 x86_64 2.42.12-12.fc42 updates 2.5 MiB
- gdk-pixbuf2-devel x86_64 2.42.12-12.fc42 updates 2.3 MiB
- gdk-pixbuf2-modules x86_64 2.42.12-12.fc42 updates 55.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
- ghc-srpm-macros noarch 1.9.2-2.fc42 fedora 779.0 B
- giflib x86_64 5.2.2-6.fc42 updates 112.1 KiB
- glib2-devel x86_64 2.84.4-1.fc42 updates 15.8 MiB
- glibc-gconv-extra x86_64 2.41-11.fc42 updates 7.2 MiB
- gmp-c++ x86_64 1:6.3.0-4.fc42 fedora 27.6 KiB
- gnat-srpm-macros noarch 6-7.fc42 fedora 1.0 KiB
- go-srpm-macros noarch 3.8.0-1.fc42 updates 61.9 KiB
- 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
- graphviz-libs x86_64 12.2.1-8.fc42 updates 1.2 MiB
- 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.8-1.fc42 updates 5.4 MiB
- gstreamer1-plugins-base x86_64 1.26.8-1.fc42 updates 7.3 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
- gtksourceview3 x86_64 3.24.11-15.fc42 fedora 2.8 MiB
- gts x86_64 0.7.6-50.20121130.fc42 fedora 668.5 KiB
- 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
- hwdata noarch 0.401-1.fc42 updates 9.6 MiB
- ilbc x86_64 3.0.4-13.fc42 fedora 95.4 KiB
- inih x86_64 62-1.fc42 updates 22.4 KiB
- inih-cpp x86_64 62-1.fc42 updates 36.1 KiB
- iso-codes noarch 4.17.0-2.fc42 fedora 20.3 MiB
- 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
- kernel-srpm-macros noarch 1.0-25.fc42 fedora 1.9 KiB
- lame-libs x86_64 3.100-19.fc42 fedora 1.2 MiB
- lasi x86_64 1.1.3-16.fc42 fedora 130.7 KiB
- 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
- libXcomposite x86_64 0.4.6-5.fc42 fedora 44.4 KiB
- libXcomposite-devel x86_64 0.4.6-5.fc42 fedora 8.0 KiB
- libXcursor x86_64 1.2.3-2.fc42 fedora 57.4 KiB
- libXcursor-devel x86_64 1.2.3-2.fc42 fedora 22.7 KiB
- libXdamage x86_64 1.1.6-5.fc42 fedora 43.6 KiB
- libXdamage-devel x86_64 1.1.6-5.fc42 fedora 2.5 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
- libXfixes-devel x86_64 6.0.1-5.fc42 fedora 9.2 KiB
- libXft x86_64 2.3.8-8.fc42 fedora 168.4 KiB
- libXft-devel x86_64 2.3.8-8.fc42 fedora 31.7 KiB
- libXi x86_64 1.8.2-2.fc42 fedora 84.6 KiB
- libXi-devel x86_64 1.8.2-2.fc42 fedora 132.5 KiB
- libXinerama x86_64 1.1.5-8.fc42 fedora 19.0 KiB
- libXinerama-devel x86_64 1.1.5-8.fc42 fedora 7.0 KiB
- libXpm x86_64 3.5.17-5.fc42 fedora 152.3 KiB
- libXrandr x86_64 1.5.4-5.fc42 fedora 55.8 KiB
- libXrandr-devel x86_64 1.5.4-5.fc42 fedora 21.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
- libXtst-devel x86_64 1.2.5-2.fc42 fedora 11.6 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
- 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.2-1.fc42 updates 9.8 MiB
- libavformat-free x86_64 7.1.2-1.fc42 updates 2.6 MiB
- libavif x86_64 1.1.1-1.fc42 fedora 213.9 KiB
- libavutil-free x86_64 7.1.2-1.fc42 updates 962.9 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
- libcloudproviders-devel x86_64 0.3.6-1.fc42 fedora 375.4 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
- libdatrie-devel x86_64 0.2.13-11.fc42 fedora 597.7 KiB
- libdav1d x86_64 1.5.2-1.fc42 updates 1.7 MiB
- libdecor x86_64 0.2.4-1.fc42 updates 165.2 KiB
- libdrm x86_64 2.4.128-3.fc42 updates 399.9 KiB
- 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
- libedit-devel x86_64 3.1-56.20251016cvs.fc42 updates 59.4 KiB
- libepoxy x86_64 1.5.10-9.fc42 fedora 1.1 MiB
- libepoxy-devel x86_64 1.5.10-9.fc42 fedora 1.6 MiB
- libexif x86_64 0.6.25-1.fc42 fedora 2.7 MiB
- libffi-devel x86_64 3.4.6-5.fc42 fedora 33.1 KiB
- libgexiv2 x86_64 0.14.6-1.fc42 updates 279.2 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-4.fc42 updates 23.5 MiB
- 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
- libijs x86_64 0.35-24.fc42 fedora 65.5 KiB
- libimagequant x86_64 4.0.3-7.fc42 fedora 704.3 KiB
- 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.2-1.fc42 updates 804.9 KiB
- libjpeg-turbo-devel x86_64 3.1.2-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
- libldb x86_64 2:4.22.6-1.fc42 updates 450.8 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.7-1.fc42 updates 123.6 KiB
- libogg x86_64 2:1.3.5-11.fc42 fedora 45.3 KiB
- libopenmpt x86_64 0.8.3-1.fc42 updates 1.8 MiB
- libosinfo x86_64 1.12.0-2.fc42 fedora 1.2 MiB
- libpaper x86_64 1:2.1.1-8.fc42 fedora 48.8 KiB
- 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-2.fc42 updates 5.0 MiB
- libsbc x86_64 2.0-6.fc42 fedora 93.4 KiB
- libselinux-devel x86_64 3.8-3.fc42 updates 126.8 KiB
- libsepol-devel x86_64 3.8-1.fc42 fedora 120.8 KiB
- libsmbclient x86_64 2:4.22.6-1.fc42 updates 164.8 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-6.fc42 updates 1.1 MiB
- libswresample-free x86_64 7.1.2-1.fc42 updates 147.4 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
- libthai-devel x86_64 0.1.29-10.fc42 fedora 700.9 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
- libtiff-devel x86_64 4.7.1-1.fc42 updates 805.2 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
- libuv x86_64 1:1.51.0-1.fc42 updates 570.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
- libvorbis x86_64 1:1.3.7-12.fc42 fedora 833.4 KiB
- libvpl x86_64 1:2.15.0-2.fc42 updates 426.5 KiB
- libvpx x86_64 1.15.0-3.fc42 updates 3.3 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
- libwbclient x86_64 2:4.22.6-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
- libxkbcommon-devel x86_64 1.8.1-1.fc42 fedora 358.8 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
- llvm x86_64 20.1.8-4.fc42 updates 89.7 MiB
- llvm-devel x86_64 20.1.8-4.fc42 updates 28.9 MiB
- llvm-googletest x86_64 20.1.8-4.fc42 updates 2.4 MiB
- llvm-static x86_64 20.1.8-4.fc42 updates 365.1 MiB
- llvm-test x86_64 20.1.8-4.fc42 updates 2.1 MiB
- 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
- lua-srpm-macros noarch 1-15.fc42 fedora 1.3 KiB
- mbedtls x86_64 3.6.5-1.fc42 updates 1.3 MiB
- mesa-dri-drivers x86_64 25.1.9-1.fc42 updates 46.7 MiB
- mesa-filesystem x86_64 25.1.9-1.fc42 updates 3.6 KiB
- mesa-libEGL x86_64 25.1.9-1.fc42 updates 334.9 KiB
- mesa-libGL x86_64 25.1.9-1.fc42 updates 306.2 KiB
- mesa-libgbm x86_64 25.1.9-1.fc42 updates 19.7 KiB
- mpg123-libs x86_64 1.32.10-1.fc42 updates 814.0 KiB
- ncurses-c++-libs x86_64 6.5-5.20250125.fc42 fedora 153.6 KiB
- ncurses-devel x86_64 6.5-5.20250125.fc42 fedora 883.7 KiB
- netpbm x86_64 11.10.00-1.fc42 updates 577.6 KiB
- nspr x86_64 4.37.0-4.fc42 updates 315.5 KiB
- nss x86_64 3.117.0-1.fc42 updates 1.9 MiB
- nss-softokn x86_64 3.117.0-1.fc42 updates 2.0 MiB
- nss-softokn-freebl x86_64 3.117.0-1.fc42 updates 848.4 KiB
- nss-sysinit x86_64 3.117.0-1.fc42 updates 18.1 KiB
- nss-util x86_64 3.117.0-1.fc42 updates 204.8 KiB
- ocaml-srpm-macros noarch 10-4.fc42 fedora 1.9 KiB
- openblas-srpm-macros noarch 2-19.fc42 fedora 112.0 B
- 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.4-1.fc42 updates 456.3 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
- package-notes-srpm-macros noarch 0.5-13.fc42 fedora 1.6 KiB
- pango x86_64 1.56.4-2.fc42 updates 1.0 MiB
- pango-devel x86_64 1.56.4-2.fc42 updates 1.5 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
- perl-srpm-macros noarch 1-57.fc42 fedora 861.0 B
- pipewire-jack-audio-connection-kit-libs x86_64 1.4.9-1.fc42 updates 496.6 KiB
- pipewire-libs x86_64 1.4.9-1.fc42 updates 8.6 MiB
- pixman x86_64 0.46.2-1.fc42 updates 710.3 KiB
- pixman-devel x86_64 0.46.2-1.fc42 updates 56.1 KiB
- poppler x86_64 25.02.0-4.fc42 updates 3.7 MiB
- poppler-data noarch 0.4.11-9.fc42 fedora 12.3 MiB
- poppler-glib x86_64 25.02.0-4.fc42 updates 612.3 KiB
- pulseaudio-libs x86_64 17.0-5.fc42 fedora 3.4 MiB
- pyproject-srpm-macros noarch 1.18.5-1.fc42 updates 1.9 KiB
- python-srpm-macros noarch 3.13-5.fc42 updates 51.0 KiB
- python3-packaging noarch 24.2-3.fc42 fedora 555.7 KiB
- qt5-srpm-macros noarch 5.15.18-1.fc42 updates 500.0 B
- qt6-srpm-macros noarch 6.9.3-1.fc42 updates 464.0 B
- rav1e-libs x86_64 0.7.1-8.fc42 updates 3.0 MiB
- redhat-display-fonts noarch 4.1.0-1.fc42 fedora 963.9 KiB
- redhat-text-fonts noarch 4.1.0-1.fc42 fedora 788.2 KiB
- rhash x86_64 1.4.5-2.fc42 fedora 351.0 KiB
- rsvg-pixbuf-loader x86_64 2.60.0-2.fc42 updates 339.4 KiB
- rtkit x86_64 0.11-66.fc42 fedora 138.1 KiB
- rust-srpm-macros noarch 26.4-1.fc42 updates 4.8 KiB
- samba-client-libs x86_64 2:4.22.6-1.fc42 updates 19.5 MiB
- samba-common noarch 2:4.22.6-1.fc42 updates 208.5 KiB
- samba-common-libs x86_64 2:4.22.6-1.fc42 updates 259.4 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-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.10-1.fc42 updates 612.2 KiB
- totem-pl-parser x86_64 3.26.6-12.fc42 fedora 308.3 KiB
- tree-sitter-srpm-macros noarch 0.1.0-8.fc42 fedora 6.5 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.10-1.fc42 updates 170.8 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.1.1914-1.fc42 updates 40.0 B
- vo-amrwbenc x86_64 0.1.3-22.fc42 fedora 153.9 KiB
- 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.12-1.fc42 updates 408.6 KiB
- wireplumber-libs x86_64 0.5.12-1.fc42 updates 1.3 MiB
- xdg-desktop-portal x86_64 1.20.3-1.fc42 updates 1.8 MiB
- xml-common noarch 0.6.3-66.fc42 fedora 78.4 KiB
- xprop x86_64 1.2.8-3.fc42 fedora 54.7 KiB
- 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
- zig-srpm-macros noarch 1-4.fc42 fedora 1.1 KiB
- zip x86_64 3.0-43.fc42 fedora 698.5 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
- compiler-rt x86_64 20.1.8-4.fc42 updates 40.4 MiB
- dconf x86_64 0.40.0-15.fc42 fedora 315.4 KiB
- exiv2 x86_64 0.28.6-2.fc42 updates 12.2 MiB
- gi-docgen-fonts noarch 2025.5-1.fc42 updates 0.0 B
- 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.3.4-1.fc42 updates 11.7 MiB
- jxl-pixbuf-loader x86_64 1:0.11.1-4.fc42 updates 29.2 KiB
- libatomic x86_64 15.2.1-4.fc42 updates 36.7 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
- libomp x86_64 20.1.8-4.fc42 updates 2.2 MiB
- libomp-devel x86_64 20.1.8-4.fc42 updates 1.5 MiB
- 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.9-1.fc42 updates 115.0 B
- pipewire x86_64 1.4.9-1.fc42 updates 430.9 KiB
- pipewire-alsa x86_64 1.4.9-1.fc42 updates 158.0 KiB
- pipewire-jack-audio-connection-kit x86_64 1.4.9-1.fc42 updates 30.0 B
- pipewire-plugin-libcamera x86_64 1.4.9-1.fc42 updates 146.6 KiB
- pipewire-pulseaudio x86_64 1.4.9-1.fc42 updates 436.1 KiB
- tinysparql x86_64 3.9.2-1.fc42 updates 2.5 MiB
- upower x86_64 1.90.10-1.fc42 updates 280.9 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: 415 packages
-
- Total size of inbound packages is 312 MiB. Need to download 312 MiB.
- After this operation, 1 GiB extra will be used (install 1 GiB, remove 0 B).
- [ 1/415] cairo-devel-0:1.18.2-3.fc42.x 100% | 2.0 MiB/s | 192.1 KiB | 00m00s
- [ 2/415] fontconfig-0:2.16.0-2.fc42.x8 100% | 2.1 MiB/s | 272.0 KiB | 00m00s
- [ 3/415] cairo-0:1.18.2-3.fc42.x86_64 100% | 5.0 MiB/s | 731.8 KiB | 00m00s
- [ 4/415] freetype-0:2.13.3-2.fc42.x86_ 100% | 7.8 MiB/s | 415.5 KiB | 00m00s
- [ 5/415] libpng-2:1.6.44-2.fc42.x86_64 100% | 3.8 MiB/s | 123.9 KiB | 00m00s
- [ 6/415] libXrender-0:0.9.12-2.fc42.x8 100% | 690.3 KiB/s | 26.9 KiB | 00m00s
- [ 7/415] libXext-0:1.3.6-3.fc42.x86_64 100% | 633.5 KiB/s | 39.3 KiB | 00m00s
- [ 8/415] default-fonts-core-sans-0:4.2 100% | 1.9 MiB/s | 31.3 KiB | 00m00s
- [ 9/415] xml-common-0:0.6.3-66.fc42.no 100% | 1.3 MiB/s | 31.2 KiB | 00m00s
- [ 10/415] abattis-cantarell-vf-fonts-0: 100% | 2.0 MiB/s | 120.3 KiB | 00m00s
- [ 11/415] google-noto-sans-vf-fonts-0:2 100% | 6.7 MiB/s | 614.5 KiB | 00m00s
- [ 12/415] harfbuzz-0:10.4.0-1.fc42.x86_ 100% | 9.1 MiB/s | 1.1 MiB | 00m00s
- [ 13/415] graphite2-0:1.3.14-18.fc42.x8 100% | 1.9 MiB/s | 95.8 KiB | 00m00s
- [ 14/415] google-noto-fonts-common-0:20 100% | 898.5 KiB/s | 17.1 KiB | 00m00s
- [ 15/415] clang-resource-filesystem-0:2 100% | 164.0 KiB/s | 20.5 KiB | 00m00s
- [ 16/415] clang-0:20.1.8-4.fc42.x86_64 100% | 1.0 MiB/s | 157.8 KiB | 00m00s
- [ 17/415] clang-devel-0:20.1.8-4.fc42.x 100% | 6.8 MiB/s | 3.7 MiB | 00m01s
- [ 18/415] llvm-devel-0:20.1.8-4.fc42.x8 100% | 6.2 MiB/s | 4.8 MiB | 00m01s
- [ 19/415] cmake-filesystem-0:3.31.6-2.f 100% | 533.1 KiB/s | 17.6 KiB | 00m00s
- [ 20/415] clang-tools-extra-0:20.1.8-4. 100% | 10.9 MiB/s | 16.8 MiB | 00m02s
- [ 21/415] llvm-googletest-0:20.1.8-4.fc 100% | 6.9 MiB/s | 445.2 KiB | 00m00s
- [ 22/415] clang-libs-0:20.1.8-4.fc42.x8 100% | 8.3 MiB/s | 27.5 MiB | 00m03s
- [ 23/415] llvm-test-0:20.1.8-4.fc42.x86 100% | 6.2 MiB/s | 723.1 KiB | 00m00s
- [ 24/415] llvm-0:20.1.8-4.fc42.x86_64 100% | 10.0 MiB/s | 23.2 MiB | 00m02s
- [ 25/415] cmake-data-0:3.31.6-2.fc42.no 100% | 6.4 MiB/s | 2.5 MiB | 00m00s
- [ 26/415] jsoncpp-0:1.9.6-1.fc42.x86_64 100% | 1.8 MiB/s | 103.5 KiB | 00m00s
- [ 27/415] rhash-0:1.4.5-2.fc42.x86_64 100% | 1.4 MiB/s | 198.7 KiB | 00m00s
- [ 28/415] gmp-devel-1:6.3.0-4.fc42.x86_ 100% | 1.1 MiB/s | 174.4 KiB | 00m00s
- [ 29/415] gmp-c++-1:6.3.0-4.fc42.x86_64 100% | 1.1 MiB/s | 18.5 KiB | 00m00s
- [ 30/415] llvm-static-0:20.1.8-4.fc42.x 100% | 12.8 MiB/s | 48.3 MiB | 00m04s
- [ 31/415] graphviz-0:12.2.1-8.fc42.x86_ 100% | 4.9 MiB/s | 4.7 MiB | 00m01s
- [ 32/415] gd-0:2.3.3-18.fc42.x86_64 100% | 1.3 MiB/s | 136.8 KiB | 00m00s
- [ 33/415] gts-0:0.7.6-50.20121130.fc42. 100% | 2.7 MiB/s | 240.2 KiB | 00m00s
- [ 34/415] cmake-0:3.31.6-2.fc42.x86_64 100% | 5.3 MiB/s | 12.2 MiB | 00m02s
- [ 35/415] lasi-0:1.1.3-16.fc42.x86_64 100% | 558.0 KiB/s | 55.2 KiB | 00m00s
- [ 36/415] libwebp-0:1.5.0-2.fc42.x86_64 100% | 3.6 MiB/s | 320.6 KiB | 00m00s
- [ 37/415] urw-base35-fonts-0:20200910-2 100% | 186.6 KiB/s | 10.1 KiB | 00m00s
- [ 38/415] libXpm-0:3.5.17-5.fc42.x86_64 100% | 1.0 MiB/s | 66.1 KiB | 00m00s
- [ 39/415] libavif-0:1.1.1-1.fc42.x86_64 100% | 1.0 MiB/s | 100.1 KiB | 00m00s
- [ 40/415] libimagequant-0:4.0.3-7.fc42. 100% | 2.0 MiB/s | 317.7 KiB | 00m00s
- [ 41/415] urw-base35-d050000l-fonts-0:2 100% | 1.1 MiB/s | 75.8 KiB | 00m00s
- [ 42/415] urw-base35-fonts-common-0:202 100% | 801.2 KiB/s | 20.8 KiB | 00m00s
- [ 43/415] urw-base35-c059-fonts-0:20200 100% | 4.0 MiB/s | 874.0 KiB | 00m00s
- [ 44/415] urw-base35-bookman-fonts-0:20 100% | 2.6 MiB/s | 846.9 KiB | 00m00s
- [ 45/415] urw-base35-nimbus-mono-ps-fon 100% | 4.7 MiB/s | 794.7 KiB | 00m00s
- [ 46/415] urw-base35-gothic-fonts-0:202 100% | 2.6 MiB/s | 642.5 KiB | 00m00s
- [ 47/415] urw-base35-nimbus-roman-fonts 100% | 3.7 MiB/s | 856.1 KiB | 00m00s
- [ 48/415] urw-base35-standard-symbols-p 100% | 1.8 MiB/s | 58.3 KiB | 00m00s
- [ 49/415] urw-base35-p052-fonts-0:20200 100% | 4.6 MiB/s | 973.2 KiB | 00m00s
- [ 50/415] urw-base35-nimbus-sans-fonts- 100% | 4.7 MiB/s | 1.3 MiB | 00m00s
- [ 51/415] libyuv-0:0-0.56.20240704git96 100% | 2.3 MiB/s | 201.9 KiB | 00m00s
- [ 52/415] urw-base35-z003-fonts-0:20200 100% | 1.2 MiB/s | 275.5 KiB | 00m00s
- [ 53/415] svt-av1-libs-0:2.3.0-1.fc42.x 100% | 4.7 MiB/s | 2.0 MiB | 00m00s
- [ 54/415] libepoxy-0:1.5.10-9.fc42.x86_ 100% | 2.8 MiB/s | 229.9 KiB | 00m00s
- [ 55/415] cairo-gobject-0:1.18.2-3.fc42 100% | 824.9 KiB/s | 17.3 KiB | 00m00s
- [ 56/415] gtk3-devel-0:3.24.49-2.fc42.x 100% | 7.2 MiB/s | 4.3 MiB | 00m01s
- [ 57/415] colord-libs-0:1.4.7-6.fc42.x8 100% | 1.7 MiB/s | 231.1 KiB | 00m00s
- [ 58/415] gtk-update-icon-cache-0:3.24. 100% | 613.8 KiB/s | 33.8 KiB | 00m00s
- [ 59/415] fribidi-0:1.0.16-2.fc42.x86_6 100% | 836.9 KiB/s | 53.6 KiB | 00m00s
- [ 60/415] hicolor-icon-theme-0:0.17-20. 100% | 1.7 MiB/s | 65.7 KiB | 00m00s
- [ 61/415] libXcomposite-0:0.4.6-5.fc42. 100% | 714.8 KiB/s | 24.3 KiB | 00m00s
- [ 62/415] libXdamage-0:1.1.6-5.fc42.x86 100% | 1.1 MiB/s | 23.4 KiB | 00m00s
- [ 63/415] libXcursor-0:1.2.3-2.fc42.x86 100% | 979.9 KiB/s | 31.4 KiB | 00m00s
- [ 64/415] libXfixes-0:6.0.1-5.fc42.x86_ 100% | 1.6 MiB/s | 19.1 KiB | 00m00s
- [ 65/415] libXinerama-0:1.1.5-8.fc42.x8 100% | 1.4 MiB/s | 14.3 KiB | 00m00s
- [ 66/415] libXi-0:1.8.2-2.fc42.x86_64 100% | 2.1 MiB/s | 40.5 KiB | 00m00s
- [ 67/415] libXrandr-0:1.5.4-5.fc42.x86_ 100% | 1.1 MiB/s | 27.8 KiB | 00m00s
- [ 68/415] libcloudproviders-0:0.3.6-1.f 100% | 1.5 MiB/s | 46.8 KiB | 00m00s
- [ 69/415] lcms2-0:2.16-5.fc42.x86_64 100% | 3.5 MiB/s | 184.1 KiB | 00m00s
- [ 70/415] libgusb-0:0.4.9-3.fc42.x86_64 100% | 1.4 MiB/s | 65.3 KiB | 00m00s
- [ 71/415] gtksourceview3-devel-0:3.24.1 100% | 2.7 MiB/s | 221.0 KiB | 00m00s
- [ 72/415] gtk3-0:3.24.49-2.fc42.x86_64 100% | 6.1 MiB/s | 5.8 MiB | 00m01s
- [ 73/415] gtksourceview3-0:3.24.11-15.f 100% | 2.7 MiB/s | 615.4 KiB | 00m00s
- [ 74/415] pcre2-devel-0:10.46-1.fc42.x8 100% | 3.1 MiB/s | 543.1 KiB | 00m00s
- [ 75/415] perl-Pod-Html-0:1.35-519.fc42 100% | 1.5 MiB/s | 29.3 KiB | 00m00s
- [ 76/415] pcre2-utf16-0:10.46-1.fc42.x8 100% | 2.0 MiB/s | 241.6 KiB | 00m00s
- [ 77/415] redhat-rpm-config-0:342-4.fc4 100% | 2.0 MiB/s | 81.1 KiB | 00m00s
- [ 78/415] ansible-srpm-macros-0:1-17.1. 100% | 564.3 KiB/s | 20.3 KiB | 00m00s
- [ 79/415] build-reproducibility-srpm-ma 100% | 687.3 KiB/s | 11.7 KiB | 00m00s
- [ 80/415] pcre2-utf32-0:10.46-1.fc42.x8 100% | 2.0 MiB/s | 228.8 KiB | 00m00s
- [ 81/415] ghc-srpm-macros-0:1.9.2-2.fc4 100% | 538.6 KiB/s | 9.2 KiB | 00m00s
- [ 82/415] forge-srpm-macros-0:0.4.0-2.f 100% | 422.4 KiB/s | 19.9 KiB | 00m00s
- [ 83/415] gnat-srpm-macros-0:6-7.fc42.n 100% | 506.5 KiB/s | 8.6 KiB | 00m00s
- [ 84/415] kernel-srpm-macros-0:1.0-25.f 100% | 658.1 KiB/s | 9.9 KiB | 00m00s
- [ 85/415] fpc-srpm-macros-0:1.3-14.fc42 100% | 138.3 KiB/s | 8.0 KiB | 00m00s
- [ 86/415] openblas-srpm-macros-0:2-19.f 100% | 776.6 KiB/s | 7.8 KiB | 00m00s
- [ 87/415] ocaml-srpm-macros-0:10-4.fc42 100% | 354.0 KiB/s | 9.2 KiB | 00m00s
- [ 88/415] lua-srpm-macros-0:1-15.fc42.n 100% | 330.3 KiB/s | 8.9 KiB | 00m00s
- [ 89/415] tree-sitter-srpm-macros-0:0.1 100% | 624.0 KiB/s | 11.2 KiB | 00m00s
- [ 90/415] zig-srpm-macros-0:1-4.fc42.no 100% | 217.0 KiB/s | 8.2 KiB | 00m00s
- [ 91/415] package-notes-srpm-macros-0:0 100% | 126.8 KiB/s | 9.3 KiB | 00m00s
- [ 92/415] perl-srpm-macros-0:1-57.fc42. 100% | 102.5 KiB/s | 8.5 KiB | 00m00s
- [ 93/415] zlib-ng-compat-devel-0:2.2.5- 100% | 2.3 MiB/s | 38.3 KiB | 00m00s
- [ 94/415] fonts-filesystem-1:2.0.5-22.f 100% | 581.7 KiB/s | 8.7 KiB | 00m00s
- [ 95/415] zip-0:3.0-43.fc42.x86_64 100% | 3.9 MiB/s | 263.5 KiB | 00m00s
- [ 96/415] cpuinfo-0:24.09.26-2.git1e83a 100% | 2.4 MiB/s | 43.8 KiB | 00m00s
- [ 97/415] libjpeg-turbo-0:3.1.2-1.fc42. 100% | 7.2 MiB/s | 236.9 KiB | 00m00s
- [ 98/415] json-glib-0:1.10.8-1.fc42.x86 100% | 6.2 MiB/s | 172.4 KiB | 00m00s
- [ 99/415] add-determinism-0:0.6.0-1.fc4 100% | 5.0 MiB/s | 918.3 KiB | 00m00s
- [100/415] libaom-0:3.13.1-1.fc42.x86_64 100% | 17.2 MiB/s | 1.9 MiB | 00m00s
- [101/415] libvmaf-0:3.0.0-3.fc42.x86_64 100% | 1.2 MiB/s | 197.7 KiB | 00m00s
- [102/415] libdav1d-0:1.5.2-1.fc42.x86_6 100% | 8.5 MiB/s | 637.7 KiB | 00m00s
- [103/415] rav1e-libs-0:0.7.1-8.fc42.x86 100% | 15.4 MiB/s | 1.0 MiB | 00m00s
- [104/415] pango-0:1.56.4-2.fc42.x86_64 100% | 7.6 MiB/s | 351.2 KiB | 00m00s
- [105/415] libXft-0:2.3.8-8.fc42.x86_64 100% | 1.0 MiB/s | 72.9 KiB | 00m00s
- [106/415] libdatrie-0:0.2.13-11.fc42.x8 100% | 829.8 KiB/s | 32.4 KiB | 00m00s
- [107/415] netpbm-0:11.10.00-1.fc42.x86_ 100% | 2.8 MiB/s | 187.1 KiB | 00m00s
- [108/415] glib2-devel-0:2.84.4-1.fc42.x 100% | 20.7 MiB/s | 1.5 MiB | 00m00s
- [109/415] python3-packaging-0:24.2-3.fc 100% | 3.0 MiB/s | 154.0 KiB | 00m00s
- [110/415] atk-0:2.56.6-1.fc42.x86_64 100% | 4.1 MiB/s | 80.0 KiB | 00m00s
- [111/415] at-spi2-core-0:2.56.6-1.fc42. 100% | 11.7 MiB/s | 382.9 KiB | 00m00s
- [112/415] libXtst-0:1.2.5-2.fc42.x86_64 100% | 469.3 KiB/s | 20.7 KiB | 00m00s
- [113/415] libxml2-devel-0:2.12.10-1.fc4 100% | 2.9 MiB/s | 523.7 KiB | 00m00s
- [114/415] libthai-0:0.1.29-10.fc42.x86_ 100% | 648.9 KiB/s | 211.5 KiB | 00m00s
- [115/415] xprop-0:1.2.8-3.fc42.x86_64 100% | 777.7 KiB/s | 35.0 KiB | 00m00s
- [116/415] at-spi2-atk-0:2.56.6-1.fc42.x 100% | 4.7 MiB/s | 86.3 KiB | 00m00s
- [117/415] gdk-pixbuf2-modules-0:2.42.12 100% | 1.7 MiB/s | 28.0 KiB | 00m00s
- [118/415] at-spi2-atk-devel-0:2.56.6-1. 100% | 660.7 KiB/s | 10.6 KiB | 00m00s
- [119/415] gdk-pixbuf2-0:2.42.12-12.fc42 100% | 8.7 MiB/s | 488.9 KiB | 00m00s
- [120/415] atk-devel-0:2.56.6-1.fc42.x86 100% | 8.7 MiB/s | 443.7 KiB | 00m00s
- [121/415] gdk-pixbuf2-devel-0:2.42.12-1 100% | 5.9 MiB/s | 367.6 KiB | 00m00s
- [122/415] shared-mime-info-0:2.3-7.fc42 100% | 2.8 MiB/s | 393.7 KiB | 00m00s
- [123/415] pango-devel-0:1.56.4-2.fc42.x 100% | 2.9 MiB/s | 161.4 KiB | 00m00s
- [124/415] fontconfig-devel-0:2.16.0-2.f 100% | 1.5 MiB/s | 167.3 KiB | 00m00s
- [125/415] freetype-devel-0:2.13.3-2.fc4 100% | 4.9 MiB/s | 1.0 MiB | 00m00s
- [126/415] gettext-libs-0:0.23.1-2.fc42. 100% | 3.2 MiB/s | 760.4 KiB | 00m00s
- [127/415] libtextstyle-0:0.23.1-2.fc42. 100% | 3.5 MiB/s | 92.1 KiB | 00m00s
- [128/415] gettext-0:0.23.1-2.fc42.x86_6 100% | 3.2 MiB/s | 1.1 MiB | 00m00s
- [129/415] gettext-envsubst-0:0.23.1-2.f 100% | 1.3 MiB/s | 37.7 KiB | 00m00s
- [130/415] gettext-runtime-0:0.23.1-2.fc 100% | 645.2 KiB/s | 116.1 KiB | 00m00s
- [131/415] libwayland-client-0:1.24.0-1. 100% | 2.1 MiB/s | 33.6 KiB | 00m00s
- [132/415] libwayland-cursor-0:1.24.0-1. 100% | 1.2 MiB/s | 18.9 KiB | 00m00s
- [133/415] libwayland-egl-0:1.24.0-1.fc4 100% | 825.1 KiB/s | 12.4 KiB | 00m00s
- [134/415] wayland-devel-0:1.24.0-1.fc42 100% | 3.1 MiB/s | 154.1 KiB | 00m00s
- [135/415] libwayland-server-0:1.24.0-1. 100% | 1.8 MiB/s | 41.5 KiB | 00m00s
- [136/415] fribidi-devel-0:1.0.16-2.fc42 100% | 1.3 MiB/s | 29.5 KiB | 00m00s
- [137/415] libXcomposite-devel-0:0.4.6-5 100% | 760.2 KiB/s | 16.0 KiB | 00m00s
- [138/415] libXcursor-devel-0:1.2.3-2.fc 100% | 1.2 MiB/s | 39.7 KiB | 00m00s
- [139/415] cairo-gobject-devel-0:1.18.2- 100% | 194.8 KiB/s | 11.3 KiB | 00m00s
- [140/415] libXdamage-devel-0:1.1.6-5.fc 100% | 253.2 KiB/s | 9.6 KiB | 00m00s
- [141/415] libXext-devel-0:1.3.6-3.fc42. 100% | 1.0 MiB/s | 85.3 KiB | 00m00s
- [142/415] libXfixes-devel-0:6.0.1-5.fc4 100% | 154.6 KiB/s | 12.7 KiB | 00m00s
- [143/415] libXinerama-devel-0:1.1.5-8.f 100% | 548.3 KiB/s | 13.2 KiB | 00m00s
- [144/415] libXrandr-devel-0:1.5.4-5.fc4 100% | 403.1 KiB/s | 19.4 KiB | 00m00s
- [145/415] libXi-devel-0:1.8.2-2.fc42.x8 100% | 1.0 MiB/s | 116.0 KiB | 00m00s
- [146/415] libcloudproviders-devel-0:0.3 100% | 496.6 KiB/s | 49.2 KiB | 00m00s
- [147/415] libepoxy-devel-0:1.5.10-9.fc4 100% | 1.2 MiB/s | 133.3 KiB | 00m00s
- [148/415] libxkbcommon-devel-0:1.8.1-1. 100% | 620.2 KiB/s | 68.2 KiB | 00m00s
- [149/415] adwaita-icon-theme-0:48.1-1.f 100% | 4.4 MiB/s | 398.8 KiB | 00m00s
- [150/415] adwaita-cursor-theme-0:48.1-1 100% | 6.2 MiB/s | 379.5 KiB | 00m00s
- [151/415] cups-filesystem-1:2.4.14-3.fc 100% | 741.7 KiB/s | 12.6 KiB | 00m00s
- [152/415] cups-libs-1:2.4.14-3.fc42.x86 100% | 4.4 MiB/s | 261.1 KiB | 00m00s
- [153/415] avahi-libs-0:0.9~rc2-2.fc42.x 100% | 803.9 KiB/s | 69.1 KiB | 00m00s
- [154/415] libtinysparql-0:3.9.2-1.fc42. 100% | 4.5 MiB/s | 373.6 KiB | 00m00s
- [155/415] avahi-glib-0:0.9~rc2-2.fc42.x 100% | 382.0 KiB/s | 15.3 KiB | 00m00s
- [156/415] libtiff-0:4.7.1-1.fc42.x86_64 100% | 4.3 MiB/s | 222.5 KiB | 00m00s
- [157/415] jbigkit-libs-0:2.1-31.fc42.x8 100% | 605.9 KiB/s | 53.3 KiB | 00m00s
- [158/415] liblerc-0:4.0.0-8.fc42.x86_64 100% | 2.3 MiB/s | 216.7 KiB | 00m00s
- [159/415] brotli-0:1.1.0-6.fc42.x86_64 100% | 586.7 KiB/s | 19.9 KiB | 00m00s
- [160/415] brotli-devel-0:1.1.0-6.fc42.x 100% | 471.2 KiB/s | 33.9 KiB | 00m00s
- [161/415] adwaita-icon-theme-legacy-0:4 100% | 5.5 MiB/s | 2.5 MiB | 00m00s
- [162/415] bzip2-devel-0:1.0.8-20.fc42.x 100% | 2.2 MiB/s | 213.7 KiB | 00m00s
- [163/415] harfbuzz-devel-0:10.4.0-1.fc4 100% | 2.7 MiB/s | 453.7 KiB | 00m00s
- [164/415] harfbuzz-cairo-0:10.4.0-1.fc4 100% | 341.6 KiB/s | 30.1 KiB | 00m00s
- [165/415] vim-filesystem-2:9.1.1914-1.f 100% | 961.3 KiB/s | 15.4 KiB | 00m00s
- [166/415] harfbuzz-icu-0:10.4.0-1.fc42. 100% | 114.1 KiB/s | 15.4 KiB | 00m00s
- [167/415] pixman-devel-0:0.46.2-1.fc42. 100% | 898.2 KiB/s | 18.0 KiB | 00m00s
- [168/415] libuv-1:1.51.0-1.fc42.x86_64 100% | 4.2 MiB/s | 266.3 KiB | 00m00s
- [169/415] libXrender-devel-0:0.9.12-2.f 100% | 707.9 KiB/s | 19.1 KiB | 00m00s
- [170/415] pixman-0:0.46.2-1.fc42.x86_64 100% | 5.2 MiB/s | 292.7 KiB | 00m00s
- [171/415] libffi-devel-0:3.4.6-5.fc42.x 100% | 872.1 KiB/s | 28.8 KiB | 00m00s
- [172/415] efi-srpm-macros-0:6-3.fc42.no 100% | 1.0 MiB/s | 22.5 KiB | 00m00s
- [173/415] dwz-0:0.16-1.fc42.x86_64 100% | 4.1 MiB/s | 135.5 KiB | 00m00s
- [174/415] libpng-devel-2:1.6.44-2.fc42. 100% | 1.5 MiB/s | 291.9 KiB | 00m00s
- [175/415] filesystem-srpm-macros-0:3.18 100% | 1.5 MiB/s | 26.1 KiB | 00m00s
- [176/415] file-0:5.46-3.fc42.x86_64 100% | 1.7 MiB/s | 48.6 KiB | 00m00s
- [177/415] fonts-srpm-macros-1:2.0.5-22. 100% | 1.7 MiB/s | 27.2 KiB | 00m00s
- [178/415] go-srpm-macros-0:3.8.0-1.fc42 100% | 1.6 MiB/s | 28.3 KiB | 00m00s
- [179/415] pyproject-srpm-macros-0:1.18. 100% | 736.7 KiB/s | 13.3 KiB | 00m00s
- [180/415] python-srpm-macros-0:3.13-5.f 100% | 1.5 MiB/s | 22.5 KiB | 00m00s
- [181/415] qt5-srpm-macros-0:5.15.18-1.f 100% | 573.2 KiB/s | 8.6 KiB | 00m00s
- [182/415] qt6-srpm-macros-0:6.9.3-1.fc4 100% | 577.1 KiB/s | 9.2 KiB | 00m00s
- [183/415] rust-srpm-macros-0:26.4-1.fc4 100% | 699.5 KiB/s | 11.2 KiB | 00m00s
- [184/415] libedit-devel-0:3.1-56.202510 100% | 2.1 MiB/s | 40.5 KiB | 00m00s
- [185/415] libXft-devel-0:2.3.8-8.fc42.x 100% | 621.2 KiB/s | 49.7 KiB | 00m00s
- [186/415] libthai-devel-0:0.1.29-10.fc4 100% | 1.4 MiB/s | 147.1 KiB | 00m00s
- [187/415] ncurses-c++-libs-0:6.5-5.2025 100% | 653.8 KiB/s | 37.9 KiB | 00m00s
- [188/415] libsoup3-0:3.6.5-6.fc42.x86_6 100% | 6.8 MiB/s | 391.2 KiB | 00m00s
- [189/415] libzstd-devel-0:1.5.7-1.fc42. 100% | 564.9 KiB/s | 53.1 KiB | 00m00s
- [190/415] ncurses-devel-0:6.5-5.2025012 100% | 3.2 MiB/s | 583.5 KiB | 00m00s
- [191/415] graphviz-libs-0:12.2.1-8.fc42 100% | 7.8 MiB/s | 471.8 KiB | 00m00s
- [192/415] adobe-mappings-cmap-deprecate 100% | 1.5 MiB/s | 110.5 KiB | 00m00s
- [193/415] adobe-mappings-pdf-0:20190401 100% | 4.4 MiB/s | 625.1 KiB | 00m00s
- [194/415] adobe-mappings-cmap-0:2023111 100% | 6.0 MiB/s | 2.2 MiB | 00m00s
- [195/415] libgs-0:10.05.1-4.fc42.x86_64 100% | 8.6 MiB/s | 3.5 MiB | 00m00s
- [196/415] jbig2dec-libs-0:0.20-6.fc42.x 100% | 411.2 KiB/s | 74.4 KiB | 00m00s
- [197/415] libXt-0:1.3.1-2.fc42.x86_64 100% | 1.1 MiB/s | 181.3 KiB | 00m00s
- [198/415] libpaper-1:2.1.1-8.fc42.x86_6 100% | 2.9 MiB/s | 26.9 KiB | 00m00s
- [199/415] libijs-0:0.35-24.fc42.x86_64 100% | 599.6 KiB/s | 29.4 KiB | 00m00s
- [200/415] libICE-0:1.1.2-2.fc42.x86_64 100% | 1.8 MiB/s | 78.8 KiB | 00m00s
- [201/415] libSM-0:1.2.5-2.fc42.x86_64 100% | 1.1 MiB/s | 44.4 KiB | 00m00s
- [202/415] poppler-glib-0:25.02.0-4.fc42 100% | 6.5 MiB/s | 201.0 KiB | 00m00s
- [203/415] google-droid-sans-fonts-0:202 100% | 5.3 MiB/s | 2.7 MiB | 00m01s
- [204/415] poppler-0:25.02.0-4.fc42.x86_ 100% | 11.7 MiB/s | 1.3 MiB | 00m00s
- [205/415] librsvg2-0:2.60.0-2.fc42.x86_ 100% | 10.0 MiB/s | 1.9 MiB | 00m00s
- [206/415] libselinux-devel-0:3.8-3.fc42 100% | 5.7 MiB/s | 151.4 KiB | 00m00s
- [207/415] libsepol-devel-0:3.8-1.fc42.x 100% | 1.7 MiB/s | 48.4 KiB | 00m00s
- [208/415] sysprof-capture-devel-0:48.1- 100% | 2.9 MiB/s | 56.0 KiB | 00m00s
- [209/415] libjpeg-turbo-devel-0:3.1.2-1 100% | 4.5 MiB/s | 97.5 KiB | 00m00s
- [210/415] libmount-devel-0:2.40.4-7.fc4 100% | 646.3 KiB/s | 23.9 KiB | 00m00s
- [211/415] libtiff-devel-0:4.7.1-1.fc42. 100% | 7.7 MiB/s | 276.8 KiB | 00m00s
- [212/415] at-spi2-core-devel-0:2.56.6-1 100% | 9.8 MiB/s | 340.3 KiB | 00m00s
- [213/415] xz-devel-1:5.8.1-2.fc42.x86_6 100% | 3.4 MiB/s | 67.0 KiB | 00m00s
- [214/415] dbus-devel-1:1.16.0-3.fc42.x8 100% | 583.7 KiB/s | 39.1 KiB | 00m00s
- [215/415] libblkid-devel-0:2.40.4-7.fc4 100% | 676.4 KiB/s | 23.0 KiB | 00m00s
- [216/415] libdatrie-devel-0:0.2.13-11.f 100% | 1.7 MiB/s | 156.0 KiB | 00m00s
- [217/415] poppler-data-0:0.4.11-9.fc42. 100% | 7.1 MiB/s | 2.0 MiB | 00m00s
- [218/415] libglvnd-devel-1:1.7.0-7.fc42 100% | 2.1 MiB/s | 161.8 KiB | 00m00s
- [219/415] libglvnd-core-devel-1:1.7.0-7 100% | 526.7 KiB/s | 17.4 KiB | 00m00s
- [220/415] libglvnd-1:1.7.0-7.fc42.x86_6 100% | 1.2 MiB/s | 114.4 KiB | 00m00s
- [221/415] libglvnd-egl-1:1.7.0-7.fc42.x 100% | 511.2 KiB/s | 36.3 KiB | 00m00s
- [222/415] libglvnd-gles-1:1.7.0-7.fc42. 100% | 414.3 KiB/s | 28.6 KiB | 00m00s
- [223/415] libglvnd-opengl-1:1.7.0-7.fc4 100% | 566.0 KiB/s | 37.4 KiB | 00m00s
- [224/415] libglvnd-glx-1:1.7.0-7.fc42.x 100% | 847.6 KiB/s | 133.1 KiB | 00m00s
- [225/415] graphite2-devel-0:1.3.14-18.f 100% | 151.9 KiB/s | 20.8 KiB | 00m00s
- [226/415] gpgmepp-0:1.24.3-1.fc42.x86_6 100% | 6.4 MiB/s | 143.2 KiB | 00m00s
- [227/415] systemd-devel-0:257.10-1.fc42 100% | 11.0 MiB/s | 676.9 KiB | 00m00s
- [228/415] gpgme-0:1.24.3-1.fc42.x86_64 100% | 6.7 MiB/s | 219.1 KiB | 00m00s
- [229/415] nspr-0:4.37.0-4.fc42.x86_64 100% | 5.6 MiB/s | 137.7 KiB | 00m00s
- [230/415] nss-softokn-0:3.117.0-1.fc42. 100% | 10.0 MiB/s | 430.0 KiB | 00m00s
- [231/415] nss-0:3.117.0-1.fc42.x86_64 100% | 8.1 MiB/s | 715.5 KiB | 00m00s
- [232/415] nss-softokn-freebl-0:3.117.0- 100% | 9.7 MiB/s | 329.1 KiB | 00m00s
- [233/415] nss-sysinit-0:3.117.0-1.fc42. 100% | 1.2 MiB/s | 18.9 KiB | 00m00s
- [234/415] nss-util-0:3.117.0-1.fc42.x86 100% | 4.7 MiB/s | 86.1 KiB | 00m00s
- [235/415] libicu-devel-0:76.1-4.fc42.x8 100% | 3.0 MiB/s | 793.5 KiB | 00m00s
- [236/415] openjpeg-0:2.5.4-1.fc42.x86_6 100% | 5.9 MiB/s | 192.3 KiB | 00m00s
- [237/415] rsvg-pixbuf-loader-0:2.60.0-2 100% | 6.7 MiB/s | 164.9 KiB | 00m00s
- [238/415] libwebp-devel-0:1.5.0-2.fc42. 100% | 764.0 KiB/s | 39.7 KiB | 00m00s
- [239/415] mesa-libGL-0:25.1.9-1.fc42.x8 100% | 5.4 MiB/s | 121.8 KiB | 00m00s
- [240/415] libXtst-devel-0:1.2.5-2.fc42. 100% | 294.3 KiB/s | 15.9 KiB | 00m00s
- [241/415] libXxf86vm-0:1.1.6-2.fc42.x86 100% | 330.7 KiB/s | 17.9 KiB | 00m00s
- [242/415] mesa-filesystem-0:25.1.9-1.fc 100% | 400.5 KiB/s | 8.8 KiB | 00m00s
- [243/415] libxshmfence-0:1.3.2-6.fc42.x 100% | 172.5 KiB/s | 13.3 KiB | 00m00s
- [244/415] lm_sensors-libs-0:3.6.0-22.fc 100% | 328.8 KiB/s | 40.4 KiB | 00m00s
- [245/415] mesa-libgbm-0:25.1.9-1.fc42.x 100% | 988.4 KiB/s | 14.8 KiB | 00m00s
- [246/415] mesa-libEGL-0:25.1.9-1.fc42.x 100% | 5.4 MiB/s | 126.9 KiB | 00m00s
- [247/415] libdrm-0:2.4.128-3.fc42.x86_6 100% | 3.2 MiB/s | 162.0 KiB | 00m00s
- [248/415] mesa-dri-drivers-0:25.1.9-1.f 100% | 25.8 MiB/s | 12.5 MiB | 00m00s
- [249/415] libpciaccess-0:0.16-15.fc42.x 100% | 248.0 KiB/s | 26.3 KiB | 00m00s
- [250/415] spirv-tools-libs-0:2025.2-2.f 100% | 19.0 MiB/s | 1.5 MiB | 00m00s
- [251/415] hwdata-0:0.401-1.fc42.noarch 100% | 16.9 MiB/s | 1.7 MiB | 00m00s
- [252/415] gcc-plugin-annobin-0:15.2.1-4 100% | 3.2 MiB/s | 58.4 KiB | 00m00s
- [253/415] annobin-plugin-gcc-0:12.94-1. 100% | 13.7 MiB/s | 981.9 KiB | 00m00s
- [254/415] glibc-gconv-extra-0:2.41-11.f 100% | 19.6 MiB/s | 1.6 MiB | 00m00s
- [255/415] annobin-docs-0:12.94-1.fc42.n 100% | 4.6 MiB/s | 90.4 KiB | 00m00s
- [256/415] libatomic-0:15.2.1-4.fc42.x86 100% | 2.6 MiB/s | 45.5 KiB | 00m00s
- [257/415] liblerc-devel-0:4.0.0-8.fc42. 100% | 3.9 MiB/s | 3.2 MiB | 00m01s
- [258/415] libomp-0:20.1.8-4.fc42.x86_64 100% | 17.6 MiB/s | 738.4 KiB | 00m00s
- [259/415] libomp-devel-0:20.1.8-4.fc42. 100% | 9.9 MiB/s | 282.8 KiB | 00m00s
- [260/415] xdg-desktop-portal-gtk-0:1.15 100% | 836.1 KiB/s | 143.8 KiB | 00m00s
- [261/415] compiler-rt-0:20.1.8-4.fc42.x 100% | 19.9 MiB/s | 2.9 MiB | 00m00s
- [262/415] libcue-0:2.3.0-11.fc42.x86_64 100% | 196.2 KiB/s | 35.1 KiB | 00m00s
- [263/415] exempi-0:2.6.4-7.fc42.x86_64 100% | 1.8 MiB/s | 583.5 KiB | 00m00s
- [264/415] libexif-0:0.6.25-1.fc42.x86_6 100% | 2.1 MiB/s | 481.1 KiB | 00m00s
- [265/415] localsearch-0:3.9.0-1.fc42.x8 100% | 1.6 MiB/s | 932.4 KiB | 00m01s
- [266/415] libgsf-0:1.14.53-3.fc42.x86_6 100% | 1.3 MiB/s | 262.8 KiB | 00m00s
- [267/415] libgudev-0:238-7.fc42.x86_64 100% | 225.3 KiB/s | 34.9 KiB | 00m00s
- [268/415] libiptcdata-0:1.0.5-21.fc42.x 100% | 728.3 KiB/s | 60.5 KiB | 00m00s
- [269/415] libgxps-0:0.3.2-10.fc42.x86_6 100% | 356.4 KiB/s | 77.0 KiB | 00m00s
- [270/415] totem-pl-parser-0:3.26.6-12.f 100% | 1.0 MiB/s | 143.6 KiB | 00m00s
- [271/415] libosinfo-0:1.12.0-2.fc42.x86 100% | 2.2 MiB/s | 317.2 KiB | 00m00s
- [272/415] osinfo-db-tools-0:1.12.0-2.fc 100% | 754.4 KiB/s | 73.2 KiB | 00m00s
- [273/415] libxslt-0:1.1.43-1.fc42.x86_6 100% | 1.2 MiB/s | 181.5 KiB | 00m00s
- [274/415] uchardet-0:0.0.8-7.fc42.x86_6 100% | 685.9 KiB/s | 106.3 KiB | 00m00s
- [275/415] libcanberra-gtk3-0:0.30-37.fc 100% | 246.5 KiB/s | 30.6 KiB | 00m00s
- [276/415] libtdb-0:1.4.13-2.fc42.x86_64 100% | 630.3 KiB/s | 54.8 KiB | 00m00s
- [277/415] libcanberra-0:0.30-37.fc42.x8 100% | 758.0 KiB/s | 84.1 KiB | 00m00s
- [278/415] osinfo-db-0:20250124-1.fc42.n 100% | 832.3 KiB/s | 476.1 KiB | 00m01s
- [279/415] libvorbis-1:1.3.7-12.fc42.x86 100% | 819.2 KiB/s | 189.2 KiB | 00m00s
- [280/415] libogg-2:1.3.5-11.fc42.x86_64 100% | 233.4 KiB/s | 33.1 KiB | 00m00s
- [281/415] libasyncns-0:0.8-30.fc42.x86_ 100% | 1.1 MiB/s | 30.2 KiB | 00m00s
- [282/415] sound-theme-freedesktop-0:0.8 100% | 2.0 MiB/s | 382.4 KiB | 00m00s
- [283/415] pulseaudio-libs-0:17.0-5.fc42 100% | 1.7 MiB/s | 701.1 KiB | 00m00s
- [284/415] gsm-0:1.0.22-8.fc42.x86_64 100% | 1.5 MiB/s | 35.8 KiB | 00m00s
- [285/415] libsndfile-0:1.2.2-8.fc42.x86 100% | 3.4 MiB/s | 221.5 KiB | 00m00s
- [286/415] flac-libs-0:1.4.3-6.fc42.x86_ 100% | 2.6 MiB/s | 274.3 KiB | 00m00s
- [287/415] opus-0:1.5.2-2.fc42.x86_64 100% | 3.5 MiB/s | 236.9 KiB | 00m00s
- [288/415] jxl-pixbuf-loader-1:0.11.1-4. 100% | 1.1 MiB/s | 19.9 KiB | 00m00s
- [289/415] lame-libs-0:3.100-19.fc42.x86 100% | 2.9 MiB/s | 339.7 KiB | 00m00s
- [290/415] avif-pixbuf-loader-0:1.1.1-1. 100% | 437.8 KiB/s | 16.2 KiB | 00m00s
- [291/415] webp-pixbuf-loader-0:0.2.7-3. 100% | 335.5 KiB/s | 19.8 KiB | 00m00s
- [292/415] gi-docgen-fonts-0:2025.5-1.fc 100% | 639.0 KiB/s | 8.9 KiB | 00m00s
- [293/415] dconf-0:0.40.0-15.fc42.x86_64 100% | 750.1 KiB/s | 109.5 KiB | 00m00s
- [294/415] adobe-source-code-pro-fonts-0 100% | 4.7 MiB/s | 806.3 KiB | 00m00s
- [295/415] redhat-display-fonts-0:4.1.0- 100% | 3.0 MiB/s | 555.4 KiB | 00m00s
- [296/415] tinysparql-0:3.9.2-1.fc42.x86 100% | 18.6 MiB/s | 1.0 MiB | 00m00s
- [297/415] redhat-text-fonts-0:4.1.0-1.f 100% | 2.4 MiB/s | 483.2 KiB | 00m00s
- [298/415] glib-networking-0:2.80.1-1.fc 100% | 3.3 MiB/s | 201.4 KiB | 00m00s
- [299/415] libproxy-0:0.5.8-2.fc42.x86_6 100% | 1.7 MiB/s | 45.5 KiB | 00m00s
- [300/415] mesa-va-drivers-0:25.1.9-1.fc 100% | 506.5 KiB/s | 7.6 KiB | 00m00s
- [301/415] fuse3-0:3.16.2-5.fc42.x86_64 100% | 1.2 MiB/s | 57.4 KiB | 00m00s
- [302/415] gsettings-desktop-schemas-0:4 100% | 9.9 MiB/s | 783.1 KiB | 00m00s
- [303/415] fuse3-libs-0:3.16.2-5.fc42.x8 100% | 2.4 MiB/s | 94.2 KiB | 00m00s
- [304/415] fuse-common-0:3.16.2-5.fc42.x 100% | 344.1 KiB/s | 8.6 KiB | 00m00s
- [305/415] xdg-desktop-portal-0:1.20.3-1 100% | 3.7 MiB/s | 505.3 KiB | 00m00s
- [306/415] geoclue2-0:2.7.2-2.fc42.x86_6 100% | 2.0 MiB/s | 144.1 KiB | 00m00s
- [307/415] giflib-0:5.2.2-6.fc42.x86_64 100% | 3.2 MiB/s | 52.2 KiB | 00m00s
- [308/415] gstreamer1-0:1.26.8-1.fc42.x8 100% | 18.2 MiB/s | 1.7 MiB | 00m00s
- [309/415] libunwind-0:1.8.1-2.fc42.x86_ 100% | 941.1 KiB/s | 77.2 KiB | 00m00s
- [310/415] ModemManager-glib-0:1.22.0-5. 100% | 2.0 MiB/s | 304.6 KiB | 00m00s
- [311/415] cdparanoia-libs-0:10.2-47.fc4 100% | 982.0 KiB/s | 54.0 KiB | 00m00s
- [312/415] graphene-0:1.10.6-10.fc42.x86 100% | 1.8 MiB/s | 61.3 KiB | 00m00s
- [313/415] libXv-0:1.0.13-2.fc42.x86_64 100% | 744.8 KiB/s | 18.6 KiB | 00m00s
- [314/415] gstreamer1-plugins-base-0:1.2 100% | 19.9 MiB/s | 2.3 MiB | 00m00s
- [315/415] libtheora-1:1.1.1-39.fc42.x86 100% | 2.7 MiB/s | 170.4 KiB | 00m00s
- [316/415] libavformat-free-0:7.1.2-1.fc 100% | 15.7 MiB/s | 1.1 MiB | 00m00s
- [317/415] orc-0:0.4.41-1.fc42.x86_64 100% | 1.1 MiB/s | 220.5 KiB | 00m00s
- [318/415] libavutil-free-0:7.1.2-1.fc42 100% | 6.0 MiB/s | 358.0 KiB | 00m00s
- [319/415] libavcodec-free-0:7.1.2-1.fc4 100% | 23.3 MiB/s | 4.2 MiB | 00m00s
- [320/415] game-music-emu-0:0.6.3-17.fc4 100% | 897.6 KiB/s | 154.4 KiB | 00m00s
- [321/415] libbluray-0:1.3.4-9.fc42.x86_ 100% | 1.0 MiB/s | 174.2 KiB | 00m00s
- [322/415] iso-codes-0:4.17.0-2.fc42.noa 100% | 5.8 MiB/s | 3.6 MiB | 00m01s
- [323/415] libdvdnav-0:6.1.1-10.fc42.x86 100% | 133.3 KiB/s | 55.9 KiB | 00m00s
- [324/415] libchromaprint-0:1.5.1-24.fc4 100% | 80.4 KiB/s | 41.8 KiB | 00m01s
- [325/415] libdvdread-0:6.1.3-9.fc42.x86 100% | 179.7 KiB/s | 72.6 KiB | 00m00s
- [326/415] librabbitmq-0:0.15.0-2.fc42.x 100% | 1.2 MiB/s | 43.9 KiB | 00m00s
- [327/415] libmodplug-1:0.8.9.0-27.fc42. 100% | 883.3 KiB/s | 178.4 KiB | 00m00s
- [328/415] librist-0:0.2.7-9.fc42.x86_64 100% | 407.8 KiB/s | 76.7 KiB | 00m00s
- [329/415] libswresample-free-0:7.1.2-1. 100% | 3.9 MiB/s | 67.9 KiB | 00m00s
- [330/415] aribb24-0:1.0.3^20160216git5e 100% | 1.3 MiB/s | 38.3 KiB | 00m00s
- [331/415] srt-libs-0:1.5.4-2.fc42.x86_6 100% | 1.6 MiB/s | 389.6 KiB | 00m00s
- [332/415] zeromq-0:4.3.5-21.fc42.x86_64 100% | 3.0 MiB/s | 468.9 KiB | 00m00s
- [333/415] ilbc-0:3.0.4-13.fc42.x86_64 100% | 862.6 KiB/s | 56.9 KiB | 00m00s
- [334/415] codec2-0:1.2.0-6.fc42.x86_64 100% | 5.0 MiB/s | 644.4 KiB | 00m00s
- [335/415] libaribcaption-0:1.1.1-2.fc42 100% | 1.7 MiB/s | 111.6 KiB | 00m00s
- [336/415] fdk-aac-free-0:2.0.0-15.fc42. 100% | 2.1 MiB/s | 342.4 KiB | 00m00s
- [337/415] liblc3-0:1.1.3-1.fc42.x86_64 100% | 1.8 MiB/s | 105.2 KiB | 00m00s
- [338/415] snappy-0:1.2.1-4.fc42.x86_64 100% | 781.8 KiB/s | 39.9 KiB | 00m00s
- [339/415] libva-0:2.22.0-4.fc42.x86_64 100% | 1.1 MiB/s | 116.9 KiB | 00m00s
- [340/415] opencore-amr-0:0.1.6-8.fc42.x 100% | 1.8 MiB/s | 181.9 KiB | 00m00s
- [341/415] speex-0:1.2.0-19.fc42.x86_64 100% | 1.3 MiB/s | 70.8 KiB | 00m00s
- [342/415] xvidcore-0:1.3.7-13.fc42.x86_ 100% | 3.0 MiB/s | 267.4 KiB | 00m00s
- [343/415] vo-amrwbenc-0:0.1.3-22.fc42.x 100% | 637.0 KiB/s | 82.8 KiB | 00m00s
- [344/415] libvdpau-0:1.5-9.fc42.x86_64 100% | 386.7 KiB/s | 16.6 KiB | 00m00s
- [345/415] twolame-libs-0:0.4.0-6.fc42.x 100% | 359.8 KiB/s | 68.7 KiB | 00m00s
- [346/415] libudfread-0:1.1.2-11.fc42.x8 100% | 601.5 KiB/s | 35.5 KiB | 00m00s
- [347/415] cjson-0:1.7.18-2.fc42.x86_64 100% | 511.5 KiB/s | 32.2 KiB | 00m00s
- [348/415] zvbi-0:0.2.43-2.fc42.x86_64 100% | 2.7 MiB/s | 433.3 KiB | 00m00s
- [349/415] libsodium-0:1.0.20-4.fc42.x86 100% | 5.7 MiB/s | 175.6 KiB | 00m00s
- [350/415] openpgm-0:5.3.128-4.fc42.x86_ 100% | 732.3 KiB/s | 183.1 KiB | 00m00s
- [351/415] soxr-0:0.1.3-18.fc42.x86_64 100% | 360.1 KiB/s | 86.8 KiB | 00m00s
- [352/415] libgexiv2-0:0.14.6-1.fc42.x86 100% | 5.2 MiB/s | 100.9 KiB | 00m00s
- [353/415] upower-libs-0:1.90.10-1.fc42. 100% | 3.4 MiB/s | 59.5 KiB | 00m00s
- [354/415] mpg123-libs-0:1.32.10-1.fc42. 100% | 12.0 MiB/s | 355.5 KiB | 00m00s
- [355/415] mbedtls-0:3.6.5-1.fc42.x86_64 100% | 10.4 MiB/s | 512.6 KiB | 00m00s
- [356/415] alsa-lib-0:1.2.14-3.fc42.x86_ 100% | 15.3 MiB/s | 531.3 KiB | 00m00s
- [357/415] libnotify-0:0.8.7-1.fc42.x86_ 100% | 3.1 MiB/s | 53.8 KiB | 00m00s
- [358/415] pipewire-libs-0:1.4.9-1.fc42. 100% | 20.4 MiB/s | 2.4 MiB | 00m00s
- [359/415] libebur128-0:1.2.6-12.fc42.x8 100% | 413.4 KiB/s | 24.8 KiB | 00m00s
- [360/415] fftw-libs-single-0:3.3.10-15. 100% | 5.6 MiB/s | 1.2 MiB | 00m00s
- [361/415] libldac-0:2.0.2.3-17.fc42.x86 100% | 996.9 KiB/s | 42.9 KiB | 00m00s
- [362/415] libsbc-0:2.0-6.fc42.x86_64 100% | 1.2 MiB/s | 49.3 KiB | 00m00s
- [363/415] webrtc-audio-processing-0:1.3 100% | 3.5 MiB/s | 537.4 KiB | 00m00s
- [364/415] gobject-introspection-0:1.84. 100% | 1.0 MiB/s | 119.9 KiB | 00m00s
- [365/415] bluez-libs-0:5.84-2.fc42.x86_ 100% | 3.5 MiB/s | 83.6 KiB | 00m00s
- [366/415] libvpl-1:2.15.0-2.fc42.x86_64 100% | 6.6 MiB/s | 161.1 KiB | 00m00s
- [367/415] exiv2-libs-0:0.28.6-2.fc42.x8 100% | 15.6 MiB/s | 908.5 KiB | 00m00s
- [368/415] libsmbclient-2:4.22.6-1.fc42. 100% | 1.7 MiB/s | 77.1 KiB | 00m00s
- [369/415] libopenmpt-0:0.8.3-1.fc42.x86 100% | 12.4 MiB/s | 785.6 KiB | 00m00s
- [370/415] samba-common-2:4.22.6-1.fc42. 100% | 6.9 MiB/s | 177.2 KiB | 00m00s
- [371/415] libtalloc-0:2.4.3-2.fc42.x86_ 100% | 1.0 MiB/s | 34.9 KiB | 00m00s
- [372/415] libtevent-0:0.16.2-2.fc42.x86 100% | 703.6 KiB/s | 51.4 KiB | 00m00s
- [373/415] samba-client-libs-2:4.22.6-1. 100% | 23.2 MiB/s | 5.6 MiB | 00m00s
- [374/415] libldb-2:4.22.6-1.fc42.x86_64 100% | 1.8 MiB/s | 187.8 KiB | 00m00s
- [375/415] lmdb-libs-0:0.9.33-3.fc42.x86 100% | 2.3 MiB/s | 62.4 KiB | 00m00s
- [376/415] libwbclient-2:4.22.6-1.fc42.x 100% | 357.5 KiB/s | 45.8 KiB | 00m00s
- [377/415] lpcnetfreedv-0:0.5-8.fc42.x86 100% | 5.7 MiB/s | 7.3 MiB | 00m01s
- [378/415] libjxl-1:0.11.1-4.fc42.x86_64 100% | 8.0 MiB/s | 1.1 MiB | 00m00s
- [379/415] libvpx-0:1.15.0-3.fc42.x86_64 100% | 13.9 MiB/s | 1.2 MiB | 00m00s
- [380/415] libvisual-1:0.4.2-1.fc42.x86_ 100% | 7.9 MiB/s | 169.0 KiB | 00m00s
- [381/415] sdl12-compat-0:1.2.68-5.fc42. 100% | 2.2 MiB/s | 91.1 KiB | 00m00s
- [382/415] highway-0:1.2.0-5.fc42.x86_64 100% | 3.6 MiB/s | 625.6 KiB | 00m00s
- [383/415] inih-cpp-0:62-1.fc42.x86_64 100% | 1.5 MiB/s | 23.5 KiB | 00m00s
- [384/415] inih-0:62-1.fc42.x86_64 100% | 1.2 MiB/s | 18.2 KiB | 00m00s
- [385/415] sdl2-compat-0:2.32.56-1.fc42. 100% | 6.9 MiB/s | 134.9 KiB | 00m00s
- [386/415] samba-common-libs-2:4.22.6-1. 100% | 2.4 MiB/s | 106.6 KiB | 00m00s
- [387/415] SDL3-0:3.2.24-1.fc42.x86_64 100% | 15.7 MiB/s | 1.0 MiB | 00m00s
- [388/415] libdecor-0:0.2.4-1.fc42.x86_6 100% | 3.3 MiB/s | 57.8 KiB | 00m00s
- [389/415] OpenCL-ICD-Loader-0:3.0.6-2.2 100% | 854.8 KiB/s | 28.2 KiB | 00m00s
- [390/415] openh264-0:2.5.1-1.fc42.x86_6 100% | 701.6 KiB/s | 423.1 KiB | 00m01s
- [391/415] low-memory-monitor-0:2.1-12.f 100% | 572.4 KiB/s | 34.3 KiB | 00m00s
- [392/415] adwaita-sans-fonts-0:48.2-2.f 100% | 4.6 MiB/s | 764.0 KiB | 00m00s
- [393/415] pipewire-0:1.4.9-1.fc42.x86_6 100% | 6.3 MiB/s | 134.8 KiB | 00m00s
- [394/415] upower-0:1.90.10-1.fc42.x86_6 100% | 2.8 MiB/s | 119.6 KiB | 00m00s
- [395/415] rtkit-0:0.11-66.fc42.x86_64 100% | 861.6 KiB/s | 55.1 KiB | 00m00s
- [396/415] adwaita-mono-fonts-0:48.2-2.f 100% | 4.3 MiB/s | 1.4 MiB | 00m00s
- [397/415] libimobiledevice-0:1.3.0^2024 100% | 1.8 MiB/s | 140.5 KiB | 00m00s
- [398/415] libplist-0:2.6.0-2.fc42.x86_6 100% | 1.1 MiB/s | 97.4 KiB | 00m00s
- [399/415] libusbmuxd-0:2.1.0-3.fc42.x86 100% | 1.1 MiB/s | 37.5 KiB | 00m00s
- [400/415] libimobiledevice-glue-0:1.3.1 100% | 517.0 KiB/s | 53.8 KiB | 00m00s
- [401/415] intel-vpl-gpu-rt-0:25.3.4-1.f 100% | 17.4 MiB/s | 3.8 MiB | 00m00s
- [402/415] exiv2-0:0.28.6-2.fc42.x86_64 100% | 7.7 MiB/s | 2.0 MiB | 00m00s
- [403/415] wireplumber-0:0.5.12-1.fc42.x 100% | 4.8 MiB/s | 119.0 KiB | 00m00s
- [404/415] wireplumber-libs-0:0.5.12-1.f 100% | 8.4 MiB/s | 421.3 KiB | 00m00s
- [405/415] pipewire-alsa-0:1.4.9-1.fc42. 100% | 3.1 MiB/s | 60.4 KiB | 00m00s
- [406/415] pipewire-jack-audio-connectio 100% | 819.1 KiB/s | 12.3 KiB | 00m00s
- [407/415] pipewire-jack-audio-connectio 100% | 5.7 MiB/s | 145.1 KiB | 00m00s
- [408/415] pipewire-pulseaudio-0:1.4.9-1 100% | 6.6 MiB/s | 210.1 KiB | 00m00s
- [409/415] logrotate-0:3.22.0-3.fc42.x86 100% | 362.3 KiB/s | 76.1 KiB | 00m00s
- [410/415] pipewire-plugin-libcamera-0:1 100% | 3.7 MiB/s | 75.3 KiB | 00m00s
- [411/415] intel-mediasdk-0:23.2.2-7.fc4 100% | 6.8 MiB/s | 2.7 MiB | 00m00s
- [412/415] usbmuxd-0:1.1.1^20240915git0b 100% | 700.0 KiB/s | 67.2 KiB | 00m00s
- [413/415] libcamera-0:0.4.0-4.fc42.x86_ 100% | 4.0 MiB/s | 605.0 KiB | 00m00s
- [414/415] lttng-ust-0:2.13.8-4.fc42.x86 100% | 1.9 MiB/s | 331.4 KiB | 00m00s
- [415/415] libcamera-ipa-0:0.4.0-4.fc42. 100% | 1.2 MiB/s | 147.0 KiB | 00m00s
- --------------------------------------------------------------------------------
- [415/415] Total 100% | 15.5 MiB/s | 312.0 MiB | 00m20s
- Running transaction
- [ 1/417] Verify package files 100% | 145.0 B/s | 415.0 B | 00m03s
- [ 2/417] Prepare transaction 100% | 920.0 B/s | 415.0 B | 00m00s
- [ 3/417] Installing libXext-0:1.3.6-3. 100% | 44.5 MiB/s | 91.2 KiB | 00m00s
- [ 4/417] Installing libpng-2:1.6.44-2. 100% | 79.1 MiB/s | 242.9 KiB | 00m00s
- [ 5/417] Installing libjpeg-turbo-0:3. 100% | 131.3 MiB/s | 806.6 KiB | 00m00s
- [ 6/417] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s
- [ 7/417] Installing urw-base35-fonts-c 100% | 37.5 MiB/s | 38.4 KiB | 00m00s
- [ 8/417] Installing cmake-filesystem-0 100% | 1.9 MiB/s | 7.6 KiB | 00m00s
- [ 9/417] Installing avahi-libs-0:0.9~r 100% | 60.6 MiB/s | 186.2 KiB | 00m00s
- [ 10/417] Installing zlib-ng-compat-dev 100% | 53.0 MiB/s | 108.5 KiB | 00m00s
- [ 11/417] Installing libXext-devel-0:1. 100% | 36.1 MiB/s | 110.9 KiB | 00m00s
- [ 12/417] Installing libwayland-client- 100% | 30.9 MiB/s | 63.2 KiB | 00m00s
- [ 13/417] Installing libXrender-0:0.9.1 100% | 12.5 MiB/s | 51.3 KiB | 00m00s
- [ 14/417] Installing libXrender-devel-0 100% | 49.8 MiB/s | 51.0 KiB | 00m00s
- [ 15/417] Installing libogg-2:1.3.5-11. 100% | 45.8 MiB/s | 46.9 KiB | 00m00s
- [ 16/417] Installing libvorbis-1:1.3.7- 100% | 116.6 MiB/s | 835.9 KiB | 00m00s
- [ 17/417] Installing nspr-0:4.37.0-4.fc 100% | 62.0 MiB/s | 317.3 KiB | 00m00s
- [ 18/417] Installing json-glib-0:1.10.8 100% | 118.0 MiB/s | 604.4 KiB | 00m00s
- [ 19/417] Installing libwebp-0:1.5.0-2. 100% | 103.3 MiB/s | 951.8 KiB | 00m00s
- [ 20/417] Installing libXi-0:1.8.2-2.fc 100% | 41.8 MiB/s | 85.7 KiB | 00m00s
- [ 21/417] Installing libplist-0:2.6.0-2 100% | 9.0 MiB/s | 239.7 KiB | 00m00s
- [ 22/417] Installing libtalloc-0:2.4.3- 100% | 31.8 MiB/s | 65.2 KiB | 00m00s
- [ 23/417] Installing libtdb-0:1.4.13-2. 100% | 49.6 MiB/s | 101.6 KiB | 00m00s
- [ 24/417] Installing libglvnd-1:1.7.0-7 100% | 103.8 MiB/s | 531.6 KiB | 00m00s
- [ 25/417] Installing lcms2-0:2.16-5.fc4 100% | 107.3 MiB/s | 439.3 KiB | 00m00s
- [ 26/417] Installing libXfixes-0:6.0.1- 100% | 30.8 MiB/s | 31.6 KiB | 00m00s
- [ 27/417] Installing libXfixes-devel-0: 100% | 9.7 MiB/s | 9.9 KiB | 00m00s
- [ 28/417] Installing nss-util-0:3.117.0 100% | 67.0 MiB/s | 205.8 KiB | 00m00s
- [ 29/417] Installing libwayland-cursor- 100% | 18.8 MiB/s | 38.5 KiB | 00m00s
- [ 30/417] Installing libpng-devel-2:1.6 100% | 33.1 MiB/s | 881.7 KiB | 00m00s
- [ 31/417] Installing alsa-lib-0:1.2.14- 100% | 38.0 MiB/s | 1.4 MiB | 00m00s
- [ 32/417] Installing opus-0:1.5.2-2.fc4 100% | 104.7 MiB/s | 428.6 KiB | 00m00s
- [ 33/417] Installing libgudev-0:238-7.f 100% | 29.1 MiB/s | 89.3 KiB | 00m00s
- [ 34/417] Installing libsoup3-0:3.6.5-6 100% | 127.8 MiB/s | 1.2 MiB | 00m00s
- [ 35/417] Installing libXi-devel-0:1.8. 100% | 70.6 MiB/s | 144.6 KiB | 00m00s
- [ 36/417] Installing libtevent-0:0.16.2 100% | 50.1 MiB/s | 102.5 KiB | 00m00s
- [ 37/417] Installing libimobiledevice-g 100% | 60.7 MiB/s | 124.4 KiB | 00m00s
- [ 38/417] Installing avahi-glib-0:0.9~r 100% | 23.9 MiB/s | 24.4 KiB | 00m00s
- [ 39/417] Installing libtinysparql-0:3. 100% | 27.6 MiB/s | 1.3 MiB | 00m00s
- >>> Running sysusers scriptlet: samba-common-2:4.22.6-1.fc42.noarch
- >>> Finished sysusers scriptlet: samba-common-2:4.22.6-1.fc42.noarch
- >>> Scriptlet output:
- >>> Creating group 'printadmin' with GID 994.
- >>>
- [ 40/417] Installing samba-common-2:4.2 100% | 9.9 MiB/s | 212.1 KiB | 00m00s
- [ 41/417] Installing libvpl-1:2.15.0-2. 100% | 59.8 MiB/s | 428.5 KiB | 00m00s
- [ 42/417] Installing libunwind-0:1.8.1- 100% | 32.1 MiB/s | 197.4 KiB | 00m00s
- [ 43/417] Installing gstreamer1-0:1.26. 100% | 69.1 MiB/s | 5.4 MiB | 00m00s
- [ 44/417] Installing hwdata-0:0.401-1.f 100% | 129.9 MiB/s | 9.6 MiB | 00m00s
- [ 45/417] Installing mesa-filesystem-0: 100% | 4.2 MiB/s | 4.3 KiB | 00m00s
- [ 46/417] Installing openjpeg-0:2.5.4-1 100% | 74.6 MiB/s | 458.2 KiB | 00m00s
- [ 47/417] Installing libwayland-server- 100% | 25.9 MiB/s | 79.7 KiB | 00m00s
- [ 48/417] Installing libwayland-egl-0:1 100% | 2.6 MiB/s | 13.6 KiB | 00m00s
- [ 49/417] Installing shared-mime-info-0 100% | 39.0 MiB/s | 2.6 MiB | 00m00s
- [ 50/417] Installing gdk-pixbuf2-0:2.42 100% | 78.7 MiB/s | 2.5 MiB | 00m00s
- [ 51/417] Installing libdav1d-0:1.5.2-1 100% | 130.2 MiB/s | 1.7 MiB | 00m00s
- [ 52/417] Installing fribidi-0:1.0.16-2 100% | 8.4 MiB/s | 196.8 KiB | 00m00s
- [ 53/417] Installing libepoxy-0:1.5.10- 100% | 135.3 MiB/s | 1.1 MiB | 00m00s
- [ 54/417] Installing clang-resource-fil 100% | 5.4 MiB/s | 16.7 KiB | 00m00s
- [ 55/417] Installing clang-libs-0:20.1. 100% | 158.7 MiB/s | 120.3 MiB | 00m01s
- [ 56/417] Installing xml-common-0:0.6.3 100% | 26.4 MiB/s | 81.1 KiB | 00m00s
- [ 57/417] Installing fribidi-devel-0:1. 100% | 26.7 MiB/s | 81.9 KiB | 00m00s
- [ 58/417] Installing libXcursor-0:1.2.3 100% | 19.2 MiB/s | 59.1 KiB | 00m00s
- [ 59/417] Installing libXdamage-0:1.1.6 100% | 44.1 MiB/s | 45.2 KiB | 00m00s
- [ 60/417] Installing libXtst-0:1.2.5-2. 100% | 33.8 MiB/s | 34.6 KiB | 00m00s
- [ 61/417] Installing libtheora-1:1.1.1- 100% | 94.5 MiB/s | 483.7 KiB | 00m00s
- [ 62/417] Installing libXrandr-0:1.5.4- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s
- [ 63/417] Installing libjpeg-turbo-deve 100% | 116.0 MiB/s | 356.5 KiB | 00m00s
- [ 64/417] Installing libXinerama-0:1.1. 100% | 19.6 MiB/s | 20.1 KiB | 00m00s
- [ 65/417] Installing mpg123-libs-0:1.32 100% | 99.7 MiB/s | 816.6 KiB | 00m00s
- [ 66/417] Installing liblc3-0:1.1.3-1.f 100% | 55.9 MiB/s | 171.8 KiB | 00m00s
- [ 67/417] Installing fdk-aac-free-0:2.0 100% | 100.5 MiB/s | 617.3 KiB | 00m00s
- [ 68/417] Installing libdvdread-0:6.1.3 100% | 79.0 MiB/s | 161.8 KiB | 00m00s
- [ 69/417] Installing fuse3-libs-0:3.16. 100% | 69.0 MiB/s | 282.6 KiB | 00m00s
- [ 70/417] Installing gsettings-desktop- 100% | 302.2 MiB/s | 5.4 MiB | 00m00s
- [ 71/417] Installing lame-libs-0:3.100- 100% | 200.4 MiB/s | 1.2 MiB | 00m00s
- [ 72/417] Installing gsm-0:1.0.22-8.fc4 100% | 34.4 MiB/s | 70.4 KiB | 00m00s
- [ 73/417] Installing libICE-0:1.1.2-2.f 100% | 65.0 MiB/s | 199.8 KiB | 00m00s
- [ 74/417] Installing adobe-mappings-cma 100% | 134.4 MiB/s | 15.2 MiB | 00m00s
- [ 75/417] Installing libzstd-devel-0:1. 100% | 102.0 MiB/s | 208.8 KiB | 00m00s
- [ 76/417] Installing libffi-devel-0:3.4 100% | 34.0 MiB/s | 34.8 KiB | 00m00s
- [ 77/417] Installing pixman-0:0.46.2-1. 100% | 115.8 MiB/s | 711.4 KiB | 00m00s
- [ 78/417] Installing pixman-devel-0:0.4 100% | 55.5 MiB/s | 56.9 KiB | 00m00s
- [ 79/417] Installing liblerc-0:4.0.0-8. 100% | 124.5 MiB/s | 637.6 KiB | 00m00s
- [ 80/417] Installing libtextstyle-0:0.2 100% | 101.7 MiB/s | 208.3 KiB | 00m00s
- [ 81/417] Installing gettext-libs-0:0.2 100% | 119.3 MiB/s | 2.0 MiB | 00m00s
- [ 82/417] Installing libdatrie-0:0.2.13 100% | 57.6 MiB/s | 58.9 KiB | 00m00s
- [ 83/417] Installing libthai-0:0.1.29-1 100% | 127.8 MiB/s | 785.2 KiB | 00m00s
- [ 84/417] Installing rav1e-libs-0:0.7.1 100% | 142.5 MiB/s | 3.0 MiB | 00m00s
- [ 85/417] Installing libcloudproviders- 100% | 61.6 MiB/s | 126.2 KiB | 00m00s
- [ 86/417] Installing libXcomposite-0:0. 100% | 15.0 MiB/s | 46.0 KiB | 00m00s
- [ 87/417] Installing llvm-0:20.1.8-4.fc 100% | 138.6 MiB/s | 89.8 MiB | 00m01s
- [ 88/417] Installing graphite2-0:1.3.14 100% | 7.7 MiB/s | 197.9 KiB | 00m00s
- [ 89/417] Installing harfbuzz-0:10.4.0- 100% | 130.9 MiB/s | 2.7 MiB | 00m00s
- [ 90/417] Installing freetype-0:2.13.3- 100% | 105.0 MiB/s | 859.9 KiB | 00m00s
- [ 91/417] Installing harfbuzz-icu-0:10. 100% | 15.9 MiB/s | 16.3 KiB | 00m00s
- [ 92/417] Installing graphite2-devel-0: 100% | 24.8 MiB/s | 50.8 KiB | 00m00s
- [ 93/417] Installing llvm-test-0:20.1.8 100% | 52.7 MiB/s | 2.1 MiB | 00m00s
- [ 94/417] Installing libXcomposite-deve 100% | 5.1 MiB/s | 10.5 KiB | 00m00s
- [ 95/417] Installing libcloudproviders- 100% | 93.4 MiB/s | 382.5 KiB | 00m00s
- [ 96/417] Installing libdatrie-devel-0: 100% | 20.5 MiB/s | 609.8 KiB | 00m00s
- [ 97/417] Installing libthai-devel-0:0. 100% | 140.2 MiB/s | 718.0 KiB | 00m00s
- [ 98/417] Installing liblerc-devel-0:4. 100% | 428.7 MiB/s | 4.3 MiB | 00m00s
- [ 99/417] Installing wayland-devel-0:1. 100% | 23.6 MiB/s | 700.4 KiB | 00m00s
- [100/417] Installing adobe-mappings-cma 100% | 95.2 MiB/s | 585.2 KiB | 00m00s
- [101/417] Installing libSM-0:1.2.5-2.fc 100% | 51.9 MiB/s | 106.4 KiB | 00m00s
- [102/417] Installing libXt-0:1.3.1-2.fc 100% | 84.2 MiB/s | 430.9 KiB | 00m00s
- [103/417] Installing libdvdnav-0:6.1.1- 100% | 39.6 MiB/s | 121.7 KiB | 00m00s
- [104/417] Installing libopenmpt-0:0.8.3 100% | 82.2 MiB/s | 1.8 MiB | 00m00s
- [105/417] Installing libXinerama-devel- 100% | 4.2 MiB/s | 8.5 KiB | 00m00s
- [106/417] Installing libXrandr-devel-0: 100% | 12.0 MiB/s | 24.7 KiB | 00m00s
- [107/417] Installing libXtst-devel-0:1. 100% | 6.8 MiB/s | 14.0 KiB | 00m00s
- [108/417] Installing libXdamage-devel-0 100% | 1.5 MiB/s | 3.1 KiB | 00m00s
- [109/417] Installing libXcursor-devel-0 100% | 4.0 MiB/s | 32.8 KiB | 00m00s
- [110/417] Installing iso-codes-0:4.17.0 100% | 202.8 MiB/s | 20.5 MiB | 00m00s
- [111/417] Installing clang-0:20.1.8-4.f 100% | 7.1 MiB/s | 377.2 KiB | 00m00s
- [112/417] Installing clang-tools-extra- 100% | 127.5 MiB/s | 67.2 MiB | 00m01s
- [113/417] Installing gtk-update-icon-ca 100% | 2.6 MiB/s | 63.3 KiB | 00m00s
- [114/417] Installing libgsf-0:1.14.53-3 100% | 33.0 MiB/s | 979.8 KiB | 00m00s
- [115/417] Installing libnotify-0:0.8.7- 100% | 4.9 MiB/s | 126.0 KiB | 00m00s
- [116/417] Installing libpciaccess-0:0.1 100% | 22.4 MiB/s | 45.9 KiB | 00m00s
- [117/417] Installing libdrm-0:2.4.128-3 100% | 35.8 MiB/s | 403.7 KiB | 00m00s
- [118/417] Installing osinfo-db-0:202501 100% | 37.9 MiB/s | 4.1 MiB | 00m00s
- [119/417] Installing libusbmuxd-0:2.1.0 100% | 37.5 MiB/s | 76.8 KiB | 00m00s
- [120/417] Installing libimobiledevice-0 100% | 74.8 MiB/s | 306.3 KiB | 00m00s
- [121/417] Installing osinfo-db-tools-0: 100% | 7.4 MiB/s | 197.2 KiB | 00m00s
- [122/417] Installing nss-softokn-freebl 100% | 69.2 MiB/s | 850.5 KiB | 00m00s
- [123/417] Installing nss-softokn-0:3.11 100% | 123.0 MiB/s | 2.0 MiB | 00m00s
- [124/417] Installing nss-0:3.117.0-1.fc 100% | 65.0 MiB/s | 1.9 MiB | 00m00s
- [125/417] Installing nss-sysinit-0:3.11 100% | 738.1 KiB/s | 19.2 KiB | 00m00s
- [126/417] Installing libglvnd-opengl-1: 100% | 73.0 MiB/s | 149.6 KiB | 00m00s
- [127/417] Installing libwebp-devel-0:1. 100% | 30.5 MiB/s | 124.9 KiB | 00m00s
- [128/417] Installing libgusb-0:0.4.9-3. 100% | 53.3 MiB/s | 163.7 KiB | 00m00s
- [129/417] Installing colord-libs-0:1.4. 100% | 92.6 MiB/s | 853.7 KiB | 00m00s
- [130/417] Installing flac-libs-0:1.4.3- 100% | 97.8 MiB/s | 700.8 KiB | 00m00s
- [131/417] Installing libsndfile-0:1.2.2 100% | 107.7 MiB/s | 551.6 KiB | 00m00s
- [132/417] Installing urw-base35-bookman 100% | 50.6 MiB/s | 1.4 MiB | 00m00s
- [133/417] Installing urw-base35-c059-fo 100% | 49.8 MiB/s | 1.4 MiB | 00m00s
- [134/417] Installing urw-base35-d050000 100% | 4.6 MiB/s | 85.4 KiB | 00m00s
- [135/417] Installing urw-base35-gothic- 100% | 44.7 MiB/s | 1.2 MiB | 00m00s
- [136/417] Installing urw-base35-nimbus- 100% | 45.7 MiB/s | 1.1 MiB | 00m00s
- [137/417] Installing urw-base35-nimbus- 100% | 54.6 MiB/s | 1.4 MiB | 00m00s
- [138/417] Installing urw-base35-nimbus- 100% | 70.4 MiB/s | 2.4 MiB | 00m00s
- [139/417] Installing urw-base35-p052-fo 100% | 59.5 MiB/s | 1.5 MiB | 00m00s
- [140/417] Installing urw-base35-standar 100% | 5.0 MiB/s | 66.0 KiB | 00m00s
- [141/417] Installing urw-base35-z003-fo 100% | 25.5 MiB/s | 391.8 KiB | 00m00s
- [142/417] Installing urw-base35-fonts-0 100% | 5.5 MiB/s | 5.6 KiB | 00m00s
- [143/417] Installing abattis-cantarell- 100% | 63.3 MiB/s | 194.4 KiB | 00m00s
- [144/417] Installing google-droid-sans- 100% | 125.2 MiB/s | 6.3 MiB | 00m00s
- [145/417] Installing adobe-source-code- 100% | 124.1 MiB/s | 1.6 MiB | 00m00s
- [146/417] Installing redhat-display-fon 100% | 118.2 MiB/s | 968.0 KiB | 00m00s
- [147/417] Installing redhat-text-fonts- 100% | 128.8 MiB/s | 791.5 KiB | 00m00s
- [148/417] Installing libyuv-0:0-0.56.20 100% | 111.5 MiB/s | 685.3 KiB | 00m00s
- [149/417] Installing aribb24-0:1.0.3^20 100% | 10.2 MiB/s | 83.2 KiB | 00m00s
- [150/417] Installing zvbi-0:0.2.43-2.fc 100% | 19.5 MiB/s | 1.2 MiB | 00m00s
- [151/417] Installing libXxf86vm-0:1.1.6 100% | 14.9 MiB/s | 30.5 KiB | 00m00s
- [152/417] Installing libXv-0:1.0.13-2.f 100% | 30.5 MiB/s | 31.2 KiB | 00m00s
- [153/417] Installing libvdpau-0:1.5-9.f 100% | 10.9 MiB/s | 22.4 KiB | 00m00s
- [154/417] Installing lttng-ust-0:2.13.8 100% | 93.1 MiB/s | 1.1 MiB | 00m00s
- [155/417] Installing libcamera-0:0.4.0- 100% | 33.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.
- >>>
- [156/417] Installing rtkit-0:0.11-66.fc 100% | 2.5 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
- >>>
- [157/417] Installing OpenCL-ICD-Loader- 100% | 35.1 MiB/s | 71.8 KiB | 00m00s
- [158/417] Installing inih-0:62-1.fc42.x 100% | 11.5 MiB/s | 23.6 KiB | 00m00s
- [159/417] Installing inih-cpp-0:62-1.fc 100% | 18.0 MiB/s | 36.8 KiB | 00m00s
- [160/417] Installing exiv2-libs-0:0.28. 100% | 135.5 MiB/s | 2.8 MiB | 00m00s
- [161/417] Installing libgexiv2-0:0.14.6 100% | 68.7 MiB/s | 281.4 KiB | 00m00s
- [162/417] Installing libvpx-0:1.15.0-3. 100% | 135.7 MiB/s | 3.3 MiB | 00m00s
- [163/417] Installing highway-0:1.2.0-5. 100% | 161.3 MiB/s | 4.4 MiB | 00m00s
- [164/417] Installing libjxl-1:0.11.1-4. 100% | 127.2 MiB/s | 3.1 MiB | 00m00s
- [165/417] Installing openh264-0:2.5.1-1 100% | 121.8 MiB/s | 1.1 MiB | 00m00s
- [166/417] Installing lmdb-libs-0:0.9.33 100% | 52.2 MiB/s | 106.9 KiB | 00m00s
- [167/417] Installing bluez-libs-0:5.84- 100% | 64.9 MiB/s | 199.4 KiB | 00m00s
- [168/417] Installing gobject-introspect 100% | 64.6 MiB/s | 397.1 KiB | 00m00s
- [169/417] Installing upower-libs-0:1.90 100% | 56.0 MiB/s | 172.1 KiB | 00m00s
- [170/417] Installing webrtc-audio-proce 100% | 114.2 MiB/s | 1.4 MiB | 00m00s
- [171/417] Installing libsbc-0:2.0-6.fc4 100% | 46.2 MiB/s | 94.5 KiB | 00m00s
- [172/417] Installing libldac-0:2.0.2.3- 100% | 41.1 MiB/s | 84.2 KiB | 00m00s
- [173/417] Installing libebur128-0:1.2.6 100% | 19.9 MiB/s | 40.7 KiB | 00m00s
- [174/417] Installing fftw-libs-single-0 100% | 144.8 MiB/s | 3.6 MiB | 00m00s
- [175/417] Installing mbedtls-0:3.6.5-1. 100% | 132.8 MiB/s | 1.3 MiB | 00m00s
- [176/417] Installing lpcnetfreedv-0:0.5 100% | 185.3 MiB/s | 14.8 MiB | 00m00s
- [177/417] Installing codec2-0:1.2.0-6.f 100% | 124.5 MiB/s | 1.4 MiB | 00m00s
- [178/417] Installing soxr-0:0.1.3-18.fc 100% | 63.0 MiB/s | 193.6 KiB | 00m00s
- [179/417] Installing openpgm-0:5.3.128- 100% | 103.4 MiB/s | 317.7 KiB | 00m00s
- [180/417] Installing libsodium-0:1.0.20 100% | 95.3 MiB/s | 390.2 KiB | 00m00s
- [181/417] Installing zeromq-0:4.3.5-21. 100% | 28.4 MiB/s | 902.7 KiB | 00m00s
- [182/417] Installing cjson-0:1.7.18-2.f 100% | 1.5 MiB/s | 65.3 KiB | 00m00s
- [183/417] Installing librist-0:0.2.7-9. 100% | 50.4 MiB/s | 154.8 KiB | 00m00s
- [184/417] Installing libudfread-0:1.1.2 100% | 32.9 MiB/s | 67.3 KiB | 00m00s
- [185/417] Installing xvidcore-0:1.3.7-1 100% | 122.8 MiB/s | 880.1 KiB | 00m00s
- [186/417] Installing vo-amrwbenc-0:0.1. 100% | 50.6 MiB/s | 155.4 KiB | 00m00s
- [187/417] Installing twolame-libs-0:0.4 100% | 54.2 MiB/s | 166.6 KiB | 00m00s
- [188/417] Installing speex-0:1.2.0-19.f 100% | 63.7 MiB/s | 130.4 KiB | 00m00s
- [189/417] Installing snappy-0:1.2.1-4.f 100% | 35.6 MiB/s | 72.9 KiB | 00m00s
- [190/417] Installing opencore-amr-0:0.1 100% | 85.7 MiB/s | 351.2 KiB | 00m00s
- [191/417] Installing ilbc-0:3.0.4-13.fc 100% | 47.3 MiB/s | 96.9 KiB | 00m00s
- [192/417] Installing srt-libs-0:1.5.4-2 100% | 108.4 MiB/s | 998.9 KiB | 00m00s
- [193/417] Installing librabbitmq-0:0.15 100% | 44.3 MiB/s | 90.7 KiB | 00m00s
- [194/417] Installing libmodplug-1:0.8.9 100% | 69.7 MiB/s | 357.0 KiB | 00m00s
- [195/417] Installing game-music-emu-0:0 100% | 81.2 MiB/s | 332.8 KiB | 00m00s
- [196/417] Installing orc-0:0.4.41-1.fc4 100% | 23.0 MiB/s | 728.9 KiB | 00m00s
- [197/417] Installing graphene-0:1.10.6- 100% | 53.4 MiB/s | 164.1 KiB | 00m00s
- [198/417] Installing cdparanoia-libs-0: 100% | 58.1 MiB/s | 118.9 KiB | 00m00s
- [199/417] Installing giflib-0:5.2.2-6.f 100% | 55.5 MiB/s | 113.8 KiB | 00m00s
- [200/417] Installing ModemManager-glib- 100% | 30.0 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.
- >>>
- [201/417] Installing geoclue2-0:2.7.2-2 100% | 12.6 MiB/s | 399.6 KiB | 00m00s
- [202/417] Installing fuse-common-0:3.16 100% | 285.2 KiB/s | 292.0 B | 00m00s
- [203/417] Installing fuse3-0:3.16.2-5.f 100% | 4.8 MiB/s | 132.0 KiB | 00m00s
- [204/417] Installing libproxy-0:0.5.8-2 100% | 34.0 MiB/s | 104.5 KiB | 00m00s
- [205/417] Installing libasyncns-0:0.8-3 100% | 29.7 MiB/s | 60.8 KiB | 00m00s
- [206/417] Installing pulseaudio-libs-0: 100% | 199.2 MiB/s | 3.4 MiB | 00m00s
- [207/417] Installing pipewire-libs-0:1. 100% | 105.6 MiB/s | 8.7 MiB | 00m00s
- [208/417] Installing wireplumber-libs-0 100% | 72.5 MiB/s | 1.3 MiB | 00m00s
- [209/417] Installing wireplumber-0:0.5. 100% | 12.6 MiB/s | 424.4 KiB | 00m00s
- [210/417] Installing pipewire-jack-audi 100% | 304.7 KiB/s | 312.0 B | 00m00s
- [211/417] Installing pipewire-jack-audi 100% | 18.1 MiB/s | 499.2 KiB | 00m00s
- [212/417] Installing sound-theme-freede 100% | 22.8 MiB/s | 467.2 KiB | 00m00s
- [213/417] Installing libcanberra-0:0.30 100% | 4.9 MiB/s | 291.3 KiB | 00m00s
- [214/417] Installing uchardet-0:0.0.8-7 100% | 10.8 MiB/s | 277.7 KiB | 00m00s
- [215/417] Installing totem-pl-parser-0: 100% | 53.2 MiB/s | 326.9 KiB | 00m00s
- [216/417] Installing libxslt-0:1.1.43-1 100% | 16.6 MiB/s | 459.2 KiB | 00m00s
- [217/417] Installing libosinfo-0:1.12.0 100% | 41.5 MiB/s | 1.2 MiB | 00m00s
- [218/417] Installing libiptcdata-0:1.0. 100% | 7.1 MiB/s | 174.9 KiB | 00m00s
- [219/417] Installing libexif-0:0.6.25-1 100% | 267.1 MiB/s | 2.7 MiB | 00m00s
- [220/417] Installing libcue-0:2.3.0-11. 100% | 44.6 MiB/s | 91.3 KiB | 00m00s
- [221/417] Installing exempi-0:2.6.4-7.f 100% | 41.1 MiB/s | 1.4 MiB | 00m00s
- [222/417] Installing libomp-0:20.1.8-4. 100% | 117.1 MiB/s | 2.2 MiB | 00m00s
- [223/417] Installing annobin-docs-0:12. 100% | 97.7 MiB/s | 100.0 KiB | 00m00s
- [224/417] Installing annobin-plugin-gcc 100% | 97.2 MiB/s | 995.1 KiB | 00m00s
- [225/417] Installing glibc-gconv-extra- 100% | 75.3 MiB/s | 7.3 MiB | 00m00s
- [226/417] Installing libldb-2:4.22.6-1. 100% | 22.3 MiB/s | 456.5 KiB | 00m00s
- [227/417] Installing libwbclient-2:4.22 100% | 33.9 MiB/s | 69.3 KiB | 00m00s
- [228/417] Installing samba-common-libs- 100% | 31.9 MiB/s | 261.5 KiB | 00m00s
- [229/417] Installing samba-client-libs- 100% | 126.1 MiB/s | 19.5 MiB | 00m00s
- [230/417] Installing libsmbclient-2:4.2 100% | 53.9 MiB/s | 165.5 KiB | 00m00s
- [231/417] Installing gcc-plugin-annobin 100% | 28.7 MiB/s | 58.8 KiB | 00m00s
- [232/417] Installing spirv-tools-libs-0 100% | 148.2 MiB/s | 5.8 MiB | 00m00s
- [233/417] Installing lm_sensors-libs-0: 100% | 28.3 MiB/s | 86.9 KiB | 00m00s
- [234/417] Installing libxshmfence-0:1.3 100% | 13.2 MiB/s | 13.6 KiB | 00m00s
- [235/417] Installing mesa-libgbm-0:25.1 100% | 20.0 MiB/s | 20.5 KiB | 00m00s
- [236/417] Installing mesa-dri-drivers-0 100% | 141.4 MiB/s | 46.7 MiB | 00m00s
- [237/417] Installing libglvnd-egl-1:1.7 100% | 34.3 MiB/s | 70.3 KiB | 00m00s
- [238/417] Installing mesa-libEGL-0:25.1 100% | 82.0 MiB/s | 335.9 KiB | 00m00s
- [239/417] Installing libglvnd-gles-1:1. 100% | 52.4 MiB/s | 107.3 KiB | 00m00s
- [240/417] Installing libglvnd-glx-1:1.7 100% | 119.3 MiB/s | 610.6 KiB | 00m00s
- [241/417] Installing mesa-libGL-0:25.1. 100% | 75.0 MiB/s | 307.2 KiB | 00m00s
- [242/417] Installing libva-0:2.22.0-4.f 100% | 65.1 MiB/s | 333.4 KiB | 00m00s
- [243/417] Installing libavutil-free-0:7 100% | 117.7 MiB/s | 964.2 KiB | 00m00s
- [244/417] Installing libswresample-free 100% | 72.6 MiB/s | 148.7 KiB | 00m00s
- [245/417] Installing gpgme-0:1.24.3-1.f 100% | 20.6 MiB/s | 590.4 KiB | 00m00s
- [246/417] Installing gpgmepp-0:1.24.3-1 100% | 52.5 MiB/s | 430.4 KiB | 00m00s
- [247/417] Installing systemd-devel-0:25 100% | 55.9 MiB/s | 744.1 KiB | 00m00s
- [248/417] Installing dbus-devel-1:1.16. 100% | 26.7 MiB/s | 136.5 KiB | 00m00s
- [249/417] Installing libicu-devel-0:76. 100% | 75.7 MiB/s | 5.1 MiB | 00m00s
- [250/417] Installing libglvnd-core-deve 100% | 40.1 MiB/s | 41.1 KiB | 00m00s
- [251/417] Installing libglvnd-devel-1:1 100% | 151.5 MiB/s | 2.1 MiB | 00m00s
- [252/417] Installing libepoxy-devel-0:1 100% | 176.6 MiB/s | 1.6 MiB | 00m00s
- [253/417] Installing libblkid-devel-0:2 100% | 22.5 MiB/s | 46.0 KiB | 00m00s
- [254/417] Installing xz-devel-1:5.8.1-2 100% | 64.1 MiB/s | 262.6 KiB | 00m00s
- [255/417] Installing libxml2-devel-0:2. 100% | 97.6 MiB/s | 3.4 MiB | 00m00s
- [256/417] Installing libxkbcommon-devel 100% | 88.0 MiB/s | 360.5 KiB | 00m00s
- [257/417] Installing sysprof-capture-de 100% | 54.1 MiB/s | 276.9 KiB | 00m00s
- [258/417] Installing libsepol-devel-0:3 100% | 20.9 MiB/s | 128.3 KiB | 00m00s
- [259/417] Installing poppler-data-0:0.4 100% | 130.4 MiB/s | 12.4 MiB | 00m00s
- [260/417] Installing libpaper-1:2.1.1-8 100% | 24.6 MiB/s | 50.4 KiB | 00m00s
- [261/417] Installing libijs-0:0.35-24.f 100% | 32.5 MiB/s | 66.5 KiB | 00m00s
- [262/417] Installing jbig2dec-libs-0:0. 100% | 55.5 MiB/s | 170.5 KiB | 00m00s
- [263/417] Installing adobe-mappings-pdf 100% | 137.4 MiB/s | 4.4 MiB | 00m00s
- [264/417] Installing graphviz-libs-0:12 100% | 100.6 MiB/s | 1.2 MiB | 00m00s
- [265/417] Installing ncurses-c++-libs-0 100% | 30.2 MiB/s | 154.8 KiB | 00m00s
- [266/417] Installing ncurses-devel-0:6. 100% | 25.8 MiB/s | 1.0 MiB | 00m00s
- [267/417] Installing libedit-devel-0:3. 100% | 32.7 MiB/s | 67.0 KiB | 00m00s
- [268/417] Installing rust-srpm-macros-0 100% | 5.4 MiB/s | 5.6 KiB | 00m00s
- [269/417] Installing qt6-srpm-macros-0: 100% | 722.7 KiB/s | 740.0 B | 00m00s
- [270/417] Installing qt5-srpm-macros-0: 100% | 757.8 KiB/s | 776.0 B | 00m00s
- [271/417] Installing pyproject-srpm-mac 100% | 2.4 MiB/s | 2.5 KiB | 00m00s
- [272/417] Installing filesystem-srpm-ma 100% | 38.0 MiB/s | 38.9 KiB | 00m00s
- [273/417] Installing file-0:5.46-3.fc42 100% | 3.1 MiB/s | 101.7 KiB | 00m00s
- [274/417] Installing efi-srpm-macros-0: 100% | 40.2 MiB/s | 41.1 KiB | 00m00s
- [275/417] Installing dwz-0:0.16-1.fc42. 100% | 10.1 MiB/s | 288.5 KiB | 00m00s
- [276/417] Installing libuv-1:1.51.0-1.f 100% | 93.3 MiB/s | 573.0 KiB | 00m00s
- [277/417] Installing vim-filesystem-2:9 100% | 196.6 KiB/s | 4.7 KiB | 00m00s
- [278/417] Installing bzip2-devel-0:1.0. 100% | 101.2 MiB/s | 310.7 KiB | 00m00s
- [279/417] Installing brotli-0:1.1.0-6.f 100% | 1.2 MiB/s | 32.3 KiB | 00m00s
- [280/417] Installing brotli-devel-0:1.1 100% | 22.1 MiB/s | 68.0 KiB | 00m00s
- [281/417] Installing jbigkit-libs-0:2.1 100% | 40.2 MiB/s | 123.4 KiB | 00m00s
- [282/417] Installing libtiff-0:4.7.1-1. 100% | 87.4 MiB/s | 626.6 KiB | 00m00s
- [283/417] Installing gdk-pixbuf2-module 100% | 18.4 MiB/s | 56.6 KiB | 00m00s
- [284/417] Installing libtiff-devel-0:4. 100% | 199.2 MiB/s | 816.0 KiB | 00m00s
- [285/417] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s
- [286/417] Installing cups-libs-1:2.4.14 100% | 46.6 MiB/s | 620.0 KiB | 00m00s
- [287/417] Installing adwaita-icon-theme 100% | 18.3 MiB/s | 2.4 MiB | 00m00s
- [288/417] Installing adwaita-cursor-the 100% | 184.3 MiB/s | 11.4 MiB | 00m00s
- [289/417] Installing adwaita-icon-theme 100% | 19.7 MiB/s | 1.3 MiB | 00m00s
- [290/417] Installing gettext-envsubst-0 100% | 3.0 MiB/s | 80.2 KiB | 00m00s
- [291/417] Installing gettext-runtime-0: 100% | 16.1 MiB/s | 461.6 KiB | 00m00s
- [292/417] Installing gettext-0:0.23.1-2 100% | 118.1 MiB/s | 5.2 MiB | 00m00s
- [293/417] Installing xprop-0:1.2.8-3.fc 100% | 2.4 MiB/s | 56.1 KiB | 00m00s
- [294/417] Installing at-spi2-core-0:2.5 100% | 128.2 MiB/s | 1.5 MiB | 00m00s
- [295/417] Installing atk-0:2.56.6-1.fc4 100% | 81.4 MiB/s | 250.0 KiB | 00m00s
- [296/417] Installing at-spi2-atk-0:2.56 100% | 67.8 MiB/s | 277.7 KiB | 00m00s
- [297/417] Installing python3-packaging- 100% | 61.6 MiB/s | 568.0 KiB | 00m00s
- [298/417] Installing netpbm-0:11.10.00- 100% | 141.5 MiB/s | 579.4 KiB | 00m00s
- [299/417] Installing gts-0:0.7.6-50.201 100% | 22.0 MiB/s | 675.5 KiB | 00m00s
- [300/417] Installing libvmaf-0:3.0.0-3. 100% | 115.6 MiB/s | 828.4 KiB | 00m00s
- [301/417] Installing libaom-0:3.13.1-1. 100% | 132.4 MiB/s | 5.0 MiB | 00m00s
- [302/417] Installing cpuinfo-0:24.09.26 100% | 4.3 MiB/s | 109.7 KiB | 00m00s
- [303/417] Installing svt-av1-libs-0:2.3 100% | 133.9 MiB/s | 5.6 MiB | 00m00s
- [304/417] Installing libavif-0:1.1.1-1. 100% | 70.1 MiB/s | 215.2 KiB | 00m00s
- [305/417] Installing add-determinism-0: 100% | 61.7 MiB/s | 2.5 MiB | 00m00s
- [306/417] Installing build-reproducibil 100% | 1.0 MiB/s | 1.0 KiB | 00m00s
- [307/417] Installing zip-0:3.0-43.fc42. 100% | 25.4 MiB/s | 702.4 KiB | 00m00s
- [308/417] Installing zig-srpm-macros-0: 100% | 1.6 MiB/s | 1.7 KiB | 00m00s
- [309/417] Installing tree-sitter-srpm-m 100% | 7.2 MiB/s | 7.4 KiB | 00m00s
- [310/417] Installing perl-srpm-macros-0 100% | 1.1 MiB/s | 1.1 KiB | 00m00s
- [311/417] Installing package-notes-srpm 100% | 2.0 MiB/s | 2.0 KiB | 00m00s
- [312/417] Installing openblas-srpm-macr 100% | 382.8 KiB/s | 392.0 B | 00m00s
- [313/417] Installing ocaml-srpm-macros- 100% | 2.1 MiB/s | 2.2 KiB | 00m00s
- [314/417] Installing lua-srpm-macros-0: 100% | 1.9 MiB/s | 1.9 KiB | 00m00s
- [315/417] Installing kernel-srpm-macros 100% | 2.3 MiB/s | 2.3 KiB | 00m00s
- [316/417] Installing gnat-srpm-macros-0 100% | 1.2 MiB/s | 1.3 KiB | 00m00s
- [317/417] Installing ghc-srpm-macros-0: 100% | 1.0 MiB/s | 1.0 KiB | 00m00s
- [318/417] Installing fpc-srpm-macros-0: 100% | 410.2 KiB/s | 420.0 B | 00m00s
- [319/417] Installing ansible-srpm-macro 100% | 35.4 MiB/s | 36.2 KiB | 00m00s
- [320/417] Installing forge-srpm-macros- 100% | 39.3 MiB/s | 40.3 KiB | 00m00s
- [321/417] Installing fonts-srpm-macros- 100% | 27.8 MiB/s | 57.0 KiB | 00m00s
- [322/417] Installing go-srpm-macros-0:3 100% | 61.6 MiB/s | 63.0 KiB | 00m00s
- [323/417] Installing python-srpm-macros 100% | 12.7 MiB/s | 52.2 KiB | 00m00s
- [324/417] Installing redhat-rpm-config- 100% | 5.5 MiB/s | 192.2 KiB | 00m00s
- [325/417] Installing pcre2-utf32-0:10.4 100% | 98.2 MiB/s | 603.1 KiB | 00m00s
- [326/417] Installing pcre2-utf16-0:10.4 100% | 61.2 MiB/s | 627.2 KiB | 00m00s
- [327/417] Installing pcre2-devel-0:10.4 100% | 63.4 MiB/s | 2.1 MiB | 00m00s
- [328/417] Installing libselinux-devel-0 100% | 31.6 MiB/s | 161.6 KiB | 00m00s
- [329/417] Installing libmount-devel-0:2 100% | 21.0 MiB/s | 64.5 KiB | 00m00s
- [330/417] Installing glib2-devel-0:2.84 100% | 112.8 MiB/s | 15.9 MiB | 00m00s
- [331/417] Installing atk-devel-0:2.56.6 100% | 287.5 MiB/s | 6.0 MiB | 00m00s
- [332/417] Installing gdk-pixbuf2-devel- 100% | 71.8 MiB/s | 2.3 MiB | 00m00s
- [333/417] Installing at-spi2-core-devel 100% | 310.1 MiB/s | 4.3 MiB | 00m00s
- [334/417] Installing at-spi2-atk-devel- 100% | 1.1 MiB/s | 2.2 KiB | 00m00s
- [335/417] Installing hicolor-icon-theme 100% | 5.7 MiB/s | 179.5 KiB | 00m00s
- [336/417] Installing libimagequant-0:4. 100% | 86.2 MiB/s | 705.9 KiB | 00m00s
- [337/417] Installing libXpm-0:3.5.17-5. 100% | 75.1 MiB/s | 153.7 KiB | 00m00s
- [338/417] Installing gmp-c++-1:6.3.0-4. 100% | 13.9 MiB/s | 28.5 KiB | 00m00s
- [339/417] Installing rhash-0:1.4.5-2.fc 100% | 13.4 MiB/s | 356.4 KiB | 00m00s
- [340/417] Installing jsoncpp-0:1.9.6-1. 100% | 64.2 MiB/s | 263.1 KiB | 00m00s
- [341/417] Installing cmake-0:3.31.6-2.f 100% | 118.0 MiB/s | 34.2 MiB | 00m00s
- [342/417] Installing cmake-data-0:3.31. 100% | 31.7 MiB/s | 9.1 MiB | 00m00s
- [343/417] Installing llvm-static-0:20.1 100% | 169.6 MiB/s | 365.2 MiB | 00m02s
- [344/417] Installing llvm-googletest-0: 100% | 70.5 MiB/s | 2.5 MiB | 00m00s
- [345/417] Installing llvm-devel-0:20.1. 100% | 55.7 MiB/s | 29.6 MiB | 00m01s
- [346/417] Installing google-noto-fonts- 100% | 9.0 MiB/s | 18.5 KiB | 00m00s
- [347/417] Installing google-noto-sans-v 100% | 107.0 MiB/s | 1.4 MiB | 00m00s
- [348/417] Installing default-fonts-core 100% | 3.0 MiB/s | 18.2 KiB | 00m00s
- [349/417] Installing fontconfig-0:2.16. 100% | 604.9 KiB/s | 783.9 KiB | 00m01s
- [350/417] Installing cairo-0:1.18.2-3.f 100% | 77.5 MiB/s | 1.8 MiB | 00m00s
- [351/417] Installing cairo-gobject-0:1. 100% | 17.6 MiB/s | 36.0 KiB | 00m00s
- [352/417] Installing libXft-0:2.3.8-8.f 100% | 41.5 MiB/s | 169.9 KiB | 00m00s
- [353/417] Installing pango-0:1.56.4-2.f 100% | 24.1 MiB/s | 1.0 MiB | 00m00s
- [354/417] Installing gtk3-0:3.24.49-2.f 100% | 155.2 MiB/s | 23.1 MiB | 00m00s
- [355/417] Installing rsvg-pixbuf-loader 100% | 83.1 MiB/s | 340.5 KiB | 00m00s
- [356/417] Installing librsvg2-0:2.60.0- 100% | 131.4 MiB/s | 5.0 MiB | 00m00s
- [357/417] Installing gtksourceview3-0:3 100% | 102.8 MiB/s | 2.9 MiB | 00m00s
- [358/417] Installing libdecor-0:0.2.4-1 100% | 41.0 MiB/s | 167.8 KiB | 00m00s
- [359/417] Installing SDL3-0:3.2.24-1.fc 100% | 134.1 MiB/s | 2.7 MiB | 00m00s
- [360/417] Installing sdl2-compat-0:2.32 100% | 98.0 MiB/s | 401.4 KiB | 00m00s
- [361/417] Installing sdl12-compat-0:1.2 100% | 64.2 MiB/s | 197.2 KiB | 00m00s
- [362/417] Installing libvisual-1:0.4.2- 100% | 16.7 MiB/s | 497.1 KiB | 00m00s
- [363/417] Installing gstreamer1-plugins 100% | 115.2 MiB/s | 7.4 MiB | 00m00s
- [364/417] Installing xdg-desktop-portal 100% | 35.0 MiB/s | 1.9 MiB | 00m00s
- [365/417] Installing lasi-0:1.1.3-16.fc 100% | 43.0 MiB/s | 132.2 KiB | 00m00s
- [366/417] Installing harfbuzz-cairo-0:1 100% | 17.2 MiB/s | 53.0 KiB | 00m00s
- [367/417] Installing fontconfig-devel-0 100% | 30.2 MiB/s | 154.4 KiB | 00m00s
- [368/417] Installing freetype-devel-0:2 100% | 185.7 MiB/s | 8.5 MiB | 00m00s
- [369/417] Installing cairo-devel-0:1.18 100% | 327.3 MiB/s | 2.3 MiB | 00m00s
- [370/417] Installing harfbuzz-devel-0:1 100% | 123.6 MiB/s | 5.2 MiB | 00m00s
- [371/417] Installing cairo-gobject-deve 100% | 7.4 MiB/s | 7.6 KiB | 00m00s
- [372/417] Installing libXft-devel-0:2.3 100% | 21.6 MiB/s | 44.3 KiB | 00m00s
- [373/417] Installing pango-devel-0:1.56 100% | 108.4 MiB/s | 1.5 MiB | 00m00s
- [374/417] Installing gtk3-devel-0:3.24. 100% | 199.1 MiB/s | 34.2 MiB | 00m00s
- [375/417] Installing libgxps-0:0.3.2-10 100% | 63.3 MiB/s | 194.3 KiB | 00m00s
- [376/417] Installing gd-0:2.3.3-18.fc42 100% | 56.5 MiB/s | 404.7 KiB | 00m00s
- [377/417] Installing libgs-0:10.05.1-4. 100% | 157.3 MiB/s | 23.6 MiB | 00m00s
- [378/417] Installing poppler-0:25.02.0- 100% | 137.5 MiB/s | 3.7 MiB | 00m00s
- [379/417] Installing poppler-glib-0:25. 100% | 99.8 MiB/s | 613.3 KiB | 00m00s
- [380/417] Installing libbluray-0:1.3.4- 100% | 97.5 MiB/s | 399.2 KiB | 00m00s
- [381/417] Installing libaribcaption-0:1 100% | 61.0 MiB/s | 249.9 KiB | 00m00s
- [382/417] Installing libavcodec-free-0: 100% | 134.3 MiB/s | 9.8 MiB | 00m00s
- [383/417] Installing libchromaprint-0:1 100% | 32.3 MiB/s | 66.1 KiB | 00m00s
- [384/417] Installing libavformat-free-0 100% | 116.9 MiB/s | 2.6 MiB | 00m00s
- [385/417] Installing localsearch-0:3.9. 100% | 44.5 MiB/s | 3.9 MiB | 00m00s
- [386/417] Installing graphviz-0:12.2.1- 100% | 103.0 MiB/s | 20.8 MiB | 00m00s
- [387/417] Installing gtksourceview3-dev 100% | 235.0 MiB/s | 3.1 MiB | 00m00s
- [388/417] Installing xdg-desktop-portal 100% | 14.6 MiB/s | 477.2 KiB | 00m00s
- [389/417] Installing libcanberra-gtk3-0 100% | 2.4 MiB/s | 82.0 KiB | 00m00s
- [390/417] Installing clang-devel-0:20.1 100% | 99.1 MiB/s | 28.6 MiB | 00m00s
- [391/417] Installing gmp-devel-1:6.3.0- 100% | 115.3 MiB/s | 354.1 KiB | 00m00s
- [392/417] Installing avif-pixbuf-loader 100% | 1.0 MiB/s | 20.2 KiB | 00m00s
- [393/417] Installing intel-vpl-gpu-rt-0 100% | 131.4 MiB/s | 11.7 MiB | 00m00s
- [394/417] Installing intel-mediasdk-0:2 100% | 181.3 MiB/s | 22.5 MiB | 00m00s
- [395/417] Installing libomp-devel-0:20. 100% | 36.8 MiB/s | 1.5 MiB | 00m00s
- >>> Running sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished sysusers scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Creating group 'pipewire' with GID 992.
- >>> Creating user 'pipewire' (PipeWire System Daemon) with UID 992 and GID 992.
- >>>
- [396/417] Installing pipewire-0:1.4.9-1 100% | 5.6 MiB/s | 437.6 KiB | 00m00s
- >>> Running %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire.socket'
- >>>
- [397/417] Installing pipewire-alsa-0:1. 100% | 39.0 MiB/s | 159.6 KiB | 00m00s
- [398/417] Installing pipewire-pulseaudi 100% | 6.5 MiB/s | 444.2 KiB | 00m00s
- >>> Running %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Finished %post scriptlet: pipewire-pulseaudio-0:1.4.9-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/sockets.target.wants/pipewire-pulse.socke
- >>>
- [399/417] Installing pipewire-plugin-li 100% | 36.0 MiB/s | 147.3 KiB | 00m00s
- [400/417] Installing glib-networking-0: 100% | 92.5 MiB/s | 757.8 KiB | 00m00s
- [401/417] Installing upower-0:1.90.10-1 100% | 4.8 MiB/s | 286.1 KiB | 00m00s
- >>> Running %post scriptlet: upower-0:1.90.10-1.fc42.x86_64
- >>> Finished %post scriptlet: upower-0:1.90.10-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/graphical.target.wants/upower.service'
- >>>
- [402/417] Installing jxl-pixbuf-loader- 100% | 14.7 MiB/s | 30.2 KiB | 00m00s
- [403/417] Installing exiv2-0:0.28.6-2.f 100% | 244.9 MiB/s | 12.2 MiB | 00m00s
- [404/417] Installing libcamera-ipa-0:0. 100% | 77.0 MiB/s | 551.9 KiB | 00m00s
- [405/417] Installing gi-docgen-fonts-0: 100% | 3.8 KiB/s | 124.0 B | 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.
- >>>
- [406/417] Installing usbmuxd-0:1.1.1^20 100% | 2.7 MiB/s | 151.5 KiB | 00m00s
- [407/417] Installing compiler-rt-0:20.1 100% | 190.8 MiB/s | 40.5 MiB | 00m00s
- [408/417] Installing webp-pixbuf-loader 100% | 14.5 MiB/s | 29.8 KiB | 00m00s
- [409/417] Installing mesa-va-drivers-0: 100% | 960.9 KiB/s | 984.0 B | 00m00s
- [410/417] Installing tinysparql-0:3.9.2 100% | 41.5 MiB/s | 2.5 MiB | 00m00s
- [411/417] Installing adwaita-mono-fonts 100% | 150.8 MiB/s | 5.4 MiB | 00m00s
- [412/417] Installing adwaita-sans-fonts 100% | 66.1 MiB/s | 1.7 MiB | 00m00s
- [413/417] Installing logrotate-0:3.22.0 100% | 2.5 MiB/s | 151.6 KiB | 00m00s
- >>> Running %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Finished %post scriptlet: logrotate-0:3.22.0-3.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/system/timers.target.wants/logrotate.timer'
- >>>
- [414/417] Installing low-memory-monitor 100% | 2.1 MiB/s | 67.7 KiB | 00m00s
- [415/417] Installing dconf-0:0.40.0-15. 100% | 5.7 MiB/s | 320.0 KiB | 00m00s
- [416/417] Installing libatomic-0:15.2.1 100% | 18.3 MiB/s | 37.5 KiB | 00m00s
- [417/417] Installing perl-Pod-Html-0:1. 100% | 21.7 KiB/s | 43.8 KiB | 00m02s
- >>> Running %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Finished %posttrans scriptlet: wireplumber-0:0.5.12-1.fc42.x86_64
- >>> Scriptlet output:
- >>> Created symlink '/etc/systemd/user/pipewire-session-manager.service'
- >>> Created symlink '/etc/systemd/user/pipewire.service.wants/wireplumber.servic
- >>>
- Complete!
+ /usr/sbin/rpm "-q" "--whatprovides" "cairo-devel" "clang" "clang-devel" "cmake" "gmp-devel" "graphviz" "gtk3-devel" "gtksourceview3-devel" "llvm-devel" "pcre2-devel" "perl-Pod-Html" "redhat-rpm-config" "zlib-devel" "zlib-ng-compat-devel"
- cairo-devel-1.18.2-3.fc42.x86_64
- clang-20.1.8-4.fc42.x86_64
- clang-devel-20.1.8-4.fc42.x86_64
- cmake-3.31.6-2.fc42.x86_64
- gmp-devel-6.3.0-4.fc42.x86_64
- graphviz-12.2.1-8.fc42.x86_64
- gtk3-devel-3.24.49-2.fc42.x86_64
- gtksourceview3-devel-3.24.11-15.fc42.x86_64
- llvm-devel-20.1.8-4.fc42.x86_64
- pcre2-devel-10.46-1.fc42.x86_64
- perl-Pod-Html-1.35-519.fc42.noarch
- redhat-rpm-config-342-4.fc42.noarch
- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64
- zlib-ng-compat-devel-2.2.5-2.fc42.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo.2.6.2, alt-ergo-lib.2.6.2, alt-ergo-parsers.2.6.2 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved cairo2.0.6.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlp5.8.04.00 (cached)
-> retrieved camlp5-buildscripts.0.06 (cached)
-> retrieved camlzip.1.13 (cached)
-> retrieved cmdliner.1.3.0 (cached)
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-libclang.19 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-which.1
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-clang.2
-> retrieved cstruct.6.2.0 (cached)
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10 (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> installed cmdliner.1.3.0
-> retrieved frama-c.32.0~beta (cached)
-> retrieved frama-clang.0.0.19~beta (cached)
-> retrieved gen.1.1 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved hmap.0.8.1 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved not-ocamlfind.0.14 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-simplex.0.5.1 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pcre2.8.0.4 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved pp_loc.2.1.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_blob.0.9.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yaml.0.4.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved psmt2-frontend.0.4.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved spelll.0.4 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved unionFind.20250818 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (cached)
-> installed num.1.6
-> retrieved yaml.3.2.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed hmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed dune.3.20.2
-> installed bos.0.2.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed gen.1.1
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed ocplib-simplex.0.5.1
-> installed pp.2.0.0
-> installed pp_loc.2.1.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed spelll.0.4
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed dune-build-info.3.20.2
-> installed ordering.3.20.2
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.20.2
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.17.0
-> installed dyn.3.20.2
-> installed dune-compiledb.0.6.0
-> installed cairo2.0.6.5
-> installed pcre2.8.0.4
-> installed stdune.3.20.2
-> installed ctypes.0.24.0
-> installed base.v0.17.3
-> installed lablgtk3.3.1.5
-> installed stdio.v0.17.0
-> installed dune-private-libs.3.20.2
-> installed lablgtk3-sourceview3.3.1.5
-> installed yaml.3.2.0
-> installed menhir.20250912
-> installed dune-site.3.20.2
-> installed psmt2-frontend.0.4.0
-> installed ppxlib.0.37.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_blob.0.9.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_deriving_yaml.0.4.1
-> installed ppx_deriving.6.1.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed dolmen.0.10
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed dolmen_type.0.10
-> installed jst-config.v0.17.0
-> installed dolmen_loop.0.10
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed alt-ergo-lib.2.6.2
-> installed alt-ergo-parsers.2.6.2
-> installed alt-ergo.2.6.2
-> installed why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0~beta
#=== ERROR while compiling conf-libclang.19 ===================================#
# context 2.5.0~rc1 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/conf-libclang.19
# command ~/.opam/opam-init/hooks/sandbox.sh build bash -ex configure.sh 19
# exit-code 127
# env-file ~/.opam/log/conf-libclang-7-f0a16a.env
# output-file ~/.opam/log/conf-libclang-7-f0a16a.out
### output ###
# + set -ex
# + '[' 1 '!=' 1 ']'
# + '[' 19 -lt 3 ']'
# + maximum_version=19
# + shopt -s nullglob
# ++ seq 19 -1 3
# + for version in default $(seq $maximum_version -1 3)
# + '[' default = default ']'
# + for kind in system brew none
# + case $kind in
# ++ command -v llvm-config
# + llvm_config=/usr/sbin/llvm-config
# ++ /usr/sbin/llvm-config --version
# + llvm_version=20.1.8
# + next_version=20
# ++ printf '20\n20'
# ++ sort -n
# ++ head -n1
# + '[' 20 = 20 ']'
# + continue
# + for kind in system brew none
# + case $kind in
# ++ brew --prefix
# configure.sh: line 33: brew: command not found
# + llvm_config=/opt/llvm/bin/llvm-config
# + continue
# + for kind in system brew none
# + case $kind in
# + break
# + '[' none == none ']'
# + continue
# + for version in default $(seq $maximum_version -1 3)
# + '[' 19 = default ']'
# + hash brew
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19.0
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config190
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19-32
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19-64
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-mp-19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-mp-19.0
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib64/llvm/19/bin/llvm-config
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib/llvm/19/bin/llvm-config
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib/llvm19/bin/llvm-config
# + llvm_config=
# + continue
# + '[' -z 20.1.8 ']'
# ++ --cflags
# configure.sh: line 74: --cflags: command not found
# + LLVM_CFLAGS=
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-libclang 19
+-
+- The following changes have been performed (the rest was aborted)
| - install alt-ergo 2.6.2
| - install alt-ergo-lib 2.6.2
| - install alt-ergo-parsers 2.6.2
| - install astring 0.8.5
| - install base v0.17.3
| - install bos 0.2.1
| - install cairo2 0.6.5
| - install camlp-streams 5.0.1
| - install camlp5 8.04.00
| - install camlp5-buildscripts 0.06
| - install camlzip 1.13
| - install cmdliner 1.3.0
| - install conf-bash 1
| - install conf-cairo 1
| - install conf-clang 2
| - install conf-cmake 1
| - install conf-gmp 5
| - install conf-graphviz 0.1
| - install conf-gtk3 18
| - install conf-gtksourceview3 0+2
| - install conf-libpcre2-8 2
| - install conf-m4 1
| - install conf-perl 2
| - install conf-pkg-config 4
| - install conf-which 1
| - install conf-zlib 1
| - install cppo 1.8.0
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install ctypes 0.24.0
| - install dolmen 0.10
| - install dolmen_loop 0.10
| - install dolmen_type 0.10
| - install dune 3.20.2
| - install dune-build-info 3.20.2
| - install dune-compiledb 0.6.0
| - install dune-configurator 3.20.2
| - install dune-private-libs 3.20.2
| - install dune-site 3.20.2
| - install dyn 3.20.2
| - install ezjsonm 1.3.0
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install frama-c 32.0~beta
| - install gen 1.1
| - install hex 1.5.0
| - install hmap 0.8.1
| - install integers 0.7.0
| - install jane-street-headers v0.17.0
| - install jsonm 1.0.2
| - install jst-config v0.17.0
| - install lablgtk3 3.1.5
| - install lablgtk3-sourceview3 3.1.5
| - install logs 0.10.0
| - install menhir 20250912
| - install menhirCST 20250912
| - install menhirLib 20250912
| - install menhirSdk 20250912
| - install not-ocamlfind 0.14
| - install num 1.6
| - install ocaml-compiler-libs v0.17.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocamlgraph 2.2.0
| - install ocplib-simplex 0.5.1
| - install ordering 3.20.2
| - install parsexp v0.17.0
| - install pcre2 8.0.4
| - install pp 2.0.0
| - install pp_loc 2.1.0
| - install ppx_assert v0.17.0
| - install ppx_base v0.17.0
| - install ppx_blob 0.9.0
| - install ppx_cold v0.17.0
| - install ppx_compare v0.17.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.1.1
| - install ppx_deriving_yaml 0.4.1
| - install ppx_deriving_yojson 3.10.0
| - install ppx_enumerate v0.17.0
| - install ppx_globalize v0.17.2
| - install ppx_hash v0.17.0
| - install ppx_here v0.17.0
| - install ppx_inline_test v0.17.1
| - install ppx_optcomp v0.17.1
| - install ppx_sexp_conv v0.17.1
| - install ppxlib 0.37.0
| - install ppxlib_jane v0.17.4
| - install psmt2-frontend 0.4.0
| - install re 1.14.0
| - install rresult 0.7.0
| - install seq base
| - install sexplib v0.17.0
| - install sexplib0 v0.17.0
| - install spelll 0.4
| - install stdio v0.17.0
| - install stdlib-shims 0.3.0
| - install stdune 3.20.2
| - install time_now v0.17.0
| - install topkg 1.1.1
| - install unionFind 20250818
| - install uutf 1.0.4
| - install why3 1.8.2
| - install yaml 3.2.0
| - install yojson 3.0.0
| - install zarith 1.14
+-
<><> frama-c.32.0~beta installed successfully <><><><><><><><><><><><><><><><><>
=> The Frama-C/WP plug-in requires one or more external prover(s).
Recommended provers are:
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
- CVC4 (https://cvc4.github.io)
- CVC5 (https://cvc5.github.io)
- Z3 (https://github.com/Z3Prover/z3)
Use 'why3 config detect' to configure new provers.
Â
=> Ivette is a new GUI for Frama-C, currently in development.
Run 'ivette' once to finalize installation (requires an internet connection).
Once finalized, 'ivette' will work offline.
Finalization also requires Node v20 or v22 and Yarn:
- install NVM (https://github.com/nvm-sh/nvm)
- run 'nvm install 22'
- run 'nvm use 22'
- run 'npm install --global yarn'
# 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/5.4/.opam-switch/backup/state-20251127221956.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.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing: conf-libclang.19
"/usr/bin/env" "bash" "-c" "opam reinstall frama-clang.0.0.19~beta;
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" != 'frama-clang.0.0.19~beta' && 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
2025-11-27 22:25.57: Job failed: Failed: Build failed
2025-11-27 22:25.57: Log analysis:
2025-11-27 22:25.57: >>>
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
(score = 20)
2025-11-27 22:25.57: >>>
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
(score = 100)
2025-11-27 22:25.57: [SKIP] Failure ignored