- github
- ocaml
- opam-repository
- 54f70d
- distributions,opensuse-tumbleweed-ocaml-4.14,frama-clang.0.0.19~beta
(not at the head of any monitored branch or PR)
2025-11-27 22:17.47: New job: build frama-clang.0.0.19~beta, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28843/head (54f70dbf3bc6d5a86217e550916b1400ce7f19db)
on opensuse-tumbleweed-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/28843/head" && git reset --hard 54f70dbf
git fetch origin master
git merge --no-edit eb45f7ec868b0ffc828b9d59cccc72cfec100333
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:647bda240b5534c405da64407168e99d757ce468a79984a17d8bdbf6b4c0bd5c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta
RUN opam reinstall frama-clang.0.0.19~beta; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'frama-clang.0.0.19~beta' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-27 22:17.47: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:647bda240b5534c405da64407168e99d757ce468a79984a17d8bdbf6b4c0bd5c-frama-clang.0.0.19~beta-54f70dbf3bc6d5a86217e550916b1400ce7f19db"
2025-11-27 22:17.47: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:647bda240b5534c405da64407168e99d757ce468a79984a17d8bdbf6b4c0bd5c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-clang.0.0.19~beta;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-27 22:17.47: Waiting for resource in pool OCluster
2025-11-27 22:17.47: Waiting for worker…
2025-11-27 22:20.56: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at eb45f7ec86 Merge pull request #28982 from dinosaure/release-dkim-v0.9.0
Merge made by the 'ort' strategy.
packages/frama-clang/frama-clang.0.0.19~beta/opam | 47 +++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 packages/frama-clang/frama-clang.0.0.19~beta/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:647bda240b5534c405da64407168e99d757ce468a79984a17d8bdbf6b4c0bd5c)
2025-11-27 22:30.40 ---> saved as "0d83ad1dae6c81dbbd2d5992e6572eb7fc41b863e11864b35cc456f8341b3084"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-11-27 22:30.41 ---> saved as "98890736e8e887cf2ba3d7147640b7becb40194fda3b8b3292ae5d6b55123778"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-27 22:31.24 ---> saved as "ccd8a5caacb521fbabfee47ad0d751db9612f55accbd9f660d5d5af4b25e1f23"
/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~beta1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20251113
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, 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.2
2025-11-27 22:31.25 ---> saved as "040aba3a97859a9b9c6112db0233e4d4fa966efbc1fdd2f0581ecae2311d6a2a"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-27 22:31.38 ---> saved as "ccb5bcbfcde0a72802856e7284166a37ad25dcf4ce3b29956ab9ea62ce1e98f7"
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-27 22:31.54 ---> saved as "aea1ef675528219311efe21183361742ae9f525d1d56b4ecaf06cf579eda8730"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-27 22:32.29 ---> saved as "b3cc3cd86247c2c74f8f3be38967aabcbcd69c84a7ea97fe2a277390ddc18dd4"
/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.
2025-11-27 22:32.48 ---> saved as "ab3b988dd602f374880c6fb6d264e62d887a801fdff13a2a0f4561815476a9fb"
/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19~beta 0.0.19~beta"))
frama-clang is now pinned to version 0.0.19~beta
2025-11-27 22:32.50 ---> saved as "adc232543439d68067bd2f1350e9baaed31ae02d0a5d2c83225ed8b9fe39a5f8"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall frama-clang.0.0.19~beta;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"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\" != 'frama-clang.0.0.19~beta' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
frama-clang.0.0.19~beta is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 94 packages
- install alt-ergo-free 2.2.0 [required by frama-c]
- install astring 0.8.5 [required by bos]
- install base v0.16.4 [required by ppx_inline_test]
- install bos 0.2.1 [required by camlp5]
- install cairo2 0.6.5 [required by lablgtk3]
- install camlp-streams 5.0.1 [required by frama-clang]
- install camlp5 8.04.00 [required by frama-clang]
- install camlp5-buildscripts 0.06 [required by camlp5]
- install camlzip 1.13 [required by frama-c]
- install conf-autoconf 0.2 [required by alt-ergo-free]
- install conf-bash 1 [required by camlp5, conf-libclang]
- install conf-cairo 1 [required by cairo2]
- install conf-clang 2 [required by frama-clang]
- install conf-cmake 1 [required by frama-clang]
- install conf-gmp 5 [required by zarith]
- install conf-graphviz 0.1
- install conf-gtk3 18 [required by lablgtk3]
- install conf-gtksourceview3 0+2 [required by frama-c]
- install conf-libclang 19 [required by frama-clang]
- install conf-libpcre2-8 2 [required by pcre2]
- install conf-m4 1 [required by not-ocamlfind]
- install conf-perl 2 [required by camlp5]
- install conf-pkg-config 4 [required by conf-gtksourceview3]
- install conf-which 1 [required by not-ocamlfind]
- install conf-zlib 1 [required by camlzip]
- install cppo 1.8.0 [required by ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator, dune-private-libs]
- install cstruct 6.2.0 [required by hex]
- install ctypes 0.24.0 [required by yaml]
- install dune 3.20.2 [required by frama-clang]
- install dune-compiledb 0.6.0 [required by pcre2]
- install dune-configurator 3.20.2 [required by frama-c]
- install dune-private-libs 3.20.2 [required by dune-site]
- install dune-site 3.20.2 [required by frama-c]
- install dyn 3.20.2 [required by dune-private-libs]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by camlp5]
- install fpath 0.7.3 [required by bos]
- install frama-c 32.0~beta [required by frama-clang]
- install frama-clang 0.0.19~beta (pinned)
- install hex 1.5.0 [required by ezjsonm]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.16.0 [required by time_now]
- install jsonm 1.0.2 [required by ezjsonm]
- install jst-config v0.16.0 [required by time_now]
- install lablgtk3 3.1.5 [required by frama-c]
- install lablgtk3-sourceview3 3.1.5 [required by frama-c]
- install logs 0.10.0 [required by bos]
- install menhir 20211128 [required by frama-c]
- install menhirLib 20211128 [required by menhir]
- install menhirSdk 20211128 [required by menhir]
- install not-ocamlfind 0.14 [required by camlp5-buildscripts]
- install num 1.6 [required by alt-ergo-free]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by camlp5]
- install ocamlgraph 2.2.0 [required by frama-c]
- install ocplib-simplex 0.4.1 [required by alt-ergo-free]
- install ordering 3.20.2 [required by dyn, stdune]
- install parsexp v0.16.0 [required by sexplib]
- install pcre2 8.0.4 [required by camlp5]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_assert v0.16.0 [required by jst-config]
- install ppx_base v0.16.0 [required by time_now]
- install ppx_cold v0.16.0 [required by ppx_base]
- install ppx_compare v0.16.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.0.3 [required by frama-c]
- install ppx_deriving_yaml 0.4.0 [required by frama-c]
- install ppx_deriving_yojson 3.9.1 [required by frama-c]
- install ppx_enumerate v0.16.0 [required by ppx_base]
- install ppx_globalize v0.16.0 [required by ppx_base]
- install ppx_hash v0.16.0 [required by ppx_base]
- install ppx_here v0.16.0 [required by ppx_assert]
- install ppx_inline_test v0.16.1 [required by frama-c]
- install ppx_optcomp v0.16.0 [required by time_now]
- install ppx_sexp_conv v0.16.0 [required by why3]
- install ppxlib 0.35.0 [required by frama-c]
- install psmt2-frontend 0.1 [required by alt-ergo-free]
- install re 1.14.0 [required by camlp5]
- install rresult 0.7.0 [required by camlp5]
- install sexplib v0.16.0 [required by why3]
- install sexplib0 v0.16.0 [required by ppxlib, dune-compiledb, base]
- install stdio v0.16.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.20.2 [required by dune-private-libs]
- install time_now v0.16.0 [required by ppx_inline_test]
- install topkg 1.1.1 [required by bos]
- install unionFind 20250818 [required by frama-c]
- install uutf 1.0.4 [required by ezjsonm]
- install why3 1.8.2 [required by frama-c]
- install yaml 3.2.0 [required by frama-c]
- install yojson 3.0.0 [required by frama-c]
- install zarith 1.14 [required by frama-clang]
The following system packages will first need to be installed:
cairo-devel clang clang-devel cmake gmp-devel graphviz gtk3-devel gtksourceview-devel llvm-devel pcre2-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" "cairo-devel" "clang" "clang-devel" "cmake" "gmp-devel" "graphviz" "gtk3-devel" "gtksourceview-devel" "llvm-devel" "pcre2-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
-
- The following 2 packages are going to be upgraded:
- libeconf0 libglib-2_0-0
-
- The following 212 NEW packages are going to be installed:
- Mesa Mesa-KHR-devel Mesa-dri Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-vulkan-device-select at-spi2-core at-spi2-core-devel bitstream-vera-fonts cairo-devel clang clang-devel clang-tools clang21 clang21-devel cmake cmake-full cups-config dbus-1-daemon dbus-1-devel 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 glycin-loaders gmp-devel graphite2-devel graphviz graphviz-plugins-core gtk3-data gtk3-devel gtk3-schema gtk3-tools gtksourceview-devel harfbuzz-devel hicolor-icon-theme libLLVM21 libLTO21 libSPIRV-Tools-2025_4 libXcomposite-devel libXcomposite1 libXcursor-devel libXcursor1 libXdamage-devel libXdamage1 libXext-devel libXext6 libXfixes-devel libXfixes3 libXft-devel libXft2 libXi-devel libXi6 libXinerama-devel libXinerama1 libXrandr-devel libXrandr2 libXrender-devel libXrender1 libXtst-devel libXtst6 libXxf86vm1 libarchive13 libatk-1_0-0 libatk-bridge-2_0-0 libatspi0 libavahi-client3 libavahi-common3 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libcdt6 libcgraph8 libclang-cpp21 libclang13 libclang_rt21 libcolord2 libcups2 libdatrie-devel libdatrie1 libdav1d7 libdrm2 libdrm_amdgpu1 libdrm_intel1 libeconf-devel libelf1 libepoxy-devel 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 libglvnd-devel libglycin-2-0 libglycin-devel libgmodule-2_0-0 libgmpxx4 libgobject-2_0-0 libgraphite2-3 libgthread-2_0-0 libgtk-3-0 libgtksourceview-3_0-1 libgts-0_7-5 libgvc7 libgvpr2 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libheif1 libhwy1 libicu-devel libicu77 libicu77-ledata libjsoncpp26 libjxl0_11 liblcms2-2 liblcms2-devel liblzo2-2 libmount-devel libmpdec4 libomp-devel libomp21-devel libpango-1_0-0 libpathplan4 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 librhash1 librsvg-2-2 libseccomp-devel libselinux-devel libsepol-devel libsharpyuv0 libthai-data libthai-devel libthai0 libuv1 libvulkan1 libvulkan_lvp libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxdot4 libxkbcommon-devel libxkbcommon0 libxml2-devel libxml2-tools libxshmfence1 llvm-devel llvm-gold llvm-polly llvm-polly-devel llvm21 llvm21-devel llvm21-gold llvm21-polly llvm21-polly-devel lzo-devel pango-devel pcre2-devel python313-base readline-devel shared-mime-info system-user-lp typelib-1_0-Atk-1_0 typelib-1_0-Atspi-2_0 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-Gtk-3_0 typelib-1_0-GtkSource-3_0 typelib-1_0-HarfBuzz-0_0 typelib-1_0-Pango-1_0 wayland-devel xkeyboard-config xz-devel
-
- 2 packages to upgrade, 212 new.
-
- Package download size: 166.3 MiB
-
- Package install size change:
- | 763.1 MiB required by packages that will be installed
- 760.9 MiB | - 2.1 MiB released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libselinux-devel-3.9-3.1.x86_64.rpm [done]
- .
- Preloading: llvm-polly-devel-21-1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz0-12.2.0-1.1.x86_64.rpm [done]
- .
- .
- Preloading: fontconfig-2.16.0-1.3.x86_64.rpm [done]
- .
- Preloading: libclang_rt21-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libfontconfig1-2.16.0-1.3.x86_64.rpm [done]
- .
- Preloading: libthai-devel-0.1.29-1.10.x86_64.rpm [done]
- ..
-
- Preloading: libicu-devel-77.1-3.1.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.14.1-1.1.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-devel-1.12.3-1.1.x86_64.rpm [done]
- ..
- Preloading: glib2-tools-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: libXtst-devel-1.2.5-1.3.x86_64.rpm [done]
- .
- Preloading: graphviz-14.0.0-3.1.x86_64.rpm [done]
- ..
- Preloading: graphviz-plugins-core-14.0.0-3.1.x86_64.rpm [done]
- .
-
- Preloading: typelib-1_0-GObject-2_0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GModule-2_0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLibUnix-2_0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: libvulkan_lvp-25.3.0-1.1.x86_64.rpm [done]
- ..
- Preloading: wayland-devel-1.24.0-1.2.x86_64.rpm [done]
- .
- Preloading: libcolord2-1.4.8-1.1.x86_64.rpm [done]
- .
- Preloading: libcups2-2.4.14-1.1.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-query-loaders-2.44.4-1.1.x86_64.rpm [done]
- .
- Preloading: libatspi0-2.58.2-1.1.x86_64.rpm [done]
- .
- Preloading: cmake-4.1.2-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-cursor0-1.24.0-1.2.x86_64.rpm [done]
- .
- Preloading: clang-tools-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libXcomposite-devel-0.4.6-1.6.x86_64.rpm [done]
- .
- Preloading: llvm-polly-21-1.1.x86_64.rpm [done]
- .
- Preloading: cups-config-2.4.14-1.1.x86_64.rpm [done]
- .
- Preloading: libxkbcommon0-1.12.3-1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-vulkan-device-select-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: libxml2-devel-2.14.5-1.1.x86_64.rpm [done]
- .
- Preloading: llvm-gold-21-1.1.x86_64.rpm [done]
- ..
- .
- Preloading: llvm21-polly-devel-21.1.6-1.1.x86_64.rpm [done]
- ..
- Preloading: llvm21-devel-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libXinerama-devel-1.1.5-1.6.x86_64.rpm [done]
- .
- Preloading: libclang13-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libXi-devel-1.8.2-1.3.x86_64.rpm [done]
- .
- Preloading: libXdamage-devel-1.1.6-1.6.x86_64.rpm [done]
- .
-
- Preloading: libXrandr-devel-1.5.4-1.5.x86_64.rpm [done]
- .
- Preloading: libXcursor-devel-1.2.3-1.3.x86_64.rpm [done]
- .
- Preloading: libmount-devel-2.41.2-1.1.x86_64.rpm [done]
- .
- Preloading: libblkid-devel-2.41.2-1.1.x86_64.rpm [done]
- .
- Preloading: libgvpr2-14.0.0-3.1.x86_64.rpm [done]
- .
- Preloading: libgvc7-14.0.0-3.1.x86_64.rpm [done]
- .
- Preloading: libatk-1_0-0-2.58.2-1.1.x86_64.rpm [done]
- .
- Preloading: libgirepository-2_0-0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: girepository-1_0-1.86.0-2.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GLib-2_0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: gio-branding-openSUSE-42.1-4.4.noarch.rpm [done]
- .
- Preloading: libgirepository-1_0-1-1.86.0-2.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gly_2-2.0.7-1.1.x86_64.rpm [done]
- ..
- Preloading: Mesa-libGL-devel-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: libgio-2_0-0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: clang-devel-21-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.44.4-1.1.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Pango-1_0-1.56.4-1.1.x86_64.rpm [done]
- .
-
- Preloading: glib2-devel-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: at-spi2-core-2.58.2-1.1.x86_64.rpm [done]
- ..
- Preloading: librsvg-2-2-2.61.3-1.1.x86_64.rpm [done]
- .
- Preloading: libglvnd-devel-1.7.0-1.6.x86_64.rpm [done]
- .
- Preloading: libglycin-devel-2.0.7-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.44.4-1.1.x86_64.rpm [done]
- .
- Preloading: at-spi2-core-devel-2.58.2-1.1.x86_64.rpm [done]
- ..
-
- Preloading: clang21-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL-devel-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-12.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: gdk-pixbuf-devel-2.44.4-1.1.x86_64.rpm [done]
- .
- Preloading: glycin-loaders-2.0.7-1.1.x86_64.rpm [done]
- .
- Preloading: cairo-devel-1.18.4-3.1.x86_64.rpm [done]
- ..
- Preloading: Mesa-libGL1-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: gtk3-tools-3.24.51-1.1.x86_64.rpm [done]
- .
- Preloading: libgtk-3-0-3.24.51-1.1.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-1.1.x86_64.rpm [done]
- .
- Preloading: libepoxy-devel-1.5.10-2.8.x86_64.rpm [done]
- ..
- Preloading: libgtksourceview-3_0-1-3.24.11-6.4.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GtkSource-3_0-3.24.11-6.4.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Atk-1_0-2.58.2-1.1.x86_64.rpm [done]
- .
-
- Preloading: gtk3-devel-3.24.51-1.1.x86_64.rpm [done]
- .
- Preloading: gtksourceview-devel-3.24.11-6.4.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-subset0-12.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-icu0-12.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-gobject0-12.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: libXft2-2.3.9-1.1.x86_64.rpm [done]
- .
- Preloading: libcairo2-1.18.4-3.1.x86_64.rpm [done]
- .
- Preloading: fontconfig-devel-2.16.0-1.3.x86_64.rpm [done]
- ..
- Preloading: Mesa-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: libglycin-2-0-2.0.7-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gtk-3_0-3.24.51-1.1.x86_64.rpm [done]
- ..
-
- Preloading: llvm-devel-21-1.1.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-1.10.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Gio-2_0-2.86.2-1.1.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Atspi-2_0-2.58.2-1.1.x86_64.rpm [done]
- .
- Preloading: libatk-bridge-2_0-0-2.58.2-1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-dri-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: libglvnd-1.7.0-1.6.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL1-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: clang-21-1.1.x86_64.rpm [done]
- .
- Preloading: libharfbuzz-cairo0-12.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-HarfBuzz-0_0-12.2.0-1.1.x86_64.rpm [done]
- ..
- Preloading: libcairo-gobject2-1.18.4-3.1.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-3.1.x86_64.rpm [done]
- .
- Preloading: libXft-devel-2.3.9-1.1.x86_64.rpm [done]
- .
- Preloading: libpango-1_0-0-1.56.4-1.1.x86_64.rpm [done]
- .
-
- Preloading: libgdk_pixbuf-2_0-0-2.44.4-1.1.x86_64.rpm [done]
- .
- Preloading: libpcre2-16-0-10.47-1.1.x86_64.rpm [done]
- .
- Preloading: libfribidi0-1.0.15-1.3.x86_64.rpm [done]
- .
- Preloading: libgmpxx4-6.3.0-5.1.x86_64.rpm [done]
- .
- Preloading: libgraphite2-3-1.3.14-6.1.x86_64.rpm [done]
- .
- Preloading: clang21-devel-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libglib-2_0-0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: libjsoncpp26-1.9.6-1.3.x86_64.rpm [done]
- .
- Preloading: libhwy1-1.3.0-2.1.x86_64.rpm [done]
- .
- Preloading: liblzo2-2-2.10-9.3.x86_64.rpm [done]
- ..
- Preloading: libomp21-devel-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libpathplan4-14.0.0-3.1.x86_64.rpm [done]
- .
- Preloading: libpciaccess0-0.18.1-1.5.x86_64.rpm [done]
- .
- Preloading: libffi-devel-3.5.2-2.1.x86_64.rpm [done]
- .
- Preloading: libpcre2-32-0-10.47-1.1.x86_64.rpm [done]
- .
- Preloading: libpcre2-posix3-10.47-1.1.x86_64.rpm [done]
- ..
- Preloading: libpixman-1-0-0.46.4-2.1.x86_64.rpm [done]
- .
-
- Preloading: libicu77-ledata-77.1-3.1.noarch.rpm [done]
- .
- Preloading: libmpdec4-4.0.1-2.1.x86_64.rpm [done]
- .
- Preloading: liblcms2-2-2.17-1.1.x86_64.rpm [done]
- .
- Preloading: libsepol-devel-3.9-2.1.x86_64.rpm [done]
- .
- Preloading: librhash1-1.4.5-1.2.x86_64.rpm [done]
- .
- Preloading: libseccomp-devel-2.6.0-2.2.x86_64.rpm [done]
- .
- Preloading: libsharpyuv0-1.6.0-1.1.x86_64.rpm [done]
- .
- Preloading: libthai-data-0.1.29-1.10.x86_64.rpm [done]
- .
- Preloading: libuv1-1.51.0-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-client0-1.24.0-1.2.x86_64.rpm [done]
- .
- Preloading: libXrender1-0.9.12-1.2.x86_64.rpm [done]
- .
- Preloading: libpng16-16-1.6.50-1.1.x86_64.rpm [done]
- ..
- Preloading: dbus-1-devel-1.14.10-4.4.x86_64.rpm [done]
- .
- Preloading: bitstream-vera-fonts-1.10-316.6.noarch.rpm [done]
- .
- Preloading: gettext-its-gtk4-4.20.3-1.1.x86_64.rpm [done]
- .
- Preloading: dbus-1-daemon-1.14.10-4.4.x86_64.rpm [done]
- .
- Preloading: libvulkan1-1.4.328-1.1.x86_64.rpm [done]
- .
- Preloading: gtk3-schema-3.24.51-1.1.noarch.rpm [done]
- .
- Preloading: gtk3-data-3.24.51-1.1.noarch.rpm [done]
- .
- Preloading: hicolor-icon-theme-0.18-1.3.noarch.rpm [done]
- .
- Preloading: libXcomposite1-0.4.6-1.6.x86_64.rpm [done]
- .
- Preloading: libXdamage1-1.1.6-1.6.x86_64.rpm [done]
- .
- Preloading: libXext6-1.3.6-1.4.x86_64.rpm [done]
- .
- Preloading: libXfixes3-6.0.2-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-egl1-1.24.0-1.2.x86_64.rpm [done]
- ..
- Preloading: libSPIRV-Tools-2025_4-2025.4-1.1.x86_64.rpm [done]
- .
-
- Preloading: libbrotlienc1-1.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: libbz2-devel-1.0.8-5.12.x86_64.rpm [done]
- .
- Preloading: libcdt6-14.0.0-3.1.x86_64.rpm [done]
- .
- Preloading: libdatrie1-0.2.13-1.17.x86_64.rpm [done]
- .
- Preloading: libdav1d7-1.5.2-1.1.x86_64.rpm [done]
- ..
- Preloading: libdrm2-2.4.129-1.1.x86_64.rpm [done]
- .
- Preloading: libeconf0-0.8.1-1.1.x86_64.rpm [done]
- .
- Preloading: libelf1-0.192-2.2.x86_64.rpm [done]
- .
- Preloading: libepoxy0-1.5.10-2.8.x86_64.rpm [done]
- .
- Preloading: libexpat-devel-2.7.3-1.1.x86_64.rpm [done]
- ..
- .
- Preloading: libavahi-common3-0.8-40.1.x86_64.rpm [done]
- ..
- Preloading: libicu77-77.1-3.1.x86_64.rpm [done]
- .
-
- Preloading: libgbm1-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: libdrm_amdgpu1-2.4.129-1.1.x86_64.rpm [done]
- .
- Preloading: libarchive13-3.8.1-1.2.x86_64.rpm [done]
- ..
- Preloading: libeconf-devel-0.8.1-1.1.x86_64.rpm [done]
- .
- Preloading: shared-mime-info-2.4-3.5.x86_64.rpm [done]
- ..
- Preloading: libgts-0_7-5-0.7.6_p20121130-4.39.x86_64.rpm [done]
- .
- Preloading: libgthread-2_0-0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: libLLVM21-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libdatrie-devel-0.2.13-1.17.x86_64.rpm [done]
- .
-
- Preloading: fribidi-devel-1.0.15-1.3.x86_64.rpm [done]
- .
- Preloading: libgobject-2_0-0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: graphite2-devel-1.3.14-6.1.x86_64.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-5.1.x86_64.rpm [done]
- .
- Preloading: libgmodule-2_0-0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: libcgraph8-14.0.0-3.1.x86_64.rpm [done]
- .
- Preloading: liblcms2-devel-2.17-1.1.x86_64.rpm [done]
- .
- Preloading: lzo-devel-2.10-9.3.x86_64.rpm [done]
- .
- Preloading: libomp-devel-21-1.1.x86_64.rpm [done]
- .
- Preloading: libdrm_intel1-2.4.129-1.1.x86_64.rpm [done]
- ..
- Preloading: libpython3_13-1_0-3.13.9-3.1.x86_64.rpm [done]
- ..
- Preloading: libjxl0_11-0.11.1-4.6.x86_64.rpm [done]
- .
-
- Preloading: libpng16-devel-1.6.50-1.1.x86_64.rpm [done]
- .
- Preloading: libpng16-compat-devel-1.6.50-1.1.x86_64.rpm [done]
- .
- Preloading: python313-base-3.13.9-3.1.x86_64.rpm [done]
- .
- Preloading: libpixman-1-0-devel-0.46.4-2.1.x86_64.rpm [done]
- .
- Preloading: cmake-full-4.1.2-1.1.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.47-1.1.x86_64.rpm [done]
- .
- Preloading: libwayland-server0-1.24.0-1.2.x86_64.rpm [done]
- ..
- Preloading: libfreetype6-2.14.1-1.1.x86_64.rpm [done]
- .
- Preloading: libheif1-1.20.2-2.2.x86_64.rpm [done]
- .
- Preloading: libxdot4-14.0.0-3.1.x86_64.rpm [done]
- .
- Preloading: libxml2-tools-2.14.5-1.1.x86_64.rpm [done]
- .
- Preloading: libxshmfence1-1.3.3-1.2.x86_64.rpm [done]
- .
- Preloading: system-user-lp-20250822-2.1.noarch.rpm [done]
- .
- Preloading: readline-devel-8.3.1-1.1.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GIRepository-3_0-2.86.2-1.1.x86_64.rpm [done]
- .
- Preloading: llvm21-gold-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: xz-devel-5.8.1-1.1.x86_64.rpm [done]
- .
- Preloading: Mesa-KHR-devel-25.3.0-1.1.x86_64.rpm [done]
- .
- Preloading: xkeyboard-config-2.46-1.1.noarch.rpm [done]
- .
- Preloading: libXxf86vm1-1.1.6-1.2.x86_64.rpm [done]
- ..
- Preloading: libLTO21-21.1.6-1.1.x86_64.rpm [done]
- .
- Preloading: libXinerama1-1.1.5-1.6.x86_64.rpm [done]
- .
- Preloading: libXtst6-1.2.5-1.3.x86_64.rpm [done]
- .
- Preloading: libXi6-1.8.2-1.3.x86_64.rpm [done]
- .
-
- Preloading: libXext-devel-1.3.6-1.4.x86_64.rpm [done]
- .
- Preloading: libXfixes-devel-6.0.2-1.1.x86_64.rpm [done]
- .
- Preloading: libXrender-devel-0.9.12-1.2.x86_64.rpm [done]
- .
- Preloading: libXrandr2-1.5.4-1.5.x86_64.rpm [done]
- .
- Preloading: libXcursor1-1.2.3-1.3.x86_64.rpm [done]
- .
- Preloading: libbrotli-devel-1.2.0-1.1.x86_64.rpm [done]
- .
- Preloading: libavahi-client3-0.8-40.1.x86_64.rpm [done]
- ..
- Preloading: llvm21-21.1.6-1.1.x86_64.rpm [done]
- ..
- ..
- ..
-
- Preloading: libclang-cpp21-21.1.6-1.1.x86_64.rpm [done]
- ..
- .
- Preloading: llvm21-polly-21.1.6-1.1.x86_64.rpm [done]
- .done]
- Retrieving: Mesa-KHR-devel-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (1/214), 63.0 KiB
- Retrieving: bitstream-vera-fonts-1.10-316.6.noarch (openSUSE-Tumbleweed-Oss) (2/214), 244.3 KiB
- Retrieving: dbus-1-daemon-1.14.10-4.4.x86_64 (openSUSE-Tumbleweed-Oss) (3/214), 138.1 KiB
- Retrieving: dbus-1-devel-1.14.10-4.4.x86_64 (openSUSE-Tumbleweed-Oss) (4/214), 47.7 KiB
- Retrieving: gettext-its-gtk4-4.20.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (5/214), 76.8 KiB
- Retrieving: gtk3-data-3.24.51-1.1.noarch (openSUSE-Tumbleweed-Oss) (6/214), 24.1 KiB
- Retrieving: gtk3-schema-3.24.51-1.1.noarch (openSUSE-Tumbleweed-Oss) (7/214), 23.8 KiB
- Retrieving: hicolor-icon-theme-0.18-1.3.noarch (openSUSE-Tumbleweed-Oss) (8/214), 76.3 KiB
- Retrieving: libLLVM21-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (9/214), 30.7 MiB
- Retrieving: libSPIRV-Tools-2025_4-2025.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (10/214), 1.6 MiB
- Retrieving: libXcomposite1-0.4.6-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (11/214), 12.2 KiB
- Retrieving: libXdamage1-1.1.6-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (12/214), 12.0 KiB
- Retrieving: libXext6-1.3.6-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (13/214), 35.5 KiB
- Retrieving: libXfixes3-6.0.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (14/214), 18.6 KiB
- Retrieving: libXrender1-0.9.12-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (15/214), 26.5 KiB
- Retrieving: libarchive13-3.8.1-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (16/214), 390.8 KiB
- Retrieving: libavahi-common3-0.8-40.1.x86_64 (openSUSE-Tumbleweed-Oss) (17/214), 32.4 KiB
- Retrieving: libbrotlienc1-1.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (18/214), 272.2 KiB
- Retrieving: libbz2-devel-1.0.8-5.12.x86_64 (openSUSE-Tumbleweed-Oss) (19/214), 17.3 KiB
- Retrieving: libcdt6-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (20/214), 27.7 KiB
- Retrieving: libdatrie1-0.2.13-1.17.x86_64 (openSUSE-Tumbleweed-Oss) (21/214), 48.9 KiB
- Retrieving: libdav1d7-1.5.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (22/214), 624.5 KiB
- Retrieving: libdrm2-2.4.129-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (23/214), 55.7 KiB
- Retrieving: libeconf0-0.8.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (24/214), 36.9 KiB
- Retrieving: libelf1-0.192-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (25/214), 58.0 KiB
- Retrieving: libepoxy0-1.5.10-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (26/214), 221.5 KiB
- Retrieving: libexpat-devel-2.7.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (27/214), 46.2 KiB
- Retrieving: libffi-devel-3.5.2-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (28/214), 29.9 KiB
- Retrieving: libfribidi0-1.0.15-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (29/214), 40.0 KiB
- Retrieving: libglib-2_0-0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (30/214), 760.4 KiB
- Retrieving: libgmpxx4-6.3.0-5.1.x86_64 (openSUSE-Tumbleweed-Oss) (31/214), 17.7 KiB
- Retrieving: libgraphite2-3-1.3.14-6.1.x86_64 (openSUSE-Tumbleweed-Oss) (32/214), 68.6 KiB
- Retrieving: libhwy1-1.3.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (33/214), 460.2 KiB
- Retrieving: libicu77-ledata-77.1-3.1.noarch (openSUSE-Tumbleweed-Oss) (34/214), 8.5 MiB
- Retrieving: libjsoncpp26-1.9.6-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (35/214), 94.3 KiB
- Retrieving: liblcms2-2-2.17-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (36/214), 171.8 KiB
- Retrieving: liblzo2-2-2.10-9.3.x86_64 (openSUSE-Tumbleweed-Oss) (37/214), 59.9 KiB
- Retrieving: libmpdec4-4.0.1-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (38/214), 86.2 KiB
- Retrieving: libomp21-devel-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (39/214), 501.5 KiB
- Retrieving: libpathplan4-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (40/214), 34.9 KiB
- Retrieving: libpciaccess0-0.18.1-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (41/214), 26.0 KiB
- Retrieving: libpcre2-16-0-10.47-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (42/214), 272.9 KiB
- Retrieving: libpcre2-32-0-10.47-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (43/214), 254.4 KiB
- Retrieving: libpcre2-posix3-10.47-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (44/214), 20.0 KiB
- Retrieving: libpixman-1-0-0.46.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (45/214), 290.8 KiB
- Retrieving: libpng16-16-1.6.50-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (46/214), 144.3 KiB
- Retrieving: librhash1-1.4.5-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (47/214), 133.9 KiB
- Retrieving: libseccomp-devel-2.6.0-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (48/214), 50.5 KiB
- Retrieving: libsepol-devel-3.9-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (49/214), 41.9 KiB
- Retrieving: libsharpyuv0-1.6.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (50/214), 21.2 KiB
- Retrieving: libthai-data-0.1.29-1.10.x86_64 (openSUSE-Tumbleweed-Oss) (51/214), 154.4 KiB
- Retrieving: libuv1-1.51.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (52/214), 104.9 KiB
- Retrieving: libvulkan1-1.4.328-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (53/214), 153.1 KiB
- Retrieving: libwayland-client0-1.24.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (54/214), 36.0 KiB
- Retrieving: libwayland-egl1-1.24.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (55/214), 12.2 KiB
- Retrieving: libwayland-server0-1.24.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (56/214), 42.4 KiB
- Retrieving: libxdot4-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (57/214), 28.0 KiB
- Retrieving: libxml2-tools-2.14.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (58/214), 88.8 KiB
- Retrieving: libxshmfence1-1.3.3-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (59/214), 11.8 KiB
- Retrieving: llvm21-polly-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (60/214), 1.6 MiB
- Retrieving: readline-devel-8.3.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (61/214), 34.5 KiB
- Retrieving: system-user-lp-20250822-2.1.noarch (openSUSE-Tumbleweed-Oss) (62/214), 8.7 KiB
- Retrieving: typelib-1_0-GIRepository-3_0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (63/214), 74.4 KiB
- Retrieving: xkeyboard-config-2.46-1.1.noarch (openSUSE-Tumbleweed-Oss) (64/214), 436.5 KiB
- Retrieving: xz-devel-5.8.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (65/214), 90.6 KiB
- Retrieving: llvm21-gold-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (66/214), 85.5 KiB
- Retrieving: llvm21-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (67/214), 3.8 MiB
- Retrieving: libclang-cpp21-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (68/214), 14.9 MiB
- Retrieving: libLTO21-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (69/214), 71.6 KiB
- Retrieving: libXxf86vm1-1.1.6-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (70/214), 16.9 KiB
- Retrieving: libXtst6-1.2.5-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (71/214), 17.9 KiB
- Retrieving: libXinerama1-1.1.5-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (72/214), 11.2 KiB
- Retrieving: libXi6-1.8.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (73/214), 38.3 KiB
- Retrieving: libXext-devel-1.3.6-1.4.x86_64 (openSUSE-Tumbleweed-Oss) (74/214), 96.5 KiB
- Retrieving: libXfixes-devel-6.0.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (75/214), 15.1 KiB
- Retrieving: libXrender-devel-0.9.12-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (76/214), 21.3 KiB
- Retrieving: libXrandr2-1.5.4-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (77/214), 25.3 KiB
- Retrieving: libXcursor1-1.2.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (78/214), 29.9 KiB
- Retrieving: libavahi-client3-0.8-40.1.x86_64 (openSUSE-Tumbleweed-Oss) (79/214), 36.4 KiB
- Retrieving: libbrotli-devel-1.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (80/214), 34.6 KiB
- Retrieving: libcgraph8-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (81/214), 66.5 KiB
- Retrieving: libdatrie-devel-0.2.13-1.17.x86_64 (openSUSE-Tumbleweed-Oss) (82/214), 124.9 KiB
- Retrieving: libgbm1-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (83/214), 65.6 KiB
- Retrieving: libdrm_amdgpu1-2.4.129-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (84/214), 42.0 KiB
- Retrieving: libeconf-devel-0.8.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (85/214), 35.3 KiB
- Retrieving: fribidi-devel-1.0.15-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (86/214), 99.5 KiB
- Retrieving: shared-mime-info-2.4-3.5.x86_64 (openSUSE-Tumbleweed-Oss) (87/214), 319.4 KiB
- Retrieving: libgts-0_7-5-0.7.6_p20121130-4.39.x86_64 (openSUSE-Tumbleweed-Oss) (88/214), 159.6 KiB
- Retrieving: libgthread-2_0-0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (89/214), 78.3 KiB
- Retrieving: libgobject-2_0-0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (90/214), 216.5 KiB
- Retrieving: libgmodule-2_0-0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (91/214), 82.2 KiB
- Retrieving: gmp-devel-6.3.0-5.1.x86_64 (openSUSE-Tumbleweed-Oss) (92/214), 305.9 KiB
- Retrieving: graphite2-devel-1.3.14-6.1.x86_64 (openSUSE-Tumbleweed-Oss) (93/214), 21.7 KiB
- Retrieving: libjxl0_11-0.11.1-4.6.x86_64 (openSUSE-Tumbleweed-Oss) (94/214), 1018.0 KiB
- Retrieving: libicu77-77.1-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (95/214), 2.2 MiB
- Retrieving: liblcms2-devel-2.17-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (96/214), 35.7 KiB
- Retrieving: lzo-devel-2.10-9.3.x86_64 (openSUSE-Tumbleweed-Oss) (97/214), 48.9 KiB
- Retrieving: python313-base-3.13.9-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (98/214), 9.1 MiB
- Retrieving: libpython3_13-1_0-3.13.9-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (99/214), 1.9 MiB
- Retrieving: libomp-devel-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (100/214), 17.1 KiB
- Retrieving: libdrm_intel1-2.4.129-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (101/214), 82.2 KiB
- Retrieving: pcre2-devel-10.47-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (102/214), 287.7 KiB
- Retrieving: libpixman-1-0-devel-0.46.4-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (103/214), 21.7 KiB
- Retrieving: libpng16-devel-1.6.50-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (104/214), 191.3 KiB
- Retrieving: libpng16-compat-devel-1.6.50-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (105/214), 92.3 KiB
- Retrieving: libfreetype6-2.14.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (106/214), 539.0 KiB
- Retrieving: libheif1-1.20.2-2.2.x86_64 (openSUSE-Tumbleweed-Oss) (107/214), 513.8 KiB
- Retrieving: libthai0-0.1.29-1.10.x86_64 (openSUSE-Tumbleweed-Oss) (108/214), 24.2 KiB
- Retrieving: libwayland-cursor0-1.24.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (109/214), 18.9 KiB
- Retrieving: Mesa-vulkan-device-select-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (110/214), 99.0 KiB
- Retrieving: llvm-polly-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (111/214), 17.5 KiB
- Retrieving: cups-config-2.4.14-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (112/214), 291.9 KiB
- Retrieving: libxkbcommon0-1.12.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (113/214), 168.2 KiB
- Retrieving: libxml2-devel-2.14.5-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (114/214), 119.5 KiB
- Retrieving: llvm-gold-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (115/214), 17.0 KiB
- Retrieving: libclang13-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (116/214), 313.9 KiB
- Retrieving: llvm21-devel-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (117/214), 5.0 MiB
- Retrieving: llvm21-polly-devel-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (118/214), 236.4 KiB
- Retrieving: libXinerama-devel-1.1.5-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (119/214), 13.2 KiB
- Retrieving: libXi-devel-1.8.2-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (120/214), 138.4 KiB
- Retrieving: libXdamage-devel-1.1.6-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (121/214), 10.2 KiB
- Retrieving: libXcomposite-devel-0.4.6-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (122/214), 17.1 KiB
- Retrieving: libXrandr-devel-1.5.4-1.5.x86_64 (openSUSE-Tumbleweed-Oss) (123/214), 20.7 KiB
- Retrieving: libXcursor-devel-1.2.3-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (124/214), 31.8 KiB
- Retrieving: libgvpr2-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (125/214), 139.6 KiB
- Retrieving: libgvc7-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (126/214), 290.1 KiB
- Retrieving: libblkid-devel-2.41.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (127/214), 47.9 KiB
- Retrieving: typelib-1_0-GLib-2_0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (128/214), 128.6 KiB
- Retrieving: libatk-1_0-0-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (129/214), 65.3 KiB
- Retrieving: libgirepository-2_0-0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (130/214), 161.1 KiB
- Retrieving: girepository-1_0-1.86.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (131/214), 57.3 KiB
- Retrieving: libgirepository-1_0-1-1.86.0-2.1.x86_64 (openSUSE-Tumbleweed-Oss) (132/214), 77.6 KiB
- Retrieving: gio-branding-openSUSE-42.1-4.4.noarch (openSUSE-Tumbleweed-Oss) (133/214), 13.9 KiB
- Retrieving: libgio-2_0-0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (134/214), 740.5 KiB
- Retrieving: glib2-tools-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (135/214), 188.9 KiB
- Retrieving: libicu-devel-77.1-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (136/214), 714.9 KiB
- Retrieving: libclang_rt21-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (137/214), 1.1 MiB
- Retrieving: cmake-full-4.1.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (138/214), 18.1 MiB
- Retrieving: libselinux-devel-3.9-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (139/214), 115.0 KiB
- Retrieving: libharfbuzz0-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (140/214), 586.8 KiB
- Retrieving: libfontconfig1-2.16.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (141/214), 146.2 KiB
- Retrieving: fontconfig-2.16.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (142/214), 82.0 KiB
- Retrieving: freetype2-devel-2.14.1-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (143/214), 814.6 KiB
- Retrieving: libthai-devel-0.1.29-1.10.x86_64 (openSUSE-Tumbleweed-Oss) (144/214), 20.2 KiB
- Retrieving: wayland-devel-1.24.0-1.2.x86_64 (openSUSE-Tumbleweed-Oss) (145/214), 103.6 KiB
- Retrieving: libvulkan_lvp-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (146/214), 2.2 MiB
- Retrieving: libcups2-2.4.14-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (147/214), 309.1 KiB
- Retrieving: libxkbcommon-devel-1.12.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (148/214), 99.0 KiB
- Retrieving: llvm-polly-devel-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (149/214), 17.2 KiB
- Retrieving: libXtst-devel-1.2.5-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (150/214), 29.0 KiB
- Retrieving: graphviz-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (151/214), 750.8 KiB
- Retrieving: graphviz-plugins-core-14.0.0-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (152/214), 441.0 KiB
- Retrieving: typelib-1_0-GObject-2_0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (153/214), 83.9 KiB
- Retrieving: typelib-1_0-GModule-2_0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (154/214), 68.5 KiB
- Retrieving: typelib-1_0-GLibUnix-2_0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (155/214), 68.6 KiB
- Retrieving: libcolord2-1.4.8-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (156/214), 151.0 KiB
- Retrieving: libatspi0-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (157/214), 97.4 KiB
- Retrieving: gdk-pixbuf-query-loaders-2.44.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (158/214), 20.6 KiB
- Retrieving: clang21-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (159/214), 10.3 MiB
- Retrieving: clang-tools-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (160/214), 448.0 KiB
- Retrieving: cmake-4.1.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (161/214), 37.3 KiB
- Retrieving: libmount-devel-2.41.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (162/214), 49.1 KiB
- Retrieving: libharfbuzz-subset0-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (163/214), 540.5 KiB
- Retrieving: libharfbuzz-icu0-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (164/214), 48.3 KiB
- Retrieving: libharfbuzz-gobject0-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (165/214), 68.7 KiB
- Retrieving: libglycin-2-0-2.0.7-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (166/214), 1.6 MiB
- Retrieving: libcairo2-1.18.4-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (167/214), 579.1 KiB
- Retrieving: libXft2-2.3.9-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (168/214), 51.2 KiB
- Retrieving: fontconfig-devel-2.16.0-1.3.x86_64 (openSUSE-Tumbleweed-Oss) (169/214), 20.8 KiB
- Retrieving: Mesa-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (170/214), 64.0 KiB
- Retrieving: Mesa-dri-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (171/214), 10.1 MiB
- Retrieving: libglvnd-1.7.0-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (172/214), 240.2 KiB
- Retrieving: Mesa-libEGL1-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (173/214), 183.8 KiB
- Retrieving: llvm-devel-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (174/214), 17.5 KiB
- Retrieving: typelib-1_0-Atk-1_0-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (175/214), 38.7 KiB
- Retrieving: typelib-1_0-Gio-2_0-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (176/214), 153.1 KiB
- Retrieving: typelib-1_0-Atspi-2_0-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (177/214), 36.2 KiB
- Retrieving: libatk-bridge-2_0-0-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (178/214), 83.1 KiB
- Retrieving: clang21-devel-21.1.6-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (179/214), 2.9 MiB
- Retrieving: clang-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (180/214), 16.9 KiB
- Retrieving: typelib-1_0-HarfBuzz-0_0-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (181/214), 79.9 KiB
- Retrieving: libgdk_pixbuf-2_0-0-2.44.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (182/214), 148.0 KiB
- Retrieving: libharfbuzz-cairo0-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (183/214), 61.9 KiB
- Retrieving: libcairo-script-interpreter2-1.18.4-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (184/214), 66.2 KiB
- Retrieving: libcairo-gobject2-1.18.4-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (185/214), 23.5 KiB
- Retrieving: libpango-1_0-0-1.56.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (186/214), 298.3 KiB
- Retrieving: libXft-devel-2.3.9-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (187/214), 37.6 KiB
- Retrieving: Mesa-libGL1-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (188/214), 174.5 KiB
- Retrieving: typelib-1_0-Gly_2-2.0.7-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (189/214), 30.6 KiB
- Retrieving: glib2-devel-2.86.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (190/214), 1.4 MiB
- Retrieving: at-spi2-core-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (191/214), 74.5 KiB
- Retrieving: clang-devel-21-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (192/214), 17.2 KiB
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.44.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (193/214), 20.2 KiB
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (194/214), 41.1 KiB
- Retrieving: librsvg-2-2-2.61.3-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (195/214), 2.0 MiB
- Retrieving: libglvnd-devel-1.7.0-1.6.x86_64 (openSUSE-Tumbleweed-Oss) (196/214), 19.1 KiB
- Retrieving: libglycin-devel-2.0.7-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (197/214), 41.2 KiB
- Retrieving: cairo-devel-1.18.4-3.1.x86_64 (openSUSE-Tumbleweed-Oss) (198/214), 269.2 KiB
- Retrieving: at-spi2-core-devel-2.58.2-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (199/214), 1.6 MiB
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.44.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (200/214), 15.6 KiB
- Retrieving: glycin-loaders-2.0.7-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (201/214), 3.4 MiB
- Retrieving: Mesa-libGL-devel-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (202/214), 499.3 KiB
- Retrieving: Mesa-libEGL-devel-25.3.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (203/214), 79.2 KiB
- Retrieving: harfbuzz-devel-12.2.0-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (204/214), 190.2 KiB
- Retrieving: gdk-pixbuf-devel-2.44.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (205/214), 69.6 KiB
- Retrieving: gtk3-tools-3.24.51-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (206/214), 1.4 MiB
- Retrieving: libgtk-3-0-3.24.51-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (207/214), 2.9 MiB
- Retrieving: libepoxy-devel-1.5.10-2.8.x86_64 (openSUSE-Tumbleweed-Oss) (208/214), 137.5 KiB
- Retrieving: pango-devel-1.56.4-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (209/214), 159.9 KiB
- Retrieving: typelib-1_0-Gtk-3_0-3.24.51-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (210/214), 238.0 KiB
- Retrieving: libgtksourceview-3_0-1-3.24.11-6.4.x86_64 (openSUSE-Tumbleweed-Oss) (211/214), 456.6 KiB
- Retrieving: gtk3-devel-3.24.51-1.1.x86_64 (openSUSE-Tumbleweed-Oss) (212/214), 1.8 MiB
- Retrieving: typelib-1_0-GtkSource-3_0-3.24.11-6.4.x86_64 (openSUSE-Tumbleweed-Oss) (213/214), 27.5 KiB
- Retrieving: gtksourceview-devel-3.24.11-6.4.x86_64 (openSUSE-Tumbleweed-Oss) (214/214), 204.7 KiB
-
- Checking for file conflicts: [....
- .....
- .done]
- ( 1/214) Installing: Mesa-KHR-devel-25.3.0-1.1.x86_64 [..done]
- ( 2/214) Installing: bitstream-vera-fonts-1.10-316.6.noarch [..done]
- ( 3/214) Installing: dbus-1-daemon-1.14.10-4.4.x86_64 [..done]
- ( 4/214) Installing: dbus-1-devel-1.14.10-4.4.x86_64 [..done]
- ( 5/214) Installing: gettext-its-gtk4-4.20.3-1.1.x86_64 [..done]
- ( 6/214) Installing: gtk3-data-3.24.51-1.1.noarch [..done]
- ( 7/214) Installing: gtk3-schema-3.24.51-1.1.noarch [..done]
- ( 8/214) Installing: hicolor-icon-theme-0.18-1.3.noarch [..done]
- ( 9/214) Installing: libLLVM21-21.1.6-1.1.x86_64 [..
- .....
- ..........
- .....done]
- ( 10/214) Installing: libSPIRV-Tools-2025_4-2025.4-1.1.x86_64 [...done]
- ( 11/214) Installing: libXcomposite1-0.4.6-1.6.x86_64 [..done]
- ( 12/214) Installing: libXdamage1-1.1.6-1.6.x86_64 [..done]
- ( 13/214) Installing: libXext6-1.3.6-1.4.x86_64 [..done]
- ( 14/214) Installing: libXfixes3-6.0.2-1.1.x86_64 [..
- done]
- ( 15/214) Installing: libXrender1-0.9.12-1.2.x86_64 [..done]
- ( 16/214) Installing: libarchive13-3.8.1-1.2.x86_64 [..done]
- ( 17/214) Installing: libavahi-common3-0.8-40.1.x86_64 [..done]
- ( 18/214) Installing: libbrotlienc1-1.2.0-1.1.x86_64 [..done]
- ( 19/214) Installing: libbz2-devel-1.0.8-5.12.x86_64 [..done]
- ( 20/214) Installing: libcdt6-14.0.0-3.1.x86_64 [..done]
- ( 21/214) Installing: libdatrie1-0.2.13-1.17.x86_64 [..done]
- ( 22/214) Installing: libdav1d7-1.5.2-1.1.x86_64 [..done]
- ( 23/214) Installing: libdrm2-2.4.129-1.1.x86_64 [..done]
- ( 24/214) Installing: libeconf0-0.8.1-1.1.x86_64 [..done]
- ( 25/214) Installing: libelf1-0.192-2.2.x86_64 [..done]
- ( 26/214) Installing: libepoxy0-1.5.10-2.8.x86_64 [..done]
- ( 27/214) Installing: libexpat-devel-2.7.3-1.1.x86_64 [..done]
- ( 28/214) Installing: libffi-devel-3.5.2-2.1.x86_64 [..done]
- ( 29/214) Installing: libfribidi0-1.0.15-1.3.x86_64 [..done]
- ( 30/214) Installing: libglib-2_0-0-2.86.2-1.1.x86_64 [..done]
- ( 31/214) Installing: libgmpxx4-6.3.0-5.1.x86_64 [..done]
- ( 32/214) Installing: libgraphite2-3-1.3.14-6.1.x86_64 [..done]
- ( 33/214) Installing: libhwy1-1.3.0-2.1.x86_64 [..done]
- ( 34/214) Installing: libicu77-ledata-77.1-3.1.noarch [......
- .done]
- ( 35/214) Installing: libjsoncpp26-1.9.6-1.3.x86_64 [..done]
- ( 36/214) Installing: liblcms2-2-2.17-1.1.x86_64 [..done]
- ( 37/214) Installing: liblzo2-2-2.10-9.3.x86_64 [..done]
- ( 38/214) Installing: libmpdec4-4.0.1-2.1.x86_64 [..done]
- ( 39/214) Installing: libomp21-devel-21.1.6-1.1.x86_64 [..done]
- ( 40/214) Installing: libpathplan4-14.0.0-3.1.x86_64 [..done]
- ( 41/214) Installing: libpciaccess0-0.18.1-1.5.x86_64 [..done]
- ( 42/214) Installing: libpcre2-16-0-10.47-1.1.x86_64 [..done]
- ( 43/214) Installing: libpcre2-32-0-10.47-1.1.x86_64 [..done]
- ( 44/214) Installing: libpcre2-posix3-10.47-1.1.x86_64 [..done]
- ( 45/214) Installing: libpixman-1-0-0.46.4-2.1.x86_64 [..done]
- ( 46/214) Installing: libpng16-16-1.6.50-1.1.x86_64 [..done]
- ( 47/214) Installing: librhash1-1.4.5-1.2.x86_64 [.
- .done]
- ( 48/214) Installing: libseccomp-devel-2.6.0-2.2.x86_64 [..done]
- ( 49/214) Installing: libsepol-devel-3.9-2.1.x86_64 [..done]
- ( 50/214) Installing: libsharpyuv0-1.6.0-1.1.x86_64 [..done]
- ( 51/214) Installing: libthai-data-0.1.29-1.10.x86_64 [..done]
- ( 52/214) Installing: libuv1-1.51.0-1.1.x86_64 [..done]
- ( 53/214) Installing: libvulkan1-1.4.328-1.1.x86_64 [..done]
- ( 54/214) Installing: libwayland-client0-1.24.0-1.2.x86_64 [..done]
- ( 55/214) Installing: libwayland-egl1-1.24.0-1.2.x86_64 [..done]
- ( 56/214) Installing: libwayland-server0-1.24.0-1.2.x86_64 [..done]
- ( 57/214) Installing: libxdot4-14.0.0-3.1.x86_64 [..done]
- ( 58/214) Installing: libxml2-tools-2.14.5-1.1.x86_64 [..done]
- ( 59/214) Installing: libxshmfence1-1.3.3-1.2.x86_64 [..done]
- ( 60/214) Installing: llvm21-polly-21.1.6-1.1.x86_64 [...done]
- ( 61/214) Installing: readline-devel-8.3.1-1.1.x86_64 [..
- done]
- ( 62/214) Installing: system-user-lp-20250822-2.1.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]
- ( 63/214) Installing: typelib-1_0-GIRepository-3_0-2.86.2-1.1.x86_64 [..done]
- ( 64/214) Installing: xkeyboard-config-2.46-1.1.noarch [...done]
- ( 65/214) Installing: xz-devel-5.8.1-1.1.x86_64 [..done]
- ( 66/214) Installing: llvm21-gold-21.1.6-1.1.x86_64 [..done]
- ( 67/214) Installing: llvm21-21.1.6-1.1.x86_64 [.....
- update-alternatives: using /usr/bin/llvm-ar-21 to provide /usr/bin/llvm-ar (llvm-ar) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/llc.1.gz because associated file /usr/share/man/man1/llc-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/lli.1.gz because associated file /usr/share/man/man1/lli-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-link.1.gz because associated file /usr/share/man/man1/llvm-link-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/opt.1.gz because associated file /usr/share/man/man1/opt-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-as.1.gz because associated file /usr/share/man/man1/llvm-as-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-bcanalyzer.1.gz because associated file /usr/share/man/man1/llvm-bcanalyzer-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-dis.1.gz because associated file /usr/share/man/man1/llvm-dis-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-extract.1.gz because associated file /usr/share/man/man1/llvm-extract-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-cgdata.1.gz because associated file /usr/share/man/man1/llvm-cgdata-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-cov.1.gz because associated file /usr/share/man/man1/llvm-cov-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-opt-report.1.gz because associated file /usr/share/man/man1/llvm-opt-report-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-profdata.1.gz because associated file /usr/share/man/man1/llvm-profdata-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-profgen.1.gz because associated file /usr/share/man/man1/llvm-profgen-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-symbolizer.1.gz because associated file /usr/share/man/man1/llvm-symbolizer-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-ar.1.gz because associated file /usr/share/man/man1/llvm-ar-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-nm.1.gz because associated file /usr/share/man/man1/llvm-nm-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-objcopy.1.gz because associated file /usr/share/man/man1/llvm-objcopy-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-objdump.1.gz because associated file /usr/share/man/man1/llvm-objdump-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-ranlib.1.gz because associated file /usr/share/man/man1/llvm-ranlib-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-readelf.1.gz because associated file /usr/share/man/man1/llvm-readelf-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-readobj.1.gz because associated file /usr/share/man/man1/llvm-readobj-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-size.1.gz because associated file /usr/share/man/man1/llvm-size-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-strip.1.gz because associated file /usr/share/man/man1/llvm-strip-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/dsymutil.1.gz because associated file /usr/share/man/man1/dsymutil-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-addr2line.1.gz because associated file /usr/share/man/man1/llvm-addr2line-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-debuginfo-analyzer.1.gz because associated file /usr/share/man/man1/llvm-debuginfo-analyzer-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-dwarfdump.1.gz because associated file /usr/share/man/man1/llvm-dwarfdump-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-dwarfutil.1.gz because associated file /usr/share/man/man1/llvm-dwarfutil-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-lib.1.gz because associated file /usr/share/man/man1/llvm-lib-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-pdbutil.1.gz because associated file /usr/share/man/man1/llvm-pdbutil-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-install-name-tool.1.gz because associated file /usr/share/man/man1/llvm-install-name-tool-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-libtool-darwin.1.gz because associated file /usr/share/man/man1/llvm-libtool-darwin-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-lipo.1.gz because associated file /usr/share/man/man1/llvm-lipo-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-otool.1.gz because associated file /usr/share/man/man1/llvm-otool-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-cxxfilt.1.gz because associated file /usr/share/man/man1/llvm-cxxfilt-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-cxxmap.1.gz because associated file /usr/share/man/man1/llvm-cxxmap-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-ifs.1.gz because associated file /usr/share/man/man1/llvm-ifs-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/bugpoint.1.gz because associated file /usr/share/man/man1/bugpoint-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-diff.1.gz because associated file /usr/share/man/man1/llvm-diff-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-mc.1.gz because associated file /usr/share/man/man1/llvm-mc-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-mca.1.gz because associated file /usr/share/man/man1/llvm-mca-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-reduce.1.gz because associated file /usr/share/man/man1/llvm-reduce-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-remarkutil.1.gz because associated file /usr/share/man/man1/llvm-remarkutil-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-stress.1.gz because associated file /usr/share/man/man1/llvm-stress-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-strings.1.gz because associated file /usr/share/man/man1/llvm-strings-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-tblgen.1.gz because associated file /usr/share/man/man1/llvm-tblgen-21.1.gz (of link group llvm-ar) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/llvm-tli-checker.1.gz because associated file /usr/share/man/man1/llvm-tli-checker-21.1.gz (of link group llvm-ar) doesn't exist
- done]
- ( 68/214) Installing: libclang-cpp21-21.1.6-1.1.x86_64 [.
- ........
- ....done]
- ( 69/214) Installing: libLTO21-21.1.6-1.1.x86_64 [..done]
- ( 70/214) Installing: libXxf86vm1-1.1.6-1.2.x86_64 [..done]
- ( 71/214) Installing: libXtst6-1.2.5-1.3.x86_64 [..done]
- ( 72/214) Installing: libXinerama1-1.1.5-1.6.x86_64 [..done]
- ( 73/214) Installing: libXi6-1.8.2-1.3.x86_64 [..done]
- ( 74/214) Installing: libXext-devel-1.3.6-1.4.x86_64 [..done]
- ( 75/214) Installing: libXfixes-devel-6.0.2-1.1.x86_64 [..done]
- ( 76/214) Installing: libXrender-devel-0.9.12-1.2.x86_64 [..done]
- ( 77/214) Installing: libXrandr2-1.5.4-1.5.x86_64 [.
- .done]
- ( 78/214) Installing: libXcursor1-1.2.3-1.3.x86_64 [..done]
- ( 79/214) Installing: libavahi-client3-0.8-40.1.x86_64 [..done]
- ( 80/214) Installing: libbrotli-devel-1.2.0-1.1.x86_64 [..done]
- ( 81/214) Installing: libcgraph8-14.0.0-3.1.x86_64 [..done]
- ( 82/214) Installing: libdatrie-devel-0.2.13-1.17.x86_64 [..done]
- ( 83/214) Installing: libgbm1-25.3.0-1.1.x86_64 [..done]
- ( 84/214) Installing: libdrm_amdgpu1-2.4.129-1.1.x86_64 [..done]
- ( 85/214) Installing: libeconf-devel-0.8.1-1.1.x86_64 [..done]
- ( 86/214) Installing: fribidi-devel-1.0.15-1.3.x86_64 [..done]
- ( 87/214) Installing: shared-mime-info-2.4-3.5.x86_64 [..
- done]
- ( 88/214) Installing: libgts-0_7-5-0.7.6_p20121130-4.39.x86_64 [..done]
- ( 89/214) Installing: libgthread-2_0-0-2.86.2-1.1.x86_64 [..done]
- ( 90/214) Installing: libgobject-2_0-0-2.86.2-1.1.x86_64 [..done]
- ( 91/214) Installing: libgmodule-2_0-0-2.86.2-1.1.x86_64 [..done]
- ( 92/214) Installing: gmp-devel-6.3.0-5.1.x86_64 [..done]
- ( 93/214) Installing: graphite2-devel-1.3.14-6.1.x86_64 [..done]
- ( 94/214) Installing: libjxl0_11-0.11.1-4.6.x86_64 [..done]
- ( 95/214) Installing: libicu77-77.1-3.1.x86_64 [...done]
- ( 96/214) Installing: liblcms2-devel-2.17-1.1.x86_64 [..done]
- ( 97/214) Installing: lzo-devel-2.10-9.3.x86_64 [..done]
- ( 98/214) Installing: python313-base-3.13.9-3.1.x86_64 [.........
- ...done]
- ( 99/214) Installing: libpython3_13-1_0-3.13.9-3.1.x86_64 [...done]
- (100/214) Installing: libomp-devel-21-1.1.x86_64 [..done]
- (101/214) Installing: libdrm_intel1-2.4.129-1.1.x86_64 [..done]
- (102/214) Installing: pcre2-devel-10.47-1.1.x86_64 [..done]
- (103/214) Installing: libpixman-1-0-devel-0.46.4-2.1.x86_64 [..done]
- (104/214) Installing: libpng16-devel-1.6.50-1.1.x86_64 [..done]
- (105/214) Installing: libpng16-compat-devel-1.6.50-1.1.x86_64 [..done]
- (106/214) Installing: libfreetype6-2.14.1-1.1.x86_64 [..
- done]
- (107/214) Installing: libheif1-1.20.2-2.2.x86_64 [..done]
- (108/214) Installing: libthai0-0.1.29-1.10.x86_64 [..done]
- (109/214) Installing: libwayland-cursor0-1.24.0-1.2.x86_64 [..done]
- (110/214) Installing: Mesa-vulkan-device-select-25.3.0-1.1.x86_64 [..done]
- (111/214) Installing: llvm-polly-21-1.1.x86_64 [..done]
- (112/214) Installing: cups-config-2.4.14-1.1.x86_64 [..done]
- (113/214) Installing: libxkbcommon0-1.12.3-1.1.x86_64 [..done]
- (114/214) Installing: libxml2-devel-2.14.5-1.1.x86_64 [..done]
- (115/214) Installing: llvm-gold-21-1.1.x86_64 [..done]
- (116/214) Installing: libclang13-21.1.6-1.1.x86_64 [..done]
- (117/214) Installing: llvm21-devel-21.1.6-1.1.x86_64 [...
- .......done]
- (118/214) Installing: llvm21-polly-devel-21.1.6-1.1.x86_64 [..done]
- (119/214) Installing: libXinerama-devel-1.1.5-1.6.x86_64 [..done]
- (120/214) Installing: libXi-devel-1.8.2-1.3.x86_64 [..done]
- (121/214) Installing: libXdamage-devel-1.1.6-1.6.x86_64 [..done]
- (122/214) Installing: libXcomposite-devel-0.4.6-1.6.x86_64 [.
- .done]
- (123/214) Installing: libXrandr-devel-1.5.4-1.5.x86_64 [..done]
- (124/214) Installing: libXcursor-devel-1.2.3-1.3.x86_64 [..done]
- (125/214) Installing: libgvpr2-14.0.0-3.1.x86_64 [..done]
- (126/214) Installing: libgvc7-14.0.0-3.1.x86_64 [..done]
- (127/214) Installing: libblkid-devel-2.41.2-1.1.x86_64 [..done]
- (128/214) Installing: typelib-1_0-GLib-2_0-2.86.2-1.1.x86_64 [..done]
- (129/214) Installing: libatk-1_0-0-2.58.2-1.1.x86_64 [..done]
- (130/214) Installing: libgirepository-2_0-0-2.86.2-1.1.x86_64 [..done]
- (131/214) Installing: girepository-1_0-1.86.0-2.1.x86_64 [..done]
- (132/214) Installing: libgirepository-1_0-1-1.86.0-2.1.x86_64 [..done]
- (133/214) Installing: gio-branding-openSUSE-42.1-4.4.noarch [..done]
- (134/214) Installing: libgio-2_0-0-2.86.2-1.1.x86_64 [..done]
- (135/214) Installing: glib2-tools-2.86.2-1.1.x86_64 [..done]
- (136/214) Installing: libicu-devel-77.1-3.1.x86_64 [..
- .done]
- (137/214) Installing: libclang_rt21-21.1.6-1.1.x86_64 [...done]
- (138/214) Installing: cmake-full-4.1.2-1.1.x86_64 [....
- ..........
- ...done]
- (139/214) Installing: libselinux-devel-3.9-3.1.x86_64 [..done]
- (140/214) Installing: libharfbuzz0-12.2.0-1.1.x86_64 [..done]
- (141/214) Installing: libfontconfig1-2.16.0-1.3.x86_64 [..done]
- (142/214) Installing: fontconfig-2.16.0-1.3.x86_64 [..done]
- (143/214) Installing: freetype2-devel-2.14.1-1.1.x86_64 [..done]
- (144/214) Installing: libthai-devel-0.1.29-1.10.x86_64 [..done]
- (145/214) Installing: wayland-devel-1.24.0-1.2.x86_64 [..done]
- (146/214) Installing: libvulkan_lvp-25.3.0-1.1.x86_64 [....done]
- (147/214) Installing: libcups2-2.4.14-1.1.x86_64 [..done]
- (148/214) Installing: libxkbcommon-devel-1.12.3-1.1.x86_64 [..done]
- (149/214) Installing: llvm-polly-devel-21-1.1.x86_64 [..done]
- (150/214) Installing: libXtst-devel-1.2.5-1.3.x86_64 [..done]
- (151/214) Installing: graphviz-14.0.0-3.1.x86_64 [..done]
- (152/214) Installing: graphviz-plugins-core-14.0.0-3.1.x86_64 [..
- /usr/lib64/graphviz/config6 doesn't exist! Check installation.
- done]
- (153/214) Installing: typelib-1_0-GObject-2_0-2.86.2-1.1.x86_64 [..done]
- (154/214) Installing: typelib-1_0-GModule-2_0-2.86.2-1.1.x86_64 [..done]
- (155/214) Installing: typelib-1_0-GLibUnix-2_0-2.86.2-1.1.x86_64 [..done]
- (156/214) Installing: libcolord2-1.4.8-1.1.x86_64 [..
- done]
- (157/214) Installing: libatspi0-2.58.2-1.1.x86_64 [..done]
- (158/214) Installing: gdk-pixbuf-query-loaders-2.44.4-1.1.x86_64 [..done]
- (159/214) Installing: clang21-21.1.6-1.1.x86_64 [........
- ...
- update-alternatives: using /usr/bin/clang-21 to provide /usr/bin/clang (clang) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/clang.1.gz because associated file /usr/share/man/man1/clang-21.1.gz (of link group clang) doesn't exist
- update-alternatives: warning: skip creation of /usr/share/man/man1/diagtool.1.gz because associated file /usr/share/man/man1/diagtool-21.1.gz (of link group clang) doesn't exist
- done]
- (160/214) Installing: clang-tools-21.1.6-1.1.x86_64 [..done]
- (161/214) Installing: cmake-4.1.2-1.1.x86_64 [..done]
- (162/214) Installing: libmount-devel-2.41.2-1.1.x86_64 [..done]
- (163/214) Installing: libharfbuzz-subset0-12.2.0-1.1.x86_64 [..done]
- (164/214) Installing: libharfbuzz-icu0-12.2.0-1.1.x86_64 [..done]
- (165/214) Installing: libharfbuzz-gobject0-12.2.0-1.1.x86_64 [..done]
- (166/214) Installing: libglycin-2-0-2.0.7-1.1.x86_64 [...
- done]
- (167/214) Installing: libcairo2-1.18.4-3.1.x86_64 [..done]
- (168/214) Installing: libXft2-2.3.9-1.1.x86_64 [..done]
- (169/214) Installing: fontconfig-devel-2.16.0-1.3.x86_64 [..done]
- (170/214) Installing: Mesa-25.3.0-1.1.x86_64 [..done]
- (171/214) Installing: Mesa-dri-25.3.0-1.1.x86_64 [......
- ..done]
- (172/214) Installing: libglvnd-1.7.0-1.6.x86_64 [..done]
- (173/214) Installing: Mesa-libEGL1-25.3.0-1.1.x86_64 [..done]
- (174/214) Installing: llvm-devel-21-1.1.x86_64 [..done]
- (175/214) Installing: typelib-1_0-Atk-1_0-2.58.2-1.1.x86_64 [..done]
- (176/214) Installing: typelib-1_0-Gio-2_0-2.86.2-1.1.x86_64 [..done]
- (177/214) Installing: typelib-1_0-Atspi-2_0-2.58.2-1.1.x86_64 [..done]
- (178/214) Installing: libatk-bridge-2_0-0-2.58.2-1.1.x86_64 [..done]
- (179/214) Installing: clang21-devel-21.1.6-1.1.x86_64 [...
- ....done]
- (180/214) Installing: clang-21-1.1.x86_64 [..done]
- (181/214) Installing: typelib-1_0-HarfBuzz-0_0-12.2.0-1.1.x86_64 [..done]
- (182/214) Installing: libgdk_pixbuf-2_0-0-2.44.4-1.1.x86_64 [..done]
- (183/214) Installing: libharfbuzz-cairo0-12.2.0-1.1.x86_64 [..done]
- (184/214) Installing: libcairo-script-interpreter2-1.18.4-3.1.x86_64 [..done]
- (185/214) Installing: libcairo-gobject2-1.18.4-3.1.x86_64 [..done]
- (186/214) Installing: libpango-1_0-0-1.56.4-1.1.x86_64 [..
- done]
- (187/214) Installing: libXft-devel-2.3.9-1.1.x86_64 [..done]
- (188/214) Installing: Mesa-libGL1-25.3.0-1.1.x86_64 [..done]
- (189/214) Installing: typelib-1_0-Gly_2-2.0.7-1.1.x86_64 [..done]
- (190/214) Installing: glib2-devel-2.86.2-1.1.x86_64 [....done]
- (191/214) Installing: at-spi2-core-2.58.2-1.1.x86_64 [..done]
- (192/214) Installing: clang-devel-21-1.1.x86_64 [..done]
- (193/214) Installing: typelib-1_0-GdkPixbuf-2_0-2.44.4-1.1.x86_64 [..done]
- (194/214) Installing: typelib-1_0-Pango-1_0-1.56.4-1.1.x86_64 [..done]
- (195/214) Installing: librsvg-2-2-2.61.3-1.1.x86_64 [...
- done]
- (196/214) Installing: libglvnd-devel-1.7.0-1.6.x86_64 [..done]
- (197/214) Installing: libglycin-devel-2.0.7-1.1.x86_64 [..done]
- (198/214) Installing: cairo-devel-1.18.4-3.1.x86_64 [..done]
- (199/214) Installing: at-spi2-core-devel-2.58.2-1.1.x86_64 [...done]
- (200/214) Installing: typelib-1_0-GdkPixdata-2_0-2.44.4-1.1.x86_64 [..done]
- (201/214) Installing: glycin-loaders-2.0.7-1.1.x86_64 [.....done]
- (202/214) Installing: Mesa-libGL-devel-25.3.0-1.1.x86_64 [..done]
- (203/214) Installing: Mesa-libEGL-devel-25.3.0-1.1.x86_64 [..
- done]
- (204/214) Installing: harfbuzz-devel-12.2.0-1.1.x86_64 [..done]
- (205/214) Installing: gdk-pixbuf-devel-2.44.4-1.1.x86_64 [..done]
- (206/214) Installing: gtk3-tools-3.24.51-1.1.x86_64 [...done]
- (207/214) Installing: libgtk-3-0-3.24.51-1.1.x86_64 [....done]
- (208/214) Installing: libepoxy-devel-1.5.10-2.8.x86_64 [..done]
- (209/214) Installing: pango-devel-1.56.4-1.1.x86_64 [..done]
- (210/214) Installing: typelib-1_0-Gtk-3_0-3.24.51-1.1.x86_64 [..done]
- (211/214) Installing: libgtksourceview-3_0-1-3.24.11-6.4.x86_64 [.
- .done]
- (212/214) Installing: gtk3-devel-3.24.51-1.1.x86_64 [.....done]
- (213/214) Installing: typelib-1_0-GtkSource-3_0-3.24.11-6.4.x86_64 [..done]
- (214/214) Installing: gtksourceview-devel-3.24.11-6.4.x86_64 [..done]
- Running post-transaction scripts [..
- ..done]
-
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.2.0 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.16.4 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved cairo2.0.6.5 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlp5.8.04.00 (cached)
-> retrieved camlp5-buildscripts.0.06 (cached)
-> retrieved camlzip.1.13 (cached)
-> retrieved conf-cmake.1 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-libclang.19 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved cstruct.6.2.0 (cached)
-> installed conf-cmake.1
-> installed conf-gmp.5
-> installed conf-bash.1
-> installed conf-clang.2
-> installed conf-graphviz.0.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-which.1
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-autoconf.0.2
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> retrieved dune.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved frama-c.32.0~beta (cached)
-> retrieved frama-clang.0.0.19~beta (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.16.0 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved jst-config.v0.16.0 (cached)
-> retrieved lablgtk3.3.1.5, lablgtk3-sourceview3.3.1.5 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20211128, menhirLib.20211128, menhirSdk.20211128 (cached)
-> retrieved not-ocamlfind.0.14 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-simplex.0.4.1 (cached)
-> retrieved parsexp.v0.16.0 (cached)
-> retrieved pcre2.8.0.4 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_assert.v0.16.0 (cached)
-> retrieved ppx_base.v0.16.0 (cached)
-> retrieved ppx_cold.v0.16.0 (cached)
-> retrieved ppx_compare.v0.16.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.0.3 (cached)
-> retrieved ppx_deriving_yaml.0.4.0 (cached)
-> retrieved ppx_deriving_yojson.3.9.1 (cached)
-> retrieved ppx_enumerate.v0.16.0 (cached)
-> retrieved ppx_globalize.v0.16.0 (cached)
-> retrieved ppx_hash.v0.16.0 (cached)
-> retrieved ppx_here.v0.16.0 (cached)
-> retrieved ppx_inline_test.v0.16.1 (cached)
-> retrieved ppx_optcomp.v0.16.0 (cached)
-> retrieved ppx_sexp_conv.v0.16.0 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved psmt2-frontend.0.1 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib.v0.16.0 (cached)
-> retrieved sexplib0.v0.16.0 (cached)
-> retrieved stdio.v0.16.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.16.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved unionFind.20250818 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (cached)
-> installed num.1.6
-> retrieved yaml.3.2.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed camlzip.1.13
-> installed ocplib-simplex.0.4.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed jane-street-headers.v0.16.0
-> installed menhirLib.20211128
-> installed menhirSdk.20211128
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed ordering.3.20.2
-> installed parsexp.v0.16.0
-> installed not-ocamlfind.0.14
-> installed dune-configurator.3.20.2
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.16.0
-> installed dyn.3.20.2
-> installed dune-compiledb.0.6.0
-> installed pcre2.8.0.4
-> installed cairo2.0.6.5
-> installed ctypes.0.24.0
-> installed stdune.3.20.2
-> installed base.v0.16.4
-> installed menhir.20211128
-> installed stdio.v0.16.0
-> installed lablgtk3.3.1.5
-> installed yaml.3.2.0
-> installed dune-private-libs.3.20.2
-> installed lablgtk3-sourceview3.3.1.5
-> installed dune-site.3.20.2
-> installed ppxlib.0.35.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_deriving.6.0.3
-> installed ppx_sexp_conv.v0.16.0
-> installed psmt2-frontend.0.1
-> installed ppx_hash.v0.16.0
-> installed ppx_deriving_yojson.3.9.1
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed alt-ergo-free.2.2.0
-> installed camlp5.8.04.00
-> installed why3.1.8.2
-> installed frama-c.32.0~beta
#=== ERROR while compiling conf-libclang.19 ===================================#
# context 2.5.0~beta1 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path ~/.opam/4.14/.opam-switch/build/conf-libclang.19
# command ~/.opam/opam-init/hooks/sandbox.sh build bash -ex configure.sh 19
# exit-code 127
# env-file ~/.opam/log/conf-libclang-6-57690e.env
# output-file ~/.opam/log/conf-libclang-6-57690e.out
### output ###
# + set -ex
# + '[' 1 '!=' 1 ']'
# + '[' 19 -lt 3 ']'
# + maximum_version=19
# + shopt -s nullglob
# ++ seq 19 -1 3
# + for version in default $(seq $maximum_version -1 3)
# + '[' default = default ']'
# + for kind in system brew none
# + case $kind in
# ++ command -v llvm-config
# + llvm_config=/usr/bin/llvm-config
# ++ /usr/bin/llvm-config --version
# + llvm_version=21.1.6
# + next_version=20
# ++ printf '21\n20'
# ++ sort -n
# ++ head -n1
# + '[' 20 = 20 ']'
# + continue
# + for kind in system brew none
# + case $kind in
# ++ brew --prefix
# configure.sh: line 33: brew: command not found
# + llvm_config=/opt/llvm/bin/llvm-config
# + continue
# + for kind in system brew none
# + case $kind in
# + break
# + '[' none == none ']'
# + continue
# + for version in default $(seq $maximum_version -1 3)
# + '[' 19 = default ']'
# + hash brew
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19.0
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config190
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19-32
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-19-64
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-mp-19
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v llvm-config-mp-19.0
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib64/llvm/19/bin/llvm-config
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib/llvm/19/bin/llvm-config
# + llvm_config=
# + continue
# + for llvm_config in llvm-config-${version} llvm-config-${version}.0 llvm-config${version}0 llvm-config${version} llvm-config-${version}-32 llvm-config-${version}-64 llvm-config-mp-$version llvm-config-mp-${version}.0 $brew_llvm_config $brew_llvm_config_at /usr/lib64/llvm/${version}/bin/llvm-config /usr/lib/llvm/${version}/bin/llvm-config /usr/lib/llvm${version}/bin/llvm-config
# ++ command -v /usr/lib/llvm19/bin/llvm-config
# + llvm_config=
# + continue
# + '[' -z 21.1.6 ']'
# ++ --cflags
# configure.sh: line 74: --cflags: command not found
# + LLVM_CFLAGS=
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-libclang 19
+-
+- The following changes have been performed (the rest was aborted)
| - install alt-ergo-free 2.2.0
| - install astring 0.8.5
| - install base v0.16.4
| - install bos 0.2.1
| - install cairo2 0.6.5
| - install camlp-streams 5.0.1
| - install camlp5 8.04.00
| - install camlp5-buildscripts 0.06
| - install camlzip 1.13
| - install conf-autoconf 0.2
| - install conf-bash 1
| - install conf-cairo 1
| - install conf-clang 2
| - install conf-cmake 1
| - install conf-gmp 5
| - install conf-graphviz 0.1
| - install conf-gtk3 18
| - install conf-gtksourceview3 0+2
| - install conf-libpcre2-8 2
| - install conf-m4 1
| - install conf-perl 2
| - install conf-pkg-config 4
| - install conf-which 1
| - install conf-zlib 1
| - install cppo 1.8.0
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install ctypes 0.24.0
| - install dune 3.20.2
| - install dune-compiledb 0.6.0
| - install dune-configurator 3.20.2
| - install dune-private-libs 3.20.2
| - install dune-site 3.20.2
| - install dyn 3.20.2
| - install ezjsonm 1.3.0
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install frama-c 32.0~beta
| - install hex 1.5.0
| - install integers 0.7.0
| - install jane-street-headers v0.16.0
| - install jsonm 1.0.2
| - install jst-config v0.16.0
| - install lablgtk3 3.1.5
| - install lablgtk3-sourceview3 3.1.5
| - install logs 0.10.0
| - install menhir 20211128
| - install menhirLib 20211128
| - install menhirSdk 20211128
| - install not-ocamlfind 0.14
| - install num 1.6
| - install ocaml-compiler-libs v0.12.4
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocamlgraph 2.2.0
| - install ocplib-simplex 0.4.1
| - install ordering 3.20.2
| - install parsexp v0.16.0
| - install pcre2 8.0.4
| - install pp 2.0.0
| - install ppx_assert v0.16.0
| - install ppx_base v0.16.0
| - install ppx_cold v0.16.0
| - install ppx_compare v0.16.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.0.3
| - install ppx_deriving_yaml 0.4.0
| - install ppx_deriving_yojson 3.9.1
| - install ppx_enumerate v0.16.0
| - install ppx_globalize v0.16.0
| - install ppx_hash v0.16.0
| - install ppx_here v0.16.0
| - install ppx_inline_test v0.16.1
| - install ppx_optcomp v0.16.0
| - install ppx_sexp_conv v0.16.0
| - install ppxlib 0.35.0
| - install psmt2-frontend 0.1
| - install re 1.14.0
| - install rresult 0.7.0
| - install sexplib v0.16.0
| - install sexplib0 v0.16.0
| - install stdio v0.16.0
| - install stdlib-shims 0.3.0
| - install stdune 3.20.2
| - install time_now v0.16.0
| - install topkg 1.1.1
| - install unionFind 20250818
| - install uutf 1.0.4
| - install why3 1.8.2
| - install yaml 3.2.0
| - install yojson 3.0.0
| - install zarith 1.14
+-
<><> frama-c.32.0~beta installed successfully <><><><><><><><><><><><><><><><><>
=> The Frama-C/WP plug-in requires one or more external prover(s).
Recommended provers are:
- Alt-Ergo (https://alt-ergo.ocamlpro.com)
- CVC4 (https://cvc4.github.io)
- CVC5 (https://cvc5.github.io)
- Z3 (https://github.com/Z3Prover/z3)
Use 'why3 config detect' to configure new provers.
Â
=> Ivette is a new GUI for Frama-C, currently in development.
Run 'ivette' once to finalize installation (requires an internet connection).
Once finalized, 'ivette' will work offline.
Finalization also requires Node v20 or v22 and Yarn:
- install NVM (https://github.com/nvm-sh/nvm)
- run 'nvm install 22'
- run 'nvm use 22'
- run 'npm install --global yarn'
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20251127223251.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing: conf-libclang.19
"/usr/bin/env" "bash" "-c" "opam reinstall frama-clang.0.0.19~beta;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'frama-clang.0.0.19~beta' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2025-11-27 22:47.31: Job failed: Failed: Build failed
2025-11-27 22:47.31: Log analysis:
2025-11-27 22:47.31: >>>
[ERROR] The compilation of conf-libclang.19 failed at "bash -ex configure.sh 19".
(score = 20)
2025-11-27 22:47.31: >>>
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
(score = 100)
2025-11-27 22:47.31: [SKIP] Failure ignored