- github
- ocaml
- opam-repository
- 3ab7cd
- distributions,fedora-41-ocaml-4.14,conf-freeglut.1
(not at the head of any monitored branch or PR)
2025-05-05 15:17.16: New job: build conf-freeglut.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27846/head (3ab7cde5c0a01cfab638b97b6805583f81dfe9c6)
on fedora-41-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/27846/head" && git reset --hard 3ab7cde5
git fetch origin master
git merge --no-edit e28c86445c807c3d11aecedb95a03661481a7d1c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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-freeglut.1 1
RUN opam reinstall conf-freeglut.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 "\"fedora-41\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'conf-freeglut.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 .
2025-05-05 15:17.16: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5-conf-freeglut.1-3ab7cde5c0a01cfab638b97b6805583f81dfe9c6"
2025-05-05 15:17.16: Using OBuilder spec:
((from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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-freeglut.1 1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-freeglut.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 \"\\\"fedora-41\\\"\"; 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-freeglut.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-05-05 15:17.16: Waiting for resource in pool OCluster
2025-05-05 15:17.43: Waiting for worker…
2025-05-05 15:22.31: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at e28c86445c Merge pull request #27816 from Leonidas-from-XIV/core-unix-alpine
Merge made by the 'ort' strategy.
packages/conf-freeglut/conf-freeglut.1/opam | 10 +++++++++-
.../conf-mingw-w64-freeglut-i686.1/opam | 19 +++++++++++++++++++
.../conf-mingw-w64-freeglut-x86_64.1/opam | 19 +++++++++++++++++++
3 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 packages/conf-mingw-w64-freeglut-i686/conf-mingw-w64-freeglut-i686.1/opam
create mode 100644 packages/conf-mingw-w64-freeglut-x86_64/conf-mingw-w64-freeglut-x86_64.1/opam
(from ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5)
Unable to find image 'ocaml/opam:fedora-41-ocaml-4.14@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5' locally
docker.io/ocaml/opam@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5: Pulling from ocaml/opam
93e3f450083f: Pulling fs layer
93e3f450083f: Verifying Checksum
93e3f450083f: Download complete
93e3f450083f: Pull complete
Digest: sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5
Status: Downloaded newer image for ocaml/opam@sha256:5f7e85e8433bbeaa7d6d5950f953411f3bda6c29c0ad25421de1d7e7b3e1c5b5
2025-05-05 15:27.43 ---> saved as "f2220bfff49e12c90a8675a40659ad73b0d25bd7e8915f672671703631cced57"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-05 15:27.43 ---> saved as "258c583c29277e63d69b1cd0a999d5aa0c835df3063e50f4ccfd82accb4e79a4"
/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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-05 15:28.11 ---> saved as "e9f37f0f2a90c8227a80ca19737c52d1974b10f6c187a0cc3b8b2a4325401409"
/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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=fedora os-version=41
# 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.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-05-05 15:28.12 ---> saved as "25b019b3aaa767a05388426ea24aa3abc46982b7fb00ba4de9b7f7c299a9186d"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-05-05 15:28.23 ---> saved as "c1b4c064c315e68f6b8fd288be8d5ed10181fcc00caf4cdcf36e0850458bc993"
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-05 15:28.32 ---> saved as "e6b8a57c9fc991a0caaa9dac10702a94ff41f45b6da204d2db033ba75a3c1120"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-05 15:28.55 ---> saved as "c43070eb8ce043dc98afd3befcb136672ad11578cdfbbe34042e9f7c694d0828"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Updating and loading repositories:
- Fedora 41 - x86_64 - Updates 100% | 28.4 KiB/s | 23.2 KiB | 00m01s
- Fedora 41 - x86_64 - Updates 100% | 526.5 KiB/s | 3.2 MiB | 00m06s
- Repositories loaded.
- Metadata cache created.
2025-05-05 15:29.05 ---> saved as "dda8df059171c92cfb66d7da78c87009b20e244eeb5e91a19b524a7b2c21ed35"
/home/opam: (run (shell "opam pin add -k version -yn conf-freeglut.1 1"))
conf-freeglut is now pinned to version 1
2025-05-05 15:29.06 ---> saved as "b8208d12938b9bf589f58928311cc67e034fe4dd4c43032324048441b4ad06d3"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall conf-freeglut.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 \"\\\"fedora-41\\\"\"; 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-freeglut.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-freeglut.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install conf-freeglut 1 (pinned)
- install conf-pkg-config 4 [required by conf-freeglut]
The following system packages will first need to be installed:
freeglut-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" "freeglut-devel"
- Updating and loading repositories:
- Repositories loaded.
- Package Arch Version Repository Size
- Installing:
- freeglut-devel x86_64 3.6.0-4.fc41 updates 2.3 MiB
- Installing dependencies:
- cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B
- freeglut x86_64 3.6.0-4.fc41 updates 471.9 KiB
- hwdata noarch 0.394-1.fc41 updates 9.5 MiB
- libXext x86_64 1.3.6-2.fc41 fedora 90.1 KiB
- libXi x86_64 1.8.2-1.fc41 fedora 76.7 KiB
- libXxf86vm x86_64 1.1.6-1.fc41 updates 28.2 KiB
- libdrm x86_64 2.4.124-1.fc41 updates 397.7 KiB
- libdrm-devel x86_64 2.4.124-1.fc41 updates 708.5 KiB
- libglvnd x86_64 1:1.7.0-5.fc41 fedora 530.2 KiB
- libglvnd-core-devel x86_64 1:1.7.0-5.fc41 fedora 40.3 KiB
- libglvnd-devel x86_64 1:1.7.0-5.fc41 fedora 2.1 MiB
- libglvnd-egl x86_64 1:1.7.0-5.fc41 fedora 68.8 KiB
- libglvnd-gles x86_64 1:1.7.0-5.fc41 fedora 106.2 KiB
- libglvnd-glx x86_64 1:1.7.0-5.fc41 fedora 605.5 KiB
- libglvnd-opengl x86_64 1:1.7.0-5.fc41 fedora 148.8 KiB
- libpciaccess x86_64 0.16-13.fc41 fedora 44.6 KiB
- libpciaccess-devel x86_64 0.16-13.fc41 fedora 15.3 KiB
- libwayland-client x86_64 1.23.0-2.fc41 fedora 62.1 KiB
- libwayland-server x86_64 1.23.0-2.fc41 fedora 78.6 KiB
- libxshmfence x86_64 1.3.2-5.fc41 updates 16.5 KiB
- lm_sensors-libs x86_64 3.6.0-20.fc41 fedora 85.9 KiB
- mesa-dri-drivers x86_64 25.0.4-2.fc41 updates 160.4 MiB
- mesa-filesystem x86_64 25.0.4-2.fc41 updates 3.6 KiB
- mesa-libEGL x86_64 25.0.4-2.fc41 updates 336.0 KiB
- mesa-libGL x86_64 25.0.4-2.fc41 updates 424.9 KiB
- mesa-libGL-devel x86_64 25.0.4-2.fc41 updates 80.8 KiB
- mesa-libGLU x86_64 9.0.3-5.fc41 fedora 357.8 KiB
- mesa-libGLU-devel x86_64 9.0.3-5.fc41 fedora 17.0 KiB
- mesa-libgbm x86_64 25.0.4-2.fc41 updates 24.0 KiB
- spirv-tools-libs x86_64 2025.1-1.fc41 updates 5.6 MiB
- Installing weak dependencies:
- gl-manpages noarch 1.1-32.20190306.fc41 fedora 935.7 KiB
- mesa-va-drivers x86_64 25.0.4-2.fc41 updates 92.0 B
-
- Transaction Summary:
- Installing: 33 packages
-
- Total size of inbound packages is 38 MiB. Need to download 38 MiB.
- After this operation, 186 MiB extra will be used (install 186 MiB, remove 0 B).
- [ 1/33] cmake-filesystem-0:3.30.8-1.fc4 100% | 357.8 KiB/s | 16.8 KiB | 00m00s
- [ 2/33] libXi-0:1.8.2-1.fc41.x86_64 100% | 2.3 MiB/s | 39.9 KiB | 00m00s
- [ 3/33] freeglut-0:3.6.0-4.fc41.x86_64 100% | 2.1 MiB/s | 147.1 KiB | 00m00s
- [ 4/33] libglvnd-opengl-1:1.7.0-5.fc41. 100% | 576.0 KiB/s | 37.4 KiB | 00m00s
- [ 5/33] libXext-0:1.3.6-2.fc41.x86_64 100% | 662.3 KiB/s | 39.1 KiB | 00m00s
- [ 6/33] libglvnd-1:1.7.0-5.fc41.x86_64 100% | 2.3 MiB/s | 114.4 KiB | 00m00s
- [ 7/33] mesa-libGL-devel-0:25.0.4-2.fc4 100% | 1.1 MiB/s | 38.6 KiB | 00m00s
- [ 8/33] libglvnd-devel-1:1.7.0-5.fc41.x 100% | 2.0 MiB/s | 162.0 KiB | 00m00s
- [ 9/33] libglvnd-glx-1:1.7.0-5.fc41.x86 100% | 420.9 KiB/s | 129.2 KiB | 00m00s
- [10/33] libglvnd-core-devel-1:1.7.0-5.f 100% | 797.5 KiB/s | 17.5 KiB | 00m00s
- [11/33] libglvnd-gles-1:1.7.0-5.fc41.x8 100% | 750.7 KiB/s | 29.3 KiB | 00m00s
- [12/33] mesa-libGLU-devel-0:9.0.3-5.fc4 100% | 258.0 KiB/s | 12.1 KiB | 00m00s
- [13/33] mesa-libGLU-0:9.0.3-5.fc41.x86_ 100% | 727.1 KiB/s | 162.9 KiB | 00m00s
- [14/33] libglvnd-egl-1:1.7.0-5.fc41.x86 100% | 85.2 KiB/s | 35.5 KiB | 00m00s
- [15/33] mesa-libGL-0:25.0.4-2.fc41.x86_ 100% | 1.4 MiB/s | 163.1 KiB | 00m00s
- [16/33] libwayland-server-0:1.23.0-2.fc 100% | 283.4 KiB/s | 41.1 KiB | 00m00s
- [17/33] lm_sensors-libs-0:3.6.0-20.fc41 100% | 366.6 KiB/s | 40.7 KiB | 00m00s
- [18/33] mesa-filesystem-0:25.0.4-2.fc41 100% | 609.7 KiB/s | 21.3 KiB | 00m00s
- [19/33] mesa-libEGL-0:25.0.4-2.fc41.x86 100% | 349.4 KiB/s | 138.7 KiB | 00m00s
- [20/33] mesa-libgbm-0:25.0.4-2.fc41.x86 100% | 839.3 KiB/s | 27.7 KiB | 00m00s
- [21/33] libwayland-client-0:1.23.0-2.fc 100% | 1.0 MiB/s | 33.3 KiB | 00m00s
- [22/33] libdrm-0:2.4.124-1.fc41.x86_64 100% | 506.9 KiB/s | 148.5 KiB | 00m00s
- [23/33] libpciaccess-0:0.16-13.fc41.x86 100% | 307.9 KiB/s | 26.5 KiB | 00m00s
- [24/33] libdrm-devel-0:2.4.124-1.fc41.x 100% | 235.0 KiB/s | 179.5 KiB | 00m01s
- [25/33] libXxf86vm-0:1.1.6-1.fc41.x86_6 100% | 488.8 KiB/s | 16.6 KiB | 00m00s
- [26/33] libxshmfence-0:1.3.2-5.fc41.x86 100% | 335.0 KiB/s | 13.4 KiB | 00m00s
- [27/33] freeglut-devel-0:3.6.0-4.fc41.x 100% | 333.4 KiB/s | 944.4 KiB | 00m03s
- [28/33] libpciaccess-devel-0:0.16-13.fc 100% | 318.8 KiB/s | 12.4 KiB | 00m00s
- [29/33] spirv-tools-libs-0:2025.1-1.fc4 100% | 437.1 KiB/s | 1.5 MiB | 00m04s
- [30/33] gl-manpages-0:1.1-32.20190306.f 100% | 391.3 KiB/s | 1.2 MiB | 00m03s
- [31/33] hwdata-0:0.394-1.fc41.noarch 100% | 252.2 KiB/s | 1.6 MiB | 00m07s
- [32/33] mesa-va-drivers-0:25.0.4-2.fc41 100% | 67.4 KiB/s | 20.0 KiB | 00m00s
- [33/33] mesa-dri-drivers-0:25.0.4-2.fc4 100% | 379.0 KiB/s | 31.2 MiB | 01m24s
- --------------------------------------------------------------------------------
- [33/33] Total 100% | 447.1 KiB/s | 38.3 MiB | 01m28s
- Running transaction
- [ 1/35] Verify package files 100% | 218.0 B/s | 33.0 B | 00m00s
- [ 2/35] Prepare transaction 100% | 343.0 B/s | 33.0 B | 00m00s
- [ 3/35] Installing libglvnd-1:1.7.0-5.f 100% | 129.8 MiB/s | 531.6 KiB | 00m00s
- [ 4/35] Installing libXext-0:1.3.6-2.fc 100% | 44.6 MiB/s | 91.3 KiB | 00m00s
- [ 5/35] Installing libglvnd-opengl-1:1. 100% | 73.1 MiB/s | 149.7 KiB | 00m00s
- [ 6/35] Installing mesa-filesystem-0:25 100% | 4.2 MiB/s | 4.3 KiB | 00m00s
- [ 7/35] Installing libwayland-server-0: 100% | 39.0 MiB/s | 79.8 KiB | 00m00s
- [ 8/35] Installing mesa-libGLU-0:9.0.3- 100% | 116.7 MiB/s | 358.6 KiB | 00m00s
- [ 9/35] Installing libXi-0:1.8.2-1.fc41 100% | 76.0 MiB/s | 77.8 KiB | 00m00s
- [10/35] Installing libXxf86vm-0:1.1.6-1 100% | 28.8 MiB/s | 29.5 KiB | 00m00s
- [11/35] Installing hwdata-0:0.394-1.fc4 100% | 230.6 MiB/s | 9.5 MiB | 00m00s
- [12/35] Installing libpciaccess-0:0.16- 100% | 22.5 MiB/s | 46.0 KiB | 00m00s
- [13/35] Installing libdrm-0:2.4.124-1.f 100% | 78.4 MiB/s | 401.6 KiB | 00m00s
- [14/35] Installing libpciaccess-devel-0 100% | 15.5 MiB/s | 15.9 KiB | 00m00s
- [15/35] Installing libdrm-devel-0:2.4.1 100% | 100.1 MiB/s | 717.6 KiB | 00m00s
- [16/35] Installing spirv-tools-libs-0:2 100% | 245.4 MiB/s | 5.6 MiB | 00m00s
- [17/35] Installing libxshmfence-0:1.3.2 100% | 17.2 MiB/s | 17.7 KiB | 00m00s
- [18/35] Installing libwayland-client-0: 100% | 30.9 MiB/s | 63.3 KiB | 00m00s
- [19/35] Installing lm_sensors-libs-0:3. 100% | 42.5 MiB/s | 87.0 KiB | 00m00s
- [20/35] Installing mesa-libgbm-0:25.0.4 100% | 12.1 MiB/s | 24.8 KiB | 00m00s
- [21/35] Installing mesa-dri-drivers-0:2 100% | 307.4 MiB/s | 160.4 MiB | 00m01s
- [22/35] Installing mesa-libGL-0:25.0.4- 100% | 138.6 MiB/s | 425.9 KiB | 00m00s
- [23/35] Installing libglvnd-glx-1:1.7.0 100% | 197.5 MiB/s | 606.9 KiB | 00m00s
- [24/35] Installing mesa-libEGL-0:25.0.4 100% | 109.7 MiB/s | 337.0 KiB | 00m00s
- [25/35] Installing libglvnd-egl-1:1.7.0 100% | 34.4 MiB/s | 70.4 KiB | 00m00s
- [26/35] Installing libglvnd-gles-1:1.7. 100% | 105.0 MiB/s | 107.6 KiB | 00m00s
- [27/35] Installing freeglut-0:3.6.0-4.f 100% | 154.1 MiB/s | 473.5 KiB | 00m00s
- [28/35] Installing libglvnd-core-devel- 100% | 40.1 MiB/s | 41.1 KiB | 00m00s
- [29/35] Installing libglvnd-devel-1:1.7 100% | 235.6 MiB/s | 2.1 MiB | 00m00s
- [30/35] Installing mesa-libGL-devel-0:2 100% | 79.6 MiB/s | 81.5 KiB | 00m00s
- [31/35] Installing mesa-libGLU-devel-0: 100% | 17.1 MiB/s | 17.5 KiB | 00m00s
- [32/35] Installing cmake-filesystem-0:3 100% | 1.2 MiB/s | 7.3 KiB | 00m00s
- [33/35] Installing freeglut-devel-0:3.6 100% | 289.7 MiB/s | 2.3 MiB | 00m00s
- [34/35] Installing mesa-va-drivers-0:25 100% | 264.3 KiB/s | 812.0 B | 00m00s
- [35/35] Installing gl-manpages-0:1.1-32 100% | 8.5 MiB/s | 1.1 MiB | 00m00s
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "freeglut-devel"
- freeglut-devel-3.6.0-4.fc41.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> installed conf-freeglut.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-05 15:30.40 ---> saved as "e7fe6cfc9d8170decdef476a4233140d841618abd7935a9a54b9a19f3e1df5aa"
Job succeeded
2025-05-05 15:30.54: Job succeeded