- github
- ocaml
- opam-repository
- 840d56
- distributions,centos-9-ocaml-4.14,conf-gtk4.1
(not at the head of any monitored branch or PR)
2026-04-05 06:24.23: New job: build conf-gtk4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29623/head (840d56c72781bfe3e8253de0d7b9dbc81365b87c)
on centos-9-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/29623/head" && git reset --hard 840d56c7
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn conf-gtk4.1 1
RUN opam reinstall conf-gtk4.1; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"centos-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-gtk4.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-05 06:24.23: Using cache hint "ocaml/opam:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0-conf-gtk4.1-840d56c72781bfe3e8253de0d7b9dbc81365b87c"
2026-04-05 06:24.23: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk4.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-05 06:24.23: Waiting for resource in pool OCluster
2026-04-05 06:24.24: Waiting for worker…
2026-04-05 06:24.25: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Merge made by the 'ort' strategy.
packages/conf-gtk4/conf-gtk4.1/opam | 49 ++++++++++++++++++++++++++++++++++
packages/ocgtk/ocgtk.0.1~preview0/opam | 48 +++++++++++++++++++++++++++++++++
2 files changed, 97 insertions(+)
create mode 100644 packages/conf-gtk4/conf-gtk4.1/opam
create mode 100644 packages/ocgtk/ocgtk.0.1~preview0/opam
(from ocaml/opam:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0)
Unable to find image 'ocaml/opam:centos-9-ocaml-4.14@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0' locally
docker.io/ocaml/opam@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0: Pulling from ocaml/opam
5ff1ab057949: Pulling fs layer
94bf818b7fbe: Pulling fs layer
457aab6eaf3e: Pulling fs layer
e7e3f008a100: Pulling fs layer
7b273deb69ed: Pulling fs layer
05bc413da95c: Pulling fs layer
35b356aa10f2: Pulling fs layer
3c47136ee9dd: Pulling fs layer
10b3cd064264: Pulling fs layer
55493c7b4753: Pulling fs layer
1b3515d13cd3: Pulling fs layer
5aac98e85819: Pulling fs layer
28bcc16c7ae3: Pulling fs layer
5ff1ab057949: Waiting
457aab6eaf3e: Waiting
05bc413da95c: Waiting
4317efc2ce66: Pulling fs layer
e7e3f008a100: Waiting
28e378bd64e6: Pulling fs layer
7b273deb69ed: Waiting
35b356aa10f2: Waiting
3c47136ee9dd: Waiting
393c018aeb20: Pulling fs layer
5aac98e85819: Waiting
10b3cd064264: Waiting
08cb8482266d: Pulling fs layer
1b3515d13cd3: Waiting
4317efc2ce66: Waiting
e3aa8b556433: Pulling fs layer
55493c7b4753: Waiting
94bf818b7fbe: Waiting
393c018aeb20: Waiting
28bcc16c7ae3: Waiting
08cb8482266d: Waiting
28e378bd64e6: Waiting
c9e31522d1b9: Pulling fs layer
6a32297b5e82: Pulling fs layer
92dc9ae98dfb: Pulling fs layer
e3aa8b556433: Waiting
ad12de71c6a5: Pulling fs layer
6a32297b5e82: Waiting
c9e31522d1b9: Waiting
92dc9ae98dfb: Waiting
4f4fb700ef54: Pulling fs layer
ad12de71c6a5: Waiting
bc9d644ba61b: Pulling fs layer
61a6e0c69b28: Pulling fs layer
71eb99c30b5a: Pulling fs layer
4f4fb700ef54: Waiting
bc9d644ba61b: Waiting
92cf70498114: Pulling fs layer
61a6e0c69b28: Waiting
71eb99c30b5a: Waiting
a8ab7c2472bf: Pulling fs layer
cb26f2d95d35: Pulling fs layer
d1f3e4be8384: Pulling fs layer
c433cd9bbdff: Pulling fs layer
57fad2f3edac: Pulling fs layer
92cf70498114: Waiting
36a9cd8a39df: Pulling fs layer
cb26f2d95d35: Waiting
a8ab7c2472bf: Waiting
d1f3e4be8384: Waiting
a3a2bb0b364b: Pulling fs layer
57fad2f3edac: Waiting
f8d4e11cb454: Pulling fs layer
c433cd9bbdff: Waiting
87ed9ce36631: Pulling fs layer
36a9cd8a39df: Waiting
a3a2bb0b364b: Waiting
f8d4e11cb454: Waiting
791842373d9b: Pulling fs layer
87ed9ce36631: Waiting
ed3fcb1b873b: Pulling fs layer
cddea0bf6bc2: Pulling fs layer
15bb1289d831: Pulling fs layer
020831faea16: Pulling fs layer
cddea0bf6bc2: Waiting
169d6db3ca60: Pulling fs layer
15bb1289d831: Waiting
dda76dc2c734: Pulling fs layer
020831faea16: Waiting
791842373d9b: Waiting
ad202a478672: Pulling fs layer
169d6db3ca60: Waiting
ed3fcb1b873b: Waiting
f1e4ba736a7a: Pulling fs layer
ad202a478672: Waiting
f1e4ba736a7a: Waiting
5ff1ab057949: Verifying Checksum
5ff1ab057949: Download complete
94bf818b7fbe: Verifying Checksum
94bf818b7fbe: Download complete
457aab6eaf3e: Verifying Checksum
457aab6eaf3e: Download complete
5ff1ab057949: Pull complete
94bf818b7fbe: Pull complete
457aab6eaf3e: Pull complete
05bc413da95c: Verifying Checksum
05bc413da95c: Download complete
7b273deb69ed: Verifying Checksum
7b273deb69ed: Download complete
3c47136ee9dd: Verifying Checksum
3c47136ee9dd: Download complete
10b3cd064264: Verifying Checksum
10b3cd064264: Download complete
55493c7b4753: Verifying Checksum
55493c7b4753: Download complete
1b3515d13cd3: Verifying Checksum
1b3515d13cd3: Download complete
35b356aa10f2: Verifying Checksum
35b356aa10f2: Download complete
5aac98e85819: Verifying Checksum
5aac98e85819: Download complete
4317efc2ce66: Download complete
28bcc16c7ae3: Verifying Checksum
28bcc16c7ae3: Download complete
393c018aeb20: Verifying Checksum
393c018aeb20: Download complete
08cb8482266d: Verifying Checksum
08cb8482266d: Download complete
e3aa8b556433: Verifying Checksum
e3aa8b556433: Download complete
c9e31522d1b9: Verifying Checksum
c9e31522d1b9: Download complete
6a32297b5e82: Download complete
92dc9ae98dfb: Download complete
ad12de71c6a5: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bc9d644ba61b: Verifying Checksum
bc9d644ba61b: Download complete
61a6e0c69b28: Verifying Checksum
61a6e0c69b28: Download complete
71eb99c30b5a: Download complete
92cf70498114: Download complete
a8ab7c2472bf: Verifying Checksum
a8ab7c2472bf: Download complete
cb26f2d95d35: Download complete
d1f3e4be8384: Download complete
c433cd9bbdff: Verifying Checksum
c433cd9bbdff: Download complete
36a9cd8a39df: Verifying Checksum
36a9cd8a39df: Download complete
a3a2bb0b364b: Verifying Checksum
a3a2bb0b364b: Download complete
f8d4e11cb454: Verifying Checksum
f8d4e11cb454: Download complete
28e378bd64e6: Verifying Checksum
28e378bd64e6: Download complete
791842373d9b: Verifying Checksum
791842373d9b: Download complete
87ed9ce36631: Verifying Checksum
87ed9ce36631: Download complete
cddea0bf6bc2: Verifying Checksum
cddea0bf6bc2: Download complete
15bb1289d831: Download complete
020831faea16: Verifying Checksum
020831faea16: Download complete
e7e3f008a100: Verifying Checksum
e7e3f008a100: Download complete
dda76dc2c734: Verifying Checksum
dda76dc2c734: Download complete
ad202a478672: Download complete
f1e4ba736a7a: Verifying Checksum
f1e4ba736a7a: Download complete
169d6db3ca60: Verifying Checksum
169d6db3ca60: Download complete
ed3fcb1b873b: Verifying Checksum
ed3fcb1b873b: Download complete
e7e3f008a100: Pull complete
7b273deb69ed: Pull complete
05bc413da95c: Pull complete
35b356aa10f2: Pull complete
3c47136ee9dd: Pull complete
10b3cd064264: Pull complete
55493c7b4753: Pull complete
1b3515d13cd3: Pull complete
5aac98e85819: Pull complete
28bcc16c7ae3: Pull complete
4317efc2ce66: Pull complete
28e378bd64e6: Pull complete
393c018aeb20: Pull complete
08cb8482266d: Pull complete
e3aa8b556433: Pull complete
c9e31522d1b9: Pull complete
6a32297b5e82: Pull complete
92dc9ae98dfb: Pull complete
ad12de71c6a5: Pull complete
4f4fb700ef54: Pull complete
bc9d644ba61b: Pull complete
61a6e0c69b28: Pull complete
71eb99c30b5a: Pull complete
92cf70498114: Pull complete
a8ab7c2472bf: Pull complete
cb26f2d95d35: Pull complete
d1f3e4be8384: Pull complete
c433cd9bbdff: Pull complete
57fad2f3edac: Pull complete
36a9cd8a39df: Pull complete
a3a2bb0b364b: Pull complete
f8d4e11cb454: Pull complete
87ed9ce36631: Pull complete
791842373d9b: Pull complete
ed3fcb1b873b: Pull complete
cddea0bf6bc2: Pull complete
15bb1289d831: Pull complete
020831faea16: Pull complete
169d6db3ca60: Pull complete
dda76dc2c734: Pull complete
ad202a478672: Pull complete
f1e4ba736a7a: Pull complete
Digest: sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0
Status: Downloaded newer image for ocaml/opam@sha256:de1df917946109325335133d6b1fef6a30dc0e3f609c19d7c47b8c6ebac452f0
2026-04-05 06:30.42 ---> saved as "770434a802cc96696f36fcf59131ea147ac97af1e098f96b4696fca0a16bec51"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-05 06:30.42 ---> saved as "279043c02e0effe1f4adf4a3038c2275507c9c543234c2b49819ec429bb723fa"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-05 06:31.04 ---> saved as "eea61cdbf0e0c9b6c5d5b3287efe53c5ddb13088234af48ab86ff313701dc51e"
/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=centos os-version=9
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 4.14
# invariant ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.3
2026-04-05 06:31.05 ---> saved as "712fd638222f15aaa2ecc32a4867c943569571fe99c7f7870f4dee1a1655581a"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-05 06:31.15 ---> saved as "77bec0c199534de0a69e1e4e333569a52ab6f4dd4a7919f231794494dcbc9881"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 06:31.21 ---> saved as "5c825432f1b36bc9fc9638b2cc875984bb40f877fb7c5258385c0671d0e5f926"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 06:31.39 ---> saved as "b9c1e7aef1be8db9448a7fab4a83b87286694ca4262d6e5f1c59ba3f2c8eb287"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 61 kB/s | 15 kB 00:00
- CentOS Stream 9 - BaseOS 16 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 110 kB/s | 15 kB 00:00
- CentOS Stream 9 - AppStream 13 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 113 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 11 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 126 kB/s | 16 kB 00:00
- Metadata cache created.
2026-04-05 06:31.53 ---> saved as "c5b5efe1b5dfbf3959bfc09e72cc68f7eb46e9c62c3e3dd1a767fad639afd836"
/home/opam: (run (shell "opam pin add -k version -yn conf-gtk4.1 1"))
conf-gtk4 is now pinned to version 1
2026-04-05 06:31.54 ---> saved as "90878c098302fef5038ce2fe1375bb4bcc68553169778964a77a739114122b9b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-gtk4.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'conf-gtk4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
conf-gtk4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-gtk4 1 (pinned)
- install conf-pkg-config 4 [required by conf-gtk4]
The following system packages will first need to be installed:
gtk4-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum 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 "yum" "install" "-y" "gtk4-devel"
- Last metadata expiration check: 0:00:04 ago on Sun Apr 5 06:31:52 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- gtk4-devel x86_64 4.12.3-2.el9 appstream 1.5 M
- Installing dependencies:
- brotli x86_64 1.0.9-9.el9 appstream 311 k
- brotli-devel x86_64 1.0.9-9.el9 appstream 30 k
- bzip2-devel x86_64 1.0.8-11.el9 appstream 213 k
- cairo-devel x86_64 1.17.4-7.el9 appstream 209 k
- cairo-gobject-devel x86_64 1.17.4-7.el9 appstream 11 k
- cmake-filesystem x86_64 3.31.8-3.el9 appstream 19 k
- fontconfig-devel x86_64 2.14.0-2.el9 appstream 174 k
- freetype-devel x86_64 2.10.4-11.el9 appstream 1.1 M
- fribidi-devel x86_64 1.0.10-6.el9.2 appstream 27 k
- gdk-pixbuf2-devel x86_64 2.42.6-6.el9 appstream 66 k
- glib2-devel x86_64 2.68.4-19.el9 appstream 550 k
- graphene-devel x86_64 1.10.6-2.el9 appstream 172 k
- graphite2-devel x86_64 1.3.14-9.el9 appstream 22 k
- gstreamer1-plugins-bad-free-libs x86_64 1.22.12-5.el9 appstream 772 k
- gtk4 x86_64 4.12.3-2.el9 appstream 5.0 M
- harfbuzz-devel x86_64 2.7.4-10.el9 appstream 347 k
- harfbuzz-icu x86_64 2.7.4-10.el9 appstream 14 k
- libXext-devel x86_64 1.3.4-8.el9 appstream 87 k
- libXft-devel x86_64 2.3.3-8.el9 appstream 19 k
- libXrender-devel x86_64 0.9.10-16.el9 appstream 17 k
- libblkid-devel x86_64 2.37.4-25.el9 appstream 15 k
- libdatrie-devel x86_64 0.2.13-4.el9 appstream 142 k
- libffi-devel x86_64 3.4.2-8.el9 appstream 29 k
- libicu-devel x86_64 67.1-10.el9 appstream 937 k
- libmount-devel x86_64 2.37.4-25.el9 appstream 16 k
- libpng-devel x86_64 2:1.6.37-15.el9 appstream 292 k
- libselinux-devel x86_64 3.6-3.el9 appstream 159 k
- libsepol-devel x86_64 3.6-3.el9 appstream 47 k
- libthai-devel x86_64 0.1.28-8.el9 appstream 134 k
- libtiff-devel x86_64 4.4.0-16.el9 appstream 570 k
- libva x86_64 2.22.0-1.el9 appstream 116 k
- libwayland-server x86_64 1.21.0-1.el9 appstream 42 k
- libxml2-devel x86_64 2.9.13-14.el9 appstream 899 k
- pango-devel x86_64 1.48.7-3.el9 appstream 149 k
- pcre-cpp x86_64 8.44-4.el9 appstream 26 k
- pcre-devel x86_64 8.44-4.el9 appstream 506 k
- pcre-utf16 x86_64 8.44-4.el9 appstream 184 k
- pcre-utf32 x86_64 8.44-4.el9 appstream 174 k
- pcre2-devel x86_64 10.40-6.el9 appstream 512 k
- pcre2-utf16 x86_64 10.40-6.el9 appstream 214 k
- pcre2-utf32 x86_64 10.40-6.el9 appstream 203 k
- pixman-devel x86_64 0.40.0-6.el9 appstream 17 k
- sysprof-capture-devel x86_64 3.40.1-3.el9 appstream 60 k
- vulkan-loader x86_64 1.4.328.1-1.el9 appstream 158 k
- wayland-devel x86_64 1.21.0-1.el9 appstream 145 k
- Installing weak dependencies:
- mesa-vulkan-drivers x86_64 25.2.7-4.el9 appstream 14 M
-
- Transaction Summary
- ================================================================================
- Install 47 Packages
-
- Total download size: 30 M
- Installed size: 153 M
- Downloading Packages:
- (1/47): brotli-devel-1.0.9-9.el9.x86_64.rpm 1.3 MB/s | 30 kB 00:00
- (2/47): bzip2-devel-1.0.8-11.el9.x86_64.rpm 7.1 MB/s | 213 kB 00:00
- (3/47): cairo-gobject-devel-1.17.4-7.el9.x86_64 1.9 MB/s | 11 kB 00:00
- (4/47): cmake-filesystem-3.31.8-3.el9.x86_64.rp 3.1 MB/s | 19 kB 00:00
- (5/47): brotli-1.0.9-9.el9.x86_64.rpm 6.8 MB/s | 311 kB 00:00
- (6/47): cairo-devel-1.17.4-7.el9.x86_64.rpm 9.3 MB/s | 209 kB 00:00
- (7/47): fontconfig-devel-2.14.0-2.el9.x86_64.rp 22 MB/s | 174 kB 00:00
- (8/47): fribidi-devel-1.0.10-6.el9.2.x86_64.rpm 3.7 MB/s | 27 kB 00:00
- (9/47): glib2-devel-2.68.4-19.el9.x86_64.rpm 24 MB/s | 550 kB 00:00
- (10/47): freetype-devel-2.10.4-11.el9.x86_64.rp 28 MB/s | 1.1 MB 00:00
- (11/47): graphene-devel-1.10.6-2.el9.x86_64.rpm 17 MB/s | 172 kB 00:00
- (12/47): graphite2-devel-1.3.14-9.el9.x86_64.rp 2.9 MB/s | 22 kB 00:00
- (13/47): gstreamer1-plugins-bad-free-libs-1.22. 32 MB/s | 772 kB 00:00
- (14/47): gtk4-devel-4.12.3-2.el9.x86_64.rpm 23 MB/s | 1.5 MB 00:00
- (15/47): harfbuzz-devel-2.7.4-10.el9.x86_64.rpm 15 MB/s | 347 kB 00:00
- (16/47): harfbuzz-icu-2.7.4-10.el9.x86_64.rpm 273 kB/s | 14 kB 00:00
- (17/47): libXext-devel-1.3.4-8.el9.x86_64.rpm 10 MB/s | 87 kB 00:00
- (18/47): libXft-devel-2.3.3-8.el9.x86_64.rpm 2.6 MB/s | 19 kB 00:00
- (19/47): libXrender-devel-0.9.10-16.el9.x86_64. 2.2 MB/s | 17 kB 00:00
- (20/47): libblkid-devel-2.37.4-25.el9.x86_64.rp 2.1 MB/s | 15 kB 00:00
- (21/47): gtk4-4.12.3-2.el9.x86_64.rpm 24 MB/s | 5.0 MB 00:00
- (22/47): gdk-pixbuf2-devel-2.42.6-6.el9.x86_64. 268 kB/s | 66 kB 00:00
- (23/47): libdatrie-devel-0.2.13-4.el9.x86_64.rp 8.5 MB/s | 142 kB 00:00
- (24/47): libffi-devel-3.4.2-8.el9.x86_64.rpm 3.8 MB/s | 29 kB 00:00
- (25/47): libmount-devel-2.37.4-25.el9.x86_64.rp 2.3 MB/s | 16 kB 00:00
- (26/47): libpng-devel-1.6.37-15.el9.x86_64.rpm 13 MB/s | 292 kB 00:00
- (27/47): libselinux-devel-3.6-3.el9.x86_64.rpm 5.7 MB/s | 159 kB 00:00
- (28/47): libsepol-devel-3.6-3.el9.x86_64.rpm 5.8 MB/s | 47 kB 00:00
- (29/47): libicu-devel-67.1-10.el9.x86_64.rpm 22 MB/s | 937 kB 00:00
- (30/47): libthai-devel-0.1.28-8.el9.x86_64.rpm 9.0 MB/s | 134 kB 00:00
- (31/47): libva-2.22.0-1.el9.x86_64.rpm 10 MB/s | 116 kB 00:00
- (32/47): libwayland-server-1.21.0-1.el9.x86_64. 5.9 MB/s | 42 kB 00:00
- (33/47): libtiff-devel-4.4.0-16.el9.x86_64.rpm 12 MB/s | 570 kB 00:00
- (34/47): pango-devel-1.48.7-3.el9.x86_64.rpm 7.1 MB/s | 149 kB 00:00
- (35/47): pcre-cpp-8.44-4.el9.x86_64.rpm 3.5 MB/s | 26 kB 00:00
- (36/47): libxml2-devel-2.9.13-14.el9.x86_64.rpm 12 MB/s | 899 kB 00:00
- (37/47): pcre-utf16-8.44-4.el9.x86_64.rpm 12 MB/s | 184 kB 00:00
- (38/47): pcre-utf32-8.44-4.el9.x86_64.rpm 9.1 MB/s | 174 kB 00:00
- (39/47): pcre-devel-8.44-4.el9.x86_64.rpm 7.8 MB/s | 506 kB 00:00
- (40/47): pcre2-devel-10.40-6.el9.x86_64.rpm 9.4 MB/s | 512 kB 00:00
- (41/47): pcre2-utf16-10.40-6.el9.x86_64.rpm 6.1 MB/s | 214 kB 00:00
- (42/47): pixman-devel-0.40.0-6.el9.x86_64.rpm 3.2 MB/s | 17 kB 00:00
- (43/47): sysprof-capture-devel-3.40.1-3.el9.x86 6.4 MB/s | 60 kB 00:00
- (44/47): vulkan-loader-1.4.328.1-1.el9.x86_64.r 10 MB/s | 158 kB 00:00
- (45/47): pcre2-utf32-10.40-6.el9.x86_64.rpm 6.2 MB/s | 203 kB 00:00
- (46/47): wayland-devel-1.21.0-1.el9.x86_64.rpm 9.0 MB/s | 145 kB 00:00
- (47/47): mesa-vulkan-drivers-25.2.7-4.el9.x86_6 13 MB/s | 14 MB 00:01
- --------------------------------------------------------------------------------
- Total 20 MB/s | 30 MB 00:01
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : libpng-devel-2:1.6.37-15.el9.x86_64 1/47
- Installing : libXrender-devel-0.9.10-16.el9.x86_64 2/47
- Installing : libffi-devel-3.4.2-8.el9.x86_64 3/47
- Installing : vulkan-loader-1.4.328.1-1.el9.x86_64 4/47
- Installing : mesa-vulkan-drivers-25.2.7-4.el9.x86_64 5/47
- Installing : sysprof-capture-devel-3.40.1-3.el9.x86_64 6/47
- Installing : pixman-devel-0.40.0-6.el9.x86_64 7/47
- Installing : pcre2-utf32-10.40-6.el9.x86_64 8/47
- Installing : pcre2-utf16-10.40-6.el9.x86_64 9/47
- Installing : pcre2-devel-10.40-6.el9.x86_64 10/47
- Installing : pcre-utf32-8.44-4.el9.x86_64 11/47
- Installing : pcre-utf16-8.44-4.el9.x86_64 12/47
- Installing : pcre-cpp-8.44-4.el9.x86_64 13/47
- Installing : pcre-devel-8.44-4.el9.x86_64 14/47
- Installing : libwayland-server-1.21.0-1.el9.x86_64 15/47
- Installing : wayland-devel-1.21.0-1.el9.x86_64 16/47
- Installing : libva-2.22.0-1.el9.x86_64 17/47
- Installing : gstreamer1-plugins-bad-free-libs-1.22.12-5.el9.x86 18/47
- Installing : gtk4-4.12.3-2.el9.x86_64 19/47
- Installing : libtiff-devel-4.4.0-16.el9.x86_64 20/47
-
- Installing : libsepol-devel-3.6-3.el9.x86_64 21/47
- Installing : libselinux-devel-3.6-3.el9.x86_64 22/47
- Installing : libicu-devel-67.1-10.el9.x86_64 23/47
- Installing : libdatrie-devel-0.2.13-4.el9.x86_64 24/47
- Installing : libthai-devel-0.1.28-8.el9.x86_64 25/47
- Installing : libblkid-devel-2.37.4-25.el9.x86_64 26/47
- Installing : libmount-devel-2.37.4-25.el9.x86_64 27/47
- Installing : glib2-devel-2.68.4-19.el9.x86_64 28/47
- Installing : gdk-pixbuf2-devel-2.42.6-6.el9.x86_64 29/47
- Installing : graphene-devel-1.10.6-2.el9.x86_64 30/47
- Installing : libXext-devel-1.3.4-8.el9.x86_64 31/47
- Installing : harfbuzz-icu-2.7.4-10.el9.x86_64 32/47
- Installing : graphite2-devel-1.3.14-9.el9.x86_64 33/47
- Installing : fribidi-devel-1.0.10-6.el9.2.x86_64 34/47
- Installing : cmake-filesystem-3.31.8-3.el9.x86_64 35/47
- Installing : libxml2-devel-2.9.13-14.el9.x86_64 36/47
- Installing : bzip2-devel-1.0.8-11.el9.x86_64 37/47
- Installing : brotli-1.0.9-9.el9.x86_64 38/47
- Installing : brotli-devel-1.0.9-9.el9.x86_64 39/47
- Installing : harfbuzz-devel-2.7.4-10.el9.x86_64 40/47
- Installing : freetype-devel-2.10.4-11.el9.x86_64 41/47
- Installing : fontconfig-devel-2.14.0-2.el9.x86_64 42/47
- Installing : cairo-devel-1.17.4-7.el9.x86_64 43/47
- Installing : cairo-gobject-devel-1.17.4-7.el9.x86_64 44/47
- Installing : libXft-devel-2.3.3-8.el9.x86_64 45/47
- Installing : pango-devel-1.48.7-3.el9.x86_64 46/47
- Installing : gtk4-devel-4.12.3-2.el9.x86_64 47/47
- Running scriptlet: gtk4-devel-4.12.3-2.el9.x86_64 47/47
- Verifying : brotli-1.0.9-9.el9.x86_64 1/47
- Verifying : brotli-devel-1.0.9-9.el9.x86_64 2/47
- Verifying : bzip2-devel-1.0.8-11.el9.x86_64 3/47
- Verifying : cairo-devel-1.17.4-7.el9.x86_64 4/47
- Verifying : cairo-gobject-devel-1.17.4-7.el9.x86_64 5/47
- Verifying : cmake-filesystem-3.31.8-3.el9.x86_64 6/47
- Verifying : fontconfig-devel-2.14.0-2.el9.x86_64 7/47
- Verifying : freetype-devel-2.10.4-11.el9.x86_64 8/47
- Verifying : fribidi-devel-1.0.10-6.el9.2.x86_64 9/47
- Verifying : gdk-pixbuf2-devel-2.42.6-6.el9.x86_64 10/47
- Verifying : glib2-devel-2.68.4-19.el9.x86_64 11/47
- Verifying : graphene-devel-1.10.6-2.el9.x86_64 12/47
- Verifying : graphite2-devel-1.3.14-9.el9.x86_64 13/47
- Verifying : gstreamer1-plugins-bad-free-libs-1.22.12-5.el9.x86 14/47
- Verifying : gtk4-4.12.3-2.el9.x86_64 15/47
- Verifying : gtk4-devel-4.12.3-2.el9.x86_64 16/47
- Verifying : harfbuzz-devel-2.7.4-10.el9.x86_64 17/47
- Verifying : harfbuzz-icu-2.7.4-10.el9.x86_64 18/47
- Verifying : libXext-devel-1.3.4-8.el9.x86_64 19/47
- Verifying : libXft-devel-2.3.3-8.el9.x86_64 20/47
- Verifying : libXrender-devel-0.9.10-16.el9.x86_64 21/47
- Verifying : libblkid-devel-2.37.4-25.el9.x86_64 22/47
- Verifying : libdatrie-devel-0.2.13-4.el9.x86_64 23/47
- Verifying : libffi-devel-3.4.2-8.el9.x86_64 24/47
- Verifying : libicu-devel-67.1-10.el9.x86_64 25/47
- Verifying : libmount-devel-2.37.4-25.el9.x86_64 26/47
- Verifying : libpng-devel-2:1.6.37-15.el9.x86_64 27/47
- Verifying : libselinux-devel-3.6-3.el9.x86_64 28/47
- Verifying : libsepol-devel-3.6-3.el9.x86_64 29/47
- Verifying : libthai-devel-0.1.28-8.el9.x86_64 30/47
- Verifying : libtiff-devel-4.4.0-16.el9.x86_64 31/47
- Verifying : libva-2.22.0-1.el9.x86_64 32/47
- Verifying : libwayland-server-1.21.0-1.el9.x86_64 33/47
- Verifying : libxml2-devel-2.9.13-14.el9.x86_64 34/47
- Verifying : mesa-vulkan-drivers-25.2.7-4.el9.x86_64 35/47
- Verifying : pango-devel-1.48.7-3.el9.x86_64 36/47
- Verifying : pcre-cpp-8.44-4.el9.x86_64 37/47
- Verifying : pcre-devel-8.44-4.el9.x86_64 38/47
- Verifying : pcre-utf16-8.44-4.el9.x86_64 39/47
- Verifying : pcre-utf32-8.44-4.el9.x86_64 40/47
- Verifying : pcre2-devel-10.40-6.el9.x86_64 41/47
- Verifying : pcre2-utf16-10.40-6.el9.x86_64 42/47
- Verifying : pcre2-utf32-10.40-6.el9.x86_64 43/47
- Verifying : pixman-devel-0.40.0-6.el9.x86_64 44/47
- Verifying : sysprof-capture-devel-3.40.1-3.el9.x86_64 45/47
- Verifying : vulkan-loader-1.4.328.1-1.el9.x86_64 46/47
- Verifying : wayland-devel-1.21.0-1.el9.x86_64 47/47
-
- Installed:
- brotli-1.0.9-9.el9.x86_64
- brotli-devel-1.0.9-9.el9.x86_64
- bzip2-devel-1.0.8-11.el9.x86_64
- cairo-devel-1.17.4-7.el9.x86_64
- cairo-gobject-devel-1.17.4-7.el9.x86_64
- cmake-filesystem-3.31.8-3.el9.x86_64
- fontconfig-devel-2.14.0-2.el9.x86_64
- freetype-devel-2.10.4-11.el9.x86_64
- fribidi-devel-1.0.10-6.el9.2.x86_64
- gdk-pixbuf2-devel-2.42.6-6.el9.x86_64
- glib2-devel-2.68.4-19.el9.x86_64
- graphene-devel-1.10.6-2.el9.x86_64
- graphite2-devel-1.3.14-9.el9.x86_64
- gstreamer1-plugins-bad-free-libs-1.22.12-5.el9.x86_64
- gtk4-4.12.3-2.el9.x86_64
- gtk4-devel-4.12.3-2.el9.x86_64
- harfbuzz-devel-2.7.4-10.el9.x86_64
- harfbuzz-icu-2.7.4-10.el9.x86_64
- libXext-devel-1.3.4-8.el9.x86_64
- libXft-devel-2.3.3-8.el9.x86_64
- libXrender-devel-0.9.10-16.el9.x86_64
- libblkid-devel-2.37.4-25.el9.x86_64
- libdatrie-devel-0.2.13-4.el9.x86_64
- libffi-devel-3.4.2-8.el9.x86_64
- libicu-devel-67.1-10.el9.x86_64
- libmount-devel-2.37.4-25.el9.x86_64
- libpng-devel-2:1.6.37-15.el9.x86_64
- libselinux-devel-3.6-3.el9.x86_64
- libsepol-devel-3.6-3.el9.x86_64
- libthai-devel-0.1.28-8.el9.x86_64
- libtiff-devel-4.4.0-16.el9.x86_64
- libva-2.22.0-1.el9.x86_64
- libwayland-server-1.21.0-1.el9.x86_64
- libxml2-devel-2.9.13-14.el9.x86_64
- mesa-vulkan-drivers-25.2.7-4.el9.x86_64
- pango-devel-1.48.7-3.el9.x86_64
- pcre-cpp-8.44-4.el9.x86_64
- pcre-devel-8.44-4.el9.x86_64
- pcre-utf16-8.44-4.el9.x86_64
- pcre-utf32-8.44-4.el9.x86_64
- pcre2-devel-10.40-6.el9.x86_64
- pcre2-utf16-10.40-6.el9.x86_64
- pcre2-utf32-10.40-6.el9.x86_64
- pixman-devel-0.40.0-6.el9.x86_64
- sysprof-capture-devel-3.40.1-3.el9.x86_64
- vulkan-loader-1.4.328.1-1.el9.x86_64
- wayland-devel-1.21.0-1.el9.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gtk4-devel"
- gtk4-devel-4.12.3-2.el9.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-gtk4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 06:32.03 ---> saved as "a80ee02cf98916a935e6c8dcb4287580c7062fcfc4130469ff901988f7ab63d0"
Job succeeded
2026-04-05 06:32.10: Job succeeded