(for PR #28495)

2026-05-04 08:20.05: New job: build efl.1.22.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/28495/head (f8e3c652f6bedf44059eb5199142f50d0ff975ef)
                              on opensuse-15.6-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-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
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.22.0 1.22.0
RUN opam reinstall efl.1.22.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-15.6\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'efl.1.22.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-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853-efl.1.22.0-f8e3c652f6bedf44059eb5199142f50d0ff975ef"
2026-05-04 08:20.05: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)
 (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.22.0 1.22.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall efl.1.22.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-15.6\\\"\"; 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.22.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.48: Waiting for worker…
2026-05-04 08:33.13: 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-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853' locally
docker.io/ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853: Pulling from ocaml/opam
90c02a347c3c: Already exists
4a97a925dc51: Already exists
8f3edb816ea5: Already exists
fc0906997780: Already exists
880b45fb7848: Already exists
aac3f970581d: Already exists
a10f5d99a714: Already exists
2cb19a5cb6a0: Already exists
69dc0b2275c2: Already exists
ac0f1a58ca2c: Already exists
6740b0027cef: Already exists
596c07146196: Already exists
f829e2fe48c9: Already exists
07caa98e0988: Already exists
f22069f46c9a: Already exists
525691143d18: Already exists
4f4b9963c58d: Already exists
0da1ade0e3cd: Already exists
93fb9d6383f1: Already exists
4f4fb700ef54: Already exists
38829ce7d1df: Already exists
4cfab0213ffd: Already exists
bb39643b6074: Already exists
4d795f8a60b9: Already exists
0765ee798e35: Already exists
defc0beb011b: Already exists
e86a090295c8: Already exists
c9f6bdad98f3: Already exists
7099bcff7937: Already exists
45509dbac728: Already exists
cc9f4e900cf2: Already exists
c4b888db2d8c: Already exists
f45835fc7721: Already exists
227bd6f1a70f: Already exists
6ad5f51f95fe: Already exists
700cd0436182: Already exists
80bb1456e18c: Already exists
8f0205cc3a46: Already exists
13530603797f: Pulling fs layer
3f4fd3e2dba1: Pulling fs layer
3976918043b4: Pulling fs layer
b6af4adfcf28: Pulling fs layer
13530603797f: Waiting
2faf3ea9495a: Pulling fs layer
3f4fd3e2dba1: Waiting
3976918043b4: Waiting
b6af4adfcf28: Waiting
2faf3ea9495a: Waiting
13530603797f: Verifying Checksum
13530603797f: Download complete
3976918043b4: Download complete
b6af4adfcf28: Verifying Checksum
b6af4adfcf28: Download complete
2faf3ea9495a: Verifying Checksum
2faf3ea9495a: Download complete
3f4fd3e2dba1: Verifying Checksum
3f4fd3e2dba1: Download complete
13530603797f: Pull complete
3f4fd3e2dba1: Pull complete
3976918043b4: Pull complete
b6af4adfcf28: Pull complete
2faf3ea9495a: Pull complete
Digest: sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
Status: Downloaded newer image for ocaml/opam@sha256:4ada65c68c58ec2b8debb4ae2df79920647f81a4484dfe17d7f2d13872a72853
2026-05-04 08:33.35 ---> using "2d02d5e6367e692562c46f6bf306ae59a8b006f7e675e2cd9220d129b0de1240" 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.35 ---> using "466c0c6f8a7d0a64996a191613be57a0b52cfe88ecee03fd1daf07f69cc62e5e" 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.

Continue? [Y/n] y
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.

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.35 ---> using "9a2a8e527648fc958d1904e0c5934fb2d43db6174e4e53e932a56d0f46f26ce5" 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=15.6
# 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.35 ---> using "b5be13416a461e5c832b4fd8fd7b0933d81d7fba5bc6a10045fe2f1c370a75bf" 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.35 ---> using "da477c6d10e167c4be1e60b3abf95198b9f00e5f9c874c1f7d4e8a1b477d70ab" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-04 08:33.50 ---> saved as "2e49353d4d1873fae28d857a535cfe967250f1f15b1072f5f7f0d7ed3fe62f22"

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [.
- .
- Looking for gpg keys in repository Update repository of openSUSE Backports.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- .
- ......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ..
- ......
- ....
- ........
- ..
- .......
- .........
- ........
- .........
- .......
- .....
- ......
- ..........
- ....
- .....
- .
- ....
- .....
- .....
- .done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ...
- .......
- ......
- ........
- .
- .
- ....
- .........
- ...
- ..
- ........
- ...
- .....
- .......
- .....
- ....
- ..
- ......
- ...
- .......
- .......
- .........
- ....
- .........
- .....
- ........
- .......
- ......
- .
- .
- .
- .
- .
- .
- .
- ......
- ...
- .........
- .....
- .....
- .....
- .
- ......
- .....
- ....
- .
- ....
- .
- ......
- .......
- .....
- .........
- ......
- ......
- ...
- .
- ......
- ......
- .....
- ......
- .......
- .......
- .......
- ....
- .......
- ....
- .........
- ...
- .
- .
- ......
- .....
- ...
- .
- .
- ...
- ...
- ...
- .....
- ....
- .
- .
- ........
- ....
- .....
- .....
- .....
- .....
- ......
- .......
- ...
- .........
- .......
- ....
- ......
- ...
- .........
- ....
- .
- ....
- .......
- .........
- ..
- .....
- .....
- ...
- .
- .
- .
- .
- ....
- ........
- .......
- .....
- ....
- .....
- ...
- .....
- ..
- ........
- .......
- .........
- .........
- ........
- ........
- .....
- .......
- ......
- .......
- ......
- ...
- ..
- ......
- ....
- ...
- ....
- ......
- ........
- .......
- ........
- ........
- .......
- .........
- .......
- ........
- ......
- ........
- .........
- .....
- .......
- ........
- .....
- .....
- .........
- .........
- .......
- .......
- ........
- ........
- ........
- ..
- ..
- ....
- .
- ..
- .....
- ......
- .....
- .....
- .........
- ....
- .......
- ...
- ...
- ....
- .........
- ......
- .........
- ......
- ......
- .......
- .........
- ....
- ..........
- .......
- .....
- .......
- .........
- .....
- .........
- .....
- ......
- .........
- ....
- ...
- ..
- .......
- .......
- ........
- ......
- ....
- .......
- .........
- ......
- ........
- ......
- ....
- .......
- ..........
- ......
- ........
- .......
- .....
- ....
- .....
- .......
- ........
- .......
- .......
- ........
- ........
- .........
- ........
- .........
- .......
- ....
- .........
- ........
- .........
- .
- ........
- .....
- .....
- .......
- .......
- ......
- ....
- .........
- .......
- .....
- ....
- .....
- ......
- ......
- .......
- ....
- ...
- .....
- .....
- ........
- ......
- .........
- ......
- .
- ...
- .....
- ...
- ..
- .......
- ...
- .......
- .
- ...
- ......
- .......
- .......
- ........
- ...
- .
- .....
- .....
- ...
- ....
- ......
- ......
- ...
- .
- ..
- .....
- .......
- ......
- .....
- .......
- .....
- ...
- .........
- .......
- .......
- .........
- .......
- .....
- ......
- .........
- .....
- ........
- .....
- .....
- ....
- ....
- ......
- .....
- .....
- .......
- ........
- ......
- .....
- ...
- .......
- ....
- ....
- .......
- .....
- ....
- ...
- .
- ...
- ......
- ...
- ........
- ....
- ........
- ...
- .
- ..
- .
- ...
- .......
- ........
- ........
- .........
- ..
- .
- .
- .
- .
- .
- .
- .
- .......
- ..........
- ..........
- ..........
- ..........
- ......
- ..
- ....
- ....
- ....
- ....
- ....
- ..
- ..
- ..
- ..
- done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Retrieving repository 'Main Update Repository' metadata [.
- .
- Looking for gpg keys in repository Main Update Repository.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- .
- .
- ..
- ....
- ....
- ....
- ....
- ....
- ...
- .
- ..
- .
- .
- ..
- .
- ..
- .
- ..
- .
- done]
- Building repository 'Main Update Repository' cache [..
- ..done]
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-05-04 09:41.42 ---> saved as "f1f5c74a726f71e488c795cd50a979dcd15833172a6df4a719a266019fe77105"

/home/opam: (run (shell "opam pin add -k version -yn efl.1.22.0 1.22.0"))
efl is now pinned to version 1.22.0
2026-05-04 09:41.45 ---> saved as "10f3773656d2e635ab5fab2c464a7a500dd547695eb980062b30b198bf3d5e7d"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall efl.1.22.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-15.6\\\"\"; 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.22.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.22.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 5 packages
  - install conf-efl        1.8             [required by efl]
  - install conf-pkg-config 4               [required by efl]
  - install efl             1.22.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"
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
-   gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ....
- ....
- ....
- ....
- ....
- ....
- ......
- ................
- ..........
- ..........
- ..........
- .......
- .........done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 307 NEW packages are going to be installed:
-   ImageMagick-config-7-SUSE 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 cmake cmake-full compositeproto-devel dbus-1-devel efl efl-devel fixesproto-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 inputproto-devel jitterentropy-devel keyutils-devel krb5-devel libBulletFileLoader3_17 libBulletInverseDynamicsUtils3_17 libBulletWorldImporter3_17 libBulletXmlWorldImporter3_17 libConvexDecomposition3_17 libFLAC8 libGIMPACTUtils3_17 libGLU1 libHACD3_17 libHalf23 libIex-2_2-23 libIlmImf-2_2-23 libIlmThread-2_2-23 libLLVM17 libMagickCore-7_Q16HDRI10 libMagickWand-7_Q16HDRI10 libSDL-1_2-0 libSDL-devel libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage1 libXdmcp-devel libXdmcp6 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXp-devel libXp6 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXss-devel libXss1 libXtst-devel libXtst6 libXv1 libXvMC1 libXxf86vm1 liba52-0 libaom3 libarchive13 libasound2 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbullet-devel libbullet3_17 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcdda_interface0 libcdda_paranoia0 libcom_err-devel libcurl-devel libdatrie1 libdav1d5 libdrm-devel libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libdvdnav4 libdvdread8 libdw-devel libedit0 libelf-devel libevdev2 libexif-devel libexif12 libexpat-devel libffi-devel libfftw3-3 libfontconfig1 libfreetype6 libfribidi0 libgbm-devel libgbm1 libgdk_pixbuf-2_0-0 libgif7 libgio-2_0-0 libgirepository-1_0-1 libglvnd libglvnd-devel libgmodule-2_0-0 libgnutls30 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 libheif1 libhogweed6 libicu73_2 libicu73_2-devel libicu73_2-ledata libidn2-devel libinput-devel libinput10 libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libjsoncpp19 liblcms2-2 libldb2 liblmdb-0_9_30 liblqr-1-0 libluajit-5_1-2 liblzo2-2 libmad0 libmng2 libmodplug1 libmount-devel libmpcdec5 libmpg123-0 libmtdev1 libnettle8 libnghttp2-devel libnscd1 libogg0 libopenjp2-7 libopenmpt0 libopenssl-3-devel libopenssl1_1 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_6m1_0 libraw23 librhash0 librsvg-2-2 librsvg-devel libselinux-devel libsepol-devel libsndfile-devel libsndfile1 libspeex1 libssh-devel libtalloc2 libtdb1 libtevent0 libthai-data libthai0 libtheora0 libtheoradec1 libtheoraenc1 libtiff-devel libtiff6 libtinyxml2-9 libunwind libunwind-devel libv4l libv4l-devel libv4l1-0 libv4l2-0 libv4l2rds0 libv4lconvert0 libverto-devel libvisual libvorbis0 libvorbisenc2 libvorbisfile3 libvpx7 libvulkan1 libwacom-data libwacom9 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libwebp7 libwebpdemux2 libwebpmux3 libxine-devel libxine2 libxkbcommon-devel libxkbcommon0 libxshmfence1 libzstd-devel luajit luajit-devel lzo-devel orc pcre2-devel printproto-devel python3-base randrproto-devel recordproto-devel renderproto-devel samba-client-libs scrnsaverproto-devel shared-mime-info systemd-devel systemd-rpm-macros typelib-1_0-GUdev-1_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-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-Rsvg-2_0 wayland-devel xextproto-devel xineramaproto-devel xkeyboard-config xz-devel
- 
- 307 new packages to install.
- 
- Package download size:   151.4 MiB
- 
- Package install size change:
-               |     572.5 MiB  required by packages that will be installed
-    572.5 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64 (Main Repository) (1/307),  15.2 KiB    
- Retrieving: compositeproto-devel-0.4.2-1.22.x86_64.rpm [..
- ....
- ....
- ....
- ....
- ....
- .....done (1.9 KiB/s)]
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 (Main Repository) (2/307),  59.0 KiB    
- Retrieving: dbus-1-devel-1.12.2-150400.18.8.1.x86_64.rpm [.
- done]
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64 (Main Repository) (3/307),  24.0 KiB    
- Retrieving: inputproto-devel-2.4-150500.1.1.x86_64.rpm [.done]
- Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64 (Main Repository) (4/307),  13.8 KiB    
- Retrieving: keyutils-devel-1.6.3-5.6.1.x86_64.rpm [.done]
- Retrieving: libHACD3_17-3.17-bp156.3.4.x86_64 (Main Repository) (5/307),  53.6 KiB    
- Retrieving: libHACD3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libHalf23-2.2.1-150000.3.3.1.x86_64 (Main Repository) (6/307),  23.7 KiB    
- Retrieving: libHalf23-2.2.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libIex-2_2-23-2.2.1-150000.3.3.1.x86_64 (Main Repository) (7/307),  32.2 KiB    
- Retrieving: libIex-2_2-23-2.2.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64 (Main Repository) (8/307),  11.6 KiB    
- Retrieving: libXcomposite1-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libXdamage1-1.1.4-1.23.x86_64 (Main Repository) (9/307),  11.4 KiB    
- Retrieving: libXdamage1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXdmcp6-1.1.2-1.23.x86_64 (Main Repository) (10/307),  17.0 KiB    
- Retrieving: libXdmcp6-1.1.2-1.23.x86_64.rpm [.done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (11/307),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (12/307),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (13/307),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: liba52-0-0.7.5+svn613-150000.3.2.1.x86_64 (Main Repository) (14/307),  33.7 KiB    
- Retrieving: liba52-0-0.7.5+svn613-150000.3.2.1.x86_64.rpm [.done]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (15/307), 449.6 KiB    
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.done]
- Retrieving: libbullet3_17-3.17-bp156.3.4.x86_64 (Main Repository) (16/307),   1.3 MiB    
- Retrieving: libbullet3_17-3.17-bp156.3.4.x86_64.rpm [..done (645.0 KiB/s)]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (17/307),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libcdda_interface0-3.10.2-1.28.x86_64 (Main Repository) (18/307),  35.7 KiB    
- Retrieving: libcdda_interface0-3.10.2-1.28.x86_64.rpm [.done]
- Retrieving: libdatrie1-0.2.9-1.25.x86_64 (Main Repository) (19/307),  43.5 KiB    
- Retrieving: libdatrie1-0.2.9-1.25.x86_64.rpm [.done]
- Retrieving: libdav1d5-0.9.2-150400.3.3.1.x86_64 (Main Repository) (20/307), 427.3 KiB    
- Retrieving: libdav1d5-0.9.2-150400.3.3.1.x86_64.rpm [.
- done]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (21/307),  77.1 KiB    
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdvdread8-6.1.3-150600.1.2.x86_64 (Main Repository) (22/307),  67.2 KiB    
- Retrieving: libdvdread8-6.1.3-150600.1.2.x86_64.rpm [.done]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (23/307),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.done]
- Retrieving: libevdev2-1.11.0-150400.1.7.x86_64 (Main Repository) (24/307),  38.4 KiB    
- Retrieving: libevdev2-1.11.0-150400.1.7.x86_64.rpm [.done]
- Retrieving: libexif12-0.6.22-150000.5.9.1.x86_64 (Main Repository) (25/307), 342.6 KiB    
- Retrieving: libexif12-0.6.22-150000.5.9.1.x86_64.rpm [.done]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (26/307),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libfftw3-3-3.3.9-150300.3.3.1.x86_64 (Main Repository) (27/307),   1.4 MiB    
- Retrieving: libfftw3-3-3.3.9-150300.3.3.1.x86_64.rpm [..done (1.3 MiB/s)]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (28/307),  39.1 KiB    
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (29/307),  73.8 KiB    
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch (Main Repository) (30/307),   7.3 MiB    
- Retrieving: libicu73_2-ledata-73.2-150000.1.7.1.noarch.rpm [...done (6.4 MiB/s)]
- Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64 (Main Repository) (31/307),  37.2 KiB    
- Retrieving: libidn2-devel-2.2.0-3.6.1.x86_64.rpm [.done]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Main Repository) (32/307),  33.0 KiB    
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [.done]
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64 (Main Repository) (33/307), 180.4 KiB    
- Retrieving: libjpeg62-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (34/307), 180.8 KiB    
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.done]
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64 (Main Repository) (35/307),  77.1 KiB    
- Retrieving: libjsoncpp19-1.8.4-1.17.x86_64.rpm [.done]
- Retrieving: liblqr-1-0-0.4.2-1.27.x86_64 (Main Repository) (36/307),  33.5 KiB    
- Retrieving: liblqr-1-0-0.4.2-1.27.x86_64.rpm [.done]
- Retrieving: liblzo2-2-2.10-2.22.x86_64 (Main Repository) (37/307),  50.8 KiB    
- Retrieving: liblzo2-2-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libmad0-0.15.1b-150000.5.3.1.x86_64 (Main Repository) (38/307),  78.9 KiB    
- Retrieving: libmad0-0.15.1b-150000.5.3.1.x86_64.rpm [.done]
- Retrieving: libmpcdec5-1.2.6-1.29.x86_64 (Main Repository) (39/307),  24.3 KiB    
- Retrieving: libmpcdec5-1.2.6-1.29.x86_64.rpm [.done]
- Retrieving: libmpg123-0-1.26.4-1.15.x86_64 (Main Repository) (40/307), 154.7 KiB    
- Retrieving: libmpg123-0-1.26.4-1.15.x86_64.rpm [.done]
- Retrieving: libmtdev1-1.1.5-1.26.x86_64 (Main Repository) (41/307),  18.2 KiB    
- Retrieving: libmtdev1-1.1.5-1.26.x86_64.rpm [.done]
- Retrieving: libnscd1-2.0.2-3.21.x86_64 (Main Repository) (42/307),  19.9 KiB    
- Retrieving: libnscd1-2.0.2-3.21.x86_64.rpm [.done]
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64 (Main Repository) (43/307),  23.6 KiB    
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64 (Main Repository) (44/307), 204.7 KiB    
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64.rpm [.done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (45/307),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64 (Main Repository) (46/307), 282.8 KiB    
- Retrieving: libpcre2-16-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64 (Main Repository) (47/307), 269.6 KiB    
- Retrieving: libpcre2-32-0-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64 (Main Repository) (48/307),  30.1 KiB    
- Retrieving: libpcre2-posix3-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libpsl-devel-0.20.1-150000.3.3.1.x86_64 (Main Repository) (49/307),  30.3 KiB    
- Retrieving: libpsl-devel-0.20.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: librhash0-1.3.5-1.25.x86_64 (Main Repository) (50/307),  84.7 KiB    
- Retrieving: librhash0-1.3.5-1.25.x86_64.rpm [.done]
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64 (Main Repository) (51/307),  46.5 KiB    
- Retrieving: libsepol-devel-3.5-150600.1.49.x86_64.rpm [.done]
- Retrieving: libspeex1-1.2-150000.3.5.2.x86_64 (Main Repository) (52/307),  57.6 KiB    
- Retrieving: libspeex1-1.2-150000.3.5.2.x86_64.rpm [.done]
- Retrieving: libtalloc2-2.4.1-150600.1.3.x86_64 (Main Repository) (53/307),  46.3 KiB    
- Retrieving: libtalloc2-2.4.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: libtdb1-1.4.9-150600.1.4.x86_64 (Main Repository) (54/307),  52.4 KiB    
- Retrieving: libtdb1-1.4.9-150600.1.4.x86_64.rpm [.done]
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64 (Main Repository) (55/307), 139.8 KiB    
- Retrieving: libthai-data-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (56/307),  54.0 KiB    
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libtinyxml2-9-9.0.0-bp156.2.4.x86_64 (Main Repository) (57/307),  38.7 KiB    
- Retrieving: libtinyxml2-9-9.0.0-bp156.2.4.x86_64.rpm [.done]
- Retrieving: libunwind-1.5.0-4.5.1.x86_64 (Main Repository) (58/307),  60.8 KiB    
- Retrieving: libunwind-1.5.0-4.5.1.x86_64.rpm [.done]
- Retrieving: libverto-devel-0.2.6-3.20.x86_64 (Main Repository) (59/307),  14.4 KiB    
- Retrieving: libverto-devel-0.2.6-3.20.x86_64.rpm [.done]
- Retrieving: libvisual-0.4.0-1.34.x86_64 (Main Repository) (60/307), 129.4 KiB    
- Retrieving: libvisual-0.4.0-1.34.x86_64.rpm [.done]
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64 (Main Repository) (61/307), 138.5 KiB    
- Retrieving: libvulkan1-1.3.275.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libwacom-data-2.8.0-150600.1.7.x86_64 (Main Repository) (62/307), 127.8 KiB    
- Retrieving: libwacom-data-2.8.0-150600.1.7.x86_64.rpm [.done]
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64 (Main Repository) (63/307),  39.7 KiB    
- Retrieving: libwayland-client0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 (Main Repository) (64/307),  18.6 KiB    
- Retrieving: libwayland-egl1-99~1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64 (Main Repository) (65/307),  45.4 KiB    
- Retrieving: libwayland-server0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (66/307),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64 (Main Repository) (67/307),  72.0 KiB    
- Retrieving: libzstd-devel-1.5.5-150600.1.3.x86_64.rpm [.done]
- Retrieving: printproto-devel-1.0.5-1.22.x86_64 (Main Repository) (68/307),  22.2 KiB    
- Retrieving: printproto-devel-1.0.5-1.22.x86_64.rpm [.done]
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64 (Main Repository) (69/307),  22.2 KiB    
- Retrieving: recordproto-devel-1.14.2-1.22.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (70/307),  22.9 KiB    
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [.done]
- Retrieving: scrnsaverproto-devel-1.2.2-1.22.x86_64 (Main Repository) (71/307),  18.2 KiB    
- Retrieving: scrnsaverproto-devel-1.2.2-1.22.x86_64.rpm [.done]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (72/307), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [.done]
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64 (Main Repository) (73/307),  10.3 KiB    
- Retrieving: xineramaproto-devel-1.2.1-2.22.x86_64.rpm [.done]
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch (Main Repository) (74/307), 430.9 KiB    
- Retrieving: xkeyboard-config-2.40-150600.1.2.noarch.rpm [.done]
- Retrieving: libIlmThread-2_2-23-2.2.1-150000.3.3.1.x86_64 (Main Repository) (75/307),  17.0 KiB    
- Retrieving: libIlmThread-2_2-23-2.2.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libXdmcp-devel-1.1.2-1.23.x86_64 (Main Repository) (76/307),  26.9 KiB    
- Retrieving: libXdmcp-devel-1.1.2-1.23.x86_64.rpm [.done]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (77/307),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.done]
- Retrieving: libXvMC1-1.0.10-1.23.x86_64 (Main Repository) (78/307),  19.1 KiB    
- Retrieving: libXvMC1-1.0.10-1.23.x86_64.rpm [.done]
- Retrieving: libXv1-1.0.11-1.23.x86_64 (Main Repository) (79/307),  16.8 KiB    
- Retrieving: libXv1-1.0.11-1.23.x86_64.rpm [.done]
- Retrieving: libXtst6-1.2.3-1.24.x86_64 (Main Repository) (80/307),  17.2 KiB    
- Retrieving: libXtst6-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libXss1-1.2.2-3.4.x86_64 (Main Repository) (81/307),  12.5 KiB    
- Retrieving: libXss1-1.2.2-3.4.x86_64.rpm [.done]
- Retrieving: libXp6-1.0.3-1.24.x86_64 (Main Repository) (82/307),  21.0 KiB    
- Retrieving: libXp6-1.0.3-1.24.x86_64.rpm [.done]
- Retrieving: libXinerama1-1.1.3-1.22.x86_64 (Main Repository) (83/307),  11.2 KiB    
- Retrieving: libXinerama1-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libXi6-1.7.9-3.2.1.x86_64 (Main Repository) (84/307),  35.6 KiB    
- Retrieving: libXi6-1.7.9-3.2.1.x86_64.rpm [.done]
- Retrieving: libXrandr2-1.5.1-2.17.x86_64 (Main Repository) (85/307),  23.3 KiB    
- Retrieving: libXrandr2-1.5.1-2.17.x86_64.rpm [.done]
- Retrieving: libXcursor1-1.1.15-1.18.x86_64 (Main Repository) (86/307),  25.8 KiB    
- Retrieving: libXcursor1-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libConvexDecomposition3_17-3.17-bp156.3.4.x86_64 (Main Repository) (87/307),  57.5 KiB    
- Retrieving: libConvexDecomposition3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libBulletInverseDynamicsUtils3_17-3.17-bp156.3.4.x86_64 (Main Repository) (88/307),  38.2 KiB    
- Retrieving: libBulletInverseDynamicsUtils3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libBulletFileLoader3_17-3.17-bp156.3.4.x86_64 (Main Repository) (89/307),  34.6 KiB    
- Retrieving: libBulletFileLoader3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libcdda_paranoia0-3.10.2-1.28.x86_64 (Main Repository) (90/307),  23.7 KiB    
- Retrieving: libcdda_paranoia0-3.10.2-1.28.x86_64.rpm [.done]
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64 (Main Repository) (91/307),  63.9 KiB    
- Retrieving: libdrm_radeon1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 (Main Repository) (92/307),  59.5 KiB    
- Retrieving: libdrm_nouveau2-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 (Main Repository) (93/307),  63.8 KiB    
- Retrieving: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: libdvdnav4-6.1.1-150600.1.2.x86_64 (Main Repository) (94/307),  54.4 KiB    
- Retrieving: libdvdnav4-6.1.1-150600.1.2.x86_64.rpm [.done]
- Retrieving: libexif-devel-0.6.22-150000.5.9.1.x86_64 (Main Repository) (95/307), 200.1 KiB    
- Retrieving: libexif-devel-0.6.22-150000.5.9.1.x86_64.rpm [.done]
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64 (Main Repository) (96/307),  94.7 KiB    
- Retrieving: fribidi-devel-1.0.10-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64 (Main Repository) (97/307),  25.7 KiB    
- Retrieving: graphite2-devel-1.3.14-150600.1.5.x86_64.rpm [.done]
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64 (Main Repository) (98/307),   1.8 MiB    
- Retrieving: libicu73_2-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64 (Main Repository) (99/307), 121.1 KiB    
- Retrieving: libjpeg62-devel-62.3.0-150600.22.3.x86_64.rpm [.done]
- Retrieving: libv4l2-0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (100/307),  27.0 KiB    
- Retrieving: libv4l2-0-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libv4l-1.14.1-150000.3.3.1.x86_64 (Main Repository) (101/307),  78.7 KiB    
- Retrieving: libv4l-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libv4lconvert0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (102/307),  69.4 KiB    
- Retrieving: libv4lconvert0-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: lzo-devel-2.10-2.22.x86_64 (Main Repository) (103/307),  55.7 KiB    
- Retrieving: lzo-devel-2.10-2.22.x86_64.rpm [.done]
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64 (Main Repository) (104/307),  91.5 KiB    
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (105/307), 122.7 KiB    
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libtheora0-1.1.1-150000.3.3.1.x86_64 (Main Repository) (106/307), 151.3 KiB    
- Retrieving: libtheora0-1.1.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libFLAC8-1.3.2-150000.3.14.1.x86_64 (Main Repository) (107/307), 103.3 KiB    
- Retrieving: libFLAC8-1.3.2-150000.3.14.1.x86_64.rpm [.done]
- Retrieving: libpciaccess-devel-0.14-1.16.x86_64 (Main Repository) (108/307),  16.2 KiB    
- Retrieving: libpciaccess-devel-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64 (Main Repository) (109/307), 100.8 KiB    
- Retrieving: libdrm_intel1-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64 (Main Repository) (110/307), 275.7 KiB    
- Retrieving: pcre2-devel-10.42-150600.1.26.x86_64.rpm [.done]
- Retrieving: libtevent0-0.15.0-150600.1.3.x86_64 (Main Repository) (111/307),  45.7 KiB    
- Retrieving: libtevent0-0.15.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64 (Main Repository) (112/307),  23.1 KiB    
- Retrieving: libthai0-0.1.29-150400.1.4.x86_64.rpm [.done]
- Retrieving: libunwind-devel-1.5.0-4.5.1.x86_64 (Main Repository) (113/307),  22.8 KiB    
- Retrieving: libunwind-devel-1.5.0-4.5.1.x86_64.rpm [.done]
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64 (Main Repository) (114/307),  24.5 KiB    
- Retrieving: libwayland-cursor0-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64 (Main Repository) (115/307),  37.6 KiB    
- Retrieving: randrproto-devel-1.6.0-4.17.x86_64.rpm [.done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (116/307),  17.1 KiB    
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (117/307),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64 (Main Repository) (118/307),  19.2 KiB    
- Retrieving: fixesproto-devel-6.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libIlmImf-2_2-23-2.2.1-150000.3.43.1.x86_64 (Main Repository) (119/307), 542.1 KiB    
- Retrieving: libIlmImf-2_2-23-2.2.1-150000.3.43.1.x86_64.rpm [.done]
- Retrieving: libGIMPACTUtils3_17-3.17-bp156.3.4.x86_64 (Main Repository) (120/307),  20.3 KiB    
- Retrieving: libGIMPACTUtils3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libBulletWorldImporter3_17-3.17-bp156.3.4.x86_64 (Main Repository) (121/307),  53.2 KiB    
- Retrieving: libBulletWorldImporter3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64 (Main Repository) (122/307), 702.5 KiB    
- Retrieving: libicu73_2-devel-73.2-150000.1.7.1.x86_64.rpm [.done]
- Retrieving: libv4l1-0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (123/307),  19.8 KiB    
- Retrieving: libv4l1-0-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libvorbisfile3-1.3.6-150000.4.5.2.x86_64 (Main Repository) (124/307),  24.0 KiB    
- Retrieving: libvorbisfile3-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 (Main Repository) (125/307),  77.9 KiB    
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64.rpm [.done]
- Retrieving: libdrm-devel-2.4.118-150600.1.4.x86_64 (Main Repository) (126/307), 203.5 KiB    
- Retrieving: libdrm-devel-2.4.118-150600.1.4.x86_64.rpm [.done]
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64 (Main Repository) (127/307), 104.5 KiB    
- Retrieving: wayland-devel-1.22.0-150600.1.6.x86_64.rpm [.done]
- Retrieving: libXss-devel-1.2.2-3.4.x86_64 (Main Repository) (128/307),  18.2 KiB    
- Retrieving: libXss-devel-1.2.2-3.4.x86_64.rpm [.done]
- Retrieving: libXrandr-devel-1.5.1-2.17.x86_64 (Main Repository) (129/307),  20.8 KiB    
- Retrieving: libXrandr-devel-1.5.1-2.17.x86_64.rpm [.done]
- Retrieving: libXp-devel-1.0.3-1.24.x86_64 (Main Repository) (130/307),  75.9 KiB    
- Retrieving: libXp-devel-1.0.3-1.24.x86_64.rpm [.done]
- Retrieving: libXinerama-devel-1.1.3-1.22.x86_64 (Main Repository) (131/307),  13.3 KiB    
- Retrieving: libXinerama-devel-1.1.3-1.22.x86_64.rpm [.done]
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64 (Main Repository) (132/307),  14.1 KiB    
- Retrieving: libXfixes-devel-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libBulletXmlWorldImporter3_17-3.17-bp156.3.4.x86_64 (Main Repository) (133/307),  36.1 KiB    
- Retrieving: libBulletXmlWorldImporter3_17-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libv4l2rds0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (134/307),  20.1 KiB    
- Retrieving: libv4l2rds0-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libopenmpt0-0.3.28-150000.2.15.1.x86_64 (Main Repository) (135/307), 552.9 KiB    
- Retrieving: libopenmpt0-0.3.28-150000.2.15.1.x86_64.rpm [.done]
- Retrieving: libsndfile1-1.0.28-150000.5.20.1.x86_64 (Main Repository) (136/307), 176.7 KiB    
- Retrieving: libsndfile1-1.0.28-150000.5.20.1.x86_64.rpm [.done]
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64 (Main Repository) (137/307), 137.3 KiB    
- Retrieving: libXi-devel-1.7.9-3.2.1.x86_64.rpm [.
- done]
- Retrieving: libXcursor-devel-1.1.15-1.18.x86_64 (Main Repository) (138/307),  22.9 KiB    
- Retrieving: libXcursor-devel-1.1.15-1.18.x86_64.rpm [.done]
- Retrieving: libXcomposite-devel-0.4.4-1.23.x86_64 (Main Repository) (139/307),  16.6 KiB    
- Retrieving: libXcomposite-devel-0.4.4-1.23.x86_64.rpm [.done]
- Retrieving: libbullet-devel-3.17-bp156.3.4.x86_64 (Main Repository) (140/307), 471.3 KiB    
- Retrieving: libbullet-devel-3.17-bp156.3.4.x86_64.rpm [.done]
- Retrieving: libv4l-devel-1.14.1-150000.3.3.1.x86_64 (Main Repository) (141/307),  31.4 KiB    
- Retrieving: libv4l-devel-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libmodplug1-0.3.28-150000.2.15.1.x86_64 (Main Repository) (142/307),  28.7 KiB    
- Retrieving: libmodplug1-0.3.28-150000.2.15.1.x86_64.rpm [.done]
- Retrieving: libsndfile-devel-1.0.28-150000.5.20.1.x86_64 (Main Repository) (143/307), 161.5 KiB    
- Retrieving: libsndfile-devel-1.0.28-150000.5.20.1.x86_64.rpm [.done]
- Retrieving: libpulse0-17.0-150600.2.3.x86_64 (Main Repository) (144/307), 303.4 KiB    
- Retrieving: libpulse0-17.0-150600.2.3.x86_64.rpm [.done]
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64 (Main Repository) (145/307),  28.5 KiB    
- Retrieving: libXtst-devel-1.2.3-1.24.x86_64.rpm [.done]
- Retrieving: libpulse-mainloop-glib0-17.0-150600.2.3.x86_64 (Main Repository) (146/307),  50.9 KiB    
- Retrieving: libpulse-mainloop-glib0-17.0-150600.2.3.x86_64.rpm [.done]
- Retrieving: libSDL-1_2-0-1.2.15-150000.3.19.1.x86_64 (Main Repository) (147/307), 179.0 KiB    
- Retrieving: libSDL-1_2-0-1.2.15-150000.3.19.1.x86_64.rpm [.done]
- Retrieving: ImageMagick-config-7-SUSE-7.1.1.21-150600.3.50.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (148/307), 156.8 KiB    
- Retrieving: ImageMagick-config-7-SUSE-7.1.1.21-150600.3.50.1.x86_64.rpm [...
- ....
- ....
- ....
- ....
- ....
- ...not found]
- Retrieving: ImageMagick-config-7-SUSE-7.1.1.21-150600.3.50.1.x86_64.rpm [.not found]
- Retrieving: ImageMagick-config-7-SUSE-7.1.1.21-150600.3.50.1.x86_64.rpm [.done]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (149/307), 172.3 KiB    
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (150/307), 187.6 KiB    
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64.rpm [.
- .done (107.1 KiB/s)]
- Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (151/307),  29.5 KiB    
- Retrieving: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64.rpm [.done]
- Retrieving: libaom3-3.7.1-150600.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (152/307),   1.8 MiB    
- Retrieving: libaom3-3.7.1-150600.3.5.1.x86_64.rpm [.not found]
- Retrieving: libaom3-3.7.1-150600.3.5.1.x86_64.rpm [.not found]
- Retrieving: libaom3-3.7.1-150600.3.5.1.x86_64.rpm [...done (1.5 MiB/s)]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (153/307), 341.4 KiB    
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libarchive13-3.7.2-150600.3.17.1.x86_64.rpm [.done]
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (154/307),  46.0 KiB    
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64.rpm [.not found]
- Retrieving: libavahi-common3-0.8-150600.15.15.1.x86_64.rpm [.done]
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (155/307),  70.0 KiB    
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libblkid-devel-2.39.3-150600.4.21.1.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (156/307), 203.4 KiB    
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotlienc1-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (157/307),  39.6 KiB    
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.not found]
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.not found]
- Retrieving: libcom_err-devel-1.47.0-150600.4.6.2.x86_64.rpm [.done]
- Retrieving: libelf-devel-0.185-150400.5.8.3.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (158/307), 740.8 KiB    
- Retrieving: libelf-devel-0.185-150400.5.8.3.x86_64.rpm [.not found]
- Retrieving: libelf-devel-0.185-150400.5.8.3.x86_64.rpm [.not found]
- Retrieving: libelf-devel-0.185-150400.5.8.3.x86_64.rpm [..done (638.4 KiB/s)]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (159/307),  66.6 KiB    
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.not found]
- Retrieving: libexpat-devel-2.7.1-150400.3.37.1.x86_64.rpm [.done]
- Retrieving: libgif7-5.2.2-150000.4.19.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (160/307),  31.4 KiB    
- Retrieving: libgif7-5.2.2-150000.4.19.1.x86_64.rpm [.not found]
- Retrieving: libgif7-5.2.2-150000.4.19.1.x86_64.rpm [.not found]
- Retrieving: libgif7-5.2.2-150000.4.19.1.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (161/307), 148.2 KiB    
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (162/307), 279.2 KiB    
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (163/307), 144.7 KiB    
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (164/307), 152.0 KiB    
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: liblcms2-2-2.15-150600.3.3.2.x86_64.rpm [.done]
- Retrieving: liblmdb-0_9_30-0.9.30-150500.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (165/307),  56.1 KiB    
- Retrieving: liblmdb-0_9_30-0.9.30-150500.3.2.1.x86_64.rpm [.not found]
- Retrieving: liblmdb-0_9_30-0.9.30-150500.3.2.1.x86_64.rpm [.not found]
- Retrieving: liblmdb-0_9_30-0.9.30-150500.3.2.1.x86_64.rpm [.done]
- Retrieving: libluajit-5_1-2-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (166/307), 235.0 KiB    
- Retrieving: libluajit-5_1-2-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.not found]
- Retrieving: libluajit-5_1-2-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.not found]
- Retrieving: libluajit-5_1-2-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.done]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (167/307), 171.1 KiB    
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (168/307),  93.6 KiB    
- Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64.rpm [.not found]
- Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64.rpm [.not found]
- Retrieving: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64.rpm [.done]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (169/307), 135.0 KiB    
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.not found]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.not found]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.done]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (170/307),   1.4 MiB    
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [.not found]
- Retrieving: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64.rpm [...done (1.2 MiB/s)]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (171/307), 134.9 KiB    
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (172/307), 172.0 KiB    
- Retrieving: libpixman-1-0-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (173/307), 140.8 KiB    
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.17.1.x86_64.rpm [.done]
- Retrieving: libvpx7-1.11.0-150400.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (174/307), 819.0 KiB    
- Retrieving: libvpx7-1.11.0-150400.3.7.1.x86_64.rpm [.done]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (175/307), 198.3 KiB    
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.done]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (176/307), 336.6 KiB    
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.not found]
- Retrieving: shared-mime-info-2.4-150600.3.3.2.x86_64.rpm [.done]
- Retrieving: systemd-rpm-macros-16-150000.7.42.1.noarch (Update repository with updates from SUSE Linux Enterprise 15) (177/307),  22.1 KiB    
- Retrieving: systemd-rpm-macros-16-150000.7.42.1.noarch.rpm [.not found]
- Retrieving: systemd-rpm-macros-16-150000.7.42.1.noarch.rpm [.not found]
- Retrieving: systemd-rpm-macros-16-150000.7.42.1.noarch.rpm [.done]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (178/307),  73.7 KiB    
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.
- not found]
- Retrieving: xz-devel-5.4.1-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (179/307),  23.7 MiB    
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.not found]
- Retrieving: libLLVM17-17.0.6-150600.3.7.1.x86_64.rpm [.........
- ..........
- ...done (11.8 MiB/s)]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (180/307), 255.3 KiB    
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff6-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (181/307), 201.7 KiB    
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (182/307), 119.2 KiB    
- Retrieving: libxkbcommon0-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (183/307), 120.3 KiB    
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libselinux-devel-3.5-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (184/307), 379.6 KiB    
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.not found]
- Retrieving: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64.rpm [.done]
- Retrieving: libheif1-1.12.0-150400.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (185/307), 182.0 KiB    
- Retrieving: libheif1-1.12.0-150400.3.17.1.x86_64.rpm [.not found]
- Retrieving: libheif1-1.12.0-150400.3.17.1.x86_64.rpm [.not found]
- Retrieving: libheif1-1.12.0-150400.3.17.1.x86_64.rpm [.done]
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (186/307),  49.3 KiB    
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64.rpm [.not found]
- Retrieving: libavahi-client3-0.8-150600.15.15.1.x86_64.rpm [.done]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (187/307),  32.2 KiB    
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.not found]
- Retrieving: libbrotli-devel-1.0.7-150200.3.5.1.x86_64.rpm [.done]
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (188/307), 166.9 KiB    
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.not found]
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.not found]
- Retrieving: krb5-devel-1.20.1-150600.11.14.1.x86_64.rpm [.done]
- Retrieving: giflib-devel-5.2.2-150000.4.19.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (189/307),  19.5 KiB    
- Retrieving: giflib-devel-5.2.2-150000.4.19.1.x86_64.rpm [.not found]
- Retrieving: giflib-devel-5.2.2-150000.4.19.1.x86_64.rpm [.not found]
- Retrieving: giflib-devel-5.2.2-150000.4.19.1.x86_64.rpm [.done]
- Retrieving: libraw23-0.21.1-150600.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (190/307), 343.3 KiB    
- Retrieving: libraw23-0.21.1-150600.3.5.1.x86_64.rpm [.not found]
- Retrieving: libraw23-0.21.1-150600.3.5.1.x86_64.rpm [.not found]
- Retrieving: libraw23-0.21.1-150600.3.5.1.x86_64.rpm [.done]
- Retrieving: libldb2-2.8.2-150600.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (191/307), 171.1 KiB    
- Retrieving: libldb2-2.8.2-150600.3.6.1.x86_64.rpm [.not found]
- Retrieving: libldb2-2.8.2-150600.3.6.1.x86_64.rpm [.not found]
- Retrieving: libldb2-2.8.2-150600.3.6.1.x86_64.rpm [.done]
- Retrieving: luajit-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (192/307), 284.1 KiB    
- Retrieving: luajit-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.not found]
- Retrieving: luajit-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.not found]
- Retrieving: luajit-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (193/307), 226.0 KiB    
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.done]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (194/307),   7.8 MiB    
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: python3-base-3.6.15-150300.10.109.1.x86_64.rpm [...
- ........done (6.9 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (195/307),   1.2 MiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.not found]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64.rpm [.
- .done (709.6 KiB/s)]
- Retrieving: orc-0.4.28-150000.3.9.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (196/307),  63.6 KiB    
- Retrieving: orc-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: orc-0.4.28-150000.3.9.1.x86_64.rpm [.not found]
- Retrieving: orc-0.4.28-150000.3.9.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (197/307),  20.1 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (198/307), 199.4 KiB    
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-devel-1.6.40-150600.3.17.1.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (199/307), 107.5 KiB    
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64.rpm [.not found]
- Retrieving: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64.rpm [.done]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (200/307), 454.8 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.done]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (201/307),  30.6 KiB    
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.done]
- Retrieving: libwebpdemux2-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (202/307),  20.6 KiB    
- Retrieving: libwebpdemux2-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpdemux2-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpdemux2-1.0.3-150200.3.14.1.x86_64.rpm [.done]
- Retrieving: systemd-devel-254.27-150600.4.62.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (203/307), 744.2 KiB    
- Retrieving: systemd-devel-254.27-150600.4.62.1.x86_64.rpm [.not found]
- Retrieving: systemd-devel-254.27-150600.4.62.1.x86_64.rpm [.not found]
- Retrieving: systemd-devel-254.27-150600.4.62.1.x86_64.rpm [..done (493.4 KiB/s)]
- Retrieving: libdw-devel-0.185-150400.5.8.3.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (204/307),   2.6 MiB    
- Retrieving: libdw-devel-0.185-150400.5.8.3.x86_64.rpm [.
- not found]
- Retrieving: libdw-devel-0.185-150400.5.8.3.x86_64.rpm [.not found]
- Retrieving: libdw-devel-0.185-150400.5.8.3.x86_64.rpm [....done (2.1 MiB/s)]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (205/307),   7.9 MiB    
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-23.3.4-150600.83.3.1.x86_64.rpm [......
- ....done (7.4 MiB/s)]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (206/307), 118.2 KiB    
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.not found]
- Retrieving: libtiff-devel-4.7.1-150600.3.23.1.x86_64.rpm [.done]
- Retrieving: libgbm-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (207/307), 173.6 KiB    
- Retrieving: libgbm-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: libgbm-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (208/307),  77.3 KiB    
- Retrieving: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (209/307),  70.9 KiB    
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64.rpm [.not found]
- Retrieving: libmount-devel-2.39.3-150600.4.21.1.x86_64.rpm [.done]
- Retrieving: luajit-devel-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (210/307),  17.0 KiB    
- Retrieving: luajit-devel-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.not found]
- Retrieving: luajit-devel-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.not found]
- Retrieving: luajit-devel-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64.rpm [.done]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (211/307), 916.2 KiB    
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.
- .done (524.1 KiB/s)]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (212/307),  13.9 MiB    
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-full-3.28.3-150600.3.3.1.x86_64.rpm [........
- .......done (13.9 MiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (213/307), 587.0 KiB    
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (214/307), 942.6 KiB    
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: freetype2-devel-2.10.4-150000.4.25.1.x86_64.rpm [.
- .done (653.8 KiB/s)]
- Retrieving: samba-client-libs-4.19.8+git.435.78ced6cf30d-150600.3.21.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (215/307),   4.7 MiB    
- Retrieving: samba-client-libs-4.19.8+git.435.78ced6cf30d-150600.3.21.1.x86_64.rpm [.not found]
- Retrieving: samba-client-libs-4.19.8+git.435.78ced6cf30d-150600.3.21.1.x86_64.rpm [.not found]
- Retrieving: samba-client-libs-4.19.8+git.435.78ced6cf30d-150600.3.21.1.x86_64.rpm [.......done (3.9 MiB/s)]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (216/307), 104.6 KiB    
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cmake-3.28.3-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (217/307), 520.2 KiB    
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (218/307),  58.6 KiB    
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (219/307),  75.2 KiB    
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (220/307),  51.1 KiB    
- Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64.rpm [.not found]
- Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64.rpm [.not found]
- Retrieving: libssh-devel-0.9.8-150600.11.12.1.x86_64.rpm [.done]
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (221/307), 312.5 KiB    
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.not found]
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.not found]
- Retrieving: libcurl-devel-8.14.1-150600.4.40.1.x86_64.rpm [.done]
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64 (Main Repository) (222/307),  30.0 KiB    
- Retrieving: libgudev-1_0-0-237-150400.1.6.x86_64.rpm [.done]
- Retrieving: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64 (Main Repository) (223/307),  57.8 KiB    
- Retrieving: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64.rpm [.done]
- Retrieving: libmng2-2.0.3-1.39.x86_64 (Main Repository) (224/307), 153.1 KiB    
- Retrieving: libmng2-2.0.3-1.39.x86_64.rpm [.done]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (225/307), 126.4 KiB    
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (226/307),  81.4 KiB    
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64 (Main Repository) (227/307), 218.8 KiB    
- Retrieving: libglvnd-1.7.0-150600.1.2.x86_64.rpm [.done]
- Retrieving: libwacom9-2.8.0-150600.1.7.x86_64 (Main Repository) (228/307),  44.0 KiB    
- Retrieving: libwacom9-2.8.0-150600.1.7.x86_64.rpm [.done]
- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (229/307),  43.5 KiB    
- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done]
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64 (Main Repository) (230/307),  23.0 KiB    
- Retrieving: fontconfig-devel-2.14.2-150600.1.3.x86_64.rpm [.done]
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64 (Main Repository) (231/307),  33.1 KiB    
- Retrieving: libglvnd-devel-1.7.0-150600.1.2.x86_64.rpm [.
- done]
- Retrieving: libinput10-1.25.0-150600.1.3.x86_64 (Main Repository) (232/307), 202.9 KiB    
- Retrieving: libinput10-1.25.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: libinput-devel-1.25.0-150600.1.3.x86_64 (Main Repository) (233/307),  99.3 KiB    
- Retrieving: libinput-devel-1.25.0-150600.1.3.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch (Main Update Repository) (234/307),  19.6 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch.rpm [.....
- ....
- ....
- ....
- ....
- ....
- .done]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (235/307), 534.1 KiB    
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo2-1.18.4-150600.3.3.1.x86_64.rpm [..done (501.8 KiB/s)]
- Retrieving: libGLU1-9.0.0-150200.10.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (236/307), 170.0 KiB    
- Retrieving: libGLU1-9.0.0-150200.10.3.1.x86_64.rpm [.not found]
- Retrieving: libGLU1-9.0.0-150200.10.3.1.x86_64.rpm [.not found]
- Retrieving: libGLU1-9.0.0-150200.10.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (237/307), 279.4 KiB    
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (238/307), 740.4 KiB    
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64.rpm [..done (528.3 KiB/s)]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (239/307), 246.9 KiB    
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-tools-2.78.6-150600.4.35.1.x86_64.rpm [.done]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (240/307),  91.0 KiB    
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64.rpm [.
- done]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (241/307),  81.5 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (242/307),  44.9 KiB    
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (243/307), 188.0 KiB    
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (244/307), 173.8 KiB    
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (245/307), 308.6 KiB    
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (246/307), 808.7 KiB    
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64.rpm [..done (490.6 KiB/s)]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (247/307), 471.7 KiB    
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-1.24.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (248/307), 585.1 KiB    
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.not found]
- Retrieving: glib2-devel-2.78.6-150600.4.35.1.x86_64.rpm [.
- .done (585.1 KiB/s)]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (249/307),  35.9 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (250/307), 203.5 KiB    
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (251/307), 612.8 KiB    
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64.rpm [..done (492.0 KiB/s)]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (252/307),  10.1 MiB    
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-gallium-23.3.4-150600.83.3.1.x86_64.rpm [......
- .....done (10.0 MiB/s)]
- Retrieving: gstreamer-utils-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (253/307), 146.2 KiB    
- Retrieving: gstreamer-utils-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-utils-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-utils-1.24.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (254/307), 302.4 KiB    
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: cairo-devel-1.18.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (255/307), 167.2 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: glu-devel-9.0.0-150200.10.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (256/307),  13.3 KiB    
- Retrieving: glu-devel-9.0.0-150200.10.3.1.x86_64.rpm [.not found]
- Retrieving: glu-devel-9.0.0-150200.10.3.1.x86_64.rpm [.not found]
- Retrieving: glu-devel-9.0.0-150200.10.3.1.x86_64.rpm [.done]
- Retrieving: Mesa-dri-devel-23.3.4-150600.83.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (257/307), 187.4 KiB    
- Retrieving: Mesa-dri-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-devel-23.3.4-150600.83.3.1.x86_64.rpm [.not found]
- Retrieving: Mesa-dri-devel-23.3.4-150600.83.3.1.x86_64.rpm [.
- done]
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64 (Main Repository) (258/307), 277.7 KiB    
- Retrieving: libpango-1_0-0-1.51.1-150600.1.3.x86_64.rpm [.done]
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64 (Main Repository) (259/307), 189.5 KiB    
- Retrieving: girepository-1_0-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 (Main Repository) (260/307), 122.2 KiB    
- Retrieving: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64.rpm [.done]
- Retrieving: libpulse-devel-17.0-150600.2.3.x86_64 (Main Repository) (261/307), 116.2 KiB    
- Retrieving: libpulse-devel-17.0-150600.2.3.x86_64.rpm [.done]
- Retrieving: libSDL-devel-1.2.15-150000.3.19.1.x86_64 (Main Repository) (262/307), 331.7 KiB    
- Retrieving: libSDL-devel-1.2.15-150000.3.19.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GUdev-1_0-237-150400.1.6.x86_64 (Main Repository) (263/307),  11.7 KiB    
- Retrieving: typelib-1_0-GUdev-1_0-237-150400.1.6.x86_64.rpm [.done]
- Retrieving: libgudev-1_0-devel-237-150400.1.6.x86_64 (Main Repository) (264/307),  39.2 KiB    
- Retrieving: libgudev-1_0-devel-237-150400.1.6.x86_64.rpm [.done]
- Retrieving: librsvg-2-2-2.57.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (265/307),   1.4 MiB    
- Retrieving: librsvg-2-2-2.57.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: librsvg-2-2-2.57.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: librsvg-2-2-2.57.4-150600.3.3.1.x86_64.rpm [...done (1.2 MiB/s)]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (266/307), 150.9 KiB    
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (267/307),  84.6 KiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (268/307), 158.2 KiB    
- Retrieving: typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (269/307),  35.2 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.
- not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (270/307),   1.9 MiB    
- Retrieving: libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64.rpm [.not found]
- Retrieving: libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64.rpm [.not found]
- Retrieving: libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64.rpm [....done (1.7 MiB/s)]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (271/307), 237.7 KiB    
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (272/307), 198.9 KiB    
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: gstreamer-devel-1.24.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (273/307), 682.4 KiB    
- Retrieving: gstreamer-devel-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-devel-1.24.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-devel-1.24.0-150600.3.3.1.x86_64.rpm [..done (358.1 KiB/s)]
- Retrieving: typelib-1_0-Rsvg-2_0-2.57.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (274/307),  76.6 KiB    
- Retrieving: typelib-1_0-Rsvg-2_0-2.57.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Rsvg-2_0-2.57.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-Rsvg-2_0-2.57.4-150600.3.3.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (275/307),  31.1 KiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.
- not found]
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (276/307), 411.4 KiB    
- Retrieving: libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64.rpm [.not found]
- Retrieving: libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64.rpm [.not found]
- Retrieving: libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64.rpm [.done]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (277/307), 146.9 KiB    
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (278/307), 310.4 KiB    
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [..done (281.4 KiB/s)]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (279/307), 962.1 KiB    
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64.rpm [..done (518.5 KiB/s)]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (280/307),  74.5 KiB    
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (281/307), 253.5 KiB    
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (282/307),  84.5 KiB    
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.not found]
- Retrieving: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstTag-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (283/307),  68.8 KiB    
- Retrieving: typelib-1_0-GstTag-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstTag-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstTag-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.
- done]
- Retrieving: typelib-1_0-GstAudio-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (284/307),  79.2 KiB    
- Retrieving: typelib-1_0-GstAudio-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstAudio-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstAudio-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (285/307),  65.9 KiB    
- Retrieving: typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (286/307),  90.8 KiB    
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: librsvg-devel-2.57.4-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (287/307),   1.2 MiB    
- Retrieving: librsvg-devel-2.57.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: librsvg-devel-2.57.4-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: librsvg-devel-2.57.4-150600.3.3.1.x86_64.rpm [...done (1.0 MiB/s)]
- Retrieving: typelib-1_0-GstApp-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (288/307),  66.9 KiB    
- Retrieving: typelib-1_0-GstApp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstApp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstApp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (289/307),  87.4 KiB    
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstVideo-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (290/307),  90.9 KiB    
- Retrieving: typelib-1_0-GstVideo-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstVideo-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstVideo-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstrtsp-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (291/307), 116.2 KiB    
- Retrieving: libgstrtsp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstrtsp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstrtsp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstrtp-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (292/307), 122.9 KiB    
- Retrieving: libgstrtp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstrtp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstrtp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstfft-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (293/307),  80.0 KiB    
- Retrieving: libgstfft-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstfft-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstfft-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (294/307),  71.3 KiB    
- Retrieving: typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstGL-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (295/307),  80.5 KiB    
- Retrieving: typelib-1_0-GstGL-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGL-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGL-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstRtp-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (296/307),  73.9 KiB    
- Retrieving: typelib-1_0-GstRtp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstRtp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstRtp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libgstsdp-1_0-0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (297/307),  98.9 KiB    
- Retrieving: libgstsdp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstsdp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: libgstsdp-1_0-0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (298/307),  64.9 KiB    
- Retrieving: typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (299/307),  65.0 KiB    
- Retrieving: typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (300/307),  66.2 KiB    
- Retrieving: typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstSdp-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (301/307),  70.1 KiB    
- Retrieving: typelib-1_0-GstSdp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstSdp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstSdp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (302/307),  73.8 KiB    
- Retrieving: typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: gstreamer-plugins-base-devel-1.24.0-150600.3.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (303/307), 611.8 KiB    
- Retrieving: gstreamer-plugins-base-devel-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-devel-1.24.0-150600.3.11.1.x86_64.rpm [.not found]
- Retrieving: gstreamer-plugins-base-devel-1.24.0-150600.3.11.1.x86_64.rpm [.done]
- Retrieving: libxine2-1.2.13-bp156.3.8.x86_64 (Main Repository) (304/307),   2.0 MiB    
- Retrieving: libxine2-1.2.13-bp156.3.8.x86_64.rpm [..done (1.9 MiB/s)]
- Retrieving: efl-1.26.3-bp156.7.66.x86_64 (Main Repository) (305/307),  16.2 MiB    
- Retrieving: efl-1.26.3-bp156.7.66.x86_64.rpm [.
- .....done (13.1 MiB/s)]
- Retrieving: libxine-devel-1.2.13-bp156.3.8.x86_64 (Main Repository) (306/307), 105.5 KiB    
- Retrieving: libxine-devel-1.2.13-bp156.3.8.x86_64.rpm [.done]
- Retrieving: efl-devel-1.26.3-bp156.7.66.x86_64 (Main Repository) (307/307),   2.2 MiB    
- Retrieving: efl-devel-1.26.3-bp156.7.66.x86_64.rpm [.done]
- 
- Checking for file conflicts: [...
- .......done]
- (  1/307) Installing: compositeproto-devel-0.4.2-1.22.x86_64 [..done]
- (  2/307) Installing: dbus-1-devel-1.12.2-150400.18.8.1.x86_64 [..done]
- (  3/307) Installing: inputproto-devel-2.4-150500.1.1.x86_64 [..done]
- (  4/307) Installing: keyutils-devel-1.6.3-5.6.1.x86_64 [..done]
- (  5/307) Installing: libHACD3_17-3.17-bp156.3.4.x86_64 [..done]
- (  6/307) Installing: libHalf23-2.2.1-150000.3.3.1.x86_64 [..done]
- (  7/307) Installing: libIex-2_2-23-2.2.1-150000.3.3.1.x86_64 [..done]
- (  8/307) Installing: libXcomposite1-0.4.4-1.23.x86_64 [..done]
- (  9/307) Installing: libXdamage1-1.1.4-1.23.x86_64 [..done]
- ( 10/307) Installing: libXdmcp6-1.1.2-1.23.x86_64 [..done]
- ( 11/307) Installing: libXext6-1.3.3-1.30.x86_64 [..
- done]
- ( 12/307) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 13/307) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- ( 14/307) Installing: liba52-0-0.7.5+svn613-150000.3.2.1.x86_64 [..done]
- ( 15/307) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- ( 16/307) Installing: libbullet3_17-3.17-bp156.3.4.x86_64 [...done]
- ( 17/307) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 18/307) Installing: libcdda_interface0-3.10.2-1.28.x86_64 [..done]
- ( 19/307) Installing: libdatrie1-0.2.9-1.25.x86_64 [..done]
- ( 20/307) Installing: libdav1d5-0.9.2-150400.3.3.1.x86_64 [..done]
- ( 21/307) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 22/307) Installing: libdvdread8-6.1.3-150600.1.2.x86_64 [..done]
- ( 23/307) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 24/307) Installing: libevdev2-1.11.0-150400.1.7.x86_64 [..done]
- ( 25/307) Installing: libexif12-0.6.22-150000.5.9.1.x86_64 [..done]
- ( 26/307) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 27/307) Installing: libfftw3-3-3.3.9-150300.3.3.1.x86_64 [...done]
- ( 28/307) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 29/307) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 30/307) Installing: libicu73_2-ledata-73.2-150000.1.7.1.noarch [..
- .......done]
- ( 31/307) Installing: libidn2-devel-2.2.0-3.6.1.x86_64 [..done]
- ( 32/307) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- ( 33/307) Installing: libjpeg62-62.3.0-150600.22.3.x86_64 [..done]
- ( 34/307) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..done]
- ( 35/307) Installing: libjsoncpp19-1.8.4-1.17.x86_64 [..done]
- ( 36/307) Installing: liblqr-1-0-0.4.2-1.27.x86_64 [..done]
- ( 37/307) Installing: liblzo2-2-2.10-2.22.x86_64 [..done]
- ( 38/307) Installing: libmad0-0.15.1b-150000.5.3.1.x86_64 [..done]
- ( 39/307) Installing: libmpcdec5-1.2.6-1.29.x86_64 [..done]
- ( 40/307) Installing: libmpg123-0-1.26.4-1.15.x86_64 [..done]
- ( 41/307) Installing: libmtdev1-1.1.5-1.26.x86_64 [..
- done]
- ( 42/307) Installing: libnscd1-2.0.2-3.21.x86_64 [..done]
- ( 43/307) Installing: libogg0-1.3.2-150000.3.4.1.x86_64 [..done]
- ( 44/307) Installing: libopus0-1.3.1-150000.3.8.1.x86_64 [..done]
- ( 45/307) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- ( 46/307) Installing: libpcre2-16-0-10.42-150600.1.26.x86_64 [..done]
- ( 47/307) Installing: libpcre2-32-0-10.42-150600.1.26.x86_64 [..done]
- ( 48/307) Installing: libpcre2-posix3-10.42-150600.1.26.x86_64 [..done]
- ( 49/307) Installing: libpsl-devel-0.20.1-150000.3.3.1.x86_64 [..done]
- ( 50/307) Installing: librhash0-1.3.5-1.25.x86_64 [..done]
- ( 51/307) Installing: libsepol-devel-3.5-150600.1.49.x86_64 [..done]
- ( 52/307) Installing: libspeex1-1.2-150000.3.5.2.x86_64 [..done]
- ( 53/307) Installing: libtalloc2-2.4.1-150600.1.3.x86_64 [..done]
- ( 54/307) Installing: libtdb1-1.4.9-150600.1.4.x86_64 [..done]
- ( 55/307) Installing: libthai-data-0.1.29-150400.1.4.x86_64 [..done]
- ( 56/307) Installing: libtheoradec1-1.1.1-150000.3.3.1.x86_64 [..done]
- ( 57/307) Installing: libtinyxml2-9-9.0.0-bp156.2.4.x86_64 [..done]
- ( 58/307) Installing: libunwind-1.5.0-4.5.1.x86_64 [..done]
- ( 59/307) Installing: libverto-devel-0.2.6-3.20.x86_64 [..done]
- ( 60/307) Installing: libvisual-0.4.0-1.34.x86_64 [..done]
- ( 61/307) Installing: libvulkan1-1.3.275.0-150600.1.2.x86_64 [..done]
- ( 62/307) Installing: libwacom-data-2.8.0-150600.1.7.x86_64 [..done]
- ( 63/307) Installing: libwayland-client0-1.22.0-150600.1.6.x86_64 [..done]
- ( 64/307) Installing: libwayland-egl1-99~1.22.0-150600.1.6.x86_64 [..done]
- ( 65/307) Installing: libwayland-server0-1.22.0-150600.1.6.x86_64 [..done]
- ( 66/307) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- ( 67/307) Installing: libzstd-devel-1.5.5-150600.1.3.x86_64 [..done]
- ( 68/307) Installing: printproto-devel-1.0.5-1.22.x86_64 [..done]
- ( 69/307) Installing: recordproto-devel-1.14.2-1.22.x86_64 [..done]
- ( 70/307) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- ( 71/307) Installing: scrnsaverproto-devel-1.2.2-1.22.x86_64 [..done]
- ( 72/307) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- ( 73/307) Installing: xineramaproto-devel-1.2.1-2.22.x86_64 [..done]
- ( 74/307) Installing: xkeyboard-config-2.40-150600.1.2.noarch [..
- done]
- ( 75/307) Installing: libIlmThread-2_2-23-2.2.1-150000.3.3.1.x86_64 [..done]
- ( 76/307) Installing: libXdmcp-devel-1.1.2-1.23.x86_64 [..done]
- ( 77/307) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- ( 78/307) Installing: libXvMC1-1.0.10-1.23.x86_64 [..done]
- ( 79/307) Installing: libXv1-1.0.11-1.23.x86_64 [..done]
- ( 80/307) Installing: libXtst6-1.2.3-1.24.x86_64 [..done]
- ( 81/307) Installing: libXss1-1.2.2-3.4.x86_64 [..done]
- ( 82/307) Installing: libXp6-1.0.3-1.24.x86_64 [..done]
- ( 83/307) Installing: libXinerama1-1.1.3-1.22.x86_64 [..done]
- ( 84/307) Installing: libXi6-1.7.9-3.2.1.x86_64 [..done]
- ( 85/307) Installing: libXrandr2-1.5.1-2.17.x86_64 [..done]
- ( 86/307) Installing: libXcursor1-1.1.15-1.18.x86_64 [..done]
- ( 87/307) Installing: libConvexDecomposition3_17-3.17-bp156.3.4.x86_64 [..done]
- ( 88/307) Installing: libBulletInverseDynamicsUtils3_17-3.17-bp156.3.4.x86_64 [..done]
- ( 89/307) Installing: libBulletFileLoader3_17-3.17-bp156.3.4.x86_64 [..done]
- ( 90/307) Installing: libcdda_paranoia0-3.10.2-1.28.x86_64 [..done]
- ( 91/307) Installing: libdrm_radeon1-2.4.118-150600.1.4.x86_64 [..done]
- ( 92/307) Installing: libdrm_nouveau2-2.4.118-150600.1.4.x86_64 [..done]
- ( 93/307) Installing: libdrm_amdgpu1-2.4.118-150600.1.4.x86_64 [..done]
- ( 94/307) Installing: libdvdnav4-6.1.1-150600.1.2.x86_64 [..done]
- ( 95/307) Installing: libexif-devel-0.6.22-150000.5.9.1.x86_64 [..done]
- ( 96/307) Installing: fribidi-devel-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 97/307) Installing: graphite2-devel-1.3.14-150600.1.5.x86_64 [..done]
- ( 98/307) Installing: libicu73_2-73.2-150000.1.7.1.x86_64 [...done]
- ( 99/307) Installing: libjpeg62-devel-62.3.0-150600.22.3.x86_64 [..done]
- (100/307) Installing: libv4l2-0-1.14.1-150000.3.3.1.x86_64 [..done]
- (101/307) Installing: libv4l-1.14.1-150000.3.3.1.x86_64 [..done]
- (102/307) Installing: libv4lconvert0-1.14.1-150000.3.3.1.x86_64 [..done]
- (103/307) Installing: lzo-devel-2.10-2.22.x86_64 [..
- done]
- (104/307) Installing: libvorbis0-1.3.6-150000.4.5.2.x86_64 [..done]
- (105/307) Installing: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 [..done]
- (106/307) Installing: libtheora0-1.1.1-150000.3.3.1.x86_64 [..done]
- (107/307) Installing: libFLAC8-1.3.2-150000.3.14.1.x86_64 [..done]
- (108/307) Installing: libpciaccess-devel-0.14-1.16.x86_64 [..done]
- (109/307) Installing: libdrm_intel1-2.4.118-150600.1.4.x86_64 [..done]
- (110/307) Installing: pcre2-devel-10.42-150600.1.26.x86_64 [..done]
- (111/307) Installing: libtevent0-0.15.0-150600.1.3.x86_64 [..done]
- (112/307) Installing: libthai0-0.1.29-150400.1.4.x86_64 [..done]
- (113/307) Installing: libunwind-devel-1.5.0-4.5.1.x86_64 [..done]
- (114/307) Installing: libwayland-cursor0-1.22.0-150600.1.6.x86_64 [..done]
- (115/307) Installing: randrproto-devel-1.6.0-4.17.x86_64 [..done]
- (116/307) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- (117/307) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- (118/307) Installing: fixesproto-devel-6.0-150400.1.4.x86_64 [..done]
- (119/307) Installing: libIlmImf-2_2-23-2.2.1-150000.3.43.1.x86_64 [..done]
- (120/307) Installing: libGIMPACTUtils3_17-3.17-bp156.3.4.x86_64 [..done]
- (121/307) Installing: libBulletWorldImporter3_17-3.17-bp156.3.4.x86_64 [..done]
- (122/307) Installing: libicu73_2-devel-73.2-150000.1.7.1.x86_64 [..done]
- (123/307) Installing: libv4l1-0-1.14.1-150000.3.3.1.x86_64 [..done]
- (124/307) Installing: libvorbisfile3-1.3.6-150000.4.5.2.x86_64 [..done]
- (125/307) Installing: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 [..done]
- (126/307) Installing: libdrm-devel-2.4.118-150600.1.4.x86_64 [..done]
- (127/307) Installing: wayland-devel-1.22.0-150600.1.6.x86_64 [..done]
- (128/307) Installing: libXss-devel-1.2.2-3.4.x86_64 [..done]
- (129/307) Installing: libXrandr-devel-1.5.1-2.17.x86_64 [..done]
- (130/307) Installing: libXp-devel-1.0.3-1.24.x86_64 [..done]
- (131/307) Installing: libXinerama-devel-1.1.3-1.22.x86_64 [..done]
- (132/307) Installing: libXfixes-devel-6.0.0-150400.1.4.x86_64 [..done]
- (133/307) Installing: libBulletXmlWorldImporter3_17-3.17-bp156.3.4.x86_64 [..done]
- (134/307) Installing: libv4l2rds0-1.14.1-150000.3.3.1.x86_64 [..done]
- (135/307) Installing: libopenmpt0-0.3.28-150000.2.15.1.x86_64 [.
- .done]
- (136/307) Installing: libsndfile1-1.0.28-150000.5.20.1.x86_64 [..done]
- (137/307) Installing: libXi-devel-1.7.9-3.2.1.x86_64 [..done]
- (138/307) Installing: libXcursor-devel-1.1.15-1.18.x86_64 [..done]
- (139/307) Installing: libXcomposite-devel-0.4.4-1.23.x86_64 [..done]
- (140/307) Installing: libbullet-devel-3.17-bp156.3.4.x86_64 [..done]
- (141/307) Installing: libv4l-devel-1.14.1-150000.3.3.1.x86_64 [..done]
- (142/307) Installing: libmodplug1-0.3.28-150000.2.15.1.x86_64 [..done]
- (143/307) Installing: libsndfile-devel-1.0.28-150000.5.20.1.x86_64 [..done]
- (144/307) Installing: libpulse0-17.0-150600.2.3.x86_64 [..done]
- (145/307) Installing: libXtst-devel-1.2.3-1.24.x86_64 [..done]
- (146/307) Installing: libpulse-mainloop-glib0-17.0-150600.2.3.x86_64 [..done]
- (147/307) Installing: libSDL-1_2-0-1.2.15-150000.3.19.1.x86_64 [..done]
- (148/307) Installing: ImageMagick-config-7-SUSE-7.1.1.21-150600.3.50.1.x86_64 [..done]
- (149/307) Installing: Mesa-KHR-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (150/307) Installing: Mesa-libglapi0-23.3.4-150600.83.3.1.x86_64 [..done]
- (151/307) Installing: jitterentropy-devel-3.4.1-150000.1.12.1.x86_64 [..done]
- (152/307) Installing: libaom3-3.7.1-150600.3.5.1.x86_64 [...done]
- (153/307) Installing: libarchive13-3.7.2-150600.3.17.1.x86_64 [..done]
- (154/307) Installing: libavahi-common3-0.8-150600.15.15.1.x86_64 [..done]
- (155/307) Installing: libblkid-devel-2.39.3-150600.4.21.1.x86_64 [..done]
- (156/307) Installing: libbrotlienc1-1.0.7-150200.3.5.1.x86_64 [..done]
- (157/307) Installing: libcom_err-devel-1.47.0-150600.4.6.2.x86_64 [.
- .done]
- (158/307) Installing: libelf-devel-0.185-150400.5.8.3.x86_64 [..done]
- (159/307) Installing: libexpat-devel-2.7.1-150400.3.37.1.x86_64 [..done]
- (160/307) Installing: libgif7-5.2.2-150000.4.19.1.x86_64 [..done]
- (161/307) Installing: libgmodule-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (162/307) Installing: libgobject-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (163/307) Installing: libgthread-2_0-0-2.78.6-150600.4.35.1.x86_64 [..done]
- (164/307) Installing: liblcms2-2-2.15-150600.3.3.2.x86_64 [..done]
- (165/307) Installing: liblmdb-0_9_30-0.9.30-150500.3.2.1.x86_64 [..done]
- (166/307) Installing: libluajit-5_1-2-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64 [..done]
- (167/307) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- (168/307) Installing: libnghttp2-devel-1.40.0-150600.25.5.1.x86_64 [..done]
- (169/307) Installing: libopenjp2-7-2.3.0-150000.3.24.1.x86_64 [..done]
- (170/307) Installing: libopenssl1_1-1.1.1w-150600.5.21.1.x86_64 [...done]
- (171/307) Installing: liborc-0_4-0-0.4.28-150000.3.9.1.x86_64 [..done]
- (172/307) Installing: libpixman-1-0-0.43.4-150600.3.3.1.x86_64 [..done]
- (173/307) Installing: libpng16-16-1.6.40-150600.3.17.1.x86_64 [..done]
- (174/307) Installing: libvpx7-1.11.0-150400.3.7.1.x86_64 [..done]
- (175/307) Installing: libwebp7-1.0.3-150200.3.14.1.x86_64 [..done]
- (176/307) Installing: shared-mime-info-2.4-150600.3.3.2.x86_64 [..
- done]
- (177/307) Installing: systemd-rpm-macros-16-150000.7.42.1.noarch [..done]
- (178/307) Installing: xz-devel-5.4.1-150600.3.3.1.x86_64 [..done]
- (179/307) Installing: libLLVM17-17.0.6-150600.3.7.1.x86_64 [....
- ..........
- ..........
- ...done]
- (180/307) Installing: libtiff6-4.7.1-150600.3.23.1.x86_64 [..done]
- (181/307) Installing: libgbm1-23.3.4-150600.83.3.1.x86_64 [..done]
- (182/307) Installing: libxkbcommon0-1.5.0-150600.3.3.1.x86_64 [..done]
- (183/307) Installing: libselinux-devel-3.5-150600.3.3.1.x86_64 [..done]
- (184/307) Installing: libopenssl-3-devel-3.1.4-150600.5.45.1.x86_64 [..done]
- (185/307) Installing: libheif1-1.12.0-150400.3.17.1.x86_64 [..done]
- (186/307) Installing: libavahi-client3-0.8-150600.15.15.1.x86_64 [..done]
- (187/307) Installing: libbrotli-devel-1.0.7-150200.3.5.1.x86_64 [..done]
- (188/307) Installing: krb5-devel-1.20.1-150600.11.14.1.x86_64 [..done]
- (189/307) Installing: giflib-devel-5.2.2-150000.4.19.1.x86_64 [..done]
- (190/307) Installing: libraw23-0.21.1-150600.3.5.1.x86_64 [..done]
- (191/307) Installing: libldb2-2.8.2-150600.3.6.1.x86_64 [..done]
- (192/307) Installing: luajit-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64 [..done]
- (193/307) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- (194/307) Installing: python3-base-3.6.15-150300.10.109.1.x86_64 [..
- ........done]
- (195/307) Installing: libpython3_6m1_0-3.6.15-150300.10.109.1.x86_64 [...done]
- (196/307) Installing: orc-0.4.28-150000.3.9.1.x86_64 [..done]
- (197/307) Installing: libpixman-1-0-devel-0.43.4-150600.3.3.1.x86_64 [.
- .done]
- (198/307) Installing: libpng16-devel-1.6.40-150600.3.17.1.x86_64 [..done]
- (199/307) Installing: libpng16-compat-devel-1.6.40-150600.3.17.1.x86_64 [..done]
- (200/307) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (201/307) Installing: libwebpmux3-1.0.3-150200.3.14.1.x86_64 [..done]
- (202/307) Installing: libwebpdemux2-1.0.3-150200.3.14.1.x86_64 [..done]
- (203/307) Installing: systemd-devel-254.27-150600.4.62.1.x86_64 [..done]
- (204/307) Installing: libdw-devel-0.185-150400.5.8.3.x86_64 [....done]
- (205/307) Installing: Mesa-dri-23.3.4-150600.83.3.1.x86_64 [.....
- ....done]
- (206/307) Installing: libtiff-devel-4.7.1-150600.3.23.1.x86_64 [..done]
- (207/307) Installing: libgbm-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (208/307) Installing: libxkbcommon-devel-1.5.0-150600.3.3.1.x86_64 [..done]
- (209/307) Installing: libmount-devel-2.39.3-150600.4.21.1.x86_64 [..done]
- (210/307) Installing: luajit-devel-2.1.0~beta3+git.1624618403.e9577376-150400.4.7.1.x86_64 [..done]
- (211/307) Installing: libgnutls30-3.8.3-150600.4.17.1.x86_64 [..done]
- (212/307) Installing: cmake-full-3.28.3-150600.3.3.1.x86_64 [....
- ..........
- ...done]
- (213/307) Installing: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 [..done]
- (214/307) Installing: freetype2-devel-2.10.4-150000.4.25.1.x86_64 [...done]
- (215/307) Installing: samba-client-libs-4.19.8+git.435.78ced6cf30d-150600.3.21.1.x86_64 [......
- done]
- (216/307) Installing: cmake-3.28.3-150600.3.3.1.x86_64 [..done]
- (217/307) Installing: libharfbuzz-subset0-8.3.0-150600.3.3.1.x86_64 [..done]
- (218/307) Installing: libharfbuzz-icu0-8.3.0-150600.3.3.1.x86_64 [..done]
- (219/307) Installing: libharfbuzz-gobject0-8.3.0-150600.3.3.1.x86_64 [..done]
- (220/307) Installing: libssh-devel-0.9.8-150600.11.12.1.x86_64 [..done]
- (221/307) Installing: libcurl-devel-8.14.1-150600.4.40.1.x86_64 [..done]
- (222/307) Installing: libgudev-1_0-0-237-150400.1.6.x86_64 [..done]
- (223/307) Installing: libgraphene-1_0-0-1.10.8-150600.1.3.x86_64 [..done]
- (224/307) Installing: libmng2-2.0.3-1.39.x86_64 [..done]
- (225/307) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (226/307) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (227/307) Installing: libglvnd-1.7.0-150600.1.2.x86_64 [..done]
- (228/307) Installing: libwacom9-2.8.0-150600.1.7.x86_64 [..done]
- (229/307) Installing: libXft2-2.3.2-1.33.x86_64 [..done]
- (230/307) Installing: fontconfig-devel-2.14.2-150600.1.3.x86_64 [..done]
- (231/307) Installing: libglvnd-devel-1.7.0-150600.1.2.x86_64 [..done]
- (232/307) Installing: libinput10-1.25.0-150600.1.3.x86_64 [..done]
- (233/307) Installing: libinput-devel-1.25.0-150600.1.3.x86_64 [..done]
- (234/307) Installing: gio-branding-openSUSE-42.1-lp156.9.2.2.noarch [..done]
- (235/307) Installing: libcairo2-1.18.4-150600.3.3.1.x86_64 [..done]
- (236/307) Installing: libGLU1-9.0.0-150200.10.3.1.x86_64 [..done]
- (237/307) Installing: Mesa-libEGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (238/307) Installing: libgio-2_0-0-2.78.6-150600.4.35.1.x86_64 [..
- done]
- (239/307) Installing: glib2-tools-2.78.6-150600.4.35.1.x86_64 [..done]
- (240/307) Installing: libharfbuzz-cairo0-8.3.0-150600.3.3.1.x86_64 [..done]
- (241/307) Installing: libcairo-script-interpreter2-1.18.4-150600.3.3.1.x86_64 [..done]
- (242/307) Installing: libcairo-gobject2-1.18.4-150600.3.3.1.x86_64 [..done]
- (243/307) Installing: Mesa-libEGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (244/307) Installing: Mesa-23.3.4-150600.83.3.1.x86_64 [..done]
- (245/307) Installing: Mesa-libGL1-23.3.4-150600.83.3.1.x86_64 [..done]
- (246/307) Installing: libgstreamer-1_0-0-1.24.0-150600.3.3.1.x86_64 [..done]
- (247/307) Installing: gstreamer-1.24.0-150600.3.3.1.x86_64 [..
- setting /usr/lib/gstreamer-1.0/gst-ptp-helper to root:root 0755 "cap_net_bind_service=ep". (wrong missing capabilities)
- done]
- (248/307) Installing: glib2-devel-2.78.6-150600.4.35.1.x86_64 [..done]
- (249/307) Installing: gdk-pixbuf-query-loaders-2.42.12-150600.3.8.1.x86_64 [..done]
- (250/307) Installing: Mesa-libGLESv2-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (251/307) Installing: Mesa-libGL-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (252/307) Installing: Mesa-gallium-23.3.4-150600.83.3.1.x86_64 [....
- .........
- .done]
- (253/307) Installing: gstreamer-utils-1.24.0-150600.3.3.1.x86_64 [..done]
- (254/307) Installing: cairo-devel-1.18.4-150600.3.3.1.x86_64 [..done]
- (255/307) Installing: libgdk_pixbuf-2_0-0-2.42.12-150600.3.8.1.x86_64 [..done]
- (256/307) Installing: glu-devel-9.0.0-150200.10.3.1.x86_64 [..done]
- (257/307) Installing: Mesa-dri-devel-23.3.4-150600.83.3.1.x86_64 [..done]
- (258/307) Installing: libpango-1_0-0-1.51.1-150600.1.3.x86_64 [..done]
- (259/307) Installing: girepository-1_0-1.78.1-150600.2.3.x86_64 [..done]
- (260/307) Installing: libgirepository-1_0-1-1.78.1-150600.2.3.x86_64 [..done]
- (261/307) Installing: libpulse-devel-17.0-150600.2.3.x86_64 [..done]
- (262/307) Installing: libSDL-devel-1.2.15-150000.3.19.1.x86_64 [..done]
- (263/307) Installing: typelib-1_0-GUdev-1_0-237-150400.1.6.x86_64 [..done]
- (264/307) Installing: libgudev-1_0-devel-237-150400.1.6.x86_64 [..done]
- (265/307) Installing: librsvg-2-2-2.57.4-150600.3.3.1.x86_64 [...done]
- (266/307) Installing: libgsttag-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (267/307) Installing: typelib-1_0-HarfBuzz-0_0-8.3.0-150600.3.3.1.x86_64 [..done]
- (268/307) Installing: typelib-1_0-Gst-1_0-1.24.0-150600.3.3.1.x86_64 [..done]
- (269/307) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (270/307) Installing: libMagickCore-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64 [...
- done]
- (271/307) Installing: libgstaudio-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (272/307) Installing: harfbuzz-devel-8.3.0-150600.3.3.1.x86_64 [..done]
- (273/307) Installing: gstreamer-devel-1.24.0-150600.3.3.1.x86_64 [...done]
- (274/307) Installing: typelib-1_0-Rsvg-2_0-2.57.4-150600.3.3.1.x86_64 [..done]
- (275/307) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-150600.3.8.1.x86_64 [..done]
- (276/307) Installing: libMagickWand-7_Q16HDRI10-7.1.1.21-150600.3.50.1.x86_64 [..done]
- (277/307) Installing: libgstpbutils-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (278/307) Installing: libgstvideo-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (279/307) Installing: gstreamer-plugins-base-1.24.0-150600.3.11.1.x86_64 [..done]
- (280/307) Installing: libgstallocators-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (281/307) Installing: libgstgl-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (282/307) Installing: gdk-pixbuf-devel-2.42.12-150600.3.8.1.x86_64 [..done]
- (283/307) Installing: typelib-1_0-GstTag-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (284/307) Installing: typelib-1_0-GstAudio-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (285/307) Installing: typelib-1_0-GstAllocators-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (286/307) Installing: libgstapp-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (287/307) Installing: librsvg-devel-2.57.4-150600.3.3.1.x86_64 [...done]
- (288/307) Installing: typelib-1_0-GstApp-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (289/307) Installing: libgstriff-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (290/307) Installing: typelib-1_0-GstVideo-1_0-1.24.0-150600.3.11.1.x86_64 [.
- .done]
- (291/307) Installing: libgstrtsp-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (292/307) Installing: libgstrtp-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (293/307) Installing: libgstfft-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (294/307) Installing: typelib-1_0-GstPbutils-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (295/307) Installing: typelib-1_0-GstGL-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (296/307) Installing: typelib-1_0-GstRtp-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (297/307) Installing: libgstsdp-1_0-0-1.24.0-150600.3.11.1.x86_64 [..done]
- (298/307) Installing: typelib-1_0-GstGLX11-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (299/307) Installing: typelib-1_0-GstGLWayland-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (300/307) Installing: typelib-1_0-GstGLEGL-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (301/307) Installing: typelib-1_0-GstSdp-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (302/307) Installing: typelib-1_0-GstRtsp-1_0-1.24.0-150600.3.11.1.x86_64 [..done]
- (303/307) Installing: gstreamer-plugins-base-devel-1.24.0-150600.3.11.1.x86_64 [...done]
- (304/307) Installing: libxine2-1.2.13-bp156.3.8.x86_64 [...done]
- (305/307) Installing: efl-1.26.3-bp156.7.66.x86_64 [....
- ..........
- done]
- (306/307) Installing: libxine-devel-1.2.13-bp156.3.8.x86_64 [..done]
- (307/307) Installing: efl-devel-1.26.3-bp156.7.66.x86_64 [......
- done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved efl.1.22.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.22.0 failed at "make".

#=== ERROR while compiling efl.1.22.0 =========================================#
# context              2.5.1 | linux/x86_64 | ocaml-base-compiler.4.14.3 | pinned(https://github.com/axiles/ocaml-efl/releases/download/v1.22.0/ocaml-efl-1.22.0.tar.gz)
# path                 ~/.opam/4.14/.opam-switch/build/efl.1.22.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build make
# exit-code            2
# env-file             ~/.opam/log/efl-7-86b80b.env
# output-file          ~/.opam/log/efl-7-86b80b.out
### output ###
#  cd . && /bin/sh /home/opam/.opam/4.14/.opam-switch/build/efl.1.22.0/missing automake-1.14 --foreign
# /home/opam/.opam/4.14/.opam-switch/build/efl.1.22.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:251: Makefile.in] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build efl 1.22.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-20260504094148.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.22.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-15.6\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'efl.1.22.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 09:44.00: Job failed: Failed: Build failed
2026-05-04 09:44.00: Log analysis:
2026-05-04 09:44.00: >>> 
[ERROR] The compilation of efl.1.22.0 failed at "make".
 (score = 20)
2026-05-04 09:44.00: The compilation of efl.1.22.0 failed at "make".