- github
- ocaml
- opam-repository
- 840d56
- distributions,opensuse-tumbleweed-ocaml-5.4,conf-gtk4.1
(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
on opensuse-tumbleweed-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89
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 conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
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-tumbleweed\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-gtk4.1' && 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-04-05 06:24.23: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89)
(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 conf-gtk4.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk4.1;\
\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-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.24: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
packages/conf-gtk4/conf-gtk4.1/opam | 49 ++++++++++++++++++++++++++++++++++
packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:8dddfdd4781bab65e9592eaed33eb1863796fc1b447d09036bc9f7f20a9d4a89)
2026-04-05 06:25.04 ---> using "9cb41d412bf1f3002d20ce68486fed5d0e0285f44a70b9f66fc9841263b2d8c6" 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-04-05 06:25.04 ---> using "b9ef89601a114b87aa6887411def49916f5c711ded2eebcfd50c52a54672bcda" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:25.04 ---> using "862c3f08720bc249b8bb14c72089b2908e2adca1b87200c86c69e0b0a3401159" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260326
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-05 06:25.04 ---> using "cc7445ab73de038d7dd93d1e5e4c39ce31a8303e709a38d937b58782e44334a9" 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-04-05 06:25.04 ---> using "4330e807c259719c4e61e2aa1b25752bfdd6784bebdcc9301cfb85d81cd9d23b" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:25.12 ---> saved as "80ce5c2b999cb63bc9b704bc0b5f2f207ca8f6914c5d17afec524527a9fc8845"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:25.30 ---> saved as "7806692512631f5a55f460ffc997e6ccacb509426f21fa7c097cef94b2d98a88"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- .
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .....
- ......
- .done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .......
- .......
- .......
- ........
- ........
- .....
- ........
- .........
- .........
- ..........
- ........
- .........
- .........
- .........
- .......
- .........
- .........
- .........
- .......
- ..........
- .......
- .......
- ........
- ........
- ......
- ......
- .......
- .......
- ......
- .......
- .......
- .........
- ......
- ........
- ........
- .......
- .........
- ........
- ........
- .....done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-04-05 06:26.21 ---> saved as "fa97dcc691a8e3f02e58b18884d2a71a77d121b7de7523d1e48009c9030a7b28"
/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:26.21 ---> saved as "31f2ddfe360e8f937969da763279bb8168462961a60d482ba5a20b84f3481251"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk4.1;\
\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-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-gtk4 1 (pinned)
- install conf-pkg-config 4 [required by conf-gtk4]
The following system packages will first need to be installed:
gtk4-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" "gtk4-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following package is going to be upgraded:
- libexpat1
-
- The following 182 NEW packages are going to be installed:
- Mesa Mesa-dri Mesa-libEGL1 Mesa-libGL1 Mesa-vulkan-device-select adwaita-icon-theme cairo-devel cups-config dbus-1-daemon fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools graphite2-devel gstreamer gstreamer-plugins-base gtk4-devel gtk4-devel-tools gtk4-schema gtk4-tools harfbuzz-devel hicolor-icon-theme libLLVM21 libLerc4 libSPIRV-Tools-2026_1 libXcursor1 libXdamage1 libXext-devel libXext6 libXfixes3 libXft-devel libXft2 libXi6 libXinerama1 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXv1 libXxf86vm1 libasound2 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcdda_interface0 libcdda_paranoia0 libcloudproviders0 libcolord2 libcups2 libdatrie-devel libdatrie1 libdav1d7 libdbus-1-3 libdisplay-info3 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdw1 libeconf-devel libelf1 libepoxy0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libfribidi0 libgbm1 libgdk_pixbuf-2_0-0 libgio-2_0-0 libgirepository-1_0-1 libgirepository-2_0-0 libglvnd libglycin-2-0 libglycin-devel libgmodule-2_0-0 libgobject-2_0-0 libgraphene-1_0-0 libgraphene-devel libgraphite2-3 libgstallocators-1_0-0 libgstapp-1_0-0 libgstaudio-1_0-0 libgstgl-1_0-0 libgstpbutils-1_0-0 libgstplay-1_0-0 libgstreamer-1_0-0 libgstriff-1_0-0 libgsttag-1_0-0 libgstvideo-1_0-0 libgthread-2_0-0 libgtk-4-1 libgudev-1_0-0 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu78 libicu78-ledata libjbig2 libjpeg8 libjson-glib-1_0-0 liblcms2-2 liblcms2-devel liblzo2-2 libmount-devel libmpdec4 libogg0 libopus0 liborc-0_4-0 libpango-1_0-0 libpciaccess0 libpcre2-16-0 libpcre2-32-0 libpcre2-posix3 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_13-1_0 librsvg-2-2 libseccomp-devel libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtheoradec2 libtheoraenc2 libtiff6 libtracker-sparql-3_0-0 libunwind8 libvisual-0_4-0 libvorbis0 libvorbisenc2 libvulkan1 libvulkan_lvp libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxshmfence1 lzo-devel pango-devel pcre2-devel python313-base shared-mime-info system-user-lp typelib-1_0-GIRepository-3_0 typelib-1_0-GLib-2_0 typelib-1_0-GLibUnix-2_0 typelib-1_0-GModule-2_0 typelib-1_0-GObject-2_0 typelib-1_0-GdkPixbuf-2_0 typelib-1_0-GdkPixdata-2_0 typelib-1_0-Gio-2_0 typelib-1_0-Gly_2 typelib-1_0-Graphene-1_0 typelib-1_0-Gtk-4_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 vulkan-devel vulkan-headers wayland-devel xkeyboard-config
-
- 1 package to upgrade, 182 new.
-
- Package download size: 111.0 MiB
-
- Package install size change:
- | 486.6 MiB required by packages that will be installed
- 486.4 MiB | - 183.2 KiB released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- .
- Preloading: libfontconfig1-2.17.1-1.1.x86_64.rpm [done]
- ..
- Preloading: libthai-devel-0.1.30-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-12.3.2-1.2.x86_64.rpm [done]
- .
- .
- Preloading: wayland-devel-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: fontconfig-2.17.1-1.1.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-devel-1.12.4-1.3.x86_64.rpm [done]
- .
- Preloading: libjson-glib-1_0-0-1.10.8-1.3.x86_64.rpm [done]
- ..
- Preloading: freetype2-devel-2.14.2-2.2.x86_64.rpm [done]
- .
- Preloading: libselinux-devel-3.10-1.2.x86_64.rpm [done]
- .
- Preloading: libcolord2-1.4.8-1.3.x86_64.rpm [done]
- .
- Preloading: libcloudproviders0-0.4.0-2.1.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-query-loaders-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Graphene-1_0-1.10.8-2.3.x86_64.rpm [done]
- .
-
- Preloading: typelib-1_0-Gio-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libmount-devel-2.41.3-5.2.x86_64.rpm [done]
- ..
- Preloading: libharfbuzz-subset0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gobject0-12.3.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libgstreamer-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- ..
- Preloading: cups-config-2.4.16-1.2.x86_64.rpm [done]
- .
- Preloading: libvorbis0-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libtheoraenc2-1.2.0-2.2.x86_64.rpm [done]
- .
-
- Preloading: libdrm_intel1-2.4.131-1.3.x86_64.rpm [done]
- ..
- Preloading: libglycin-2-0-2.0.8-1.2.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.46.4-2.2.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libpng16-devel-1.6.56-1.1.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-devel-1.6.56-1.1.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.30-1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-cursor0-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-vulkan-device-select-26.0.2-1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libvulkan_lvp-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: libfreetype6-2.14.2-2.2.x86_64.rpm [done]
- .
- Preloading: libXrandr-devel-1.5.5-1.2.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-5.1.noarch.rpm [done]
- .
- Preloading: libcairo2-1.18.4-4.2.x86_64.rpm [done]
- ..
- Preloading: glib2-tools-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: gstreamer-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GObject-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GModule-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
-
- Preloading: typelib-1_0-GLibUnix-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.16-1.2.x86_64.rpm [done]
- ..
- Preloading: libxkbcommon0-1.12.4-1.3.x86_64.rpm [done]
- .
- Preloading: libvorbisenc2-1.3.7-5.4.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- ..
- Preloading: libicu-devel-78.3-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: libgstpbutils-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgsttag-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Pango-1_0-1.56.4-2.1.x86_64.rpm [done]
- .
-
- Preloading: gdk-pixbuf-devel-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-12.3.2-1.2.x86_64.rpm [done]
- ..
- Preloading: libgstaudio-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-2.1.x86_64.rpm [done]
- .
- Preloading: libgstallocators-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstvideo-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstapp-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: libgstriff-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- ..
- Preloading: libgstgl-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- Preloading: cairo-devel-1.18.4-4.2.x86_64.rpm [done]
- .
- Preloading: libgstplay-1_0-0-1.28.1-1.2.x86_64.rpm [done]
- .
- .
- Preloading: adwaita-icon-theme-49.0-1.2.noarch.rpm [done]
- ..
-
- Preloading: gtk4-tools-4.20.3-1.3.x86_64.rpm [done]
- ...
- .
- Preloading: libgtk-4-1-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gtk-4_0-4.20.3-1.3.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- Preloading: gstreamer-plugins-base-1.28.1-1.2.x86_64.rpm [done]
- .
-
- Preloading: libXft2-2.3.9-1.2.x86_64.rpm [done]
- .
- Preloading: fontconfig-devel-2.17.1-1.1.x86_64.rpm [done]
- ..
- Preloading: gtk4-devel-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: gtk4-devel-tools-4.20.3-1.3.x86_64.rpm [done]
- ..
- Preloading: libgdk_pixbuf-2_0-0-2.44.4-2.3.x86_64.rpm [done]
- .
-
- Preloading: Mesa-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: librsvg-2-2-2.61.3-1.3.x86_64.rpm [done]
- ...
-
- Preloading: libtracker-sparql-3_0-0-3.10.1-1.3.x86_64.rpm [done]
- ...
- .
- Preloading: libglvnd-1.7.0-1.7.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gly_2-2.0.8-1.2.x86_64.rpm [done]
- ..
-
- Preloading: vulkan-headers-1.4.341-1.2.noarch.rpm [done]
- ..
- Preloading: libharfbuzz-cairo0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-4.2.x86_64.rpm [done]
- .
- Preloading: libcairo-gobject2-1.18.4-4.2.x86_64.rpm [done]
- ..
-
- Preloading: libpango-1_0-0-1.56.4-2.1.x86_64.rpm [done]
- .
- Preloading: libXft-devel-2.3.9-1.2.x86_64.rpm [done]
- ..
- Preloading: vulkan-devel-1.4.341-1.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libGL1-26.0.2-1.2.x86_64.rpm [done]
- ..
- Preloading: glib2-devel-2.86.4-1.2.x86_64.rpm [done]
- .
-
- Preloading: libglycin-devel-2.0.8-1.2.x86_64.rpm [done]
- ..
- Preloading: libgraphene-devel-1.10.8-2.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.44.4-2.3.x86_64.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-2.2.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.5.2-2.2.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.16-1.1.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-6.2.x86_64.rpm [done]
- ..
- Preloading: libgthread-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
-
- Preloading: libgobject-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- ..
- Preloading: libjbig2-2.1-5.6.x86_64.rpm [done]
- .
- Preloading: Mesa-dri-26.0.2-1.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-HarfBuzz-0_0-12.3.2-1.2.x86_64.rpm [done]
- .
- Preloading: libjpeg8-8.3.2-82.2.x86_64.rpm [done]
- ..
-
- Preloading: libexpat1-2.7.5-1.1.x86_64.rpm [done]
- .
- Preloading: libogg0-1.3.6-1.2.x86_64.rpm [done]
- ..
- Preloading: libopus0-1.6.1-1.2.x86_64.rpm [done]
- ..
-
- Preloading: liborc-0_4-0-0.4.42-1.3.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.19-1.1.x86_64.rpm [done]
- .
- Preloading: libpython3_13-1_0-3.13.12-3.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.17-1.2.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-9.4.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.47-1.3.x86_64.rpm [done]
- ..
- Preloading: libpng16-16-1.6.56-1.1.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.47-1.3.x86_64.rpm [done]
- .
- Preloading: libseccomp-devel-2.6.0-2.3.x86_64.rpm [done]
- ..
- Preloading: hicolor-icon-theme-0.18-1.4.noarch.rpm [done]
- .
-
- Preloading: libpixman-1-0-0.46.4-2.2.x86_64.rpm [done]
- .
- Preloading: libbrotlienc1-1.2.0-2.1.x86_64.rpm [done]
- .
- Preloading: gtk4-schema-4.20.3-1.3.noarch.rpm [done]
- ..
- Preloading: libLerc4-4.1.0-2.1.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.7-1.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64.rpm [done]
- .
- Preloading: libXrender1-0.9.12-1.3.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.7-1.2.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-2.2.x86_64.rpm [done]
- ..
-
- Preloading: libasound2-1.2.15.3-1.2.x86_64.rpm [done]
- .
- Preloading: libavahi-common3-0.8-42.2.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-5.13.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.10-1.2.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.14-1.3.x86_64.rpm [done]
- .
- Preloading: libcdda_interface0-3.10.2-30.4.x86_64.rpm [done]
- ...
-
- Preloading: libdav1d7-1.5.3-1.2.x86_64.rpm [done]
- .
- Preloading: libdisplay-info3-0.3.0-2.2.x86_64.rpm [done]
- .
- Preloading: libdbus-1-3-1.14.10-5.3.x86_64.rpm [done]
- .
- Preloading: libdrm2-2.4.131-1.3.x86_64.rpm [done]
- .
- Preloading: libeconf-devel-0.8.3-1.2.x86_64.rpm [done]
- ..
- Preloading: libelf1-0.194-1.1.x86_64.rpm [done]
- .
- Preloading: libepoxy0-1.5.10-2.9.x86_64.rpm [done]
- .
- Preloading: libgudev-1_0-0-238-1.8.x86_64.rpm [done]
- .
- Preloading: libcdda_paranoia0-3.10.2-30.4.x86_64.rpm [done]
- .
- Preloading: libgbm1-26.0.2-1.2.x86_64.rpm [done]
- ..
-
- Preloading: libdrm_amdgpu1-2.4.131-1.3.x86_64.rpm [done]
- .
- Preloading: libdatrie-devel-0.2.14-1.3.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-42.2.x86_64.rpm [done]
- ..
- Preloading: libdw1-0.194-1.1.x86_64.rpm [done]
- .
- Preloading: libexpat-devel-2.7.5-1.1.x86_64.rpm [done]
- ..
-
- Preloading: dbus-1-daemon-1.14.10-5.3.x86_64.rpm [done]
- .
- Preloading: fribidi-devel-1.0.16-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLib-2_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.2.0-2.1.x86_64.rpm [done]
- ..
- Preloading: libgraphene-1_0-0-1.10.8-2.3.x86_64.rpm [done]
- .
- Preloading: libblkid-devel-2.41.3-5.2.x86_64.rpm [done]
- .
- Preloading: libgirepository-2_0-0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: libgirepository-1_0-1-1.86.0-3.1.x86_64.rpm [done]
- .
- Preloading: girepository-1_0-1.86.0-3.1.x86_64.rpm [done]
- .
- Preloading: graphite2-devel-1.3.14-6.2.x86_64.rpm [done]
- .
- .
- Preloading: libtiff6-4.7.1-4.2.x86_64.rpm [done]
- .
- Preloading: liblcms2-devel-2.17-1.2.x86_64.rpm [done]
- ..
- ..
- .
- Preloading: lzo-devel-2.10-9.4.x86_64.rpm [done]
- ..
- ..
- Preloading: libicu78-78.3-1.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- Preloading: libicu78-ledata-78.3-1.1.noarch.rpm [done]
- .
- Preloading: libtheoradec2-1.2.0-2.2.x86_64.rpm [done]
- .
- Preloading: libunwind8-1.8.3-1.2.x86_64.rpm [done]
- .
-
- Preloading: libvisual-0_4-0-0.4.0-207.4.x86_64.rpm [done]
- ..
- Preloading: libvulkan1-1.4.341-1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-client0-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-server0-1.25.0-1.1.x86_64.rpm [done]
- .
- Preloading: libxshmfence1-1.3.3-1.3.x86_64.rpm [done]
- ..
-
- Preloading: shared-mime-info-2.4-3.7.x86_64.rpm [done]
- ..
- Preloading: gettext-its-gtk4-4.20.3-1.3.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.86.4-1.2.x86_64.rpm [done]
- .
- Preloading: system-user-lp-20250822-2.2.noarch.rpm [done]
- ..
- Preloading: xkeyboard-config-2.47-2.1.noarch.rpm [done]
- .
-
- Preloading: libXv1-1.0.13-1.3.x86_64.rpm [done]
- .
- Preloading: libXinerama1-1.1.6-1.2.x86_64.rpm [done]
- ..
- Preloading: libXi6-1.8.2-1.4.x86_64.rpm [done]
- .
- Preloading: python313-base-3.13.12-3.2.x86_64.rpm [done]
- .
- Preloading: libXext-devel-1.3.7-1.2.x86_64.rpm [done]
- .
- Preloading: libXrandr2-1.5.5-1.2.x86_64.rpm [done]
- .
- Preloading: libXcursor1-1.2.3-1.4.x86_64.rpm [done]
- .
- Preloading: libthai-data-0.1.30-1.2.x86_64.rpm [done]
- .
- Preloading: libXxf86vm1-1.1.7-1.2.x86_64.rpm [done]
- ..
- Preloading: libXrender-devel-0.9.12-1.3.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- Preloading: libLLVM21-21.1.8-4.1.x86_64.rpm [done]
- .done]
- Retrieving: gettext-its-gtk4-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (1/183), 64.3 KiB
- Retrieving: gtk4-schema-4.20.3-1.3.noarch (openSUSE-Tumbleweed-Oss) (2/183), 66.6 KiB
- Retrieving: hicolor-icon-theme-0.18-1.4.noarch (openSUSE-Tumbleweed-Oss) (3/183), 76.3 KiB
- Retrieving: libLLVM21-21.1.8-4.1.x86_64 (openSUSE-Tumbleweed-Oss) (4/183), 30.3 MiB
- Retrieving: libLerc4-4.1.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/183), 220.1 KiB
- Retrieving: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (6/183), 1.7 MiB
- Retrieving: libXdamage1-1.1.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (7/183), 12.2 KiB
- Retrieving: libXext6-1.3.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (8/183), 35.9 KiB
- Retrieving: libXfixes3-6.0.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (9/183), 18.7 KiB
- Retrieving: libXrender1-0.9.12-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (10/183), 26.1 KiB
- Retrieving: libasound2-1.2.15.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (11/183), 437.9 KiB
- Retrieving: libavahi-common3-0.8-42.2.x86_64 (openSUSE-Tumbleweed-Oss) (12/183), 30.5 KiB
- Retrieving: libbrotlienc1-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (13/183), 271.9 KiB
- Retrieving: libbz2-devel-1.0.8-5.13.x86_64 (openSUSE-Tumbleweed-Oss) (14/183), 17.3 KiB
- Retrieving: libcdda_interface0-3.10.2-30.4.x86_64 (openSUSE-Tumbleweed-Oss) (15/183), 45.5 KiB
- Retrieving: libdatrie1-0.2.14-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (16/183), 50.4 KiB
- Retrieving: libdav1d7-1.5.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (17/183), 624.3 KiB
- Retrieving: libdbus-1-3-1.14.10-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (18/183), 141.5 KiB
- Retrieving: libdisplay-info3-0.3.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (19/183), 81.9 KiB
- Retrieving: libdrm2-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (20/183), 52.4 KiB
- Retrieving: libeconf-devel-0.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (21/183), 66.5 KiB
- Retrieving: libelf1-0.194-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (22/183), 58.3 KiB
- Retrieving: libepoxy0-1.5.10-2.9.x86_64 (openSUSE-Tumbleweed-Oss) (23/183), 229.2 KiB
- Retrieving: libexpat1-2.7.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (24/183), 86.5 KiB
- Retrieving: libffi-devel-3.5.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (25/183), 29.9 KiB
- Retrieving: libfribidi0-1.0.16-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (26/183), 40.2 KiB
- Retrieving: libgmodule-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (27/183), 61.6 KiB
- Retrieving: libgobject-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (28/183), 195.3 KiB
- Retrieving: libgraphite2-3-1.3.14-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (29/183), 68.5 KiB
- Retrieving: libgthread-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (30/183), 57.7 KiB
- Retrieving: libicu78-ledata-78.3-1.1.noarch (openSUSE-Tumbleweed-Oss) (31/183), 8.8 MiB
- Retrieving: libjbig2-2.1-5.6.x86_64 (openSUSE-Tumbleweed-Oss) (32/183), 35.5 KiB
- Retrieving: libjpeg8-8.3.2-82.2.x86_64 (openSUSE-Tumbleweed-Oss) (33/183), 239.3 KiB
- Retrieving: liblcms2-2-2.17-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (34/183), 171.8 KiB
- Retrieving: liblzo2-2-2.10-9.4.x86_64 (openSUSE-Tumbleweed-Oss) (35/183), 62.2 KiB
- Retrieving: libmpdec4-4.0.1-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (36/183), 87.1 KiB
- Retrieving: libogg0-1.3.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (37/183), 31.9 KiB
- Retrieving: libopus0-1.6.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (38/183), 250.6 KiB
- Retrieving: liborc-0_4-0-0.4.42-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (39/183), 287.8 KiB
- Retrieving: libpciaccess0-0.19-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (40/183), 26.6 KiB
- Retrieving: libpcre2-16-0-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (41/183), 272.0 KiB
- Retrieving: libpcre2-32-0-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (42/183), 253.6 KiB
- Retrieving: libpcre2-posix3-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (43/183), 19.2 KiB
- Retrieving: libpixman-1-0-0.46.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (44/183), 290.3 KiB
- Retrieving: libpng16-16-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (45/183), 148.9 KiB
- Retrieving: libseccomp-devel-2.6.0-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (46/183), 50.5 KiB
- Retrieving: libsepol-devel-3.10-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (47/183), 43.2 KiB
- Retrieving: libthai-data-0.1.30-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (48/183), 156.8 KiB
- Retrieving: libtheoradec2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (49/183), 54.2 KiB
- Retrieving: libunwind8-1.8.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (50/183), 65.1 KiB
- Retrieving: libvisual-0_4-0-0.4.0-207.4.x86_64 (openSUSE-Tumbleweed-Oss) (51/183), 103.5 KiB
- Retrieving: libvulkan1-1.4.341-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (52/183), 150.3 KiB
- Retrieving: libwayland-client0-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (53/183), 37.3 KiB
- Retrieving: libwayland-egl1-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (54/183), 12.3 KiB
- Retrieving: libwayland-server0-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (55/183), 43.2 KiB
- Retrieving: libxshmfence1-1.3.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (56/183), 11.8 KiB
- Retrieving: shared-mime-info-2.4-3.7.x86_64 (openSUSE-Tumbleweed-Oss) (57/183), 319.4 KiB
- Retrieving: system-user-lp-20250822-2.2.noarch (openSUSE-Tumbleweed-Oss) (58/183), 8.7 KiB
- Retrieving: typelib-1_0-GIRepository-3_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (59/183), 53.8 KiB
- Retrieving: xkeyboard-config-2.47-2.1.noarch (openSUSE-Tumbleweed-Oss) (60/183), 439.8 KiB
- Retrieving: libXxf86vm1-1.1.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (61/183), 17.3 KiB
- Retrieving: libXv1-1.0.13-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (62/183), 17.4 KiB
- Retrieving: libXinerama1-1.1.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (63/183), 11.5 KiB
- Retrieving: libXi6-1.8.2-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (64/183), 39.0 KiB
- Retrieving: libXext-devel-1.3.7-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (65/183), 96.9 KiB
- Retrieving: libXrender-devel-0.9.12-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (66/183), 21.3 KiB
- Retrieving: libXrandr2-1.5.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (67/183), 25.6 KiB
- Retrieving: libXcursor1-1.2.3-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (68/183), 30.2 KiB
- Retrieving: libbrotli-devel-1.2.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (69/183), 34.2 KiB
- Retrieving: libcdda_paranoia0-3.10.2-30.4.x86_64 (openSUSE-Tumbleweed-Oss) (70/183), 33.1 KiB
- Retrieving: libdatrie-devel-0.2.14-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (71/183), 112.4 KiB
- Retrieving: libavahi-client3-0.8-42.2.x86_64 (openSUSE-Tumbleweed-Oss) (72/183), 34.5 KiB
- Retrieving: libgbm1-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (73/183), 58.4 KiB
- Retrieving: libdrm_amdgpu1-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (74/183), 39.4 KiB
- Retrieving: libblkid-devel-2.41.3-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (75/183), 44.4 KiB
- Retrieving: libdw1-0.194-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (76/183), 247.3 KiB
- Retrieving: libexpat-devel-2.7.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (77/183), 38.3 KiB
- Retrieving: dbus-1-daemon-1.14.10-5.3.x86_64 (openSUSE-Tumbleweed-Oss) (78/183), 146.0 KiB
- Retrieving: fribidi-devel-1.0.16-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (79/183), 62.0 KiB
- Retrieving: typelib-1_0-GLib-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (80/183), 108.0 KiB
- Retrieving: libgudev-1_0-0-238-1.8.x86_64 (openSUSE-Tumbleweed-Oss) (81/183), 31.1 KiB
- Retrieving: libgraphene-1_0-0-1.10.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (82/183), 54.5 KiB
- Retrieving: libgirepository-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (83/183), 140.6 KiB
- Retrieving: girepository-1_0-1.86.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (84/183), 55.0 KiB
- Retrieving: libgirepository-1_0-1-1.86.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (85/183), 75.3 KiB
- Retrieving: graphite2-devel-1.3.14-6.2.x86_64 (openSUSE-Tumbleweed-Oss) (86/183), 21.7 KiB
- Retrieving: libicu78-78.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (87/183), 2.2 MiB
- Retrieving: libtiff6-4.7.1-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (88/183), 231.0 KiB
- Retrieving: liblcms2-devel-2.17-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (89/183), 35.7 KiB
- Retrieving: lzo-devel-2.10-9.4.x86_64 (openSUSE-Tumbleweed-Oss) (90/183), 48.9 KiB
- Retrieving: python313-base-3.13.12-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (91/183), 9.1 MiB
- Retrieving: libpython3_13-1_0-3.13.12-3.2.x86_64 (openSUSE-Tumbleweed-Oss) (92/183), 1.9 MiB
- Retrieving: libvorbis0-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (93/183), 105.3 KiB
- Retrieving: libtheoraenc2-1.2.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (94/183), 109.9 KiB
- Retrieving: libdrm_intel1-2.4.131-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (95/183), 79.3 KiB
- Retrieving: pcre2-devel-10.47-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (96/183), 297.9 KiB
- Retrieving: libpixman-1-0-devel-0.46.4-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (97/183), 21.4 KiB
- Retrieving: libpng16-devel-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (98/183), 195.8 KiB
- Retrieving: libpng16-compat-devel-1.6.56-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (99/183), 95.8 KiB
- Retrieving: libfreetype6-2.14.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (100/183), 540.0 KiB
- Retrieving: libthai0-0.1.30-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (101/183), 24.2 KiB
- Retrieving: libwayland-cursor0-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (102/183), 18.9 KiB
- Retrieving: Mesa-vulkan-device-select-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (103/183), 92.6 KiB
- Retrieving: cups-config-2.4.16-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (104/183), 281.7 KiB
- Retrieving: libxkbcommon0-1.12.4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (105/183), 167.8 KiB
- Retrieving: libXrandr-devel-1.5.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (106/183), 20.8 KiB
- Retrieving: gio-branding-openSUSE-42.1-5.1.noarch (openSUSE-Tumbleweed-Oss) (107/183), 13.2 KiB
- Retrieving: libgio-2_0-0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (108/183), 721.4 KiB
- Retrieving: glib2-tools-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (109/183), 169.0 KiB
- Retrieving: typelib-1_0-GObject-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (110/183), 63.3 KiB
- Retrieving: typelib-1_0-GModule-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (111/183), 47.9 KiB
- Retrieving: typelib-1_0-GLibUnix-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (112/183), 48.0 KiB
- Retrieving: libicu-devel-78.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (113/183), 729.0 KiB
- Retrieving: libvorbisenc2-1.3.7-5.4.x86_64 (openSUSE-Tumbleweed-Oss) (114/183), 85.5 KiB
- Retrieving: libselinux-devel-3.10-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (115/183), 115.8 KiB
- Retrieving: libharfbuzz0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (116/183), 563.7 KiB
- Retrieving: libfontconfig1-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (117/183), 150.2 KiB
- Retrieving: fontconfig-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (118/183), 63.4 KiB
- Retrieving: freetype2-devel-2.14.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (119/183), 813.2 KiB
- Retrieving: libthai-devel-0.1.30-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (120/183), 20.4 KiB
- Retrieving: wayland-devel-1.25.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (121/183), 105.6 KiB
- Retrieving: libvulkan_lvp-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (122/183), 2.2 MiB
- Retrieving: libcups2-2.4.16-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (123/183), 300.7 KiB
- Retrieving: libxkbcommon-devel-1.12.4-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (124/183), 98.5 KiB
- Retrieving: libjson-glib-1_0-0-1.10.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (125/183), 68.4 KiB
- Retrieving: libgstreamer-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (126/183), 900.6 KiB
- Retrieving: gstreamer-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (127/183), 498.9 KiB
- Retrieving: libcolord2-1.4.8-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (128/183), 150.5 KiB
- Retrieving: libcloudproviders0-0.4.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (129/183), 40.1 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (130/183), 18.9 KiB
- Retrieving: typelib-1_0-Graphene-1_0-1.10.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (131/183), 22.4 KiB
- Retrieving: typelib-1_0-Gio-2_0-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (132/183), 132.5 KiB
- Retrieving: libmount-devel-2.41.3-5.2.x86_64 (openSUSE-Tumbleweed-Oss) (133/183), 45.6 KiB
- Retrieving: libharfbuzz-subset0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (134/183), 503.2 KiB
- Retrieving: libharfbuzz-icu0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (135/183), 38.1 KiB
- Retrieving: libharfbuzz-gobject0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (136/183), 58.6 KiB
- Retrieving: libglycin-2-0-2.0.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (137/183), 1.6 MiB
- Retrieving: libcairo2-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (138/183), 579.1 KiB
- Retrieving: libXft2-2.3.9-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (139/183), 51.9 KiB
- Retrieving: fontconfig-devel-2.17.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (140/183), 22.7 KiB
- Retrieving: vulkan-headers-1.4.341-1.2.noarch (openSUSE-Tumbleweed-Oss) (141/183), 1.7 MiB
- Retrieving: Mesa-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (142/183), 56.9 KiB
- Retrieving: Mesa-dri-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (143/183), 10.5 MiB
- Retrieving: libglvnd-1.7.0-1.7.x86_64 (openSUSE-Tumbleweed-Oss) (144/183), 241.2 KiB
- Retrieving: Mesa-libEGL1-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (145/183), 191.6 KiB
- Retrieving: libtracker-sparql-3_0-0-3.10.1-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (146/183), 309.4 KiB
- Retrieving: glib2-devel-2.86.4-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (147/183), 1.4 MiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (148/183), 70.2 KiB
- Retrieving: typelib-1_0-Gly_2-2.0.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (149/183), 31.2 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (150/183), 146.3 KiB
- Retrieving: libharfbuzz-cairo0-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (151/183), 51.6 KiB
- Retrieving: libcairo-script-interpreter2-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (152/183), 66.0 KiB
- Retrieving: libcairo-gobject2-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (153/183), 23.3 KiB
- Retrieving: libpango-1_0-0-1.56.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (154/183), 296.3 KiB
- Retrieving: libXft-devel-2.3.9-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (155/183), 37.6 KiB
- Retrieving: vulkan-devel-1.4.341-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (156/183), 14.7 KiB
- Retrieving: Mesa-libGL1-26.0.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (157/183), 182.8 KiB
- Retrieving: libgraphene-devel-1.10.8-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (158/183), 290.4 KiB
- Retrieving: libglycin-devel-2.0.8-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (159/183), 41.8 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (160/183), 18.5 KiB
- Retrieving: cairo-devel-1.18.4-4.2.x86_64 (openSUSE-Tumbleweed-Oss) (161/183), 268.9 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (162/183), 39.1 KiB
- Retrieving: librsvg-2-2-2.61.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (163/183), 1.9 MiB
- Retrieving: libgsttag-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (164/183), 137.4 KiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (165/183), 13.9 KiB
- Retrieving: harfbuzz-devel-12.3.2-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (166/183), 180.2 KiB
- Retrieving: libgstaudio-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (167/183), 242.7 KiB
- Retrieving: gdk-pixbuf-devel-2.44.4-2.3.x86_64 (openSUSE-Tumbleweed-Oss) (168/183), 68.0 KiB
- Retrieving: pango-devel-1.56.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (169/183), 157.8 KiB
- Retrieving: libgstallocators-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (170/183), 51.3 KiB
- Retrieving: libgstvideo-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (171/183), 334.0 KiB
- Retrieving: libgstgl-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (172/183), 255.4 KiB
- Retrieving: libgstpbutils-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (173/183), 135.6 KiB
- Retrieving: gstreamer-plugins-base-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (174/183), 1.0 MiB
- Retrieving: libgstapp-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (175/183), 71.4 KiB
- Retrieving: libgstriff-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (176/183), 62.4 KiB
- Retrieving: libgstplay-1_0-0-1.28.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (177/183), 102.5 KiB
- Retrieving: gtk4-tools-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (178/183), 1.6 MiB
- Retrieving: adwaita-icon-theme-49.0-1.2.noarch (openSUSE-Tumbleweed-Oss) (179/183), 655.9 KiB
- Retrieving: libgtk-4-1-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (180/183), 3.4 MiB
- Retrieving: typelib-1_0-Gtk-4_0-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (181/183), 268.5 KiB
- Retrieving: gtk4-devel-tools-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (182/183), 8.1 MiB
- Retrieving: gtk4-devel-4.20.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (183/183), 1.0 MiB
-
- Checking for file conflicts: [......done]
- ( 1/183) Installing: gettext-its-gtk4-4.20.3-1.3.x86_64 [..done]
- ( 2/183) Installing: gtk4-schema-4.20.3-1.3.noarch [..done]
- ( 3/183) Installing: hicolor-icon-theme-0.18-1.4.noarch [..done]
- ( 4/183) Installing: libLLVM21-21.1.8-4.1.x86_64 [..
- .......done]
- ( 5/183) Installing: libLerc4-4.1.0-2.1.x86_64 [..done]
- ( 6/183) Installing: libSPIRV-Tools-2026_1-2026.1-1.2.x86_64 [..done]
- ( 7/183) Installing: libXdamage1-1.1.7-1.2.x86_64 [..done]
- ( 8/183) Installing: libXext6-1.3.7-1.2.x86_64 [..done]
- ( 9/183) Installing: libXfixes3-6.0.2-2.2.x86_64 [.
- .done]
- ( 10/183) Installing: libXrender1-0.9.12-1.3.x86_64 [..done]
- ( 11/183) Installing: libasound2-1.2.15.3-1.2.x86_64 [..done]
- ( 12/183) Installing: libavahi-common3-0.8-42.2.x86_64 [..done]
- ( 13/183) Installing: libbrotlienc1-1.2.0-2.1.x86_64 [..done]
- ( 14/183) Installing: libbz2-devel-1.0.8-5.13.x86_64 [..done]
- ( 15/183) Installing: libcdda_interface0-3.10.2-30.4.x86_64 [..done]
- ( 16/183) Installing: libdatrie1-0.2.14-1.3.x86_64 [..done]
- ( 17/183) Installing: libdav1d7-1.5.3-1.2.x86_64 [..done]
- ( 18/183) Installing: libdbus-1-3-1.14.10-5.3.x86_64 [..done]
- ( 19/183) Installing: libdisplay-info3-0.3.0-2.2.x86_64 [..done]
- ( 20/183) Installing: libdrm2-2.4.131-1.3.x86_64 [..done]
- ( 21/183) Installing: libeconf-devel-0.8.3-1.2.x86_64 [..done]
- ( 22/183) Installing: libelf1-0.194-1.1.x86_64 [..done]
- ( 23/183) Installing: libepoxy0-1.5.10-2.9.x86_64 [..done]
- ( 24/183) Installing: libexpat1-2.7.5-1.1.x86_64 [..done]
- ( 25/183) Installing: libffi-devel-3.5.2-2.2.x86_64 [..done]
- ( 26/183) Installing: libfribidi0-1.0.16-1.1.x86_64 [..done]
- ( 27/183) Installing: libgmodule-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 28/183) Installing: libgobject-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 29/183) Installing: libgraphite2-3-1.3.14-6.2.x86_64 [..done]
- ( 30/183) Installing: libgthread-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 31/183) Installing: libicu78-ledata-78.3-1.1.noarch [....
- .done]
- ( 32/183) Installing: libjbig2-2.1-5.6.x86_64 [..done]
- ( 33/183) Installing: libjpeg8-8.3.2-82.2.x86_64 [..done]
- ( 34/183) Installing: liblcms2-2-2.17-1.2.x86_64 [..done]
- ( 35/183) Installing: liblzo2-2-2.10-9.4.x86_64 [..done]
- ( 36/183) Installing: libmpdec4-4.0.1-2.2.x86_64 [..done]
- ( 37/183) Installing: libogg0-1.3.6-1.2.x86_64 [..done]
- ( 38/183) Installing: libopus0-1.6.1-1.2.x86_64 [..done]
- ( 39/183) Installing: liborc-0_4-0-0.4.42-1.3.x86_64 [..done]
- ( 40/183) Installing: libpciaccess0-0.19-1.1.x86_64 [..done]
- ( 41/183) Installing: libpcre2-16-0-10.47-1.3.x86_64 [..done]
- ( 42/183) Installing: libpcre2-32-0-10.47-1.3.x86_64 [..done]
- ( 43/183) Installing: libpcre2-posix3-10.47-1.3.x86_64 [..done]
- ( 44/183) Installing: libpixman-1-0-0.46.4-2.2.x86_64 [..done]
- ( 45/183) Installing: libpng16-16-1.6.56-1.1.x86_64 [..done]
- ( 46/183) Installing: libseccomp-devel-2.6.0-2.3.x86_64 [..done]
- ( 47/183) Installing: libsepol-devel-3.10-1.2.x86_64 [..done]
- ( 48/183) Installing: libthai-data-0.1.30-1.2.x86_64 [..done]
- ( 49/183) Installing: libtheoradec2-1.2.0-2.2.x86_64 [..done]
- ( 50/183) Installing: libunwind8-1.8.3-1.2.x86_64 [..done]
- ( 51/183) Installing: libvisual-0_4-0-0.4.0-207.4.x86_64 [..done]
- ( 52/183) Installing: libvulkan1-1.4.341-1.2.x86_64 [..done]
- ( 53/183) Installing: libwayland-client0-1.25.0-1.1.x86_64 [..done]
- ( 54/183) Installing: libwayland-egl1-1.25.0-1.1.x86_64 [..done]
- ( 55/183) Installing: libwayland-server0-1.25.0-1.1.x86_64 [..done]
- ( 56/183) Installing: libxshmfence1-1.3.3-1.3.x86_64 [..done]
- ( 57/183) Installing: shared-mime-info-2.4-3.7.x86_64 [..
- done]
- ( 58/183) Installing: system-user-lp-20250822-2.2.noarch [..
- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -
- Creating group 'systemd-journal' with GID 496.
- Creating group 'lp' with GID 495.
- Creating user 'lp' (Printing daemon) with UID 495 and GID 495.
- Creating group 'systemd-coredump' with GID 494.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 494 and GID 494.
- done]
- ( 59/183) Installing: typelib-1_0-GIRepository-3_0-2.86.4-1.2.x86_64 [..done]
- ( 60/183) Installing: xkeyboard-config-2.47-2.1.noarch [..done]
- ( 61/183) Installing: libXxf86vm1-1.1.7-1.2.x86_64 [..done]
- ( 62/183) Installing: libXv1-1.0.13-1.3.x86_64 [..done]
- ( 63/183) Installing: libXinerama1-1.1.6-1.2.x86_64 [..done]
- ( 64/183) Installing: libXi6-1.8.2-1.4.x86_64 [..done]
- ( 65/183) Installing: libXext-devel-1.3.7-1.2.x86_64 [..done]
- ( 66/183) Installing: libXrender-devel-0.9.12-1.3.x86_64 [..done]
- ( 67/183) Installing: libXrandr2-1.5.5-1.2.x86_64 [..done]
- ( 68/183) Installing: libXcursor1-1.2.3-1.4.x86_64 [..done]
- ( 69/183) Installing: libbrotli-devel-1.2.0-2.1.x86_64 [..done]
- ( 70/183) Installing: libcdda_paranoia0-3.10.2-30.4.x86_64 [..done]
- ( 71/183) Installing: libdatrie-devel-0.2.14-1.3.x86_64 [..done]
- ( 72/183) Installing: libavahi-client3-0.8-42.2.x86_64 [..done]
- ( 73/183) Installing: libgbm1-26.0.2-1.2.x86_64 [..done]
- ( 74/183) Installing: libdrm_amdgpu1-2.4.131-1.3.x86_64 [.
- .done]
- ( 75/183) Installing: libblkid-devel-2.41.3-5.2.x86_64 [..done]
- ( 76/183) Installing: libdw1-0.194-1.1.x86_64 [..done]
- ( 77/183) Installing: libexpat-devel-2.7.5-1.1.x86_64 [..done]
- ( 78/183) Installing: dbus-1-daemon-1.14.10-5.3.x86_64 [..done]
- ( 79/183) Installing: fribidi-devel-1.0.16-1.1.x86_64 [..done]
- ( 80/183) Installing: typelib-1_0-GLib-2_0-2.86.4-1.2.x86_64 [..done]
- ( 81/183) Installing: libgudev-1_0-0-238-1.8.x86_64 [..done]
- ( 82/183) Installing: libgraphene-1_0-0-1.10.8-2.3.x86_64 [..done]
- ( 83/183) Installing: libgirepository-2_0-0-2.86.4-1.2.x86_64 [..done]
- ( 84/183) Installing: girepository-1_0-1.86.0-3.1.x86_64 [..done]
- ( 85/183) Installing: libgirepository-1_0-1-1.86.0-3.1.x86_64 [..done]
- ( 86/183) Installing: graphite2-devel-1.3.14-6.2.x86_64 [..done]
- ( 87/183) Installing: libicu78-78.3-1.1.x86_64 [..done]
- ( 88/183) Installing: libtiff6-4.7.1-4.2.x86_64 [..done]
- ( 89/183) Installing: liblcms2-devel-2.17-1.2.x86_64 [..done]
- ( 90/183) Installing: lzo-devel-2.10-9.4.x86_64 [..done]
- ( 91/183) Installing: python313-base-3.13.12-3.2.x86_64 [.....
- ..done]
- ( 92/183) Installing: libpython3_13-1_0-3.13.12-3.2.x86_64 [..done]
- ( 93/183) Installing: libvorbis0-1.3.7-5.4.x86_64 [..done]
- ( 94/183) Installing: libtheoraenc2-1.2.0-2.2.x86_64 [..done]
- ( 95/183) Installing: libdrm_intel1-2.4.131-1.3.x86_64 [..done]
- ( 96/183) Installing: pcre2-devel-10.47-1.3.x86_64 [..done]
- ( 97/183) Installing: libpixman-1-0-devel-0.46.4-2.2.x86_64 [..done]
- ( 98/183) Installing: libpng16-devel-1.6.56-1.1.x86_64 [..done]
- ( 99/183) Installing: libpng16-compat-devel-1.6.56-1.1.x86_64 [..done]
- (100/183) Installing: libfreetype6-2.14.2-2.2.x86_64 [..done]
- (101/183) Installing: libthai0-0.1.30-1.2.x86_64 [..done]
- (102/183) Installing: libwayland-cursor0-1.25.0-1.1.x86_64 [..done]
- (103/183) Installing: Mesa-vulkan-device-select-26.0.2-1.2.x86_64 [..done]
- (104/183) Installing: cups-config-2.4.16-1.2.x86_64 [..done]
- (105/183) Installing: libxkbcommon0-1.12.4-1.3.x86_64 [..done]
- (106/183) Installing: libXrandr-devel-1.5.5-1.2.x86_64 [..done]
- (107/183) Installing: gio-branding-openSUSE-42.1-5.1.noarch [..done]
- (108/183) Installing: libgio-2_0-0-2.86.4-1.2.x86_64 [..done]
- (109/183) Installing: glib2-tools-2.86.4-1.2.x86_64 [..done]
- (110/183) Installing: typelib-1_0-GObject-2_0-2.86.4-1.2.x86_64 [.
- .done]
- (111/183) Installing: typelib-1_0-GModule-2_0-2.86.4-1.2.x86_64 [..done]
- (112/183) Installing: typelib-1_0-GLibUnix-2_0-2.86.4-1.2.x86_64 [..done]
- (113/183) Installing: libicu-devel-78.3-1.1.x86_64 [..done]
- (114/183) Installing: libvorbisenc2-1.3.7-5.4.x86_64 [..done]
- (115/183) Installing: libselinux-devel-3.10-1.2.x86_64 [..done]
- (116/183) Installing: libharfbuzz0-12.3.2-1.2.x86_64 [..done]
- (117/183) Installing: libfontconfig1-2.17.1-1.1.x86_64 [..done]
- (118/183) Installing: fontconfig-2.17.1-1.1.x86_64 [..done]
- (119/183) Installing: freetype2-devel-2.14.2-2.2.x86_64 [..done]
- (120/183) Installing: libthai-devel-0.1.30-1.2.x86_64 [..done]
- (121/183) Installing: wayland-devel-1.25.0-1.1.x86_64 [..done]
- (122/183) Installing: libvulkan_lvp-26.0.2-1.2.x86_64 [..done]
- (123/183) Installing: libcups2-2.4.16-1.2.x86_64 [..done]
- (124/183) Installing: libxkbcommon-devel-1.12.4-1.3.x86_64 [..done]
- (125/183) Installing: libjson-glib-1_0-0-1.10.8-1.3.x86_64 [..done]
- (126/183) Installing: libgstreamer-1_0-0-1.28.1-1.2.x86_64 [..done]
- (127/183) Installing: gstreamer-1.28.1-1.2.x86_64 [..
- /usr/libexec/gstreamer-1.0/gst-ptp-helper: setting to root:root 0755 "cap_net_bind_service=ep". (missing capabilities)
- done]
- (128/183) Installing: libcolord2-1.4.8-1.3.x86_64 [..done]
- (129/183) Installing: libcloudproviders0-0.4.0-2.1.x86_64 [..done]
- (130/183) Installing: gdk-pixbuf-query-loaders-2.44.4-2.3.x86_64 [..done]
- (131/183) Installing: typelib-1_0-Graphene-1_0-1.10.8-2.3.x86_64 [..done]
- (132/183) Installing: typelib-1_0-Gio-2_0-2.86.4-1.2.x86_64 [..done]
- (133/183) Installing: libmount-devel-2.41.3-5.2.x86_64 [..done]
- (134/183) Installing: libharfbuzz-subset0-12.3.2-1.2.x86_64 [..
- done]
- (135/183) Installing: libharfbuzz-icu0-12.3.2-1.2.x86_64 [..done]
- (136/183) Installing: libharfbuzz-gobject0-12.3.2-1.2.x86_64 [..done]
- (137/183) Installing: libglycin-2-0-2.0.8-1.2.x86_64 [..done]
- (138/183) Installing: libcairo2-1.18.4-4.2.x86_64 [..done]
- (139/183) Installing: libXft2-2.3.9-1.2.x86_64 [..done]
- (140/183) Installing: fontconfig-devel-2.17.1-1.1.x86_64 [..done]
- (141/183) Installing: vulkan-headers-1.4.341-1.2.noarch [....done]
- (142/183) Installing: Mesa-26.0.2-1.2.x86_64 [..done]
- (143/183) Installing: Mesa-dri-26.0.2-1.2.x86_64 [....
- .done]
- (144/183) Installing: libglvnd-1.7.0-1.7.x86_64 [..done]
- (145/183) Installing: Mesa-libEGL1-26.0.2-1.2.x86_64 [..done]
- (146/183) Installing: libtracker-sparql-3_0-0-3.10.1-1.3.x86_64 [..done]
- (147/183) Installing: glib2-devel-2.86.4-1.2.x86_64 [...done]
- (148/183) Installing: typelib-1_0-HarfBuzz-0_0-12.3.2-1.2.x86_64 [..done]
- (149/183) Installing: typelib-1_0-Gly_2-2.0.8-1.2.x86_64 [..done]
- (150/183) Installing: libgdk_pixbuf-2_0-0-2.44.4-2.3.x86_64 [..done]
- (151/183) Installing: libharfbuzz-cairo0-12.3.2-1.2.x86_64 [..done]
- (152/183) Installing: libcairo-script-interpreter2-1.18.4-4.2.x86_64 [..done]
- (153/183) Installing: libcairo-gobject2-1.18.4-4.2.x86_64 [..done]
- (154/183) Installing: libpango-1_0-0-1.56.4-2.1.x86_64 [..done]
- (155/183) Installing: libXft-devel-2.3.9-1.2.x86_64 [..done]
- (156/183) Installing: vulkan-devel-1.4.341-1.2.x86_64 [..done]
- (157/183) Installing: Mesa-libGL1-26.0.2-1.2.x86_64 [..done]
- (158/183) Installing: libgraphene-devel-1.10.8-2.3.x86_64 [..done]
- (159/183) Installing: libglycin-devel-2.0.8-1.2.x86_64 [..done]
- (160/183) Installing: typelib-1_0-GdkPixbuf-2_0-2.44.4-2.3.x86_64 [..done]
- (161/183) Installing: cairo-devel-1.18.4-4.2.x86_64 [..done]
- (162/183) Installing: typelib-1_0-Pango-1_0-1.56.4-2.1.x86_64 [..done]
- (163/183) Installing: librsvg-2-2-2.61.3-1.3.x86_64 [..done]
- (164/183) Installing: libgsttag-1_0-0-1.28.1-1.2.x86_64 [.
- .done]
- (165/183) Installing: typelib-1_0-GdkPixdata-2_0-2.44.4-2.3.x86_64 [..done]
- (166/183) Installing: harfbuzz-devel-12.3.2-1.2.x86_64 [..done]
- (167/183) Installing: libgstaudio-1_0-0-1.28.1-1.2.x86_64 [..done]
- (168/183) Installing: gdk-pixbuf-devel-2.44.4-2.3.x86_64 [..done]
- (169/183) Installing: pango-devel-1.56.4-2.1.x86_64 [..done]
- (170/183) Installing: libgstallocators-1_0-0-1.28.1-1.2.x86_64 [..done]
- (171/183) Installing: libgstvideo-1_0-0-1.28.1-1.2.x86_64 [..done]
- (172/183) Installing: libgstgl-1_0-0-1.28.1-1.2.x86_64 [..done]
- (173/183) Installing: libgstpbutils-1_0-0-1.28.1-1.2.x86_64 [..done]
- (174/183) Installing: gstreamer-plugins-base-1.28.1-1.2.x86_64 [..done]
- (175/183) Installing: libgstapp-1_0-0-1.28.1-1.2.x86_64 [..done]
- (176/183) Installing: libgstriff-1_0-0-1.28.1-1.2.x86_64 [..done]
- (177/183) Installing: libgstplay-1_0-0-1.28.1-1.2.x86_64 [..done]
- (178/183) Installing: gtk4-tools-4.20.3-1.3.x86_64 [..done]
- (179/183) Installing: adwaita-icon-theme-49.0-1.2.noarch [...done]
- (180/183) Installing: libgtk-4-1-4.20.3-1.3.x86_64 [...done]
- (181/183) Installing: typelib-1_0-Gtk-4_0-4.20.3-1.3.x86_64 [..done]
- (182/183) Installing: gtk4-devel-tools-4.20.3-1.3.x86_64 [..
- ..done]
- (183/183) Installing: gtk4-devel-4.20.3-1.3.x86_64 [..done]
- Running post-transaction scripts [....done]
-
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:27.58 ---> saved as "cce20c4bdf69c23603bc1c25e502e91b647703c5ea01f6e63212c21c54b3ae46"
Job succeeded
2026-04-05 06:28.09: Job succeeded