(for PR #29309)

2026-02-09 12:19.08: New job: test frama-clang.0.0.19, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29309/head (eeb4c7379a885af7e11ac317283be0557220b1b6)
                              on opensuse-16.0-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29309/head" && git reset --hard eeb4c737
git fetch origin master
git merge --no-edit b1e43fa87b0c2363634d0eb4ae0aa36b9fcc622e
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ffe75b682b443089bc151824e4644eff90e337bce48d32d17193a602d75e374e
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 0.0.19
RUN opam reinstall frama-clang.0.0.19; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'frama-clang.0.0.19' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test frama-clang.0.0.19) || true
RUN opam reinstall --with-test --verbose frama-clang.0.0.19; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'frama-clang.0.0.19' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

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

2026-02-09 12:19.08: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ffe75b682b443089bc151824e4644eff90e337bce48d32d17193a602d75e374e-frama-clang.0.0.19-eeb4c7379a885af7e11ac317283be0557220b1b6"
2026-02-09 12:19.08: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ffe75b682b443089bc151824e4644eff90e337bce48d32d17193a602d75e374e)
 (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 0.0.19"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall frama-clang.0.0.19;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'frama-clang.0.0.19' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test frama-clang.0.0.19) || true"))
 (run (shell  "opam reinstall --with-test --verbose frama-clang.0.0.19;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'frama-clang.0.0.19' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-02-09 12:19.08: Waiting for resource in pool OCluster
2026-02-09 12:19.09: Waiting for worker…
2026-02-09 12:19.25: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at b1e43fa87b Merge pull request #29356 from redianthus/symex
Merge made by the 'ort' strategy.
 packages/conf-libclang/conf-libclang.19/opam | 22 +++++-----
 packages/frama-clang/frama-clang.0.0.19/opam | 61 ++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 11 deletions(-)
 create mode 100644 packages/frama-clang/frama-clang.0.0.19/opam

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:ffe75b682b443089bc151824e4644eff90e337bce48d32d17193a602d75e374e)
2026-02-09 12:20.21 ---> using "12b34efe7e45df9288224f66ec04bf106868f7a7f36c6e972650067e1b0c95c6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-09 12:20.21 ---> using "4fc4ca82dbb394c33879ae9f2c702682db5874f70ffe090b191ddc0954f2d408" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-09 12:20.45 ---> saved as "2de300c7cb39e17e039f4b7d94f906cdeab73d56695fefd6e424f88216333664"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-leap os-version=16.0
# 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
2026-02-09 12:20.46 ---> saved as "982a9ec04287cdf64e884e5c825fe6bd1cce900fcda4d97d6c6306df368f205d"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-02-09 12:20.54 ---> saved as "379b74027ea14ed463407446f5b06abab0a82bd9828b096146a3445a820cd162"

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-09 12:21.04 ---> saved as "a42935ef8014f5ebd30f1984140c1ab4441273d21c7e81da564bfd20bd2031c9"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-09 12:21.25 ---> saved as "a76db0e1acc943fbfca9594fcccfeb43b289ac46f6e3bfb18162f7ed9b68ff3c"

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

/home/opam: (run (shell "opam pin add -k version -yn frama-clang.0.0.19 0.0.19"))
frama-clang is now pinned to version 0.0.19
2026-02-09 12:23.00 ---> saved as "aa6b6568f0ff66cc1bd7dc6c54f210e64e65172161e66957f1c9a8f0604c862f"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall frama-clang.0.0.19;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'frama-clang.0.0.19' && 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 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 100 packages
  - install alt-ergo-free        2.4.3           [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 cmdliner             1.3.0           [required by alt-ergo-free]
  - install conf-autoconf        0.2             [required by ocplib-simplex]
  - install conf-bash            1               [required by camlp5, conf-libclang]
  - install conf-cairo           1               [required by cairo2]
  - 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.21.0          [required by frama-clang]
  - install dune-build-info      3.21.0          [required by alt-ergo-free]
  - install dune-compiledb       0.6.0           [required by pcre2]
  - install dune-configurator    3.21.0          [required by frama-c]
  - install dune-private-libs    3.21.0          [required by dune-site]
  - install dune-site            3.21.0          [required by frama-c]
  - install dyn                  3.21.0          [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            [required by frama-clang]
  - install frama-clang          0.0.19 (pinned)
  - install fs-io                3.21.0          [required by stdune]
  - 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               20260203        [required by frama-c]
  - install menhirCST            20260203        [required by menhir]
  - install menhirGLR            20260203        [required by menhir]
  - install menhirLib            20260203        [required by menhir]
  - install menhirSdk            20260203        [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.21.0          [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.4.0           [required by alt-ergo-free]
  - install re                   1.14.0          [required by camlp5]
  - install rresult              0.7.0           [required by camlp5]
  - install seq                  base            [required by alt-ergo-free]
  - 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 alt-ergo-free]
  - install stdune               3.21.0          [required by dune-private-libs]
  - install time_now             v0.16.0         [required by ppx_inline_test]
  - install top-closure          3.21.0          [required by stdune]
  - install topkg                1.1.1           [required by bos]
  - install unionFind            20220122        [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-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-devel" "cmake" "gmp-devel" "graphviz" "gtk3-devel" "gtksourceview-devel" "llvm-devel" "pcre2-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 210 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libglapi0 at-spi2-core at-spi2-core-devel bitstream-vera-fonts cairo-devel clang-devel clang-tools clang19 clang19-devel cmake cmake-full cups-config dbus-1-daemon dbus-1-devel fontconfig fontconfig-devel freetype2-devel fribidi-devel gdk-pixbuf-devel gdk-pixbuf-loader-rsvg gdk-pixbuf-query-loaders gettext-its-gtk4 gio-branding-openSUSE girepository-1_0 glib2-devel glib2-tools gmp-devel graphite2-devel graphviz graphviz-plugins-core gtk3-data gtk3-devel gtk3-schema gtk3-tools gtksourceview-devel harfbuzz-devel hicolor-icon-theme libLLVM19 libLTO19 libSPIRV-Tools-2025_1_rc1 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 libcdt5 libcgraph6 libclang-cpp19 libclang13 libclang_rt19 libcolord2 libcups2 libdatrie-devel libdatrie1 libdav1d7 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_radeon1 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 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 libgvc6 libgvpr2 libharfbuzz-cairo0 libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz-subset0 libharfbuzz0 libicu-devel libicu77 libicu77-ledata libjbig2 libjpeg62 libjpeg62-devel libjpeg8 libjsoncpp26 liblab_gamut1 liblcms2-2 liblzo2-2 libmount-devel libmpdec4 libomp-devel libomp19-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 libselinux-devel libsepol-devel libthai-data libthai-devel libthai0 libtiff-devel libtiff6 libuv1 libvulkan1 libwayland-client0 libwayland-cursor0 libwayland-egl1 libwayland-server0 libxkbcommon-devel libxkbcommon0 libxml2-devel libxml2-tools libxshmfence1 libzstd-devel llvm-devel llvm-gold llvm-polly llvm-polly-devel llvm19 llvm19-devel llvm19-gold llvm19-polly llvm19-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-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
- 
- 210 new packages to install.
- 
- Package download size:   170.7 MiB
- 
- Package install size change:
-               |     757.3 MiB  required by packages that will be installed
-    757.3 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libselinux-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: libgvc6-2.49.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- Preloading: libtiff-devel-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- .
- ..
- .
- Preloading: Mesa-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libicu-devel-77.1-160000.2.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: libglvnd-1.7.0-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- .
- Preloading: Mesa-libEGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXcursor-devel-1.2.3-160000.3.2.x86_64.rpm [done]
- .
- ..
- Preloading: libgvpr2-2.49.3-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- .
- .
- Preloading: libgvpr2-2.49.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libfontconfig1-2.16.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: fontconfig-2.16.0-160000.2.2.x86_64.rpm [done]
- ...
- ..
- ..
- .
- ..
- .
- Preloading: libharfbuzz0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libthai-devel-0.1.29-160000.3.2.x86_64.rpm [done]
- .
- Preloading: freetype2-devel-2.13.3-160000.3.1.x86_64.rpm [done]
- ..
- .
- Preloading: wayland-devel-1.24.0-160000.1.2.x86_64.rpm [done]
- ..
- .
- Preloading: libcolord2-1.4.8-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: libcups2-2.4.16-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libclang_rt19-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: llvm-polly-devel-19-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libxkbcommon-devel-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- ..
- Preloading: libomp-devel-19-160000.2.2.x86_64.rpm [done]
- .
- ..
- ..
- ..
- ..
- 
- Preloading: libdrm_intel1-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: glib2-tools-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- 
- Preloading: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: pcre2-devel-10.45-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpng16-compat-devel-1.6.44-160000.4.1.x86_64.rpm [done]
- ..
- .
- Preloading: libpng16-devel-1.6.44-160000.4.1.x86_64.rpm [done]
- .
- Preloading: libthai0-0.1.29-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libwayland-cursor0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: llvm-polly-19-160000.2.2.x86_64.rpm [done]
- ..
- .
- Preloading: gio-branding-openSUSE-42.1-lp160.3.2.noarch.rpm [done]
- ..
- Preloading: libfreetype6-2.13.3-160000.3.1.x86_64.rpm [done]
- .
- Preloading: libXtst-devel-1.2.5-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libatspi0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: cups-config-2.4.16-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: libxml2-devel-2.13.8-160000.3.1.x86_64.rpm [done]
- .
- Preloading: llvm-gold-19-160000.2.2.x86_64.rpm [done]
- .
- ..
- Preloading: libxkbcommon0-1.8.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libclang13-19.1.7-160000.2.2.x86_64.rpm [done]
- ...
- Preloading: llvm19-polly-devel-19.1.7-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libXinerama-devel-1.1.5-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXi-devel-1.8.2-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXdamage-devel-1.1.6-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXcomposite-devel-0.4.6-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libXrandr-devel-1.5.4-160000.3.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- .
- Preloading: libcairo-gobject2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgio-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- .
- Preloading: libpango-1_0-0-1.56.4-160000.2.2.x86_64.rpm [done]
- .
- Preloading: at-spi2-core-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libXft-devel-2.3.8-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: clang-devel-19-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: cairo-devel-1.18.4-160000.2.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: at-spi2-core-devel-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libepoxy-devel-1.5.10-160000.3.2.x86_64.rpm [done]
- .
- Preloading: harfbuzz-devel-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- Preloading: pango-devel-1.56.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: librsvg-2-2-2.60.0-160000.2.2.x86_64.rpm [done]
- .
- ..
- Preloading: gtk3-tools-3.24.49+14-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: typelib-1_0-Gtk-3_0-3.24.49+14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgtksourceview-3_0-1-3.24.11-bp160.1.8.x86_64.rpm [done]
- .
- ..
- ..
- ..
- .
- Preloading: llvm19-devel-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: typelib-1_0-GtkSource-3_0-3.24.11-bp160.1.8.x86_64.rpm [done]
- ..
- 
- Preloading: gtk3-devel-3.24.49+14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gtksourceview-devel-3.24.11-bp160.1.8.x86_64.rpm [done]
- .
- .
- Preloading: libgtk-3-0-3.24.49+14-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: graphviz-plugins-core-2.49.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: graphviz-2.49.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcairo2-1.18.4-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: clang-tools-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: cmake-3.31.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-libGL1-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: Mesa-dri-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libmount-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXft2-2.3.8-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: fontconfig-devel-2.16.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64.rpm [done]
- .
- 
- Preloading: llvm-devel-19-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libglvnd-devel-1.7.0-160000.3.2.x86_64.rpm [done]
- .
- ..
- 
- Preloading: libpython3_13-1_0-3.13.11-160000.1.1.x86_64.rpm [done]
- ..
- 
- Preloading: clang19-devel-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libjsoncpp26-1.9.6-160000.2.2.x86_64.rpm [done]
- ...
- 
- Preloading: libexpat-devel-2.7.1-160000.3.1.x86_64.rpm [done]
- ..
- 
- Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libfribidi0-1.0.15-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: glib2-devel-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- 
- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- .
- Preloading: libgraphite2-3-1.3.14-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: cmake-full-3.31.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgobject-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- 
- Preloading: libgthread-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- ..
- Preloading: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libjbig2-2.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libjpeg62-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libjpeg8-8.3.2-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: liblab_gamut1-2.49.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libepoxy0-1.5.10-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: liblcms2-2-2.16-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: liblzo2-2-2.10-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libmpdec4-4.0.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libpathplan4-2.49.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpciaccess0-0.18.1-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libomp19-devel-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpcre2-16-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libpcre2-posix3-10.45-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libpcre2-32-0-10.45-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libpixman-1-0-0.43.4-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXext6-1.3.6-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libpng16-16-1.6.44-160000.4.1.x86_64.rpm [done]
- ..
- ..
- 
- Preloading: bitstream-vera-fonts-1.10-160000.2.2.noarch.rpm [done]
- ..
- Preloading: Mesa-libglapi0-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: clang19-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: dbus-1-devel-1.14.10-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: gettext-its-gtk4-4.18.6-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: dbus-1-daemon-1.14.10-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: gtk3-data-3.24.49+14-160000.2.2.noarch.rpm [done]
- ..
- 
- Preloading: hicolor-icon-theme-0.18-160000.3.2.noarch.rpm [done]
- ..
- Preloading: gtk3-schema-3.24.49+14-160000.2.2.noarch.rpm [done]
- .
- .
- Preloading: libXcomposite1-0.4.6-160000.3.2.x86_64.rpm [done]
- ..
- .
- Preloading: libXdamage1-1.1.6-160000.3.2.x86_64.rpm [done]
- .
- ..
- .
- Preloading: librhash1-1.4.5-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libXfixes3-6.0.1-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libXrender1-0.9.11-160000.2.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- 
- Preloading: libarchive13-3.8.1-160000.2.2.x86_64.rpm [done]
- ...
- 
- Preloading: libavahi-common3-0.8-160000.4.1.x86_64.rpm [done]
- ..
- .
- Preloading: libbrotlienc1-1.1.0-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libbz2-devel-1.0.8-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64.rpm [done]
- .
- ..
- 
- Preloading: libdatrie1-0.2.13-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libcdt5-2.49.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libdrm2-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libeconf-devel-0.7.9-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libelf1-0.192-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libicu77-ledata-77.1-160000.2.2.noarch.rpm [done]
- ..
- Preloading: fribidi-devel-1.0.15-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdav1d7-1.5.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libXfixes-devel-6.0.1-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXrender-devel-0.9.11-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libXrandr2-1.5.4-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXcursor1-1.2.3-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libavahi-client3-0.8-160000.4.1.x86_64.rpm [done]
- .
- Preloading: Mesa-gallium-24.3.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libbrotli-devel-1.1.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libcgraph6-2.49.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libgbm1-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libdrm_radeon1-2.4.124-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libblkid-devel-2.41.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libXext-devel-1.3.6-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libdatrie-devel-0.2.13-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: girepository-1_0-1.84.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libatk-1_0-0-2.56.3-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- 
- Preloading: graphite2-devel-1.3.14-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- .
- Preloading: lzo-devel-2.10-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libtiff6-4.7.1-160000.1.1.x86_64.rpm [done]
- .
- .
- Preloading: libjpeg62-devel-62.4.0-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libicu77-77.1-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libsepol-devel-3.8.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: shared-mime-info-2.4-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: libthai-data-0.1.29-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libuv1-1.50.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libvulkan1-1.4.309-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libwayland-egl1-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- .
- Preloading: libwayland-client0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- Preloading: libwayland-server0-1.24.0-160000.1.2.x86_64.rpm [done]
- .
- .
- Preloading: libxshmfence1-1.3.2-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libxml2-tools-2.13.8-160000.3.1.x86_64.rpm [done]
- .
- .
- Preloading: libzstd-devel-1.5.7-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: readline-devel-8.2.13-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: system-user-lp-20170617-160000.2.2.noarch.rpm [done]
- ..
- Preloading: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64.rpm [done]
- .
- .
- Preloading: xz-devel-5.8.1-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: llvm19-polly-19.1.7-160000.2.2.x86_64.rpm [done]
- .
- .
- Preloading: llvm19-gold-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- ..
- Preloading: xkeyboard-config-2.44-160000.2.2.noarch.rpm [done]
- .
- ..
- .
- Preloading: libLTO19-19.1.7-160000.2.2.x86_64.rpm [done]
- ..
- 
- Preloading: libXxf86vm1-1.1.6-160000.3.2.x86_64.rpm [done]
- ..
- Preloading: libXtst6-1.2.5-160000.3.2.x86_64.rpm [done]
- .
- .
- Preloading: libXinerama1-1.1.5-160000.3.2.x86_64.rpm [done]
- ..
- 
- Preloading: libXi6-1.8.2-160000.3.2.x86_64.rpm [done]
- ..
- ..
- ..
- ..
- Preloading: libLLVM19-19.1.7-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: llvm19-19.1.7-160000.2.2.x86_64.rpm [done]
- ...
- 
- Preloading: python313-base-3.13.11-160000.1.1.x86_64.rpm [done]
- ...
- ..
- ..
- ..
- ..
- ..
- .
- ..
- ..
- ..
- ..
- ..
- ..
- .
- Preloading: libclang-cpp19-19.1.7-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (1/210), 256.2 KiB    
- Retrieving: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (2/210), 276.4 KiB    
- Retrieving: bitstream-vera-fonts-1.10-160000.2.2.noarch (repo-oss (16.0)) (3/210), 244.9 KiB    
- Retrieving: dbus-1-daemon-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (4/210), 244.9 KiB    
- Retrieving: dbus-1-devel-1.14.10-160000.2.2.x86_64 (repo-oss (16.0)) (5/210), 154.9 KiB    
- Retrieving: gettext-its-gtk4-4.18.6-160000.2.2.x86_64 (repo-oss (16.0)) (6/210), 132.6 KiB    
- Retrieving: gtk3-data-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (7/210), 222.9 KiB    
- Retrieving: gtk3-schema-3.24.49+14-160000.2.2.noarch (repo-oss (16.0)) (8/210), 222.6 KiB    
- Retrieving: hicolor-icon-theme-0.18-160000.3.2.noarch (repo-oss (16.0)) (9/210),  78.7 KiB    
- Retrieving: libLLVM19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (10/210),  28.3 MiB    
- Retrieving: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 (repo-oss (16.0)) (11/210),   1.5 MiB    
- Retrieving: libXcomposite1-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (12/210),  12.3 KiB    
- Retrieving: libXdamage1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (13/210),  12.1 KiB    
- Retrieving: libXext6-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (14/210),  37.3 KiB    
- Retrieving: libXfixes3-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (15/210),  19.9 KiB    
- Retrieving: libXrender1-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (16/210),  27.5 KiB    
- Retrieving: libarchive13-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (17/210), 399.3 KiB    
- Retrieving: libavahi-common3-0.8-160000.4.1.x86_64 (repo-oss (16.0)) (18/210),  71.5 KiB    
- Retrieving: libbrotlienc1-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (19/210), 263.6 KiB    
- Retrieving: libbz2-devel-1.0.8-160000.2.2.x86_64 (repo-oss (16.0)) (20/210),  24.5 KiB    
- Retrieving: libcdt5-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (21/210),  70.6 KiB    
- Retrieving: libdatrie1-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (22/210),  50.6 KiB    
- Retrieving: libdav1d7-1.5.1-160000.2.2.x86_64 (repo-oss (16.0)) (23/210), 618.2 KiB    
- Retrieving: libdrm2-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (24/210), 107.8 KiB    
- Retrieving: libeconf-devel-0.7.9-160000.2.2.x86_64 (repo-oss (16.0)) (25/210),  45.8 KiB    
- Retrieving: libelf1-0.192-160000.2.2.x86_64 (repo-oss (16.0)) (26/210),  94.7 KiB    
- Retrieving: libepoxy0-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (27/210), 228.2 KiB    
- Retrieving: libexpat-devel-2.7.1-160000.3.1.x86_64 (repo-oss (16.0)) (28/210),  72.2 KiB    
- Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (29/210),  30.8 KiB    
- Retrieving: libfribidi0-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (30/210),  42.8 KiB    
- Retrieving: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (31/210), 318.1 KiB    
- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (32/210),  32.3 KiB    
- Retrieving: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (33/210), 449.2 KiB    
- Retrieving: libgraphite2-3-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (34/210),  71.9 KiB    
- Retrieving: libgthread-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (35/210), 314.2 KiB    
- Retrieving: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64 (repo-oss (16.0)) (36/210), 157.8 KiB    
- Retrieving: libicu77-ledata-77.1-160000.2.2.noarch (repo-oss (16.0)) (37/210),   8.6 MiB    
- Retrieving: libjbig2-2.1-160000.3.2.x86_64 (repo-oss (16.0)) (38/210),  35.4 KiB    
- Retrieving: libjpeg62-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (39/210), 306.3 KiB    
- Retrieving: libjpeg8-8.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (40/210), 307.2 KiB    
- Retrieving: libjsoncpp26-1.9.6-160000.2.2.x86_64 (repo-oss (16.0)) (41/210),  99.5 KiB    
- Retrieving: liblab_gamut1-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (42/210),  90.5 KiB    
- Retrieving: liblcms2-2-2.16-160000.3.2.x86_64 (repo-oss (16.0)) (43/210), 171.6 KiB    
- Retrieving: liblzo2-2-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (44/210),  62.1 KiB    
- Retrieving: libmpdec4-4.0.1-160000.2.2.x86_64 (repo-oss (16.0)) (45/210),  85.2 KiB    
- Retrieving: libomp19-devel-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (46/210), 546.8 KiB    
- Retrieving: libpathplan4-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (47/210),  72.9 KiB    
- Retrieving: libpciaccess0-0.18.1-160000.3.2.x86_64 (repo-oss (16.0)) (48/210),  29.1 KiB    
- Retrieving: libpcre2-16-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (49/210), 309.1 KiB    
- Retrieving: libpcre2-32-0-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (50/210), 292.1 KiB    
- Retrieving: libpcre2-posix3-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (51/210),  66.6 KiB    
- Retrieving: libpixman-1-0-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (52/210), 210.0 KiB    
- Retrieving: libpng16-16-1.6.44-160000.4.1.x86_64 (repo-oss (16.0)) (53/210), 186.5 KiB    
- Retrieving: librhash1-1.4.5-160000.2.2.x86_64 (repo-oss (16.0)) (54/210), 137.4 KiB    
- Retrieving: libsepol-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (55/210),  51.4 KiB    
- Retrieving: libthai-data-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (56/210), 158.7 KiB    
- Retrieving: libuv1-1.50.0-160000.2.2.x86_64 (repo-oss (16.0)) (57/210), 143.4 KiB    
- Retrieving: libvulkan1-1.4.309-160000.2.2.x86_64 (repo-oss (16.0)) (58/210), 156.2 KiB    
- Retrieving: libwayland-client0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (59/210),  47.8 KiB    
- Retrieving: libwayland-egl1-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (60/210),  24.2 KiB    
- Retrieving: libwayland-server0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (61/210),  54.2 KiB    
- Retrieving: libxml2-tools-2.13.8-160000.3.1.x86_64 (repo-oss (16.0)) (62/210), 147.8 KiB    
- Retrieving: libxshmfence1-1.3.2-160000.3.2.x86_64 (repo-oss (16.0)) (63/210),  12.0 KiB    
- Retrieving: libzstd-devel-1.5.7-160000.2.2.x86_64 (repo-oss (16.0)) (64/210),  79.5 KiB    
- Retrieving: llvm19-polly-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (65/210),   1.6 MiB    
- Retrieving: readline-devel-8.2.13-160000.2.2.x86_64 (repo-oss (16.0)) (66/210), 116.2 KiB    
- Retrieving: shared-mime-info-2.4-160000.2.2.x86_64 (repo-oss (16.0)) (67/210), 347.4 KiB    
- Retrieving: system-user-lp-20170617-160000.2.2.noarch (repo-oss (16.0)) (68/210),  12.6 KiB    
- Retrieving: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (69/210), 310.2 KiB    
- Retrieving: xkeyboard-config-2.44-160000.2.2.noarch (repo-oss (16.0)) (70/210), 455.5 KiB    
- Retrieving: xz-devel-5.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (71/210), 106.7 KiB    
- Retrieving: llvm19-gold-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (72/210), 136.8 KiB    
- Retrieving: llvm19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (73/210),   3.8 MiB    
- Retrieving: libclang-cpp19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (74/210),  15.3 MiB    
- Retrieving: libLTO19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (75/210), 123.1 KiB    
- Retrieving: libXxf86vm1-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (76/210),  17.0 KiB    
- Retrieving: libXtst6-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (77/210),  18.0 KiB    
- Retrieving: libXinerama1-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (78/210),  11.3 KiB    
- Retrieving: libXi6-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (79/210),  42.8 KiB    
- Retrieving: libXext-devel-1.3.6-160000.3.2.x86_64 (repo-oss (16.0)) (80/210),  98.5 KiB    
- Retrieving: libXfixes-devel-6.0.1-160000.3.2.x86_64 (repo-oss (16.0)) (81/210),  16.4 KiB    
- Retrieving: libXrender-devel-0.9.11-160000.2.2.x86_64 (repo-oss (16.0)) (82/210),  22.3 KiB    
- Retrieving: libXrandr2-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (83/210),  26.1 KiB    
- Retrieving: libXcursor1-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (84/210),  30.1 KiB    
- Retrieving: libavahi-client3-0.8-160000.4.1.x86_64 (repo-oss (16.0)) (85/210),  74.8 KiB    
- Retrieving: libbrotli-devel-1.1.0-160000.2.2.x86_64 (repo-oss (16.0)) (86/210),  37.7 KiB    
- Retrieving: libcgraph6-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (87/210),  98.7 KiB    
- Retrieving: libdatrie-devel-0.2.13-160000.3.2.x86_64 (repo-oss (16.0)) (88/210), 113.7 KiB    
- Retrieving: libgbm1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (89/210), 258.9 KiB    
- Retrieving: libdrm_radeon1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (90/210),  90.7 KiB    
- Retrieving: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (91/210),  93.5 KiB    
- Retrieving: libblkid-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (92/210), 174.1 KiB    
- Retrieving: fribidi-devel-1.0.15-160000.2.2.x86_64 (repo-oss (16.0)) (93/210), 102.9 KiB    
- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (94/210), 320.7 KiB    
- Retrieving: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (95/210), 364.2 KiB    
- Retrieving: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (96/210), 394.7 KiB    
- Retrieving: libatk-1_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (97/210), 106.3 KiB    
- Retrieving: girepository-1_0-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (98/210), 110.6 KiB    
- Retrieving: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 (repo-oss (16.0)) (99/210), 129.9 KiB    
- Retrieving: graphite2-devel-1.3.14-160000.2.2.x86_64 (repo-oss (16.0)) (100/210),  26.2 KiB    
- Retrieving: libicu77-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (101/210),   2.1 MiB    
- Retrieving: libjpeg62-devel-62.4.0-160000.3.2.x86_64 (repo-oss (16.0)) (102/210), 140.2 KiB    
- Retrieving: libtiff6-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (103/210), 287.0 KiB    
- Retrieving: lzo-devel-2.10-160000.3.2.x86_64 (repo-oss (16.0)) (104/210),  52.2 KiB    
- Retrieving: python313-base-3.13.11-160000.1.1.x86_64 (repo-oss (16.0)) (105/210),   9.2 MiB    
- Retrieving: libpython3_13-1_0-3.13.11-160000.1.1.x86_64 (repo-oss (16.0)) (106/210),   2.0 MiB    
- Retrieving: libomp-devel-19-160000.2.2.x86_64 (repo-oss (16.0)) (107/210),  47.7 KiB    
- Retrieving: libdrm_intel1-2.4.124-160000.3.2.x86_64 (repo-oss (16.0)) (108/210), 133.3 KiB    
- Retrieving: pcre2-devel-10.45-160000.2.2.x86_64 (repo-oss (16.0)) (109/210), 331.4 KiB    
- Retrieving: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 (repo-oss (16.0)) (110/210),  31.9 KiB    
- Retrieving: libpng16-devel-1.6.44-160000.4.1.x86_64 (repo-oss (16.0)) (111/210), 231.5 KiB    
- Retrieving: libpng16-compat-devel-1.6.44-160000.4.1.x86_64 (repo-oss (16.0)) (112/210), 134.0 KiB    
- Retrieving: libfreetype6-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (113/210), 564.1 KiB    
- Retrieving: libthai0-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (114/210),  28.1 KiB    
- Retrieving: libwayland-cursor0-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (115/210),  30.9 KiB    
- Retrieving: llvm-polly-19-160000.2.2.x86_64 (repo-oss (16.0)) (116/210),  48.1 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp160.3.2.noarch (repo-oss (16.0)) (117/210),  29.6 KiB    
- Retrieving: libgio-2_0-0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (118/210), 961.7 KiB    
- Retrieving: glib2-tools-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (119/210), 423.6 KiB    
- Retrieving: cups-config-2.4.16-160000.1.1.x86_64 (repo-oss (16.0)) (120/210), 442.3 KiB    
- Retrieving: libxkbcommon0-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (121/210), 151.2 KiB    
- Retrieving: libxml2-devel-2.13.8-160000.3.1.x86_64 (repo-oss (16.0)) (122/210), 186.7 KiB    
- Retrieving: llvm-gold-19-160000.2.2.x86_64 (repo-oss (16.0)) (123/210),  47.7 KiB    
- Retrieving: libclang13-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (124/210), 367.5 KiB    
- Retrieving: llvm19-devel-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (125/210),   4.2 MiB    
- Retrieving: llvm19-polly-devel-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (126/210), 288.3 KiB    
- Retrieving: libXinerama-devel-1.1.5-160000.3.2.x86_64 (repo-oss (16.0)) (127/210),  13.4 KiB    
- Retrieving: libXi-devel-1.8.2-160000.3.2.x86_64 (repo-oss (16.0)) (128/210), 142.8 KiB    
- Retrieving: libXdamage-devel-1.1.6-160000.3.2.x86_64 (repo-oss (16.0)) (129/210),  10.3 KiB    
- Retrieving: libXcomposite-devel-0.4.6-160000.3.2.x86_64 (repo-oss (16.0)) (130/210),  17.2 KiB    
- Retrieving: libXrandr-devel-1.5.4-160000.3.2.x86_64 (repo-oss (16.0)) (131/210),  21.5 KiB    
- Retrieving: libXcursor-devel-1.2.3-160000.3.2.x86_64 (repo-oss (16.0)) (132/210),  32.1 KiB    
- Retrieving: libgvpr2-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (133/210), 200.5 KiB    
- Retrieving: libgvc6-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (134/210), 294.5 KiB    
- Retrieving: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (135/210), 319.8 KiB    
- Retrieving: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (136/210), 304.4 KiB    
- Retrieving: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (137/210), 304.5 KiB    
- Retrieving: libicu-devel-77.1-160000.2.2.x86_64 (repo-oss (16.0)) (138/210), 749.4 KiB    
- Retrieving: libtiff-devel-4.7.1-160000.1.1.x86_64 (repo-oss (16.0)) (139/210), 128.7 KiB    
- Retrieving: libclang_rt19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (140/210),   1.1 MiB    
- Retrieving: cmake-full-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (141/210),  11.9 MiB    
- Retrieving: Mesa-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (142/210), 257.7 KiB    
- Retrieving: Mesa-dri-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (143/210),   9.7 MiB    
- Retrieving: libglvnd-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (144/210), 253.7 KiB    
- Retrieving: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (145/210), 380.4 KiB    
- Retrieving: libselinux-devel-3.8.1-160000.2.2.x86_64 (repo-oss (16.0)) (146/210), 132.4 KiB    
- Retrieving: libharfbuzz0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (147/210), 577.2 KiB    
- Retrieving: libfontconfig1-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (148/210), 199.5 KiB    
- Retrieving: fontconfig-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (149/210), 137.4 KiB    
- Retrieving: freetype2-devel-2.13.3-160000.3.1.x86_64 (repo-oss (16.0)) (150/210), 874.6 KiB    
- Retrieving: libthai-devel-0.1.29-160000.3.2.x86_64 (repo-oss (16.0)) (151/210),  24.5 KiB    
- Retrieving: wayland-devel-1.24.0-160000.1.2.x86_64 (repo-oss (16.0)) (152/210), 115.9 KiB    
- Retrieving: libcolord2-1.4.8-160000.1.1.x86_64 (repo-oss (16.0)) (153/210), 202.9 KiB    
- Retrieving: libatspi0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (154/210), 138.2 KiB    
- Retrieving: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (155/210),  49.0 KiB    
- Retrieving: libcups2-2.4.16-160000.1.1.x86_64 (repo-oss (16.0)) (156/210), 458.0 KiB    
- Retrieving: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 (repo-oss (16.0)) (157/210),  97.8 KiB    
- Retrieving: llvm-polly-devel-19-160000.2.2.x86_64 (repo-oss (16.0)) (158/210),  47.8 KiB    
- Retrieving: libXtst-devel-1.2.5-160000.3.2.x86_64 (repo-oss (16.0)) (159/210),  29.1 KiB    
- Retrieving: graphviz-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (160/210), 496.4 KiB    
- Retrieving: graphviz-plugins-core-2.49.3-160000.2.2.x86_64 (repo-oss (16.0)) (161/210), 477.7 KiB    
- Retrieving: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (162/210),  80.5 KiB    
- Retrieving: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (163/210), 392.0 KiB    
- Retrieving: clang19-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (164/210),  10.2 MiB    
- Retrieving: clang-tools-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (165/210), 402.9 KiB    
- Retrieving: cmake-3.31.7-160000.2.2.x86_64 (repo-oss (16.0)) (166/210), 169.8 KiB    
- Retrieving: Mesa-libGL1-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (167/210), 395.5 KiB    
- Retrieving: libmount-devel-2.41.1-160000.2.2.x86_64 (repo-oss (16.0)) (168/210), 175.3 KiB    
- Retrieving: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (169/210), 532.7 KiB    
- Retrieving: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (170/210),  83.6 KiB    
- Retrieving: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (171/210), 104.6 KiB    
- Retrieving: libcairo2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (172/210), 604.1 KiB    
- Retrieving: libXft2-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (173/210),  51.8 KiB    
- Retrieving: fontconfig-devel-2.16.0-160000.2.2.x86_64 (repo-oss (16.0)) (174/210),  76.2 KiB    
- Retrieving: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (175/210),  77.8 KiB    
- Retrieving: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (176/210), 124.2 KiB    
- Retrieving: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (177/210), 188.0 KiB    
- Retrieving: llvm-devel-19-160000.2.2.x86_64 (repo-oss (16.0)) (178/210),  48.1 KiB    
- Retrieving: clang19-devel-19.1.7-160000.2.2.x86_64 (repo-oss (16.0)) (179/210),   2.6 MiB    
- Retrieving: libglvnd-devel-1.7.0-160000.3.2.x86_64 (repo-oss (16.0)) (180/210),  32.2 KiB    
- Retrieving: Mesa-gallium-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (181/210),  13.3 MiB    
- Retrieving: glib2-devel-2.84.4-160000.2.1.x86_64 (repo-oss (16.0)) (182/210),   1.6 MiB    
- Retrieving: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (183/210), 115.2 KiB    
- Retrieving: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (184/210),  96.5 KiB    
- Retrieving: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (185/210), 113.8 KiB    
- Retrieving: libcairo-gobject2-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (186/210),  73.0 KiB    
- Retrieving: libpango-1_0-0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (187/210), 356.3 KiB    
- Retrieving: libXft-devel-2.3.8-160000.2.2.x86_64 (repo-oss (16.0)) (188/210),  37.9 KiB    
- Retrieving: at-spi2-core-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (189/210), 112.9 KiB    
- Retrieving: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (190/210),  48.5 KiB    
- Retrieving: clang-devel-19-160000.2.2.x86_64 (repo-oss (16.0)) (191/210),  47.8 KiB    
- Retrieving: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (192/210), 692.3 KiB    
- Retrieving: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 (repo-oss (16.0)) (193/210), 272.4 KiB    
- Retrieving: cairo-devel-1.18.4-160000.2.2.x86_64 (repo-oss (16.0)) (194/210), 318.9 KiB    
- Retrieving: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (195/210), 106.5 KiB    
- Retrieving: librsvg-2-2-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (196/210),   2.0 MiB    
- Retrieving: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 (repo-oss (16.0)) (197/210),   1.6 MiB    
- Retrieving: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (198/210),  44.0 KiB    
- Retrieving: libepoxy-devel-1.5.10-160000.3.2.x86_64 (repo-oss (16.0)) (199/210), 142.3 KiB    
- Retrieving: harfbuzz-devel-11.0.0-160000.2.2.x86_64 (repo-oss (16.0)) (200/210), 222.1 KiB    
- Retrieving: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 (repo-oss (16.0)) (201/210), 268.1 KiB    
- Retrieving: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64 (repo-oss (16.0)) (202/210),  97.8 KiB    
- Retrieving: pango-devel-1.56.4-160000.2.2.x86_64 (repo-oss (16.0)) (203/210), 225.3 KiB    
- Retrieving: gtk3-tools-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (204/210),   1.6 MiB    
- Retrieving: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (205/210),   3.0 MiB    
- Retrieving: typelib-1_0-Gtk-3_0-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (206/210), 436.6 KiB    
- Retrieving: libgtksourceview-3_0-1-3.24.11-bp160.1.8.x86_64 (repo-oss (16.0)) (207/210), 493.7 KiB    
- Retrieving: gtk3-devel-3.24.49+14-160000.2.2.x86_64 (repo-oss (16.0)) (208/210),   2.0 MiB    
- Retrieving: typelib-1_0-GtkSource-3_0-3.24.11-bp160.1.8.x86_64 (repo-oss (16.0)) (209/210),  65.5 KiB    
- Retrieving: gtksourceview-devel-3.24.11-bp160.1.8.x86_64 (repo-oss (16.0)) (210/210), 242.7 KiB    
- 
- Checking for file conflicts: [......
- .
- .done]
- (  1/210) Installing: Mesa-KHR-devel-24.3.3-160000.2.2.x86_64 [...
- done]
- (  2/210) Installing: Mesa-libglapi0-24.3.3-160000.2.2.x86_64 [..done]
- (  3/210) Installing: bitstream-vera-fonts-1.10-160000.2.2.noarch [.
- .done]
- (  4/210) Installing: dbus-1-daemon-1.14.10-160000.2.2.x86_64 [..done]
- (  5/210) Installing: dbus-1-devel-1.14.10-160000.2.2.x86_64 [.
- .done]
- (  6/210) Installing: gettext-its-gtk4-4.18.6-160000.2.2.x86_64 [..done]
- (  7/210) Installing: gtk3-data-3.24.49+14-160000.2.2.noarch [..
- done]
- (  8/210) Installing: gtk3-schema-3.24.49+14-160000.2.2.noarch [...done]
- (  9/210) Installing: hicolor-icon-theme-0.18-160000.3.2.noarch [..
- done]
- ( 10/210) Installing: libLLVM19-19.1.7-160000.2.2.x86_64 [.....
- ......done]
- ( 11/210) Installing: libSPIRV-Tools-2025_1_rc1-2025.1~rc1-160000.2.2.x86_64 [.
- .done]
- ( 12/210) Installing: libXcomposite1-0.4.6-160000.3.2.x86_64 [..done]
- ( 13/210) Installing: libXdamage1-1.1.6-160000.3.2.x86_64 [..
- done]
- ( 14/210) Installing: libXext6-1.3.6-160000.3.2.x86_64 [...done]
- ( 15/210) Installing: libXfixes3-6.0.1-160000.3.2.x86_64 [..done]
- ( 16/210) Installing: libXrender1-0.9.11-160000.2.2.x86_64 [..done]
- ( 17/210) Installing: libarchive13-3.8.1-160000.2.2.x86_64 [..done]
- ( 18/210) Installing: libavahi-common3-0.8-160000.4.1.x86_64 [..done]
- ( 19/210) Installing: libbrotlienc1-1.1.0-160000.2.2.x86_64 [..done]
- ( 20/210) Installing: libbz2-devel-1.0.8-160000.2.2.x86_64 [..done]
- ( 21/210) Installing: libcdt5-2.49.3-160000.2.2.x86_64 [..done]
- ( 22/210) Installing: libdatrie1-0.2.13-160000.3.2.x86_64 [.
- .done]
- ( 23/210) Installing: libdav1d7-1.5.1-160000.2.2.x86_64 [..done]
- ( 24/210) Installing: libdrm2-2.4.124-160000.3.2.x86_64 [.
- ..done]
- ( 25/210) Installing: libeconf-devel-0.7.9-160000.2.2.x86_64 [..done]
- ( 26/210) Installing: libelf1-0.192-160000.2.2.x86_64 [.
- ..done]
- ( 27/210) Installing: libepoxy0-1.5.10-160000.3.2.x86_64 [..done]
- ( 28/210) Installing: libexpat-devel-2.7.1-160000.3.1.x86_64 [...
- done]
- ( 29/210) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [..done]
- ( 30/210) Installing: libfribidi0-1.0.15-160000.2.2.x86_64 [..done]
- ( 31/210) Installing: libgmodule-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 32/210) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [..done]
- ( 33/210) Installing: libgobject-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 34/210) Installing: libgraphite2-3-1.3.14-160000.2.2.x86_64 [..done]
- ( 35/210) Installing: libgthread-2_0-0-2.84.4-160000.2.1.x86_64 [.
- .done]
- ( 36/210) Installing: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64 [...done]
- ( 37/210) Installing: libicu77-ledata-77.1-160000.2.2.noarch [.
- ...done]
- ( 38/210) Installing: libjbig2-2.1-160000.3.2.x86_64 [..
- done]
- ( 39/210) Installing: libjpeg62-62.4.0-160000.3.2.x86_64 [..done]
- ( 40/210) Installing: libjpeg8-8.3.2-160000.3.2.x86_64 [..done]
- ( 41/210) Installing: libjsoncpp26-1.9.6-160000.2.2.x86_64 [..done]
- ( 42/210) Installing: liblab_gamut1-2.49.3-160000.2.2.x86_64 [...done]
- ( 43/210) Installing: liblcms2-2-2.16-160000.3.2.x86_64 [.
- .done]
- ( 44/210) Installing: liblzo2-2-2.10-160000.3.2.x86_64 [..done]
- ( 45/210) Installing: libmpdec4-4.0.1-160000.2.2.x86_64 [.
- .done]
- ( 46/210) Installing: libomp19-devel-19.1.7-160000.2.2.x86_64 [..done]
- ( 47/210) Installing: libpathplan4-2.49.3-160000.2.2.x86_64 [.
- .done]
- ( 48/210) Installing: libpciaccess0-0.18.1-160000.3.2.x86_64 [...done]
- ( 49/210) Installing: libpcre2-16-0-10.45-160000.2.2.x86_64 [..
- done]
- ( 50/210) Installing: libpcre2-32-0-10.45-160000.2.2.x86_64 [..done]
- ( 51/210) Installing: libpcre2-posix3-10.45-160000.2.2.x86_64 [..done]
- ( 52/210) Installing: libpixman-1-0-0.43.4-160000.2.2.x86_64 [..done]
- ( 53/210) Installing: libpng16-16-1.6.44-160000.4.1.x86_64 [..done]
- ( 54/210) Installing: librhash1-1.4.5-160000.2.2.x86_64 [..done]
- ( 55/210) Installing: libsepol-devel-3.8.1-160000.2.2.x86_64 [..done]
- ( 56/210) Installing: libthai-data-0.1.29-160000.3.2.x86_64 [..done]
- ( 57/210) Installing: libuv1-1.50.0-160000.2.2.x86_64 [..done]
- ( 58/210) Installing: libvulkan1-1.4.309-160000.2.2.x86_64 [.
- .done]
- ( 59/210) Installing: libwayland-client0-1.24.0-160000.1.2.x86_64 [..done]
- ( 60/210) Installing: libwayland-egl1-1.24.0-160000.1.2.x86_64 [.
- .done]
- ( 61/210) Installing: libwayland-server0-1.24.0-160000.1.2.x86_64 [..done]
- ( 62/210) Installing: libxml2-tools-2.13.8-160000.3.1.x86_64 [.
- .done]
- ( 63/210) Installing: libxshmfence1-1.3.2-160000.3.2.x86_64 [..done]
- ( 64/210) Installing: libzstd-devel-1.5.7-160000.2.2.x86_64 [..
- done]
- ( 65/210) Installing: llvm19-polly-19.1.7-160000.2.2.x86_64 [..done]
- ( 66/210) Installing: readline-devel-8.2.13-160000.2.2.x86_64 [...done]
- ( 67/210) Installing: shared-mime-info-2.4-160000.2.2.x86_64 [...
- done]
- ( 68/210) Installing: system-user-lp-20170617-160000.2.2.noarch [..
- /usr/bin/systemd-sysusers --replace=/usr/lib/sysusers.d/system-user-lp.conf -
- Creating group 'systemd-journal' with GID 497.
- Creating group 'lp' with GID 496.
- Creating user 'lp' (Printing daemon) with UID 496 and GID 496.
- Creating group 'systemd-coredump' with GID 495.
- Creating user 'systemd-coredump' (systemd Core Dumper) with UID 495 and GID 495.
- .done]
- ( 69/210) Installing: typelib-1_0-GIRepository-3_0-2.84.4-160000.2.1.x86_64 [..done]
- ( 70/210) Installing: xkeyboard-config-2.44-160000.2.2.noarch [...done]
- ( 71/210) Installing: xz-devel-5.8.1-160000.2.2.x86_64 [..done]
- ( 72/210) Installing: llvm19-gold-19.1.7-160000.2.2.x86_64 [..done]
- ( 73/210) Installing: llvm19-19.1.7-160000.2.2.x86_64 [..
- update-alternatives: using /usr/bin/llvm-ar-19 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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.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-19.1.gz (of link group llvm-ar) doesn't exist
- done]
- ( 74/210) Installing: libclang-cpp19-19.1.7-160000.2.2.x86_64 [.......
- .done]
- ( 75/210) Installing: libLTO19-19.1.7-160000.2.2.x86_64 [..done]
- ( 76/210) Installing: libXxf86vm1-1.1.6-160000.3.2.x86_64 [.
- .done]
- ( 77/210) Installing: libXtst6-1.2.5-160000.3.2.x86_64 [..done]
- ( 78/210) Installing: libXinerama1-1.1.5-160000.3.2.x86_64 [..
- done]
- ( 79/210) Installing: libXi6-1.8.2-160000.3.2.x86_64 [..done]
- ( 80/210) Installing: libXext-devel-1.3.6-160000.3.2.x86_64 [..done]
- ( 81/210) Installing: libXfixes-devel-6.0.1-160000.3.2.x86_64 [..done]
- ( 82/210) Installing: libXrender-devel-0.9.11-160000.2.2.x86_64 [..done]
- ( 83/210) Installing: libXrandr2-1.5.4-160000.3.2.x86_64 [..done]
- ( 84/210) Installing: libXcursor1-1.2.3-160000.3.2.x86_64 [...done]
- ( 85/210) Installing: libavahi-client3-0.8-160000.4.1.x86_64 [.
- .done]
- ( 86/210) Installing: libbrotli-devel-1.1.0-160000.2.2.x86_64 [..done]
- ( 87/210) Installing: libcgraph6-2.49.3-160000.2.2.x86_64 [.
- .done]
- ( 88/210) Installing: libdatrie-devel-0.2.13-160000.3.2.x86_64 [..done]
- ( 89/210) Installing: libgbm1-24.3.3-160000.2.2.x86_64 [.
- .done]
- ( 90/210) Installing: libdrm_radeon1-2.4.124-160000.3.2.x86_64 [..done]
- ( 91/210) Installing: libdrm_amdgpu1-2.4.124-160000.3.2.x86_64 [..
- done]
- ( 92/210) Installing: libblkid-devel-2.41.1-160000.2.2.x86_64 [..done]
- ( 93/210) Installing: fribidi-devel-1.0.15-160000.2.2.x86_64 [..done]
- ( 94/210) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [...done]
- ( 95/210) Installing: typelib-1_0-GLib-2_0-2.84.4-160000.2.1.x86_64 [..done]
- ( 96/210) Installing: libgirepository-2_0-0-2.84.4-160000.2.1.x86_64 [..done]
- ( 97/210) Installing: libatk-1_0-0-2.56.3-160000.2.2.x86_64 [..done]
- ( 98/210) Installing: girepository-1_0-1.84.0-160000.2.2.x86_64 [..done]
- ( 99/210) Installing: libgirepository-1_0-1-1.84.0-160000.2.2.x86_64 [..done]
- (100/210) Installing: graphite2-devel-1.3.14-160000.2.2.x86_64 [.
- .done]
- (101/210) Installing: libicu77-77.1-160000.2.2.x86_64 [..done]
- (102/210) Installing: libjpeg62-devel-62.4.0-160000.3.2.x86_64 [.
- ..done]
- (103/210) Installing: libtiff6-4.7.1-160000.1.1.x86_64 [..done]
- (104/210) Installing: lzo-devel-2.10-160000.3.2.x86_64 [.
- ..done]
- (105/210) Installing: python313-base-3.13.11-160000.1.1.x86_64 [......done]
- (106/210) Installing: libpython3_13-1_0-3.13.11-160000.1.1.x86_64 [...done]
- (107/210) Installing: libomp-devel-19-160000.2.2.x86_64 [..done]
- (108/210) Installing: libdrm_intel1-2.4.124-160000.3.2.x86_64 [..done]
- (109/210) Installing: pcre2-devel-10.45-160000.2.2.x86_64 [..done]
- (110/210) Installing: libpixman-1-0-devel-0.43.4-160000.2.2.x86_64 [...done]
- (111/210) Installing: libpng16-devel-1.6.44-160000.4.1.x86_64 [..done]
- (112/210) Installing: libpng16-compat-devel-1.6.44-160000.4.1.x86_64 [.
- .done]
- (113/210) Installing: libfreetype6-2.13.3-160000.3.1.x86_64 [..done]
- (114/210) Installing: libthai0-0.1.29-160000.3.2.x86_64 [.
- .done]
- (115/210) Installing: libwayland-cursor0-1.24.0-160000.1.2.x86_64 [..done]
- (116/210) Installing: llvm-polly-19-160000.2.2.x86_64 [.
- ..done]
- (117/210) Installing: gio-branding-openSUSE-42.1-lp160.3.2.noarch [..done]
- (118/210) Installing: libgio-2_0-0-2.84.4-160000.2.1.x86_64 [..
- done]
- (119/210) Installing: glib2-tools-2.84.4-160000.2.1.x86_64 [..done]
- (120/210) Installing: cups-config-2.4.16-160000.1.1.x86_64 [...
- done]
- (121/210) Installing: libxkbcommon0-1.8.0-160000.2.2.x86_64 [..done]
- (122/210) Installing: libxml2-devel-2.13.8-160000.3.1.x86_64 [..done]
- (123/210) Installing: llvm-gold-19-160000.2.2.x86_64 [..done]
- (124/210) Installing: libclang13-19.1.7-160000.2.2.x86_64 [..done]
- (125/210) Installing: llvm19-devel-19.1.7-160000.2.2.x86_64 [.
- ....done]
- (126/210) Installing: llvm19-polly-devel-19.1.7-160000.2.2.x86_64 [.
- ..done]
- (127/210) Installing: libXinerama-devel-1.1.5-160000.3.2.x86_64 [..done]
- (128/210) Installing: libXi-devel-1.8.2-160000.3.2.x86_64 [..
- done]
- (129/210) Installing: libXdamage-devel-1.1.6-160000.3.2.x86_64 [..done]
- (130/210) Installing: libXcomposite-devel-0.4.6-160000.3.2.x86_64 [..
- done]
- (131/210) Installing: libXrandr-devel-1.5.4-160000.3.2.x86_64 [..done]
- (132/210) Installing: libXcursor-devel-1.2.3-160000.3.2.x86_64 [..done]
- (133/210) Installing: libgvpr2-2.49.3-160000.2.2.x86_64 [..done]
- (134/210) Installing: libgvc6-2.49.3-160000.2.2.x86_64 [..done]
- (135/210) Installing: typelib-1_0-GObject-2_0-2.84.4-160000.2.1.x86_64 [.
- .done]
- (136/210) Installing: typelib-1_0-GModule-2_0-2.84.4-160000.2.1.x86_64 [..done]
- (137/210) Installing: typelib-1_0-GLibUnix-2_0-2.84.4-160000.2.1.x86_64 [.
- .done]
- (138/210) Installing: libicu-devel-77.1-160000.2.2.x86_64 [...done]
- (139/210) Installing: libtiff-devel-4.7.1-160000.1.1.x86_64 [.
- .done]
- (140/210) Installing: libclang_rt19-19.1.7-160000.2.2.x86_64 [...done]
- (141/210) Installing: cmake-full-3.31.7-160000.2.2.x86_64 [..
- .....done]
- (142/210) Installing: Mesa-24.3.3-160000.2.2.x86_64 [.
- .done]
- (143/210) Installing: Mesa-dri-24.3.3-160000.2.2.x86_64 [....done]
- (144/210) Installing: libglvnd-1.7.0-160000.3.2.x86_64 [..done]
- (145/210) Installing: Mesa-libEGL1-24.3.3-160000.2.2.x86_64 [..done]
- (146/210) Installing: libselinux-devel-3.8.1-160000.2.2.x86_64 [...done]
- (147/210) Installing: libharfbuzz0-11.0.0-160000.2.2.x86_64 [..done]
- (148/210) Installing: libfontconfig1-2.16.0-160000.2.2.x86_64 [.
- .done]
- (149/210) Installing: fontconfig-2.16.0-160000.2.2.x86_64 [..done]
- (150/210) Installing: freetype2-devel-2.13.3-160000.3.1.x86_64 [.
- ..done]
- (151/210) Installing: libthai-devel-0.1.29-160000.3.2.x86_64 [..done]
- (152/210) Installing: wayland-devel-1.24.0-160000.1.2.x86_64 [..
- done]
- (153/210) Installing: libcolord2-1.4.8-160000.1.1.x86_64 [..done]
- (154/210) Installing: libatspi0-2.56.3-160000.2.2.x86_64 [..
- done]
- (155/210) Installing: gdk-pixbuf-query-loaders-2.42.12-160000.3.1.x86_64 [..done]
- (156/210) Installing: libcups2-2.4.16-160000.1.1.x86_64 [..done]
- (157/210) Installing: libxkbcommon-devel-1.8.0-160000.2.2.x86_64 [..done]
- (158/210) Installing: llvm-polly-devel-19-160000.2.2.x86_64 [..done]
- (159/210) Installing: libXtst-devel-1.2.5-160000.3.2.x86_64 [.
- .done]
- (160/210) Installing: graphviz-2.49.3-160000.2.2.x86_64 [...done]
- (161/210) Installing: graphviz-plugins-core-2.49.3-160000.2.2.x86_64 [.
- .done]
- (162/210) Installing: typelib-1_0-Atk-1_0-2.56.3-160000.2.2.x86_64 [..done]
- (163/210) Installing: typelib-1_0-Gio-2_0-2.84.4-160000.2.1.x86_64 [.
- .done]
- (164/210) Installing: clang19-19.1.7-160000.2.2.x86_64 [......
- ....
- update-alternatives: using /usr/bin/clang-19 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-19.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-19.1.gz (of link group clang) doesn't exist
- done]
- (165/210) Installing: clang-tools-19.1.7-160000.2.2.x86_64 [..done]
- (166/210) Installing: cmake-3.31.7-160000.2.2.x86_64 [..done]
- (167/210) Installing: Mesa-libGL1-24.3.3-160000.2.2.x86_64 [..done]
- (168/210) Installing: libmount-devel-2.41.1-160000.2.2.x86_64 [..done]
- (169/210) Installing: libharfbuzz-subset0-11.0.0-160000.2.2.x86_64 [..done]
- (170/210) Installing: libharfbuzz-icu0-11.0.0-160000.2.2.x86_64 [.
- ..done]
- (171/210) Installing: libharfbuzz-gobject0-11.0.0-160000.2.2.x86_64 [..done]
- (172/210) Installing: libcairo2-1.18.4-160000.2.2.x86_64 [.
- .done]
- (173/210) Installing: libXft2-2.3.8-160000.2.2.x86_64 [..done]
- (174/210) Installing: fontconfig-devel-2.16.0-160000.2.2.x86_64 [.
- .done]
- (175/210) Installing: typelib-1_0-Atspi-2_0-2.56.3-160000.2.2.x86_64 [..done]
- (176/210) Installing: libatk-bridge-2_0-0-2.56.3-160000.2.2.x86_64 [...
- done]
- (177/210) Installing: libgdk_pixbuf-2_0-0-2.42.12-160000.3.1.x86_64 [..done]
- (178/210) Installing: llvm-devel-19-160000.2.2.x86_64 [..done]
- (179/210) Installing: clang19-devel-19.1.7-160000.2.2.x86_64 [...done]
- (180/210) Installing: libglvnd-devel-1.7.0-160000.3.2.x86_64 [..
- done]
- (181/210) Installing: Mesa-gallium-24.3.3-160000.2.2.x86_64 [.......
- done]
- (182/210) Installing: glib2-devel-2.84.4-160000.2.1.x86_64 [...done]
- (183/210) Installing: typelib-1_0-HarfBuzz-0_0-11.0.0-160000.2.2.x86_64 [.
- .done]
- (184/210) Installing: libharfbuzz-cairo0-11.0.0-160000.2.2.x86_64 [..done]
- (185/210) Installing: libcairo-script-interpreter2-1.18.4-160000.2.2.x86_64 [..
- done]
- (186/210) Installing: libcairo-gobject2-1.18.4-160000.2.2.x86_64 [..done]
- (187/210) Installing: libpango-1_0-0-1.56.4-160000.2.2.x86_64 [..done]
- (188/210) Installing: libXft-devel-2.3.8-160000.2.2.x86_64 [...done]
- (189/210) Installing: at-spi2-core-2.56.3-160000.2.2.x86_64 [..done]
- (190/210) Installing: typelib-1_0-GdkPixbuf-2_0-2.42.12-160000.3.1.x86_64 [..done]
- (191/210) Installing: clang-devel-19-160000.2.2.x86_64 [..done]
- (192/210) Installing: Mesa-libGL-devel-24.3.3-160000.2.2.x86_64 [...done]
- (193/210) Installing: Mesa-libEGL-devel-24.3.3-160000.2.2.x86_64 [..done]
- (194/210) Installing: cairo-devel-1.18.4-160000.2.2.x86_64 [.
- ..done]
- (195/210) Installing: typelib-1_0-Pango-1_0-1.56.4-160000.2.2.x86_64 [..done]
- (196/210) Installing: librsvg-2-2-2.60.0-160000.2.2.x86_64 [.
- ..done]
- (197/210) Installing: at-spi2-core-devel-2.56.3-160000.2.2.x86_64 [..done]
- (198/210) Installing: typelib-1_0-GdkPixdata-2_0-2.42.12-160000.3.1.x86_64 [.
- ..done]
- (199/210) Installing: libepoxy-devel-1.5.10-160000.3.2.x86_64 [..done]
- (200/210) Installing: harfbuzz-devel-11.0.0-160000.2.2.x86_64 [...
- done]
- (201/210) Installing: gdk-pixbuf-loader-rsvg-2.60.0-160000.2.2.x86_64 [..done]
- (202/210) Installing: gdk-pixbuf-devel-2.42.12-160000.3.1.x86_64 [..done]
- (203/210) Installing: pango-devel-1.56.4-160000.2.2.x86_64 [..done]
- (204/210) Installing: gtk3-tools-3.24.49+14-160000.2.2.x86_64 [...done]
- (205/210) Installing: libgtk-3-0-3.24.49+14-160000.2.2.x86_64 [..done]
- (206/210) Installing: typelib-1_0-Gtk-3_0-3.24.49+14-160000.2.2.x86_64 [..done]
- (207/210) Installing: libgtksourceview-3_0-1-3.24.11-bp160.1.8.x86_64 [..done]
- (208/210) Installing: gtk3-devel-3.24.49+14-160000.2.2.x86_64 [...
- done]
- (209/210) Installing: typelib-1_0-GtkSource-3_0-3.24.11-bp160.1.8.x86_64 [..done]
- (210/210) Installing: gtksourceview-devel-3.24.11-bp160.1.8.x86_64 [...done]
- Running post-transaction scripts [....done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo-free.2.4.3  (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 cmdliner.1.3.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-libclang.19  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> installed conf-cmake.1
-> installed conf-graphviz.0.1
-> installed conf-gmp.5
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.4
-> installed conf-which.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved ctypes.0.24.0  (cached)
-> installed conf-autoconf.0.2
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> installed conf-libpcre2-8.2
-> installed conf-zlib.1
-> installed conf-libclang.19
-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed cmdliner.1.3.0
-> retrieved frama-c.32.0  (cached)
-> retrieved frama-clang.0.0.19  (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.20260203, menhirCST.20260203, menhirGLR.20260203, menhirLib.20260203, menhirSdk.20260203  (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.4.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib.v0.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.20220122  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved why3.1.8.2  (cached)
-> installed num.1.6
-> retrieved yaml.3.2.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocamlfind.1.9.8
-> installed camlzip.1.13
-> installed ocamlbuild.0.16.1
-> installed 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 fpath.0.7.3
-> installed logs.0.10.0
-> installed dune.3.21.0
-> installed bos.0.2.1
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed cstruct.6.2.0
-> installed jane-street-headers.v0.16.0
-> installed menhirCST.20260203
-> installed menhirGLR.20260203
-> installed menhirLib.20260203
-> installed menhirSdk.20260203
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20220122
-> installed yojson.3.0.0
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed integers.0.7.0
-> installed fs-io.3.21.0
-> installed ordering.3.21.0
-> installed parsexp.v0.16.0
-> installed dune-build-info.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed not-ocamlfind.0.14
-> installed camlp5-buildscripts.0.06
-> installed sexplib.v0.16.0
-> installed dyn.3.21.0
-> installed dune-compiledb.0.6.0
-> installed cairo2.0.6.5
-> installed pcre2.8.0.4
-> installed menhir.20260203
-> installed base.v0.16.4
-> installed stdune.3.21.0
-> installed lablgtk3.3.1.5
-> installed psmt2-frontend.0.4.0
-> installed stdio.v0.16.0
-> installed ctypes.0.24.0
-> installed dune-private-libs.3.21.0
-> installed lablgtk3-sourceview3.3.1.5
-> installed dune-site.3.21.0
-> installed ppxlib.0.35.0
-> installed yaml.3.2.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_deriving_yaml.0.4.0
-> installed ppx_sexp_conv.v0.16.0
-> installed alt-ergo-free.2.4.3
-> installed ppx_deriving.6.0.3
-> 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 why3.1.8.2
-> installed camlp5.8.04.00
-> installed frama-c.32.0
-> installed frama-clang.0.0.19
Done.

<><> frama-c.32.0 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)
2026-02-09 12:38.16 ---> saved as "ef040f220870f70794b71cc84714971f060974241d5f93f7c5db3d111a7167c5"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test frama-clang.0.0.19) || true"))
The following actions will be performed:
=== remove 1 package
  - remove    alt-ergo-free       2.4.3           [conflicts with cmdliner, ocplib-simplex]
=== recompile 17 packages
  - recompile bos                 0.2.1           [uses fmt]
  - recompile camlp5              8.04.00         [uses fmt]
  - recompile camlp5-buildscripts 0.06            [uses fmt]
  - recompile cstruct             6.2.0           [uses fmt]
  - recompile dune-compiledb      0.6.0           [uses ezjsonm]
  - recompile ezjsonm             1.3.0           [uses uutf]
  - recompile fmt                 0.11.0          [uses cmdliner]
  - recompile frama-c             32.0            [uses alt-ergo-free]
  - recompile frama-clang         0.0.19 (pinned)
  - recompile hex                 1.5.0           [uses cstruct]
  - recompile jsonm               1.0.2           [uses uutf]
  - recompile logs                0.10.0          [uses cmdliner]
  - recompile not-ocamlfind       0.14            [uses fmt]
  - recompile pcre2               8.0.4           [uses dune-compiledb]
  - recompile ppx_deriving_yaml   0.4.0           [uses yaml]
  - recompile uutf                1.0.4           [uses cmdliner]
  - recompile yaml                3.2.0           [uses bos]
=== upgrade 2 packages
  - upgrade   cmdliner            1.3.0 to 2.1.0
  - upgrade   ocplib-simplex      0.4.1 to 0.5.1
=== install 1 package
  - install   alt-ergo            1.01            [required by frama-c]                     This release is too old. Please consider using version 1.30 that fixes many soundness bugs and brings a lot of improvements

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alt-ergo.1.01  (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved camlp5.8.04.00  (https://opam.ocaml.org/cache)
-> retrieved camlp5-buildscripts.0.06  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0  (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved dune-compiledb.0.6.0  (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved frama-c.32.0  (https://opam.ocaml.org/cache)
-> removed   frama-clang.0.0.19
-> removed   camlp5.8.04.00
-> removed   camlp5-buildscripts.0.06
-> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
-> removed   frama-c.32.0
-> removed   alt-ergo-free.2.4.3
-> removed   ocplib-simplex.0.4.1
-> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved not-ocamlfind.0.14  (https://opam.ocaml.org/cache)
-> removed   not-ocamlfind.0.14
-> retrieved ocplib-simplex.0.5.1  (https://opam.ocaml.org/cache)
-> retrieved pcre2.8.0.4  (https://opam.ocaml.org/cache)
-> removed   pcre2.8.0.4
-> removed   dune-compiledb.0.6.0
-> removed   ezjsonm.1.3.0
-> removed   hex.1.5.0
-> removed   cstruct.6.2.0
-> removed   jsonm.1.0.2
-> retrieved ppx_deriving_yaml.0.4.0  (https://opam.ocaml.org/cache)
-> removed   ppx_deriving_yaml.0.4.0
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> removed   uutf.1.0.4
-> retrieved yaml.3.2.0  (https://opam.ocaml.org/cache)
-> removed   yaml.3.2.0
-> removed   bos.0.2.1
-> removed   logs.0.10.0
-> removed   fmt.0.11.0
-> removed   cmdliner.1.3.0
-> installed cmdliner.2.1.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed cstruct.6.2.0
-> installed hex.1.5.0
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed ezjsonm.1.3.0
-> installed not-ocamlfind.0.14
-> installed ocplib-simplex.0.5.1
-> installed dune-compiledb.0.6.0
-> installed alt-ergo.1.01
-> installed pcre2.8.0.4
-> installed bos.0.2.1
-> installed camlp5-buildscripts.0.06
-> installed yaml.3.2.0
-> installed ppx_deriving_yaml.0.4.0
-> installed camlp5.8.04.00
-> installed frama-c.32.0
-> installed frama-clang.0.0.19
Done.

<><> frama-c.32.0 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)
2026-02-09 12:41.43 ---> saved as "14941f412636cb930e075935530f7e6d2e85dc7dcec2f9cb644e2b30ed9487ec"

/home/opam: (run (shell  "opam reinstall --with-test --verbose frama-clang.0.0.19;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'frama-clang.0.0.19' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile frama-clang 0.0.19 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[frama-clang: patch] applying ClangVisitor.cpp.patch
Processing  2/4: [frama-clang: env dune]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "env" "OPAM_LLVM_CONFIG=/usr/bin/llvm-config" "dune" "build" "-p" "frama-clang" "-j" "71" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/frama-clang.0.0.19)
- (cd _build/default/framaCIRGen_src && ./build.sh)
- -- The C compiler identification is GNU 15.1.1
- -- The CXX compiler identification is GNU 15.1.1
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working C compiler: /usr/bin/cc - skipped
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++ - skipped
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) 
- -- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1")
- -- Found zstd: /usr/lib64/libzstd.so
- -- Found LibXml2: /usr/lib64/libxml2.so (found version "2.13.8")
- -- Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES) 
- -- Linker detection: GNU ld
- -- Configuring done (1.0s)
- -- Generating done (0.0s)
- -- Build files have been written to: /home/opam/.opam/4.14/.opam-switch/build/frama-clang.0.0.19/_build/default/framaCIRGen_src
- [ 22%] Building CXX object CMakeFiles/framaCIRGen.dir/MapLogicType.cpp.o
- [ 22%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLLogicType.cpp.o
- [ 22%] Building CXX object CMakeFiles/framaCIRGen.dir/DescentParse.cpp.o
- [ 22%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLComment.cpp.o
- [ 22%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLGlobalAnnotation.cpp.o
- [ 40%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLParser.cpp.o
- [ 40%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLLexer.cpp.o
- [ 40%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLFunctionContract.cpp.o
- [ 40%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLComponent.cpp.o
- [ 50%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLStatementAnnotation.cpp.o
- [ 50%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLTermOrPredicate.cpp.o
- [ 54%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLToken.cpp.o
- [ 59%] Building CXX object CMakeFiles/framaCIRGen.dir/Clang_utils.cpp.o
- [ 63%] Building CXX object CMakeFiles/framaCIRGen.dir/ClangVisitor.cpp.o
- [ 68%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLCodeAnnotation.cpp.o
- [ 72%] Building CXX object CMakeFiles/framaCIRGen.dir/ACSLLoopAnnotation.cpp.o
- [ 81%] Building CXX object CMakeFiles/framaCIRGen.dir/FramaCAttributes.cpp.o
- [ 81%] Building CXX object CMakeFiles/framaCIRGen.dir/RTTITable.cpp.o
- [ 86%] Building CXX object CMakeFiles/framaCIRGen.dir/VisitTable.cpp.o
- [ 90%] Building CXX object CMakeFiles/framaCIRGen.dir/FramaCIRGen.cpp.o
- [ 95%] Building C object CMakeFiles/framaCIRGen.dir/intermediate_format.c.o
- [100%] Linking CXX executable framaCIRGen
- [100%] Built target framaCIRGen
Processing  2/4: [frama-clang: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "frama-clang" "--create-install-files" "frama-clang" (CWD=/home/opam/.opam/4.14/.opam-switch/build/frama-clang.0.0.19)
-> compiled  frama-clang.0.0.19
-> removed   frama-clang.0.0.19
-> installed frama-clang.0.0.19
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-09 12:42.46 ---> saved as "af124842e9de0b2a66064c9aa326cc86cb0a0483e45335739494a4925c500cd3"
Job succeeded
2026-02-09 12:42.52: Job succeeded