(for PR #28495)

2026-05-04 08:20.05: New job: build efl.1.17.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on opensuse-16.0-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28495/head" && git reset --hard f8e3c652
git fetch origin master
git merge --no-edit 7d5cbdbc1151b699e44529b13fd680723b359453
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn efl.1.17.0 1.17.0
RUN opam reinstall efl.1.17.0; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.17.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-05-04 08:20.05: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73-efl.1.17.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.17.0;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-04 08:20.05: Waiting for resource in pool OCluster
2026-05-04 08:27.46: Waiting for worker…
2026-05-04 08:33.05: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
HEAD is now at 7d5cbdbc11 Merge pull request #29840 from mtelvers/opam-publish-dockerfile-cmd.8.3.7
Merge made by the 'ort' strategy.
 packages/efl/efl.1.12.0/opam | 2 +-
 packages/efl/efl.1.13.0/opam | 2 +-
 packages/efl/efl.1.17.0/opam | 2 +-
 packages/efl/efl.1.18.0/opam | 2 +-
 packages/efl/efl.1.19.0/opam | 2 +-
 packages/efl/efl.1.20.0/opam | 2 +-
 packages/efl/efl.1.22.0/opam | 2 +-
 packages/efl/efl.1.24.0/opam | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73' locally
docker.io/ocaml/opam@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73: Pulling from ocaml/opam
64cfa2a65095: Already exists
4f3f07fb8dca: Pulling fs layer
f06a30c69b2b: Pulling fs layer
cb58d6759551: Pulling fs layer
e4c7ece8beda: Pulling fs layer
4f3f07fb8dca: Waiting
f06a30c69b2b: Waiting
7e24921366d8: Pulling fs layer
cb58d6759551: Waiting
139bc6893a21: Pulling fs layer
e4c7ece8beda: Waiting
8f8ec5fe1131: Pulling fs layer
139bc6893a21: Waiting
7e24921366d8: Waiting
167aa6b24f51: Pulling fs layer
8f8ec5fe1131: Waiting
2b32eb3952f5: Pulling fs layer
bb1d96150594: Pulling fs layer
167aa6b24f51: Waiting
2a97cc066d6c: Pulling fs layer
2b32eb3952f5: Waiting
32ec1521ea5a: Pulling fs layer
fa7a1b253e93: Pulling fs layer
bb1d96150594: Waiting
2a97cc066d6c: Waiting
ad8491c454c1: Pulling fs layer
32ec1521ea5a: Waiting
fa7a1b253e93: Waiting
aab7fb461c8c: Pulling fs layer
ad8491c454c1: Waiting
13249f94528f: Pulling fs layer
aab7fb461c8c: Waiting
e87bb5430a74: Pulling fs layer
f268b0bbc31b: Pulling fs layer
e87bb5430a74: Waiting
4f4fb700ef54: Pulling fs layer
13249f94528f: Waiting
56aafea665c0: Pulling fs layer
ea5c29f7d2aa: Pulling fs layer
48ee49b1d4d1: Pulling fs layer
ea5c29f7d2aa: Waiting
49b6d1ef095a: Pulling fs layer
48ee49b1d4d1: Waiting
1f915ffb050d: Pulling fs layer
49b6d1ef095a: Waiting
0d353b61202c: Pulling fs layer
4f4fb700ef54: Waiting
c9d513a4982c: Pulling fs layer
cff4c3dc8ddb: Pulling fs layer
0d353b61202c: Waiting
aaa6a82df3b1: Pulling fs layer
9424019dac11: Pulling fs layer
cff4c3dc8ddb: Waiting
c9d513a4982c: Waiting
aaa6a82df3b1: Waiting
1f915ffb050d: Waiting
4972a8bf32a4: Pulling fs layer
9424019dac11: Waiting
5b8604bd9f48: Pulling fs layer
f1f95405e27a: Pulling fs layer
251bb517e544: Pulling fs layer
69633f8038e0: Pulling fs layer
7c5097f2d758: Pulling fs layer
251bb517e544: Waiting
6eb236992af8: Pulling fs layer
e86f58322566: Pulling fs layer
69633f8038e0: Waiting
967279cb9fce: Pulling fs layer
7c5097f2d758: Waiting
cbb963c8cb04: Pulling fs layer
3b3ea200b6be: Pulling fs layer
6eb236992af8: Waiting
d415d410b0fc: Pulling fs layer
a790f4e8c42a: Pulling fs layer
f1f95405e27a: Waiting
cbb963c8cb04: Waiting
d415d410b0fc: Waiting
a790f4e8c42a: Waiting
5b8604bd9f48: Waiting
3b3ea200b6be: Waiting
967279cb9fce: Waiting
e86f58322566: Waiting
4f3f07fb8dca: Verifying Checksum
4f3f07fb8dca: Download complete
4f3f07fb8dca: Pull complete
f06a30c69b2b: Verifying Checksum
f06a30c69b2b: Download complete
e4c7ece8beda: Verifying Checksum
e4c7ece8beda: Download complete
7e24921366d8: Verifying Checksum
7e24921366d8: Download complete
cb58d6759551: Verifying Checksum
cb58d6759551: Download complete
139bc6893a21: Verifying Checksum
139bc6893a21: Download complete
8f8ec5fe1131: Verifying Checksum
8f8ec5fe1131: Download complete
167aa6b24f51: Verifying Checksum
167aa6b24f51: Download complete
bb1d96150594: Verifying Checksum
bb1d96150594: Download complete
2a97cc066d6c: Verifying Checksum
2a97cc066d6c: Download complete
2b32eb3952f5: Verifying Checksum
2b32eb3952f5: Download complete
32ec1521ea5a: Verifying Checksum
32ec1521ea5a: Download complete
fa7a1b253e93: Verifying Checksum
fa7a1b253e93: Download complete
ad8491c454c1: Verifying Checksum
ad8491c454c1: Download complete
aab7fb461c8c: Verifying Checksum
aab7fb461c8c: Download complete
e87bb5430a74: Download complete
13249f94528f: Verifying Checksum
13249f94528f: Download complete
f268b0bbc31b: Verifying Checksum
f268b0bbc31b: Download complete
f06a30c69b2b: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
56aafea665c0: Verifying Checksum
56aafea665c0: Download complete
ea5c29f7d2aa: Download complete
48ee49b1d4d1: Download complete
49b6d1ef095a: Verifying Checksum
49b6d1ef095a: Download complete
1f915ffb050d: Verifying Checksum
1f915ffb050d: Download complete
0d353b61202c: Verifying Checksum
0d353b61202c: Download complete
c9d513a4982c: Download complete
cff4c3dc8ddb: Download complete
aaa6a82df3b1: Verifying Checksum
aaa6a82df3b1: Download complete
9424019dac11: Download complete
4972a8bf32a4: Verifying Checksum
4972a8bf32a4: Download complete
5b8604bd9f48: Download complete
251bb517e544: Verifying Checksum
251bb517e544: Download complete
7c5097f2d758: Verifying Checksum
7c5097f2d758: Download complete
6eb236992af8: Verifying Checksum
6eb236992af8: Download complete
e86f58322566: Verifying Checksum
e86f58322566: Download complete
967279cb9fce: Verifying Checksum
967279cb9fce: Download complete
f1f95405e27a: Verifying Checksum
f1f95405e27a: Download complete
3b3ea200b6be: Verifying Checksum
3b3ea200b6be: Download complete
d415d410b0fc: Verifying Checksum
d415d410b0fc: Download complete
a790f4e8c42a: Verifying Checksum
a790f4e8c42a: Download complete
69633f8038e0: Verifying Checksum
69633f8038e0: Download complete
cbb963c8cb04: Verifying Checksum
cbb963c8cb04: Download complete
cb58d6759551: Pull complete
e4c7ece8beda: Pull complete
7e24921366d8: Pull complete
139bc6893a21: Pull complete
8f8ec5fe1131: Pull complete
167aa6b24f51: Pull complete
2b32eb3952f5: Pull complete
bb1d96150594: Pull complete
2a97cc066d6c: Pull complete
32ec1521ea5a: Pull complete
fa7a1b253e93: Pull complete
ad8491c454c1: Pull complete
aab7fb461c8c: Pull complete
13249f94528f: Pull complete
e87bb5430a74: Pull complete
f268b0bbc31b: Pull complete
4f4fb700ef54: Pull complete
56aafea665c0: Pull complete
ea5c29f7d2aa: Pull complete
48ee49b1d4d1: Pull complete
49b6d1ef095a: Pull complete
1f915ffb050d: Pull complete
0d353b61202c: Pull complete
c9d513a4982c: Pull complete
cff4c3dc8ddb: Pull complete
aaa6a82df3b1: Pull complete
9424019dac11: Pull complete
4972a8bf32a4: Pull complete
5b8604bd9f48: Pull complete
f1f95405e27a: Pull complete
251bb517e544: Pull complete
69633f8038e0: Pull complete
7c5097f2d758: Pull complete
6eb236992af8: Pull complete
e86f58322566: Pull complete
967279cb9fce: Pull complete
cbb963c8cb04: Pull complete
3b3ea200b6be: Pull complete
d415d410b0fc: Pull complete
a790f4e8c42a: Pull complete
Digest: sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73
Status: Downloaded newer image for ocaml/opam@sha256:211015c91ca4a4e6c8076b9dfe13af8c0d74ea19e685479fb3711a6cb22a7f73
2026-05-04 08:33.26 ---> using "3a3ed2032c6c943362881e9762a8f24cc5a05653abf32a1a636d3df57fe930e7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-04 08:33.26 ---> using "7cbc7b1e712b06c46e947272fa012a2fdc4f85185a5640b2b5702db6986cb568" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches
[default] Initialised
2026-05-04 08:33.26 ---> using "c3e8aaa00d3d844e587dd7758cd657920f9e02717fe65538e8687671e0cae027" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-leap os-version=16.0
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         2 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-05-04 08:33.26 ---> using "ee8096c5edfd20b0c28ab4e9dc580b22e5765fb112806e97fc9c17ad12690ea3" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-04 08:33.26 ---> using "74c4b8a0e180ef8ddc2a2e95cdaef651d17750d6f74b69d4f1dba89b346ab363" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:33.27 ---> using "1d53eca656d6f4c495a307db1d67d442ed1e3d7745911a924b8a218c24f2a613" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-04 08:33.34 ---> saved as "072157d4daffa76ba65b67b2353103cb357fa16108e7d3c26af6520f7cc34fcb"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [...
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026 (expires in 46 days)
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .
- .
- ...
- ......
- ....
- ...
- ....
- .........
- .......
- ...
- ........
- ...
- ....
- .
- done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-04 08:34.21 ---> saved as "e78cfcc37a722ee1ab8d022ee95b12212c37296194665109c906312778fb3b66"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.17.0 1.17.0"))
efl is now pinned to version 1.17.0
2026-05-04 08:34.23 ---> saved as "5a79497e504ab3db76554d8ea91f33322b44313c34e38b0f3020a02e2c87f06f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.17.0;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'efl.1.17.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
efl.1.17.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  - install conf-efl        1.8             [required by efl]
  - install conf-pkg-config 4               [required by conf-efl]
  - install efl             1.17.0 (pinned)
  - install ocamlbuild      0.16.1          [required by efl]
  - install ocamlfind       1.9.8           [required by efl]

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

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

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper 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/bin/sudo "zypper" "--non-interactive" "install" "efl-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 284 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-dri-devel Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libGLESv2-devel Mesa-libglapi0 cairo-devel dav1d-devel dbus-1-daemon dbus-1-devel efl efl-devel flac-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders giflib-devel gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools glu-devel graphite2-devel gstreamer gstreamer-devel gstreamer-plugins-base gstreamer-plugins-base-devel gstreamer-utils harfbuzz-devel keyutils-devel krb5-devel libBulletFileLoader3_17 libBulletInverseDynamicsUtils3_17 libBulletWorldImporter3_17 libBulletXmlWorldImporter3_17 libConvexDecomposition3_17 libFLAC++10 libFLAC12 libGIMPACTUtils3_17 libGLU1 libHACD3_17 libLLVM19 libSDL-1_2-0 libSDL2-2_0-0 libSPIRV-Tools-2025_1_rc1 libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage1 libXdmcp-devel libXdmcp6 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXp-devel libXp6 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXss-devel libXss1 libXtst-devel libXtst6 libXv1 libXxf86vm1 libasound2 libblkid-devel libbrotli-devel libbrotlienc1 libbullet-devel libbullet3_17 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcdda_interface0 libcdda_paranoia0 libcom_err-devel libcrypto56 libcurl-devel libdatrie-devel libdatrie1 libdav1d7 libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libdw-devel libdw1 libeconf-devel libelf-devel libelf1 libevdev2 libexif-devel libexif12 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm-devel libgbm1 libgdk_pixbuf-2_0-0 libgif7 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libglvnd libglvnd-devel libgmodule-2_0-0 libgobject-2_0-0 libgraphene-1_0-0 libgraphite2-3 libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstfft-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstreamer-1_0-0 libgstriff-1_0-0 libgstrtp-1_0-0 libgstrtsp-1_0-0 libgstsdp-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 libgthread-2_0-0 libgudev-1_0-0 libgudev-1_0-devel libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu77 libicu77-ledata libidn2-devel libinput-devel libinput10 libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libluajit-5_1-2 liblzo2-2 libmount-devel libmpdec4 libmtdev1 libnghttp2-devel libogg-devel libogg0 libopenjp2-7 libopus-devel libopus0 liborc-0_4-0 libpango-1_0-0 libpciaccess-devel libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpsl-devel libpulse-devel libpulse-mainloop-glib0 libpulse0 libpython3_13-1_0 libressl-devel librsvg-2-2 librsvg-devel libselinux-devel libsepol-devel libsharpyuv0 libsndfile-devel libsndfile1 libspeex1 libspeexdsp1 libssh-devel libssl59 libthai-data libthai-devel libthai0 libtheoradec1 libtheoraenc1 libtiff-devel libtiff6 libtinyxml2-10 libtls32 libunwind-coredump0 libunwind-devel libunwind-ptrace0 libunwind-setjmp0 libunwind8 libverto-devel libvisual-0_4-0 libvorbis-devel libvorbis0 libvorbisenc2 libvorbisfile3 libvulkan1 libwacom-data libwacom9 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpdemux2 libxkbcommon-devel libxkbcommon-x11-0 libxkbcommon-x11-devel libxkbcommon0 libxml2-devel libxml2-tools libxshmfence1 libzstd-devel luajit luajit-devel lzo-devel orc pango-devel pcre2-devel printproto-devel python313-base readline-devel sdl12_compat-devel shared-mime-info speex-devel speexdsp-devel systemd-devel systemd-rpm-macros typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GUdev-1_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gst-1_0 typelib-1_0-GstAllocators-1_0 typelib-1_0-GstApp-1_0 typelib-1_0-GstAudio-1_0 typelib-1_0-GstGL-1_0 typelib-1_0-GstGLEGL-1_0 typelib-1_0-GstGLWayland-1_0 typelib-1_0-GstGLX11-1_0 typelib-1_0-GstPbutils-1_0 typelib-1_0-GstRtp-1_0 typelib-1_0-GstRtsp-1_0 typelib-1_0-GstSdp-1_0 typelib-1_0-GstTag-1_0 typelib-1_0-GstVideo-1_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 typelib-1_0-Rsvg-2_0 wayland-devel xkeyboard-config xz-devel
- 
- 284 new packages to install.
- 
- Package download size:   150.2 MiB
- 
- Package install size change:
-               |     536.2 MiB  required by packages that will be installed
-    536.2 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- 
- Preloading: wayland-devel-1.24.0-160000.1.2.x86_64.rpm [Error: "Could not resolve host: opensuse.mirror-services.net", trying next mirror.]
- Preloading: libdw-devel-0.192-160000.3.1.x86_64.rpm [Error: "Could not resolve host: opensuse.mirror-services.net", trying next mirror.]
- .
- Preloading: wayland-devel-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libunwind-devel-1.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libwebpdemux2-1.5.0-160000.2.2.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: libgstreamer-1_0-0-1.26.7-160000.1.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: speex-devel-1.2.1-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: freetype2-devel-2.13.3-160000.3.1.x86_64.rpm [done]
- ..
- 
- Preloading: gstreamer-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: libharfbuzz0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- ...
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- ..
- 
- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]
- ...
- .
- Preloading: libdrm-devel-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [Error: "Could not resolve host: cdn.opensuse.org", trying next mirror.]
- ..
- Preloading: libinput10-1.28.1-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- 
- Preloading: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64.rpm [done]
- ..
- .
- Preloading: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64.rpm [done]
- ..
- 
- Preloading: libmount-devel-2.41.1-160000.3.1.x86_64.rpm [done]
- ...
- 
- Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgstreamer-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- 
- Preloading: flac-devel-1.4.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libvorbis-devel-1.3.7-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libFLAC++10-1.4.3-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GUdev-1_0-238-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libressl-devel-4.1.0-bp160.1.1.x86_64.rpm [done]
- ..
- 
- Preloading: libBulletXmlWorldImporter3_17-3.17-bp160.1.13.x86_64.rpm [done]
- ..
- Preloading: libXtst-devel-1.2.5-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libxkbcommon-devel-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.4.1.x86_64.rpm [done]
- .
- ..
- ..
- .
- Preloading: libsndfile1-1.2.2-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXinerama-devel-1.1.5-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libgio-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: libXss-devel-1.2.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXp-devel-1.0.4-bp160.1.12.x86_64.rpm [done]
- .
- Preloading: libxml2-devel-2.13.8-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libXcomposite-devel-0.4.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-lp160.3.2.noarch.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- 
- Preloading: systemd-devel-257.13-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done]
- ..
- Preloading: glib2-tools-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: libunwind-coredump0-1.8.1-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libunwind-ptrace0-1.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libunwind-setjmp0-1.8.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- 
- Preloading: krb5-devel-1.21.3-160000.2.2.x86_64.rpm [done]
- ...
- Preloading: libvorbisenc2-1.3.7-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libvorbisfile3-1.3.7-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: luajit-devel-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libelf-devel-0.192-160000.3.1.x86_64.rpm [done]
- ...
- 
- Preloading: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- ...
- 
- Preloading: libwacom9-2.16.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]
- ...
- .
- ..
- ..
- .
- Preloading: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- ..
- Preloading: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- 
- Preloading: libgbm-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libtls32-4.1.0-bp160.1.1.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: libBulletWorldImporter3_17-3.17-bp160.1.13.x86_64.rpm [done]
- ..
- Preloading: libGIMPACTUtils3_17-3.17-bp160.1.13.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libSDL-1_2-0-1.2.60-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXrandr-devel-1.5.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXcursor-devel-1.2.3-160000.3.2.x86_64.rpm [done]
- ..
- ..
- .
- ..
- ..
- ..
- Preloading: libgstgl-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- ..
- ..
- Preloading: libgstallocators-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- 
- Preloading: libgstvideo-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GstTag-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- 
- Preloading: libdw-devel-0.192-160000.3.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GstAudio-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ...
- Preloading: typelib-1_0-GstApp-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: libgstapp-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GstAllocators-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- ..
- Preloading: sdl12_compat-devel-1.2.60-160000.2.2.x86_64.rpm [done]
- .
- ..
- 
- Preloading: librsvg-devel-2.60.2-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-devel-2.42.12-160000.4.1.x86_64.rpm [done]
- ..
- .
- Preloading: libgstpbutils-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- .
- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: typelib-1_0-Rsvg-2_0-2.60.2-160000.2.1.x86_64.rpm [done]
- ...
- Preloading: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: harfbuzz-devel-11.4.5-160000.1.1.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GstRtp-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- .
- .
- Preloading: typelib-1_0-GstRtsp-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: typelib-1_0-GstSdp-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: typelib-1_0-GstGLEGL-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- 
- Preloading: gstreamer-plugins-base-1.26.7-160000.1.1.x86_64.rpm [done]
- ...
- 
- Preloading: gstreamer-plugins-base-devel-1.26.7-160000.1.1.x86_64.rpm [done]
- ...
- 
- Preloading: typelib-1_0-GstGLWayland-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- Preloading: glu-devel-9.0.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GstGLX11-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- ..
- .
- Preloading: typelib-1_0-GstGL-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- .
- Preloading: libgstaudio-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GstPbutils-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- .
- Preloading: libgstfft-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: libgstrtsp-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GstVideo-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: libgstriff-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ...
- .
- Preloading: libgstrtp-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- Preloading: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64.rpm [done]
- .
- .
- ..
- Preloading: libinput-devel-1.28.1-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- Preloading: libgstsdp-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- ..
- 
- Preloading: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64.rpm [done]
- ...
- ..
- .
- ..
- ..
- ..
- .
- Preloading: libGLU1-9.0.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- 
- Preloading: libsndfile-devel-1.2.2-160000.3.2.x86_64.rpm [done]
- ...
- .
- Preloading: glib2-devel-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- ..
- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: typelib-1_0-Gst-1_0-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: libpulse0-17.0-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- Preloading: libbullet-devel-3.17-bp160.1.13.x86_64.rpm [done]
- ..
- .
- Preloading: libxkbcommon-x11-devel-1.8.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcurl-devel-8.14.1-160000.5.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- 
- Preloading: efl-devel-1.26.3-bp160.1.30.x86_64.rpm [done]
- .
- Preloading: fontconfig-devel-2.16.0-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- Preloading: gstreamer-utils-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libpulse-devel-17.0-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.4.1.x86_64.rpm [done]
- ..
- Preloading: Mesa-dri-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgsttag-1_0-0-1.26.7-160000.1.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- Preloading: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- ..
- 
- Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgudev-1_0-devel-238-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: speexdsp-devel-1.2.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: gstreamer-devel-1.26.7-160000.1.1.x86_64.rpm [done]
- ..
- .
- .
- Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpulse-mainloop-glib0-17.0-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libXft-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- 
- Preloading: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- ...
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libmtdev1-1.1.6-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libpcre2-32-0-10.45-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.45-160000.3.1.x86_64.rpm [done]
- ..
- Preloading: liborc-0_4-0-0.4.41-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libopus0-1.5.2-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libogg0-1.3.5-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libopenjp2-7-2.5.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.45-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libnghttp2-devel-1.64.0-160000.3.1.x86_64.rpm [done]
- ..
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libluajit-5_1-2-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64.rpm [done]
- ...
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libidn2-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- ..
- Preloading: libwacom-data-2.16.1-160000.2.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libvisual-0_4-0-0.4.0-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libverto-devel-0.3.2-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libunwind8-1.8.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libtinyxml2-10-10.0.0-bp160.1.12.x86_64.rpm [done]
- ..
- 
- Preloading: libtheoradec1-1.1.1-160000.2.2.x86_64.rpm [done]
- ...
- ..
- ..
- .
- .
- Preloading: libgthread-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libssh-devel-0.11.2-160000.2.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libspeexdsp1-1.2.1-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libspeex1-1.2.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.5.0-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- Preloading: libpsl-devel-0.21.5-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: librsvg-2-2-2.60.2-160000.2.1.x86_64.rpm [done]
- ..
- .
- Preloading: libpng16-16-1.6.44-160000.7.1.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- 
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- ...
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- .
- Preloading: libbullet3_17-3.17-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXdmcp6-1.1.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libcdda_interface0-3.10.2-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- Preloading: libasound2-1.2.14-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libHACD3_17-3.17-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: keyutils-devel-1.6.3-160000.3.2.x86_64.rpm [done]
- .
- ..
- Preloading: dbus-1-devel-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- .
- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libevdev2-1.13.3-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- ..
- ..
- .
- ..
- Preloading: libgobject-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: libgif7-5.2.2-160000.3.1.x86_64.rpm [done]
- .
- .
- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libexpat-devel-2.7.1-160000.5.1.x86_64.rpm [done]
- ..
- ..
- Preloading: libexif12-0.6.25-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- 
- Preloading: libelf1-0.192-160000.3.1.x86_64.rpm [done]
- ..
- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- 
- Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- ...
- ..
- ..
- .
- Preloading: libcrypto56-4.1.0-bp160.1.1.x86_64.rpm [done]
- ..
- .
- .
- Preloading: libcom_err-devel-1.47.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libgudev-1_0-0-238-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- .
- Preloading: graphite2-devel-1.3.14-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: girepository-1_0-1.84.0-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libgraphene-1_0-0-1.10.8-160000.3.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: luajit-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: giflib-devel-5.2.2-160000.3.1.x86_64.rpm [done]
- ..
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libexif-devel-0.6.25-160000.3.2.x86_64.rpm [done]
- ...
- Preloading: libdw1-0.192-160000.3.1.x86_64.rpm [done]
- .
- 
- Preloading: libblkid-devel-2.41.1-160000.3.1.x86_64.rpm [done]
- ...
- .
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libdrm_nouveau2-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: orc-0.4.41-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libwebp7-1.5.0-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libpng16-compat-devel-1.6.44-160000.7.1.x86_64.rpm [done]
- ..
- .
- Preloading: libpng16-devel-1.6.44-160000.7.1.x86_64.rpm [done]
- ..
- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- 
- Preloading: pcre2-devel-10.45-160000.3.1.x86_64.rpm [done]
- ...
- .
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libpciaccess-devel-0.18.1-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libopus-devel-1.5.2-160000.2.2.x86_64.rpm [done]
- ...
- .
- Preloading: libFLAC12-1.4.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libogg-devel-1.3.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libvorbis0-1.3.7-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libtheoraenc1-1.1.1-160000.2.2.x86_64.rpm [done]
- ...
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- .
- Preloading: libpython3_13-1_0-3.13.13-160000.1.1.x86_64.rpm [done]
- .
- Preloading: lzo-devel-2.10-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: libXp6-1.0.4-bp160.1.12.x86_64.rpm [done]
- .
- .
- Preloading: libXss1-1.2.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXv1-1.0.12-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXdmcp-devel-1.1.5-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- 
- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]
- ..
- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: systemd-rpm-macros-26-160000.2.2.noarch.rpm [done]
- .
- .
- ..
- ..
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- ..
- Preloading: readline-devel-8.2.13-160000.2.2.x86_64.rpm [done]
- .
- Preloading: printproto-devel-1.0.5-bp160.1.10.x86_64.rpm [done]
- .
- 
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libxml2-tools-2.13.8-160000.4.1.x86_64.rpm [done]
- ..
- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- 
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: dav1d-devel-1.5.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libssl59-4.1.0-bp160.1.1.x86_64.rpm [done]
- .
- Preloading: libcdda_paranoia0-3.10.2-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libBulletFileLoader3_17-3.17-bp160.1.13.x86_64.rpm [done]
- .
- Preloading: libBulletInverseDynamicsUtils3_17-3.17-bp160.1.13.x86_64.rpm [done]
- ..
- Preloading: libConvexDecomposition3_17-3.17-bp160.1.13.x86_64.rpm [done]
- .
- .
- Preloading: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- 
- Preloading: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64.rpm [done]
- ...
- .
- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]
- .
- 
- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXfixes-devel-6.0.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: python313-base-3.13.13-160000.1.1.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- Preloading: efl-1.26.3-bp160.1.30.x86_64.rpm [done]
- .
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- .
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- ..
- .
- ..
- .
- .
- .
- .
- .
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- .
- .
- ..
- .
- ..
- .
- ..
- .
- .
- ..
- .
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- .
- ..
- ..
- .
- .
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- ..
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- .
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- .
- ..
- .
- .
- ..
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- .
- ..
- .
- ..
- .
- .
- ..
- ..
- ..
- .
- .
- ..
- ..
- ..
- .
- ..
- ..
- ..
- .
- .
- ..
- .
- .
- ..
- .
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- .
- ..
- ..
- .
- .
- ..
- .
- ..
- .
- ..
- ..
- .
- .
- Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/284), 256.2 KiB    
- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/284), 276.4 KiB    
- Retrieving: dbus-1-daemon-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (3/284), 244.9 KiB    
- Retrieving: dbus-1-devel-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (4/284), 154.9 KiB    
- Retrieving: keyutils-devel-1.6.3-160000.3.2.x86_64 (repo-oss (16.0)) (5/284),  17.0 KiB    
- Retrieving: libHACD3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (6/284),  55.9 KiB    
- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (7/284),  28.3 MiB    
- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (8/284),   1.5 MiB    
- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (9/284),  12.3 KiB    
- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (10/284),  12.1 KiB    
- Retrieving: libXdmcp6-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (11/284),  19.9 KiB    
- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (12/284),  37.3 KiB    
- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (13/284),  19.9 KiB    
- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (14/284),  27.5 KiB    
- Retrieving: libasound2-1.2.14-160000.2.2.x86_64 (repo-oss (16.0)) (15/284), 589.8 KiB    
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (16/284), 263.6 KiB    
- Retrieving: libbullet3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (17/284),   1.2 MiB    
- Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (18/284),  24.5 KiB    
- Retrieving: libcdda_interface0-3.10.2-160000.2.2.x86_64 (repo-oss (16.0)) (19/284),  48.7 KiB    
- Retrieving: libcom_err-devel-1.47.0-160000.3.2.x86_64 (repo-oss (16.0)) (20/284),  84.4 KiB    
- Retrieving: libcrypto56-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (21/284), 709.4 KiB    
- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (22/284),  50.6 KiB    
- Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (23/284), 618.2 KiB    
- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (24/284), 107.8 KiB    
- Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (25/284),  45.8 KiB    
- Retrieving: libelf1-0.192-160000.3.1.x86_64 (repo-oss (16.0)) (26/284),  94.7 KiB    
- Retrieving: libevdev2-1.13.3-160000.2.2.x86_64 (repo-oss (16.0)) (27/284),  46.9 KiB    
- Retrieving: libexif12-0.6.25-160000.3.2.x86_64 (repo-oss (16.0)) (28/284), 471.6 KiB    
- Retrieving: libexpat-devel-2.7.1-160000.5.1.x86_64 (repo-oss (16.0)) (29/284),  73.2 KiB    
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (30/284),  30.8 KiB    
- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (31/284),  42.8 KiB    
- Retrieving: libgif7-5.2.2-160000.3.1.x86_64 (repo-oss (16.0)) (32/284),  37.6 KiB    
- Retrieving: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (33/284), 318.1 KiB    
- Retrieving: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (34/284), 449.2 KiB    
- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (35/284),  71.9 KiB    
- Retrieving: libgthread-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (36/284), 314.2 KiB    
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (37/284),   8.6 MiB    
- Retrieving: libidn2-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (38/284),  67.7 KiB    
- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (39/284),  35.4 KiB    
- Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (40/284), 306.3 KiB    
- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (41/284), 307.2 KiB    
- Retrieving: libluajit-5_1-2-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64 (repo-oss (16.0)) (42/284), 290.5 KiB    
- Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (43/284),  62.1 KiB    
- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (44/284),  85.2 KiB    
- Retrieving: libmtdev1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (45/284),  18.5 KiB    
- Retrieving: libnghttp2-devel-1.64.0-160000.3.1.x86_64 (repo-oss (16.0)) (46/284), 115.0 KiB    
- Retrieving: libogg0-1.3.5-160000.3.2.x86_64 (repo-oss (16.0)) (47/284),  35.5 KiB    
- Retrieving: libopenjp2-7-2.5.3-160000.3.1.x86_64 (repo-oss (16.0)) (48/284), 171.0 KiB    
- Retrieving: libopus0-1.5.2-160000.2.2.x86_64 (repo-oss (16.0)) (49/284), 229.3 KiB    
- Retrieving: liborc-0_4-0-0.4.41-160000.2.2.x86_64 (repo-oss (16.0)) (50/284), 223.3 KiB    
- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (51/284),  29.1 KiB    
- Retrieving: libpcre2-16-0-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (52/284), 309.1 KiB    
- Retrieving: libpcre2-32-0-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (53/284), 292.2 KiB    
- Retrieving: libpcre2-posix3-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (54/284),  66.7 KiB    
- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (55/284), 210.0 KiB    
- Retrieving: libpng16-16-1.6.44-160000.7.1.x86_64 (repo-oss (16.0)) (56/284), 187.9 KiB    
- Retrieving: libpsl-devel-0.21.5-160000.3.2.x86_64 (repo-oss (16.0)) (57/284),  31.9 KiB    
- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (58/284),  51.4 KiB    
- Retrieving: libsharpyuv0-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (59/284),  31.6 KiB    
- Retrieving: libspeex1-1.2.1-160000.2.2.x86_64 (repo-oss (16.0)) (60/284),  64.7 KiB    
- Retrieving: libspeexdsp1-1.2.1-160000.2.2.x86_64 (repo-oss (16.0)) (61/284),  51.1 KiB    
- Retrieving: libssh-devel-0.11.2-160000.2.2.x86_64 (repo-oss (16.0)) (62/284),  71.5 KiB    
- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (63/284), 158.7 KiB    
- Retrieving: libtheoradec1-1.1.1-160000.2.2.x86_64 (repo-oss (16.0)) (64/284),  58.7 KiB    
- Retrieving: libtinyxml2-10-10.0.0-bp160.1.12.x86_64 (repo-oss (16.0)) (65/284),  40.9 KiB    
- Retrieving: libunwind8-1.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (66/284),  72.0 KiB    
- Retrieving: libverto-devel-0.3.2-160000.2.2.x86_64 (repo-oss (16.0)) (67/284),  14.9 KiB    
- Retrieving: libvisual-0_4-0-0.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (68/284), 104.0 KiB    
- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (69/284), 156.2 KiB    
- Retrieving: libwacom-data-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (70/284), 225.3 KiB    
- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (71/284),  47.8 KiB    
- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (72/284),  24.2 KiB    
- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (73/284),  54.2 KiB    
- Retrieving: libxml2-tools-2.13.8-160000.4.1.x86_64 (repo-oss (16.0)) (74/284), 148.8 KiB    
- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (75/284),  12.0 KiB    
- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (76/284),  79.5 KiB    
- Retrieving: printproto-devel-1.0.5-bp160.1.10.x86_64 (repo-oss (16.0)) (77/284),  21.9 KiB    
- Retrieving: readline-devel-8.2.13-160000.2.2.x86_64 (repo-oss (16.0)) (78/284), 116.2 KiB    
- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (79/284), 347.4 KiB    
- Retrieving: systemd-rpm-macros-26-160000.2.2.noarch (repo-oss (16.0)) (80/284),  29.3 KiB    
- Retrieving: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (81/284), 310.2 KiB    
- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (82/284), 455.5 KiB    
- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (83/284), 106.7 KiB    
- Retrieving: libXdmcp-devel-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (84/284),  29.2 KiB    
- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (85/284),  17.0 KiB    
- Retrieving: libXv1-1.0.12-160000.2.2.x86_64 (repo-oss (16.0)) (86/284),  18.6 KiB    
- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (87/284),  18.0 KiB    
- Retrieving: libXss1-1.2.4-160000.3.2.x86_64 (repo-oss (16.0)) (88/284),  12.9 KiB    
- Retrieving: libXp6-1.0.4-bp160.1.12.x86_64 (repo-oss (16.0)) (89/284),  22.6 KiB    
- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (90/284),  11.3 KiB    
- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (91/284),  42.8 KiB    
- Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (92/284),  98.5 KiB    
- Retrieving: libXfixes-devel-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (93/284),  16.4 KiB    
- Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (94/284),  22.3 KiB    
- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (95/284),  26.1 KiB    
- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (96/284),  30.1 KiB    
- Retrieving: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 (repo-oss (16.0)) (97/284), 698.3 KiB    
- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (98/284),  37.7 KiB    
- Retrieving: libConvexDecomposition3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (99/284),  62.3 KiB    
- Retrieving: libBulletInverseDynamicsUtils3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (100/284),  40.7 KiB    
- Retrieving: libBulletFileLoader3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (101/284),  36.1 KiB    
- Retrieving: libcdda_paranoia0-3.10.2-160000.2.2.x86_64 (repo-oss (16.0)) (102/284),  36.0 KiB    
- Retrieving: libssl59-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (103/284), 186.9 KiB    
- Retrieving: libdatrie-devel-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (104/284), 113.7 KiB    
- Retrieving: dav1d-devel-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (105/284),  44.3 KiB    
- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (106/284), 258.9 KiB    
- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (107/284),  90.7 KiB    
- Retrieving: libdrm_nouveau2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (108/284),  87.8 KiB    
- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (109/284),  93.5 KiB    
- Retrieving: libblkid-devel-2.41.1-160000.3.1.x86_64 (repo-oss (16.0)) (110/284), 174.9 KiB    
- Retrieving: libdw1-0.192-160000.3.1.x86_64 (repo-oss (16.0)) (111/284), 271.8 KiB    
- Retrieving: libexif-devel-0.6.25-160000.3.2.x86_64 (repo-oss (16.0)) (112/284), 215.4 KiB    
- Retrieving: fribidi-devel-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (113/284), 102.9 KiB    
- Retrieving: giflib-devel-5.2.2-160000.3.1.x86_64 (repo-oss (16.0)) (114/284),  24.4 KiB    
- Retrieving: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (115/284), 364.2 KiB    
- Retrieving: libgudev-1_0-0-238-160000.3.2.x86_64 (repo-oss (16.0)) (116/284),  31.7 KiB    
- Retrieving: libgraphene-1_0-0-1.10.8-160000.3.2.x86_64 (repo-oss (16.0)) (117/284),  57.8 KiB    
- Retrieving: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (118/284), 394.7 KiB    
- Retrieving: girepository-1_0-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (119/284), 110.6 KiB    
- Retrieving: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (120/284), 129.9 KiB    
- Retrieving: graphite2-devel-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (121/284),  26.2 KiB    
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (122/284),   2.1 MiB    
- Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (123/284), 140.2 KiB    
- Retrieving: libtiff6-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (124/284), 287.0 KiB    
- Retrieving: luajit-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64 (repo-oss (16.0)) (125/284), 345.1 KiB    
- Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (126/284),  52.2 KiB    
- Retrieving: python313-base-3.13.13-160000.1.1.x86_64 (repo-oss (16.0)) (127/284),   9.2 MiB    
- Retrieving: libpython3_13-1_0-3.13.13-160000.1.1.x86_64 (repo-oss (16.0)) (128/284),   2.1 MiB    
- Retrieving: libvorbis0-1.3.7-160000.3.2.x86_64 (repo-oss (16.0)) (129/284), 112.2 KiB    
- Retrieving: libtheoraenc1-1.1.1-160000.2.2.x86_64 (repo-oss (16.0)) (130/284), 126.4 KiB    
- Retrieving: libogg-devel-1.3.5-160000.3.2.x86_64 (repo-oss (16.0)) (131/284), 192.8 KiB    
- Retrieving: libFLAC12-1.4.3-160000.2.2.x86_64 (repo-oss (16.0)) (132/284), 230.6 KiB    
- Retrieving: libopus-devel-1.5.2-160000.2.2.x86_64 (repo-oss (16.0)) (133/284),  44.8 KiB    
- Retrieving: orc-0.4.41-160000.2.2.x86_64 (repo-oss (16.0)) (134/284),  73.3 KiB    
- Retrieving: libpciaccess-devel-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (135/284),  18.6 KiB    
- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (136/284), 133.3 KiB    
- Retrieving: pcre2-devel-10.45-160000.3.1.x86_64 (repo-oss (16.0)) (137/284), 331.5 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (138/284),  31.9 KiB    
- Retrieving: libpng16-devel-1.6.44-160000.7.1.x86_64 (repo-oss (16.0)) (139/284), 232.6 KiB    
- Retrieving: libpng16-compat-devel-1.6.44-160000.7.1.x86_64 (repo-oss (16.0)) (140/284), 135.1 KiB    
- Retrieving: libfreetype6-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (141/284), 564.1 KiB    
- Retrieving: libwebp7-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (142/284), 227.4 KiB    
- Retrieving: speexdsp-devel-1.2.1-160000.2.2.x86_64 (repo-oss (16.0)) (143/284), 420.4 KiB    
- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (144/284),  28.1 KiB    
- Retrieving: libunwind-setjmp0-1.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (145/284),  21.4 KiB    
- Retrieving: libunwind-ptrace0-1.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (146/284),  27.9 KiB    
- Retrieving: libunwind-coredump0-1.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (147/284),  30.2 KiB    
- Retrieving: krb5-devel-1.21.3-160000.2.2.x86_64 (repo-oss (16.0)) (148/284), 196.7 KiB    
- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (149/284),  30.9 KiB    
- Retrieving: libelf-devel-0.192-160000.3.1.x86_64 (repo-oss (16.0)) (150/284), 789.7 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp160.3.2.noarch (repo-oss (16.0)) (151/284),  29.6 KiB    
- Retrieving: libgio-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (152/284), 961.7 KiB    
- Retrieving: glib2-tools-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (153/284), 423.6 KiB    
- Retrieving: systemd-devel-257.13-160000.1.1.x86_64 (repo-oss (16.0)) (154/284), 529.6 KiB    
- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (155/284), 151.2 KiB    
- Retrieving: libxml2-devel-2.13.8-160000.4.1.x86_64 (repo-oss (16.0)) (156/284), 187.6 KiB    
- Retrieving: libXss-devel-1.2.4-160000.3.2.x86_64 (repo-oss (16.0)) (157/284),  18.3 KiB    
- Retrieving: libXp-devel-1.0.4-bp160.1.12.x86_64 (repo-oss (16.0)) (158/284),  76.0 KiB    
- Retrieving: libXinerama-devel-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (159/284),  13.4 KiB    
- Retrieving: libXi-devel-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (160/284), 142.8 KiB    
- Retrieving: libXcomposite-devel-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (161/284),  17.2 KiB    
- Retrieving: libXrandr-devel-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (162/284),  21.5 KiB    
- Retrieving: libXcursor-devel-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (163/284),  32.1 KiB    
- Retrieving: libSDL-1_2-0-1.2.60-160000.2.2.x86_64 (repo-oss (16.0)) (164/284),  75.3 KiB    
- Retrieving: libGIMPACTUtils3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (165/284),  21.0 KiB    
- Retrieving: libBulletWorldImporter3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (166/284),  50.6 KiB    
- Retrieving: libtls32-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (167/284),  71.3 KiB    
- Retrieving: libgbm-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (168/284), 257.8 KiB    
- Retrieving: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (169/284), 319.8 KiB    
- Retrieving: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (170/284), 304.4 KiB    
- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (171/284), 304.5 KiB    
- Retrieving: libwacom9-2.16.1-160000.2.2.x86_64 (repo-oss (16.0)) (172/284),  60.9 KiB    
- Retrieving: libicu-devel-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (173/284), 749.4 KiB    
- Retrieving: libtiff-devel-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (174/284), 128.7 KiB    
- Retrieving: luajit-devel-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64 (repo-oss (16.0)) (175/284),  35.8 KiB    
- Retrieving: libvorbisfile3-1.3.7-160000.3.2.x86_64 (repo-oss (16.0)) (176/284),  35.0 KiB    
- Retrieving: libvorbisenc2-1.3.7-160000.3.2.x86_64 (repo-oss (16.0)) (177/284),  95.4 KiB    
- Retrieving: libFLAC++10-1.4.3-160000.2.2.x86_64 (repo-oss (16.0)) (178/284),  71.0 KiB    
- Retrieving: libdrm-devel-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (179/284), 236.4 KiB    
- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (180/284), 257.7 KiB    
- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (181/284),   9.7 MiB    
- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (182/284), 253.7 KiB    
- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (183/284), 380.4 KiB    
- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (184/284), 132.4 KiB    
- Retrieving: libharfbuzz0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (185/284), 595.4 KiB    
- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (186/284), 199.5 KiB    
- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (187/284), 137.4 KiB    
- Retrieving: freetype2-devel-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (188/284), 874.6 KiB    
- Retrieving: libwebpdemux2-1.5.0-160000.2.2.x86_64 (repo-oss (16.0)) (189/284),  29.5 KiB    
- Retrieving: speex-devel-1.2.1-160000.2.2.x86_64 (repo-oss (16.0)) (190/284), 422.2 KiB    
- Retrieving: libthai-devel-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (191/284),  24.5 KiB    
- Retrieving: libunwind-devel-1.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (192/284),  97.6 KiB    
- Retrieving: wayland-devel-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (193/284), 115.9 KiB    
- Retrieving: libdw-devel-0.192-160000.3.1.x86_64 (repo-oss (16.0)) (194/284),   3.0 MiB    
- Retrieving: libgstreamer-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (195/284), 972.6 KiB    
- Retrieving: gstreamer-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (196/284), 586.3 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (197/284),  49.1 KiB    
- Retrieving: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (198/284),  38.7 KiB    
- Retrieving: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (199/284),  97.8 KiB    
- Retrieving: libXtst-devel-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (200/284),  29.1 KiB    
- Retrieving: libBulletXmlWorldImporter3_17-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (201/284),  29.9 KiB    
- Retrieving: libressl-devel-4.1.0-bp160.1.1.x86_64 (repo-oss (16.0)) (202/284), 216.5 KiB    
- Retrieving: typelib-1_0-GUdev-1_0-238-160000.3.2.x86_64 (repo-oss (16.0)) (203/284),  12.3 KiB    
- Retrieving: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (204/284), 392.0 KiB    
- Retrieving: libinput10-1.28.1-160000.2.2.x86_64 (repo-oss (16.0)) (205/284), 228.6 KiB    
- Retrieving: libvorbis-devel-1.3.7-160000.3.2.x86_64 (repo-oss (16.0)) (206/284),  32.1 KiB    
- Retrieving: libsndfile1-1.2.2-160000.3.2.x86_64 (repo-oss (16.0)) (207/284), 216.0 KiB    
- Retrieving: flac-devel-1.4.3-160000.2.2.x86_64 (repo-oss (16.0)) (208/284), 376.3 KiB    
- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (209/284), 395.5 KiB    
- Retrieving: libmount-devel-2.41.1-160000.3.1.x86_64 (repo-oss (16.0)) (210/284), 176.1 KiB    
- Retrieving: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (211/284), 549.4 KiB    
- Retrieving: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (212/284),  89.2 KiB    
- Retrieving: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (213/284), 110.1 KiB    
- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (214/284), 604.1 KiB    
- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (215/284),  51.8 KiB    
- Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (216/284),  76.2 KiB    
- Retrieving: gstreamer-utils-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (217/284), 234.9 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (218/284), 188.2 KiB    
- Retrieving: libxkbcommon-x11-devel-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (219/284),  30.3 KiB    
- Retrieving: libbullet-devel-3.17-bp160.1.13.x86_64 (repo-oss (16.0)) (220/284), 476.4 KiB    
- Retrieving: libcurl-devel-8.14.1-160000.5.1.x86_64 (repo-oss (16.0)) (221/284), 344.6 KiB    
- Retrieving: typelib-1_0-Gst-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (222/284), 254.7 KiB    
- Retrieving: libinput-devel-1.28.1-160000.2.2.x86_64 (repo-oss (16.0)) (223/284), 104.6 KiB    
- Retrieving: libpulse0-17.0-160000.2.2.x86_64 (repo-oss (16.0)) (224/284), 354.2 KiB    
- Retrieving: libsndfile-devel-1.2.2-160000.3.2.x86_64 (repo-oss (16.0)) (225/284), 118.7 KiB    
- Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (226/284),  32.2 KiB    
- Retrieving: libGLU1-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (227/284), 153.1 KiB    
- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (228/284),  13.3 MiB    
- Retrieving: glib2-devel-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (229/284),   1.6 MiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (230/284), 121.1 KiB    
- Retrieving: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (231/284), 102.1 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (232/284), 113.8 KiB    
- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (233/284),  73.0 KiB    
- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (234/284), 356.3 KiB    
- Retrieving: libXft-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (235/284),  37.9 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (236/284),  48.7 KiB    
- Retrieving: libpulse-mainloop-glib0-17.0-160000.2.2.x86_64 (repo-oss (16.0)) (237/284),  76.2 KiB    
- Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (238/284), 692.3 KiB    
- Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (239/284), 272.4 KiB    
- Retrieving: Mesa-dri-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (240/284), 271.6 KiB    
- Retrieving: libgudev-1_0-devel-238-160000.3.2.x86_64 (repo-oss (16.0)) (241/284),  38.9 KiB    
- Retrieving: gstreamer-devel-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (242/284), 712.2 KiB    
- Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (243/284), 318.9 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (244/284), 106.5 KiB    
- Retrieving: librsvg-2-2-2.60.2-160000.2.1.x86_64 (repo-oss (16.0)) (245/284),   2.0 MiB    
- Retrieving: libgsttag-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (246/284), 238.5 KiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (247/284),  44.1 KiB    
- Retrieving: libpulse-devel-17.0-160000.2.2.x86_64 (repo-oss (16.0)) (248/284), 141.6 KiB    
- Retrieving: glu-devel-9.0.3-160000.2.2.x86_64 (repo-oss (16.0)) (249/284),  13.7 KiB    
- Retrieving: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (250/284), 287.3 KiB    
- Retrieving: harfbuzz-devel-11.4.5-160000.1.1.x86_64 (repo-oss (16.0)) (251/284), 230.3 KiB    
- Retrieving: typelib-1_0-Rsvg-2_0-2.60.2-160000.2.1.x86_64 (repo-oss (16.0)) (252/284), 106.6 KiB    
- Retrieving: libgstaudio-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (253/284), 334.8 KiB    
- Retrieving: gdk-pixbuf-devel-2.42.12-160000.4.1.x86_64 (repo-oss (16.0)) (254/284),  97.9 KiB    
- Retrieving: sdl12_compat-devel-1.2.60-160000.2.2.x86_64 (repo-oss (16.0)) (255/284),  70.9 KiB    
- Retrieving: pango-devel-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (256/284), 225.3 KiB    
- Retrieving: libgstpbutils-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (257/284), 237.2 KiB    
- Retrieving: libgstvideo-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (258/284), 417.9 KiB    
- Retrieving: gstreamer-plugins-base-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (259/284),   1.1 MiB    
- Retrieving: libgstapp-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (260/284), 171.6 KiB    
- Retrieving: librsvg-devel-2.60.2-160000.2.1.x86_64 (repo-oss (16.0)) (261/284),   1.2 MiB    
- Retrieving: typelib-1_0-GstTag-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (262/284), 147.0 KiB    
- Retrieving: typelib-1_0-GstAudio-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (263/284), 159.0 KiB    
- Retrieving: typelib-1_0-GstApp-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (264/284), 144.9 KiB    
- Retrieving: libgstallocators-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (265/284), 153.4 KiB    
- Retrieving: libgstgl-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (266/284), 355.2 KiB    
- Retrieving: typelib-1_0-GstAllocators-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (267/284), 143.8 KiB    
- Retrieving: libgstriff-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (268/284), 166.4 KiB    
- Retrieving: typelib-1_0-GstVideo-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (269/284), 172.7 KiB    
- Retrieving: libgstrtsp-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (270/284), 199.5 KiB    
- Retrieving: libgstrtp-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (271/284), 206.4 KiB    
- Retrieving: libgstfft-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (272/284), 158.0 KiB    
- Retrieving: efl-1.26.3-bp160.1.30.x86_64 (repo-oss (16.0)) (273/284),  17.1 MiB    
- Retrieving: typelib-1_0-GstPbutils-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (274/284), 150.1 KiB    
- Retrieving: typelib-1_0-GstGL-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (275/284), 160.5 KiB    
- Retrieving: typelib-1_0-GstRtp-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (276/284), 152.7 KiB    
- Retrieving: libgstsdp-1_0-0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (277/284), 179.7 KiB    
- Retrieving: typelib-1_0-GstGLX11-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (278/284), 142.7 KiB    
- Retrieving: typelib-1_0-GstGLWayland-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (279/284), 142.8 KiB    
- Retrieving: typelib-1_0-GstGLEGL-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (280/284), 144.1 KiB    
- Retrieving: typelib-1_0-GstSdp-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (281/284), 148.5 KiB    
- Retrieving: typelib-1_0-GstRtsp-1_0-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (282/284), 152.9 KiB    
- Retrieving: gstreamer-plugins-base-devel-1.26.7-160000.1.1.x86_64 (repo-oss (16.0)) (283/284), 644.2 KiB    
- Retrieving: efl-devel-1.26.3-bp160.1.30.x86_64 (repo-oss (16.0)) (284/284),   2.2 MiB    
- 
- Checking for file conflicts: [......
- .done]
- (  1/284) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [..done]
- (  2/284) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done]
- (  3/284) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done]
- (  4/284) Installing: dbus-1-devel-1.14.10-160000.2.2.x86_64 [..done]
- (  5/284) Installing: keyutils-devel-1.6.3-160000.3.2.x86_64 [..done]
- (  6/284) Installing: libHACD3_17-3.17-bp160.1.13.x86_64 [..done]
- (  7/284) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [.....
- .....done]
- (  8/284) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [..done]
- (  9/284) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]
- ( 10/284) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..done]
- ( 11/284) Installing: libXdmcp6-1.1.5-160000.3.2.x86_64 [..done]
- ( 12/284) Installing: libXext6-1.3.6-160000.3.2.x86_64 [..done]
- ( 13/284) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]
- ( 14/284) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]
- ( 15/284) Installing: libasound2-1.2.14-160000.2.2.x86_64 [..done]
- ( 16/284) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- ( 17/284) Installing: libbullet3_17-3.17-bp160.1.13.x86_64 [..done]
- ( 18/284) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done]
- ( 19/284) Installing: libcdda_interface0-3.10.2-160000.2.2.x86_64 [..done]
- ( 20/284) Installing: libcom_err-devel-1.47.0-160000.3.2.x86_64 [..
- done]
- ( 21/284) Installing: libcrypto56-4.1.0-bp160.1.1.x86_64 [..done]
- ( 22/284) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [..done]
- ( 23/284) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done]
- ( 24/284) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [..done]
- ( 25/284) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [..done]
- ( 26/284) Installing: libelf1-0.192-160000.3.1.x86_64 [..done]
- ( 27/284) Installing: libevdev2-1.13.3-160000.2.2.x86_64 [..done]
- ( 28/284) Installing: libexif12-0.6.25-160000.3.2.x86_64 [..done]
- ( 29/284) Installing: libexpat-devel-2.7.1-160000.5.1.x86_64 [..done]
- ( 30/284) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- ( 31/284) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]
- ( 32/284) Installing: libgif7-5.2.2-160000.3.1.x86_64 [..done]
- ( 33/284) Installing: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 34/284) Installing: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 35/284) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]
- ( 36/284) Installing: libgthread-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 37/284) Installing: libicu77-ledata-77.1-160000.2.2.noarch [....done]
- ( 38/284) Installing: libidn2-devel-2.3.8-160000.2.2.x86_64 [..
- done]
- ( 39/284) Installing: libjbig2-2.1-160000.3.2.x86_64 [..done]
- ( 40/284) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done]
- ( 41/284) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]
- ( 42/284) Installing: libluajit-5_1-2-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64 [..done]
- ( 43/284) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done]
- ( 44/284) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [..done]
- ( 45/284) Installing: libmtdev1-1.1.6-160000.3.2.x86_64 [..done]
- ( 46/284) Installing: libnghttp2-devel-1.64.0-160000.3.1.x86_64 [..done]
- ( 47/284) Installing: libogg0-1.3.5-160000.3.2.x86_64 [..done]
- ( 48/284) Installing: libopenjp2-7-2.5.3-160000.3.1.x86_64 [..done]
- ( 49/284) Installing: libopus0-1.5.2-160000.2.2.x86_64 [..done]
- ( 50/284) Installing: liborc-0_4-0-0.4.41-160000.2.2.x86_64 [..done]
- ( 51/284) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [..done]
- ( 52/284) Installing: libpcre2-16-0-10.45-160000.3.1.x86_64 [..done]
- ( 53/284) Installing: libpcre2-32-0-10.45-160000.3.1.x86_64 [..done]
- ( 54/284) Installing: libpcre2-posix3-10.45-160000.3.1.x86_64 [..done]
- ( 55/284) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]
- ( 56/284) Installing: libpng16-16-1.6.44-160000.7.1.x86_64 [..done]
- ( 57/284) Installing: libpsl-devel-0.21.5-160000.3.2.x86_64 [..done]
- ( 58/284) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]
- ( 59/284) Installing: libsharpyuv0-1.5.0-160000.2.2.x86_64 [..done]
- ( 60/284) Installing: libspeex1-1.2.1-160000.2.2.x86_64 [..done]
- ( 61/284) Installing: libspeexdsp1-1.2.1-160000.2.2.x86_64 [..done]
- ( 62/284) Installing: libssh-devel-0.11.2-160000.2.2.x86_64 [..done]
- ( 63/284) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]
- ( 64/284) Installing: libtheoradec1-1.1.1-160000.2.2.x86_64 [..done]
- ( 65/284) Installing: libtinyxml2-10-10.0.0-bp160.1.12.x86_64 [..done]
- ( 66/284) Installing: libunwind8-1.8.1-160000.2.2.x86_64 [..done]
- ( 67/284) Installing: libverto-devel-0.3.2-160000.2.2.x86_64 [..done]
- ( 68/284) Installing: libvisual-0_4-0-0.4.0-160000.3.2.x86_64 [.
- .done]
- ( 69/284) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [..done]
- ( 70/284) Installing: libwacom-data-2.16.1-160000.2.2.x86_64 [..done]
- ( 71/284) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]
- ( 72/284) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [..done]
- ( 73/284) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]
- ( 74/284) Installing: libxml2-tools-2.13.8-160000.4.1.x86_64 [..done]
- ( 75/284) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]
- ( 76/284) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..done]
- ( 77/284) Installing: printproto-devel-1.0.5-bp160.1.10.x86_64 [..done]
- ( 78/284) Installing: readline-devel-8.2.13-160000.2.2.x86_64 [..done]
- ( 79/284) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [..
- done]
- ( 80/284) Installing: systemd-rpm-macros-26-160000.2.2.noarch [..done]
- ( 81/284) Installing: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64 [..done]
- ( 82/284) Installing: xkeyboard-config-2.44-160000.2.2.noarch [..done]
- ( 83/284) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]
- ( 84/284) Installing: libXdmcp-devel-1.1.5-160000.3.2.x86_64 [..done]
- ( 85/284) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [..done]
- ( 86/284) Installing: libXv1-1.0.12-160000.2.2.x86_64 [..done]
- ( 87/284) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]
- ( 88/284) Installing: libXss1-1.2.4-160000.3.2.x86_64 [..done]
- ( 89/284) Installing: libXp6-1.0.4-bp160.1.12.x86_64 [..done]
- ( 90/284) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..done]
- ( 91/284) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]
- ( 92/284) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done]
- ( 93/284) Installing: libXfixes-devel-6.0.1-160000.3.2.x86_64 [..done]
- ( 94/284) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done]
- ( 95/284) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]
- ( 96/284) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [..done]
- ( 97/284) Installing: libSDL2-2_0-0-2.30.7-160000.2.2.x86_64 [..done]
- ( 98/284) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]
- ( 99/284) Installing: libConvexDecomposition3_17-3.17-bp160.1.13.x86_64 [..done]
- (100/284) Installing: libBulletInverseDynamicsUtils3_17-3.17-bp160.1.13.x86_64 [..done]
- (101/284) Installing: libBulletFileLoader3_17-3.17-bp160.1.13.x86_64 [..done]
- (102/284) Installing: libcdda_paranoia0-3.10.2-160000.2.2.x86_64 [..done]
- (103/284) Installing: libssl59-4.1.0-bp160.1.1.x86_64 [..done]
- (104/284) Installing: libdatrie-devel-0.2.13-160000.3.2.x86_64 [..done]
- (105/284) Installing: dav1d-devel-1.5.1-160000.2.2.x86_64 [..done]
- (106/284) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [..done]
- (107/284) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]
- (108/284) Installing: libdrm_nouveau2-2.4.124-160000.3.2.x86_64 [..done]
- (109/284) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..done]
- (110/284) Installing: libblkid-devel-2.41.1-160000.3.1.x86_64 [..done]
- (111/284) Installing: libdw1-0.192-160000.3.1.x86_64 [..done]
- (112/284) Installing: libexif-devel-0.6.25-160000.3.2.x86_64 [..done]
- (113/284) Installing: fribidi-devel-1.0.15-160000.2.2.x86_64 [..done]
- (114/284) Installing: giflib-devel-5.2.2-160000.3.1.x86_64 [.
- .done]
- (115/284) Installing: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64 [..done]
- (116/284) Installing: libgudev-1_0-0-238-160000.3.2.x86_64 [..done]
- (117/284) Installing: libgraphene-1_0-0-1.10.8-160000.3.2.x86_64 [..done]
- (118/284) Installing: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- (119/284) Installing: girepository-1_0-1.84.0-160000.2.2.x86_64 [..done]
- (120/284) Installing: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 [..done]
- (121/284) Installing: graphite2-devel-1.3.14-160000.2.2.x86_64 [..done]
- (122/284) Installing: libicu77-77.1-160000.2.2.x86_64 [..done]
- (123/284) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [..done]
- (124/284) Installing: libtiff6-4.7.1-160000.1.1.x86_64 [..done]
- (125/284) Installing: luajit-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64 [..done]
- (126/284) Installing: lzo-devel-2.10-160000.3.2.x86_64 [..done]
- (127/284) Installing: python313-base-3.13.13-160000.1.1.x86_64 [......done]
- (128/284) Installing: libpython3_13-1_0-3.13.13-160000.1.1.x86_64 [..
- done]
- (129/284) Installing: libvorbis0-1.3.7-160000.3.2.x86_64 [..done]
- (130/284) Installing: libtheoraenc1-1.1.1-160000.2.2.x86_64 [..done]
- (131/284) Installing: libogg-devel-1.3.5-160000.3.2.x86_64 [..done]
- (132/284) Installing: libFLAC12-1.4.3-160000.2.2.x86_64 [..done]
- (133/284) Installing: libopus-devel-1.5.2-160000.2.2.x86_64 [..done]
- (134/284) Installing: orc-0.4.41-160000.2.2.x86_64 [..done]
- (135/284) Installing: libpciaccess-devel-0.18.1-160000.3.2.x86_64 [..done]
- (136/284) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]
- (137/284) Installing: pcre2-devel-10.45-160000.3.1.x86_64 [..done]
- (138/284) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [..done]
- (139/284) Installing: libpng16-devel-1.6.44-160000.7.1.x86_64 [..done]
- (140/284) Installing: libpng16-compat-devel-1.6.44-160000.7.1.x86_64 [..done]
- (141/284) Installing: libfreetype6-2.13.3-160000.3.1.x86_64 [..done]
- (142/284) Installing: libwebp7-1.5.0-160000.2.2.x86_64 [..done]
- (143/284) Installing: speexdsp-devel-1.2.1-160000.2.2.x86_64 [..done]
- (144/284) Installing: libthai0-0.1.29-160000.3.2.x86_64 [..done]
- (145/284) Installing: libunwind-setjmp0-1.8.1-160000.2.2.x86_64 [..done]
- (146/284) Installing: libunwind-ptrace0-1.8.1-160000.2.2.x86_64 [..done]
- (147/284) Installing: libunwind-coredump0-1.8.1-160000.2.2.x86_64 [..done]
- (148/284) Installing: krb5-devel-1.21.3-160000.2.2.x86_64 [..done]
- (149/284) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]
- (150/284) Installing: libelf-devel-0.192-160000.3.1.x86_64 [..done]
- (151/284) Installing: gio-branding-openSUSE-42.1-lp160.3.2.noarch [..done]
- (152/284) Installing: libgio-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- (153/284) Installing: glib2-tools-2.84.4-160000.2.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- (154/284) Installing: systemd-devel-257.13-160000.1.1.x86_64 [..done]
- (155/284) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]
- (156/284) Installing: libxml2-devel-2.13.8-160000.4.1.x86_64 [..done]
- (157/284) Installing: libXss-devel-1.2.4-160000.3.2.x86_64 [..done]
- (158/284) Installing: libXp-devel-1.0.4-bp160.1.12.x86_64 [..done]
- (159/284) Installing: libXinerama-devel-1.1.5-160000.3.2.x86_64 [..done]
- (160/284) Installing: libXi-devel-1.8.2-160000.3.2.x86_64 [..done]
- (161/284) Installing: libXcomposite-devel-0.4.6-160000.3.2.x86_64 [..done]
- (162/284) Installing: libXrandr-devel-1.5.4-160000.3.2.x86_64 [..done]
- (163/284) Installing: libXcursor-devel-1.2.3-160000.3.2.x86_64 [..done]
- (164/284) Installing: libSDL-1_2-0-1.2.60-160000.2.2.x86_64 [..done]
- (165/284) Installing: libGIMPACTUtils3_17-3.17-bp160.1.13.x86_64 [..done]
- (166/284) Installing: libBulletWorldImporter3_17-3.17-bp160.1.13.x86_64 [..done]
- (167/284) Installing: libtls32-4.1.0-bp160.1.1.x86_64 [..done]
- (168/284) Installing: libgbm-devel-24.3.3-160000.2.2.x86_64 [..done]
- (169/284) Installing: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64 [..done]
- (170/284) Installing: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 [..done]
- (171/284) Installing: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 [..done]
- (172/284) Installing: libwacom9-2.16.1-160000.2.2.x86_64 [..done]
- (173/284) Installing: libicu-devel-77.1-160000.2.2.x86_64 [..done]
- (174/284) Installing: libtiff-devel-4.7.1-160000.1.1.x86_64 [..done]
- (175/284) Installing: luajit-devel-5.1.2.1.0+git.1731601260.fe71d0f-160000.2.2.x86_64 [..done]
- (176/284) Installing: libvorbisfile3-1.3.7-160000.3.2.x86_64 [..done]
- (177/284) Installing: libvorbisenc2-1.3.7-160000.3.2.x86_64 [..done]
- (178/284) Installing: libFLAC++10-1.4.3-160000.2.2.x86_64 [..done]
- (179/284) Installing: libdrm-devel-2.4.124-160000.3.2.x86_64 [..done]
- (180/284) Installing: Mesa-24.3.3-160000.2.2.x86_64 [..done]
- (181/284) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [...
- ..done]
- (182/284) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]
- (183/284) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]
- (184/284) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [..done]
- (185/284) Installing: libharfbuzz0-11.4.5-160000.1.1.x86_64 [..done]
- (186/284) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [..done]
- (187/284) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]
- (188/284) Installing: freetype2-devel-2.13.3-160000.3.1.x86_64 [..done]
- (189/284) Installing: libwebpdemux2-1.5.0-160000.2.2.x86_64 [..done]
- (190/284) Installing: speex-devel-1.2.1-160000.2.2.x86_64 [..done]
- (191/284) Installing: libthai-devel-0.1.29-160000.3.2.x86_64 [..done]
- (192/284) Installing: libunwind-devel-1.8.1-160000.2.2.x86_64 [..done]
- (193/284) Installing: wayland-devel-1.24.0-160000.1.2.x86_64 [..done]
- (194/284) Installing: libdw-devel-0.192-160000.3.1.x86_64 [..done]
- (195/284) Installing: libgstreamer-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (196/284) Installing: gstreamer-1.26.7-160000.1.1.x86_64 [..
- /usr/libexec/gstreamer-1.0/gst-ptp-helper: setting to root:root 0755 "cap_net_bind_service=ep". (missing capabilities)
- done]
- (197/284) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.4.1.x86_64 [..done]
- (198/284) Installing: libxkbcommon-x11-0-1.8.0-160000.2.2.x86_64 [..done]
- (199/284) Installing: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 [..done]
- (200/284) Installing: libXtst-devel-1.2.5-160000.3.2.x86_64 [..done]
- (201/284) Installing: libBulletXmlWorldImporter3_17-3.17-bp160.1.13.x86_64 [..done]
- (202/284) Installing: libressl-devel-4.1.0-bp160.1.1.x86_64 [..done]
- (203/284) Installing: typelib-1_0-GUdev-1_0-238-160000.3.2.x86_64 [..done]
- (204/284) Installing: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64 [..done]
- (205/284) Installing: libinput10-1.28.1-160000.2.2.x86_64 [..done]
- (206/284) Installing: libvorbis-devel-1.3.7-160000.3.2.x86_64 [..done]
- (207/284) Installing: libsndfile1-1.2.2-160000.3.2.x86_64 [..done]
- (208/284) Installing: flac-devel-1.4.3-160000.2.2.x86_64 [..done]
- (209/284) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]
- (210/284) Installing: libmount-devel-2.41.1-160000.3.1.x86_64 [..done]
- (211/284) Installing: libharfbuzz-subset0-11.4.5-160000.1.1.x86_64 [..done]
- (212/284) Installing: libharfbuzz-icu0-11.4.5-160000.1.1.x86_64 [..done]
- (213/284) Installing: libharfbuzz-gobject0-11.4.5-160000.1.1.x86_64 [..done]
- (214/284) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [..done]
- (215/284) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]
- (216/284) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [..done]
- (217/284) Installing: gstreamer-utils-1.26.7-160000.1.1.x86_64 [..done]
- (218/284) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.4.1.x86_64 [..done]
- (219/284) Installing: libxkbcommon-x11-devel-1.8.0-160000.2.2.x86_64 [..done]
- (220/284) Installing: libbullet-devel-3.17-bp160.1.13.x86_64 [..done]
- (221/284) Installing: libcurl-devel-8.14.1-160000.5.1.x86_64 [..done]
- (222/284) Installing: typelib-1_0-Gst-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (223/284) Installing: libinput-devel-1.28.1-160000.2.2.x86_64 [..done]
- (224/284) Installing: libpulse0-17.0-160000.2.2.x86_64 [..done]
- (225/284) Installing: libsndfile-devel-1.2.2-160000.3.2.x86_64 [..done]
- (226/284) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..done]
- (227/284) Installing: libGLU1-9.0.3-160000.2.2.x86_64 [..done]
- (228/284) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [..
- .....done]
- (229/284) Installing: glib2-devel-2.84.4-160000.2.1.x86_64 [...
- No schema files found: doing nothing.
- done]
- (230/284) Installing: typelib-1_0-HarfBuzz-0_0-11.4.5-160000.1.1.x86_64 [..done]
- (231/284) Installing: libharfbuzz-cairo0-11.4.5-160000.1.1.x86_64 [..done]
- (232/284) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..done]
- (233/284) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]
- (234/284) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]
- (235/284) Installing: libXft-devel-2.3.8-160000.2.2.x86_64 [..done]
- (236/284) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.4.1.x86_64 [..done]
- (237/284) Installing: libpulse-mainloop-glib0-17.0-160000.2.2.x86_64 [..done]
- (238/284) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [..
- done]
- (239/284) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done]
- (240/284) Installing: Mesa-dri-devel-24.3.3-160000.2.2.x86_64 [..done]
- (241/284) Installing: libgudev-1_0-devel-238-160000.3.2.x86_64 [..done]
- (242/284) Installing: gstreamer-devel-1.26.7-160000.1.1.x86_64 [..done]
- (243/284) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [..done]
- (244/284) Installing: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 [..done]
- (245/284) Installing: librsvg-2-2-2.60.2-160000.2.1.x86_64 [..done]
- (246/284) Installing: libgsttag-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (247/284) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.4.1.x86_64 [..done]
- (248/284) Installing: libpulse-devel-17.0-160000.2.2.x86_64 [..done]
- (249/284) Installing: glu-devel-9.0.3-160000.2.2.x86_64 [..done]
- (250/284) Installing: Mesa-libGLESv2-devel-24.3.3-160000.2.2.x86_64 [..done]
- (251/284) Installing: harfbuzz-devel-11.4.5-160000.1.1.x86_64 [..done]
- (252/284) Installing: typelib-1_0-Rsvg-2_0-2.60.2-160000.2.1.x86_64 [..done]
- (253/284) Installing: libgstaudio-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (254/284) Installing: gdk-pixbuf-devel-2.42.12-160000.4.1.x86_64 [..done]
- (255/284) Installing: sdl12_compat-devel-1.2.60-160000.2.2.x86_64 [..done]
- (256/284) Installing: pango-devel-1.56.4-160000.2.2.x86_64 [..done]
- (257/284) Installing: libgstpbutils-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (258/284) Installing: libgstvideo-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (259/284) Installing: gstreamer-plugins-base-1.26.7-160000.1.1.x86_64 [..done]
- (260/284) Installing: libgstapp-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (261/284) Installing: librsvg-devel-2.60.2-160000.2.1.x86_64 [..done]
- (262/284) Installing: typelib-1_0-GstTag-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (263/284) Installing: typelib-1_0-GstAudio-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (264/284) Installing: typelib-1_0-GstApp-1_0-1.26.7-160000.1.1.x86_64 [.
- .done]
- (265/284) Installing: libgstallocators-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (266/284) Installing: libgstgl-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (267/284) Installing: typelib-1_0-GstAllocators-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (268/284) Installing: libgstriff-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (269/284) Installing: typelib-1_0-GstVideo-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (270/284) Installing: libgstrtsp-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (271/284) Installing: libgstrtp-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (272/284) Installing: libgstfft-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (273/284) Installing: efl-1.26.3-bp160.1.30.x86_64 [.....
- done]
- (274/284) Installing: typelib-1_0-GstPbutils-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (275/284) Installing: typelib-1_0-GstGL-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (276/284) Installing: typelib-1_0-GstRtp-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (277/284) Installing: libgstsdp-1_0-0-1.26.7-160000.1.1.x86_64 [..done]
- (278/284) Installing: typelib-1_0-GstGLX11-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (279/284) Installing: typelib-1_0-GstGLWayland-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (280/284) Installing: typelib-1_0-GstGLEGL-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (281/284) Installing: typelib-1_0-GstSdp-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (282/284) Installing: typelib-1_0-GstRtsp-1_0-1.26.7-160000.1.1.x86_64 [..done]
- (283/284) Installing: gstreamer-plugins-base-devel-1.26.7-160000.1.1.x86_64 [..done]
- (284/284) Installing: efl-devel-1.26.3-bp160.1.30.x86_64 [....done]
- Running post-transaction scripts [..
- ..done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved efl.1.17.0  (cached)
-> installed conf-pkg-config.4
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed conf-efl.1.8
-> retrieved ocamlfind.1.9.8  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
[ERROR] The compilation of efl.1.17.0 failed at "make".

#=== ERROR while compiling efl.1.17.0 =========================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://download.ocamlcore.org/ocaml-efl/ocaml-efl/1.17.0/ocaml-efl-1.17.0.tar.gz)
# path                 ~/.opam/4.14/.opam-switch/build/efl.1.17.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/efl-7-2e3c4a.env
# output-file          ~/.opam/log/efl-7-2e3c4a.out
### output ###
#  cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.17.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.17.0/missing: line 81: automake-1.14: command not found
# WARNING: 'automake-1.14' is missing on your system.
#          You should only need it if you modified 'Makefile.am' or
#          'configure.ac' or m4 files included by 'configure.ac'.
#          The 'automake' program is part of the GNU Automake package:
#          <http://www.gnu.org/software/automake>
#          It also requires GNU Autoconf, GNU m4 and Perl in order to run:
#          <http://www.gnu.org/software/autoconf>
#          <http://www.gnu.org/software/m4/>
#          <http://www.perl.org/>
# make: *** [Makefile:243: Makefile.in] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.17.0
+- 
+- The following changes have been performed
| - install conf-efl        1.8
| - install conf-pkg-config 4
| - install ocamlbuild      0.16.1
| - install ocamlfind       1.9.8
+- 
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260504083425.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall efl.1.17.0;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'efl.1.17.0' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-05-04 08:49.42: Job failed: Failed: Build failed
2026-05-04 08:49.42: Log analysis:
2026-05-04 08:49.42: >>> 
[ERROR] The compilation of efl.1.17.0 failed at "make".
 (score = 20)
2026-05-04 08:49.42: The compilation of efl.1.17.0 failed at "make".