(for PR #24267)

2026-04-29 12:47.45: New job: test orrandomForest.2.0.1, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c)
                              on freebsd-15.0-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/24267/head" && git reset --hard 41de505e
git fetch origin master
git merge --no-edit dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/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 orrandomForest.2.0.1 2.0.1
RUN opam reinstall orrandomForest.2.0.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 "\"freebsd-15.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orrandomForest.2.0.1' && 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 orrandomForest.2.0.1) || true
RUN opam reinstall --with-test --verbose orrandomForest.2.0.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 "\"freebsd-15.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'orrandomForest.2.0.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-29 12:47.45: Using cache hint "freebsd-15.0-ocaml-5.4-orrandomForest.2.0.1-41de505ec8ff3637ab3cb06a41ccbc29683f566c"
2026-04-29 12:47.45: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -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 orrandomForest.2.0.1 2.0.1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall orrandomForest.2.0.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 \"\\\"freebsd-15.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\" != 'orrandomForest.2.0.1' && 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 orrandomForest.2.0.1) || true"))
 (run (shell  "opam reinstall --with-test --verbose orrandomForest.2.0.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 \"\\\"freebsd-15.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\" != 'orrandomForest.2.0.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-29 12:47.45: Connecting to build cluster…
2026-04-29 12:47.45: Waiting for resource in pool OCluster
2026-04-29 14:12.31: Waiting for worker…
2026-04-29 15:41.57: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18868/18868), done.
HEAD is now at dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2
Merge made by the 'ort' strategy.
 packages/odnnr/odnnr.2.0.0/opam                   | 4 +---
 packages/oplsr/oplsr.8.0.1/opam                   | 3 +--
 packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +----
 packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------
 packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------
 packages/orsvm_e1071/orsvm_e1071.2.0.0/opam       | 3 ---
 packages/orsvm_e1071/orsvm_e1071.3.0.0/opam       | 5 +----
 packages/orsvm_e1071/orsvm_e1071.3.0.1/opam       | 2 +-
 packages/orsvm_e1071/orsvm_e1071.3.0.2/opam       | 2 +-
 packages/orsvm_e1071/orsvm_e1071.4.0.0/opam       | 2 +-
 packages/orxgboost/orxgboost.1.0.1/opam           | 5 +----
 packages/orxgboost/orxgboost.1.1.0/opam           | 5 +----
 packages/orxgboost/orxgboost.1.2.0/opam           | 5 +----
 13 files changed, 12 insertions(+), 43 deletions(-)

(from freebsd-15.0-ocaml-5.4)
2026-04-29 15:34.44 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-04-29 15:34.45 ---> using "745d7b97fc3a454a03ab650bab99c7a6daf50bee999fe903ccff757d7afbd43c" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 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 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-04-29 15:34.45 ---> using "803b529782fec3e315a65a64770b60f2264bf3cb2147f21894ecc4e5b04b39c2" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=freebsd os-distribution=freebsd os-version=1500068
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.1
# invariant            ["ocaml-base-compiler" {= "5.4.1"} | "ocaml-system" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4.1/lib/ocaml/stublibs:/home/opam/.opam/5.4.1/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-29 15:34.45 ---> using "44c28f3a9763d7febf1c500e3197be7d30852280b29368166fba08939b19971b" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-29 15:34.46 ---> using "0f138587f3dff1fe6ad69d7d4a1dba6de063434835fe7ed8ccf2f9be3b7a41c5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-29 15:34.48 ---> using "c55594464a85f40c45356b0137380183544b0fb729175ab5e87f4f2d104a85b8" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-29 15:35.01 ---> saved as "6cce938189df41fcfdb786f7322b406c5aa05e9c225946a75f56d7fd3b359c9d"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-29 15:35.01 ---> saved as "a72fc1a97596937b02d4e19e84a71d9d85fd1b6219e2e5d37a1ce647be7e65cd"

/home/opam: (run (shell "opam pin add -k version -yn orrandomForest.2.0.1 2.0.1"))
orrandomForest is now pinned to version 2.0.1
2026-04-29 15:35.04 ---> saved as "2d9c34af3c40f4408ad793da0deaddc0189d905e17c39b4b9432627879d49d83"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall orrandomForest.2.0.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 \"\\\"freebsd-15.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\" != 'orrandomForest.2.0.1' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
orrandomForest.2.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 4 packages
  ∗ conf-r         1.0.0          [required by orrandomForest]
  ∗ dolog          6.0.0          [required by orrandomForest]
  ∗ dune           3.22.2         [required by orrandomForest]
  ∗ orrandomForest 2.0.1 (pinned)

The following system packages will first need to be installed:
    math/R

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg 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/local/bin/sudo "pkg" "install" "-y" "math/R"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 68 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	R: 4.5.3 [FreeBSD-ports]
- 	avahi-app: 0.8_6 [FreeBSD-ports]
- 	binutils: 2.44,1 [FreeBSD-ports]
- 	cairo: 1.18.2,3 [FreeBSD-ports]
- 	cmake-core: 3.31.10_1 [FreeBSD-ports]
- 	cups: 2.4.16 [FreeBSD-ports]
- 	dbus: 1.16.2_4,1 [FreeBSD-ports]
- 	dbus-glib: 0.114 [FreeBSD-ports]
- 	fontconfig: 2.17.1,1 [FreeBSD-ports]
- 	freetype2: 2.14.3 [FreeBSD-ports]
- 	fribidi: 1.0.16 [FreeBSD-ports]
- 	gcc14: 14.2.0_4 [FreeBSD-ports]
- 	gdbm: 1.26 [FreeBSD-ports]
- 	ghostscript10: 10.07.0 [FreeBSD-ports]
- 	glib: 2.84.4,2 [FreeBSD-ports]
- 	gmp: 6.3.0 [FreeBSD-ports]
- 	gnome_subr: 1.0 [FreeBSD-ports]
- 	gnutls: 3.8.12 [FreeBSD-ports]
- 	graphite2: 1.3.14 [FreeBSD-ports]
- 	harfbuzz: 13.2.1 [FreeBSD-ports]
- 	icu: 76.1,1 [FreeBSD-ports]
- 	jbig2dec: 0.20_1 [FreeBSD-ports]
- 	jbigkit: 2.1_3 [FreeBSD-ports]
- 	jpeg-turbo: 3.1.4.1 [FreeBSD-ports]
- 	jsoncpp: 1.9.6_1 [FreeBSD-ports]
- 	lcms2: 2.18 [FreeBSD-ports]
- 	lerc: 4.0.0 [FreeBSD-ports]
- 	libICE: 1.1.2,1 [FreeBSD-ports]
- 	libSM: 1.2.6,1 [FreeBSD-ports]
- 	libX11: 1.8.13,1 [FreeBSD-ports]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD-ports]
- 	libXau: 1.0.12 [FreeBSD-ports]
- 	libXdmcp: 1.1.5 [FreeBSD-ports]
- 	libXext: 1.3.6,1 [FreeBSD-ports]
- 	libXft: 2.3.8 [FreeBSD-ports]
- 	libXmu: 1.1.4,1 [FreeBSD-ports]
- 	libXrender: 0.9.12 [FreeBSD-ports]
- 	libXt: 1.3.0,1 [FreeBSD-ports]
- 	libdaemon: 0.14_1 [FreeBSD-ports]
- 	libdatrie: 0.2.14_1 [FreeBSD-ports]
- 	libdeflate: 1.25 [FreeBSD-ports]
- 	libevent: 2.1.12 [FreeBSD-ports]
- 	libfontenc: 1.1.9 [FreeBSD-ports]
- 	libidn: 1.43 [FreeBSD-ports]
- 	libpaper: 1.1.28_1 [FreeBSD-ports]
- 	libtasn1: 4.21.0 [FreeBSD-ports]
- 	libthai: 0.1.30 [FreeBSD-ports]
- 	libuv: 1.52.0 [FreeBSD-ports]
- 	libxcb: 1.17.0 [FreeBSD-ports]
- 	libxml2: 2.15.2 [FreeBSD-ports]
- 	lzo2: 2.10_1 [FreeBSD-ports]
- 	mkfontscale: 1.2.3 [FreeBSD-ports]
- 	mpc: 1.4.0 [FreeBSD-ports]
- 	mpfr: 4.2.2,1 [FreeBSD-ports]
- 	nettle: 3.10.2 [FreeBSD-ports]
- 	openjpeg: 2.5.4_2 [FreeBSD-ports]
- 	p11-kit: 0.26.2 [FreeBSD-ports]
- 	pango: 1.56.4_1 [FreeBSD-ports]
- 	pixman: 0.46.2 [FreeBSD-ports]
- 	png: 1.6.57 [FreeBSD-ports]
- 	poppler-data: 0.4.12 [FreeBSD-ports]
- 	py311-packaging: 26.0 [FreeBSD-ports]
- 	rhash: 1.4.6 [FreeBSD-ports]
- 	tcl86: 8.6.17 [FreeBSD-ports]
- 	tiff: 4.7.1_1 [FreeBSD-ports]
- 	tk86: 8.6.17 [FreeBSD-ports]
- 	urw-base35-fonts: 20200910 [FreeBSD-ports]
- 	xorgproto: 2024.1 [FreeBSD-ports]
- 
- Number of packages to be installed: 68
- 
- The process will require 1 GiB more space.
- 245 MiB to be downloaded.
- [rosemary] [ 1/68] Fetching png-1.6.57: .......... done
- [rosemary] [ 2/68] Fetching avahi-app-0.8_6: ...... done
- [rosemary] [ 3/68] Fetching libxcb-1.17.0: .......... done
- [rosemary] [ 4/68] Fetching libdatrie-0.2.14_1: ... done
- [rosemary] [ 5/68] Fetching ghostscript10-10.07.0: .......... done
- [rosemary] [ 6/68] Fetching freetype2-2.14.3: ......... done
- [rosemary] [ 7/68] Fetching jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [ 8/68] Fetching dbus-1.16.2_4,1: .......... done
- [rosemary] [ 9/68] Fetching libXt-1.3.0,1: .......... done
- [rosemary] [10/68] Fetching libfontenc-1.1.9: .. done
- [rosemary] [11/68] Fetching jsoncpp-1.9.6_1: ......... done
- [rosemary] [12/68] Fetching libuv-1.52.0: ......... done
- [rosemary] [13/68] Fetching cups-2.4.16: .......... done
- [rosemary] [14/68] Fetching nettle-3.10.2: .....
- ..... done
- [rosemary] [15/68] Fetching lzo2-2.10_1: ........ done
- [rosemary] [16/68] Fetching lcms2-2.18: .......... done
- [rosemary] [17/68] Fetching libthai-0.1.30: .......... done
- [rosemary] [18/68] Fetching tk86-8.6.17: .......... done
- [rosemary] [19/68] Fetching pango-1.56.4_1: .......... done
- [rosemary] [20/68] Fetching gmp-6.3.0: .......... done
- [rosemary] [21/68] Fetching mpfr-4.2.2,1: .......... done
- [rosemary] [22/68] Fetching mkfontscale-1.2.3: .. done
- [rosemary] [23/68] Fetching cmake-core-3.31.10_1: ........
- .. done
- [rosemary] [24/68] Fetching libdeflate-1.25: ...... done
- [rosemary] [25/68] Fetching libXext-1.3.6,1: ....... done
- [rosemary] [26/68] Fetching fribidi-1.0.16: ...... done
- [rosemary] [27/68] Fetching libidn-1.43: .......... done
- [rosemary] [28/68] Fetching openjpeg-2.5.4_2: .......... done
- [rosemary] [29/68] Fetching libtasn1-4.21.0: .......... done
- [rosemary] [30/68] Fetching p11-kit-0.26.2: .......... done
- [rosemary] [31/68] Fetching dbus-glib-0.114: .......... done
- [rosemary] [32/68] Fetching jbig2dec-0.20_1: ....... done
- [rosemary] [33/68] Fetching libXau-1.0.12: . done
- [rosemary] [34/68] Fetching libICE-1.1.2,1: ....... done
- [rosemary] [35/68] Fetching libXmu-1.1.4,1: ....... done
- [rosemary] [36/68] Fetching libxml2-2.15.2: .......... done
- [rosemary] [37/68] Fetching gnome_subr-1.0: . done
- [rosemary] [38/68] Fetching fontconfig-2.17.1,1: ....... done
- [rosemary] [39/68] Fetching pixman-0.46.2: .......... done
- [rosemary] [40/68] Fetching icu-76.1,1: ...
- ....... done
- [rosemary] [41/68] Fetching gnutls-3.8.12: .......... done
- [rosemary] [42/68] Fetching py311-packaging-26.0: ......... done
- [rosemary] [43/68] Fetching mpc-1.4.0: ........ done
- [rosemary] [44/68] Fetching libXScrnSaver-1.2.4_1: . done
- [rosemary] [45/68] Fetching libSM-1.2.6,1: .. done
- [rosemary] [46/68] Fetching libpaper-1.1.28_1: .. done
- [rosemary] [47/68] Fetching libX11-1.8.13,1: .......
- ... done
- [rosemary] [48/68] Fetching libXrender-0.9.12: ... done
- [rosemary] [49/68] Fetching R-4.5.3: ...
- ..
- ...
- .. done
- [rosemary] [50/68] Fetching glib-2.84.4,2: 
- .......... done
- [rosemary] [51/68] Fetching xorgproto-2024.1: .......... done
- [rosemary] [52/68] Fetching urw-base35-fonts-20200910: .......
- ... done
- [rosemary] [53/68] Fetching libXft-2.3.8: ..... done
- [rosemary] [54/68] Fetching jbigkit-2.1_3: ..... done
- [rosemary] [55/68] Fetching libdaemon-0.14_1: ... done
- [rosemary] [56/68] Fetching cairo-1.18.2,3: .......... done
- [rosemary] [57/68] Fetching binutils-2.44,1: .......
- ... done
- [rosemary] [58/68] Fetching libXdmcp-1.1.5: .. done
- [rosemary] [59/68] Fetching tiff-4.7.1_1: .......... done
- [rosemary] [60/68] Fetching tcl86-8.6.17: .......... done
- [rosemary] [61/68] Fetching graphite2-1.3.14: ....... done
- [rosemary] [62/68] Fetching gcc14-14.2.0_4: 
- .
- .
- ..
- ...
- ... done
- [rosemary] [63/68] Fetching rhash-1.4.6: ....... done
- [rosemary] [64/68] Fetching harfbuzz-13.2.1: .......... done
- [rosemary] [65/68] Fetching libevent-2.1.12: .......... done
- [rosemary] [66/68] Fetching poppler-data-0.4.12: ........
- .. done
- [rosemary] [67/68] Fetching lerc-4.0.0: .......... done
- [rosemary] [68/68] Fetching gdbm-1.26: .......... done
- Checking integrity... done (0 conflicting)
- [rosemary] [ 1/68] Installing binutils-2.44,1...
- [rosemary] [ 1/68] Extracting binutils-2.44,1: .......... done
- [rosemary] [ 2/68] Installing fribidi-1.0.16...
- [rosemary] [ 2/68] Extracting fribidi-1.0.16: .......... done
- [rosemary] [ 3/68] Installing gdbm-1.26...
- [rosemary] [ 3/68] Extracting gdbm-1.26: .......... done
- [rosemary] [ 4/68] Installing gmp-6.3.0...
- [rosemary] [ 4/68] Extracting gmp-6.3.0: .......... done
- [rosemary] [ 5/68] Installing gnome_subr-1.0...
- [rosemary] [ 5/68] Extracting gnome_subr-1.0: .... done
- [rosemary] [ 6/68] Installing graphite2-1.3.14...
- [rosemary] [ 6/68] Extracting graphite2-1.3.14: .......... done
- [rosemary] [ 7/68] Installing icu-76.1,1...
- [rosemary] [ 7/68] Extracting icu-76.1,1: .......... done
- [rosemary] [ 8/68] Installing jbigkit-2.1_3...
- [rosemary] [ 8/68] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [ 9/68] Installing jpeg-turbo-3.1.4.1...
- [rosemary] [ 9/68] Extracting jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [10/68] Installing jsoncpp-1.9.6_1...
- [rosemary] [10/68] Extracting jsoncpp-1.9.6_1: .......... done
- [rosemary] [11/68] Installing lerc-4.0.0...
- [rosemary] [11/68] Extracting lerc-4.0.0: ........ done
- [rosemary] [12/68] Installing libICE-1.1.2,1...
- [rosemary] [12/68] Extracting libICE-1.1.2,1: .......... done
- [rosemary] [13/68] Installing libSM-1.2.6,1...
- [rosemary] [13/68] Extracting libSM-1.2.6,1: .......... done
- [rosemary] [14/68] Installing libXau-1.0.12...
- [rosemary] [14/68] Extracting libXau-1.0.12: .......... done
- [rosemary] [15/68] Installing libdaemon-0.14_1...
- [rosemary] [15/68] Extracting libdaemon-0.14_1: .......... done
- [rosemary] [16/68] Installing libdatrie-0.2.14_1...
- [rosemary] [16/68] Extracting libdatrie-0.2.14_1: .......... done
- [rosemary] [17/68] Installing libdeflate-1.25...
- [rosemary] [17/68] Extracting libdeflate-1.25: .......... done
- [rosemary] [18/68] Installing libevent-2.1.12...
- [rosemary] [18/68] Extracting libevent-2.1.12: .......... done
- [rosemary] [19/68] Installing libfontenc-1.1.9...
- [rosemary] [19/68] Extracting libfontenc-1.1.9: ......... done
- [rosemary] [20/68] Installing libidn-1.43...
- [rosemary] [20/68] Extracting libidn-1.43: .......... done
- [rosemary] [21/68] Installing libpaper-1.1.28_1...
- [rosemary] [21/68] Extracting libpaper-1.1.28_1: .......... done
- [rosemary] [22/68] Installing libtasn1-4.21.0...
- [rosemary] [22/68] Extracting libtasn1-4.21.0: .......... done
- [rosemary] [23/68] Installing libthai-0.1.30...
- [rosemary] [23/68] Extracting libthai-0.1.30: .......... done
- [rosemary] [24/68] Installing libuv-1.52.0...
- [rosemary] [24/68] Extracting libuv-1.52.0: .......... done
- [rosemary] [25/68] Installing libxml2-2.15.2...
- [rosemary] [25/68] Extracting libxml2-2.15.2: .......... done
- [rosemary] [26/68] Installing lzo2-2.10_1...
- [rosemary] [26/68] Extracting lzo2-2.10_1: .......... done
- [rosemary] [27/68] Installing mpfr-4.2.2,1...
- [rosemary] [27/68] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [28/68] Installing mpc-1.4.0...
- [rosemary] [28/68] Extracting mpc-1.4.0: .......... done
- [rosemary] [29/68] Installing gcc14-14.2.0_4...
- [rosemary] [29/68] Extracting gcc14-14.2.0_4: .........
- . done
- [rosemary] [30/68] Installing nettle-3.10.2...
- [rosemary] [30/68] Extracting nettle-3.10.2: .......... done
- [rosemary] [31/68] Installing p11-kit-0.26.2...
- [rosemary] [31/68] Extracting p11-kit-0.26.2: .......... done
- [rosemary] [32/68] Installing gnutls-3.8.12...
- [rosemary] [32/68] Extracting gnutls-3.8.12: .....
- ..... done
- [rosemary] [33/68] Installing pixman-0.46.2...
- [rosemary] [33/68] Extracting pixman-0.46.2: ......... done
- [rosemary] [34/68] Installing png-1.6.57...
- [rosemary] [34/68] Extracting png-1.6.57: .......... done
- [rosemary] [35/68] Installing freetype2-2.14.3...
- [rosemary] [35/68] Extracting freetype2-2.14.3: .......... done
- [rosemary] [36/68] Installing fontconfig-2.17.1,1...
- [rosemary] [36/68] Extracting fontconfig-2.17.1,1: .......... done
- [rosemary] [37/68] Installing jbig2dec-0.20_1...
- [rosemary] [37/68] Extracting jbig2dec-0.20_1: .......... done
- [rosemary] [38/68] Installing mkfontscale-1.2.3...
- [rosemary] [38/68] Extracting mkfontscale-1.2.3: ....... done
- [rosemary] [39/68] Installing poppler-data-0.4.12...
- [rosemary] [39/68] Extracting poppler-data-0.4.12: .......... done
- [rosemary] [40/68] Installing py311-packaging-26.0...
- [rosemary] [40/68] Extracting py311-packaging-26.0: .......... done
- [rosemary] [41/68] Installing glib-2.84.4,2...
- [rosemary] [41/68] Extracting glib-2.84.4,2: .......... done
- [rosemary] [42/68] Installing harfbuzz-13.2.1...
- [rosemary] [42/68] Extracting harfbuzz-13.2.1: .......... done
- [rosemary] [43/68] Installing rhash-1.4.6...
- [rosemary] [43/68] Extracting rhash-1.4.6: .......... done
- [rosemary] [44/68] Installing cmake-core-3.31.10_1...
- [rosemary] [44/68] Extracting cmake-core-3.31.10_1: .......... done
- [rosemary] [45/68] Installing tcl86-8.6.17...
- [rosemary] [45/68] Extracting tcl86-8.6.17: .......... done
- [rosemary] [46/68] Installing tiff-4.7.1_1...
- [rosemary] [46/68] Extracting tiff-4.7.1_1: .......... done
- [rosemary] [47/68] Installing lcms2-2.18...
- [rosemary] [47/68] Extracting lcms2-2.18: .......... done
- [rosemary] [48/68] Installing openjpeg-2.5.4_2...
- [rosemary] [48/68] Extracting openjpeg-2.5.4_2: .......... done
- [rosemary] [49/68] Installing urw-base35-fonts-20200910...
- [rosemary] [49/68] Extracting urw-base35-fonts-20200910: .......... done
- [rosemary] [50/68] Installing xorgproto-2024.1...
- [rosemary] [50/68] Extracting xorgproto-2024.1: .......... done
- [rosemary] [51/68] Installing libXdmcp-1.1.5...
- [rosemary] [51/68] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [52/68] Installing libxcb-1.17.0...
- [rosemary] [52/68] Extracting libxcb-1.17.0: .......... done
- [rosemary] [53/68] Installing libX11-1.8.13,1...
- [rosemary] [53/68] Extracting libX11-1.8.13,1: .....
- ..... done
- [rosemary] [54/68] Installing dbus-1.16.2_4,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [rosemary] [54/68] Extracting dbus-1.16.2_4,1: ......... done
- [rosemary] [55/68] Installing dbus-glib-0.114...
- [rosemary] [55/68] Extracting dbus-glib-0.114: .......... done
- [rosemary] [56/68] Installing avahi-app-0.8_6...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [rosemary] [56/68] Extracting avahi-app-0.8_6: .......... done
- [rosemary] [57/68] Installing cups-2.4.16...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [rosemary] [57/68] Extracting cups-2.4.16: .......... done
- [rosemary] [58/68] Installing libXext-1.3.6,1...
- [rosemary] [58/68] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [59/68] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [59/68] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [60/68] Installing libXrender-0.9.12...
- [rosemary] [60/68] Extracting libXrender-0.9.12: .......... done
- [rosemary] [61/68] Installing cairo-1.18.2,3...
- [rosemary] [61/68] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [62/68] Installing libXft-2.3.8...
- [rosemary] [62/68] Extracting libXft-2.3.8: .......... done
- [rosemary] [63/68] Installing libXt-1.3.0,1...
- [rosemary] [63/68] Extracting libXt-1.3.0,1: .......... done
- [rosemary] [64/68] Installing ghostscript10-10.07.0...
- [rosemary] [64/68] Extracting ghostscript10-10.07.0: .......... done
- [rosemary] [65/68] Installing libXmu-1.1.4,1...
- [rosemary] [65/68] Extracting libXmu-1.1.4,1: .......... done
- [rosemary] [66/68] Installing pango-1.56.4_1...
- [rosemary] [66/68] Extracting pango-1.56.4_1: .......... done
- [rosemary] [67/68] Installing tk86-8.6.17...
- [rosemary] [67/68] Extracting tk86-8.6.17: .......... done
- [rosemary] [68/68] Installing R-4.5.3...
- [rosemary] [68/68] Extracting R-4.5.3: ...
- ....... done
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- Message from gcc14-14.2.0_4:
- 
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
- 
-   -Wl,-rpath=/usr/local/lib/gcc14
- 
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.
- =====
- Message from freetype2-2.14.3:
- 
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
- 
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
- 
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- 	cff:no-stem-darkening=1 \
- 	autofitter:warping=1
- 
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
- 
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
- 
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
- 
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
- 
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from ghostscript10-10.07.0:
- 
- --
- This package installs a script named dvipdf that depends on dvips.  If you
- want to use this script you need to install print/tex-dvipsk.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved conf-r.1.0.0  (cached)
∗ installed conf-r.1.0.0
⬇ retrieved dolog.6.0.0  (cached)
⬇ retrieved dune.3.22.2  (cached)
⬇ retrieved orrandomForest.2.0.1  (https://github.com/UnixJunkie/orrandomForest/archive/v2.0.1.tar.gz)
∗ installed dune.3.22.2
∗ installed dolog.6.0.0
∗ installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
2026-04-29 15:36.46 ---> saved as "9cdc2689ade4c002fa355ba4bb8f311eac16bc7c8c8ee2c3c6b796759c69785b"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test orrandomForest.2.0.1) || true"))
The following actions will be performed:
=== recompile 1 package
  ↻ orrandomForest 2.0.1 (pinned)
=== install 6 packages
  ∗ batteries      3.10.0         [required by cpm]
  ∗ camlp-streams  5.0.1          [required by batteries]
  ∗ conf-gnuplot   0.1            [required by orrandomForest]
  ∗ cpm            12.2.0         [required by orrandomForest]
  ∗ num            1.6            [required by batteries]
  ∗ ocamlfind      1.9.8          [required by batteries]

The following system packages will first need to be installed:
    gnuplot

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg 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/local/bin/sudo "pkg" "install" "-y" "gnuplot"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 98 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.2.2_2 [FreeBSD-ports]
- 	adwaita-icon-theme: 47.0 [FreeBSD-ports]
- 	adwaita-icon-theme-legacy: 46.2 [FreeBSD-ports]
- 	aom: 3.13.3 [FreeBSD-ports]
- 	at-spi2-core: 2.56.8 [FreeBSD-ports]
- 	boost-libs: 1.89.0_2 [FreeBSD-ports]
- 	colord: 1.4.8_1 [FreeBSD-ports]
- 	dav1d: 1.5.3_1 [FreeBSD-ports]
- 	duktape-lib: 2.7.0_1 [FreeBSD-ports]
- 	enchant2: 2.8.15 [FreeBSD-ports]
- 	gdk-pixbuf2: 2.44.1 [FreeBSD-ports]
- 	geoclue: 2.8.0 [FreeBSD-ports]
- 	giflib: 5.2.2 [FreeBSD-ports]
- 	glib-networking: 2.80.1_1 [FreeBSD-ports]
- 	gnuplot: 5.4.10_3 [FreeBSD-ports]
- 	gobject-introspection: 1.84.0,1 [FreeBSD-ports]
- 	graphene: 1.10.8_1 [FreeBSD-ports]
- 	gsettings-desktop-schemas: 47.1_2 [FreeBSD-ports]
- 	gstreamer1: 1.28.1_1 [FreeBSD-ports]
- 	gstreamer1-plugins: 1.28.1 [FreeBSD-ports]
- 	gstreamer1-plugins-bad: 1.28.1 [FreeBSD-ports]
- 	gstreamer1-plugins-gl: 1.28.1 [FreeBSD-ports]
- 	gtk-update-icon-cache: 3.24.42 [FreeBSD-ports]
- 	gtk3: 3.24.52 [FreeBSD-ports]
- 	harfbuzz-icu: 13.2.1 [FreeBSD-ports]
- 	hicolor-icon-theme: 0.18 [FreeBSD-ports]
- 	highway: 1.3.0 [FreeBSD-ports]
- 	hunspell: 1.7.2_1 [FreeBSD-ports]
- 	hwdata: 0.405,1 [FreeBSD-ports]
- 	hyphen: 2.8.8 [FreeBSD-ports]
- 	iso-codes: 4.20.1 [FreeBSD-ports]
- 	json-glib: 1.10.8 [FreeBSD-ports]
- 	libGLU: 9.0.3 [FreeBSD-ports]
- 	libXcomposite: 0.4.6_1,1 [FreeBSD-ports]
- 	libXcursor: 1.2.3 [FreeBSD-ports]
- 	libXdamage: 1.1.6 [FreeBSD-ports]
- 	libXfixes: 6.0.1 [FreeBSD-ports]
- 	libXi: 1.8.2,1 [FreeBSD-ports]
- 	libXinerama: 1.1.5,1 [FreeBSD-ports]
- 	libXrandr: 1.5.4 [FreeBSD-ports]
- 	libXtst: 1.2.5 [FreeBSD-ports]
- 	libXxf86vm: 1.1.6 [FreeBSD-ports]
- 	libavif: 1.3.0_3 [FreeBSD-ports]
- 	libdrm: 2.4.131,1 [FreeBSD-ports]
- 	libedit: 3.1.20251016_1,1 [FreeBSD-ports]
- 	libepoll-shim: 0.0.20240608 [FreeBSD-ports]
- 	libepoxy: 1.5.10 [FreeBSD-ports]
- 	libgcrypt: 1.12.0_1 [FreeBSD-ports]
- 	libgd: 2.3.3_13,1 [FreeBSD-ports]
- 	libglvnd: 1.7.0 [FreeBSD-ports]
- 	libgpg-error: 1.59 [FreeBSD-ports]
- 	libgudev: 237 [FreeBSD-ports]
- 	libgusb: 0.4.9_1 [FreeBSD-ports]
- 	libjxl: 0.11.2 [FreeBSD-ports]
- 	libmspack: 0.11alpha [FreeBSD-ports]
- 	libnotify: 0.8.8 [FreeBSD-ports]
- 	libpciaccess: 0.18.1_1 [FreeBSD-ports]
- 	libproxy: 0.5.10_1 [FreeBSD-ports]
- 	librsvg2-rust: 2.62.0_1 [FreeBSD-ports]
- 	libsecret: 0.21.7_2 [FreeBSD-ports]
- 	libsoup: 2.74.3_1 [FreeBSD-ports]
- 	libsoup3: 3.6.6 [FreeBSD-ports]
- 	libsysinfo: 0.0.3_3 [FreeBSD-ports]
- 	libudev-devd: 0.6.0 [FreeBSD-ports]
- 	libunwind: 20250904 [FreeBSD-ports]
- 	libxkbcommon: 1.13.1 [FreeBSD-ports]
- 	libxshmfence: 1.3.3 [FreeBSD-ports]
- 	libxslt: 1.1.45 [FreeBSD-ports]
- 	libyuv: 0.0.1903 [FreeBSD-ports]
- 	lua53: 5.3.6_1 [FreeBSD-ports]
- 	mesa-libs: 24.1.7_1 [FreeBSD-ports]
- 	openblas: 0.3.30,2 [FreeBSD-ports]
- 	openexr: 3.4.9 [FreeBSD-ports]
- 	openjph: 0.26.3 [FreeBSD-ports]
- 	orc: 0.4.42 [FreeBSD-ports]
- 	polkit: 127 [FreeBSD-ports]
- 	py311-boost-libs: 1.89.0 [FreeBSD-ports]
- 	py311-numpy: 1.26.4_12,1 [FreeBSD-ports]
- 	py311-pycairo: 1.29.0 [FreeBSD-ports]
- 	py311-pygobject: 3.54.5_1 [FreeBSD-ports]
- 	pygobject-common: 3.54.5_1 [FreeBSD-ports]
- 	shared-mime-info: 2.4_2 [FreeBSD-ports]
- 	sqlite3: 3.50.4_2,1 [FreeBSD-ports]
- 	suitesparse-amd: 3.3.4 [FreeBSD-ports]
- 	suitesparse-camd: 3.3.5 [FreeBSD-ports]
- 	suitesparse-ccolamd: 3.3.5 [FreeBSD-ports]
- 	suitesparse-cholmod: 5.3.4 [FreeBSD-ports]
- 	suitesparse-colamd: 3.3.5 [FreeBSD-ports]
- 	suitesparse-config: 7.12.2 [FreeBSD-ports]
- 	suitesparse-umfpack: 6.3.7 [FreeBSD-ports]
- 	tex-kpathsea: 6.4.1 [FreeBSD-ports]
- 	vmaf: 3.0.0 [FreeBSD-ports]
- 	wayland: 1.24.0_2 [FreeBSD-ports]
- 	webkit2-gtk_40: 2.46.6_7 [FreeBSD-ports]
- 	webp: 1.6.0 [FreeBSD-ports]
- 	woff2: 1.0.2_5 [FreeBSD-ports]
- 	wx30-gtk3: 3.0.5.1_7 [FreeBSD-ports]
- 	xkeyboard-config: 2.41_4 [FreeBSD-ports]
- 
- Number of packages to be installed: 98
- 
- The process will require 1 GiB more space.
- 150 MiB to be downloaded.
- [rosemary] [ 1/98] Fetching duktape-lib-2.7.0_1: .......... done
- [rosemary] [ 2/98] Fetching glib-networking-2.80.1_1: .......... done
- [rosemary] [ 3/98] Fetching hyphen-2.8.8: ..... done
- [rosemary] [ 4/98] Fetching graphene-1.10.8_1: .......... done
- [rosemary] [ 5/98] Fetching libproxy-0.5.10_1: ......... done
- [rosemary] [ 6/98] Fetching librsvg2-rust-2.62.0_1: .......... done
- [rosemary] [ 7/98] Fetching suitesparse-camd-3.3.5: .......... done
- [rosemary] [ 8/98] Fetching libglvnd-1.7.0: .......... done
- [rosemary] [ 9/98] Fetching gstreamer1-plugins-bad-1.28.1: .......... done
- [rosemary] [10/98] Fetching libxslt-1.1.45: .......... done
- [rosemary] [11/98] Fetching py311-numpy-1.26.4_12,1: .......... done
- [rosemary] [12/98] Fetching gobject-introspection-1.84.0,1: ..... done
- [rosemary] [13/98] Fetching boost-libs-1.89.0_2: .......... done
- [rosemary] [14/98] Fetching libXrandr-1.5.4: .. done
- [rosemary] [15/98] Fetching adwaita-icon-theme-legacy-46.2: .......... done
- [rosemary] [16/98] Fetching woff2-1.0.2_5: .... done
- [rosemary] [17/98] Fetching adwaita-icon-theme-47.0: .......... done
- [rosemary] [18/98] Fetching suitesparse-cholmod-5.3.4: .......... done
- [rosemary] [19/98] Fetching wx30-gtk3-3.0.5.1_7: .......... done
- [rosemary] [20/98] Fetching polkit-127: .......... done
- [rosemary] [21/98] Fetching libsoup3-3.6.6: .......... done
- [rosemary] [22/98] Fetching gtk-update-icon-cache-3.24.42: ...... done
- [rosemary] [23/98] Fetching libXxf86vm-1.1.6: . done
- [rosemary] [24/98] Fetching libmspack-0.11alpha: .... done
- [rosemary] [25/98] Fetching vmaf-3.0.0: .......... done
- [rosemary] [26/98] Fetching libdrm-2.4.131,1: .......... done
- [rosemary] [27/98] Fetching libXdamage-1.1.6: . done
- [rosemary] [28/98] Fetching libXfixes-6.0.1: .. done
- [rosemary] [29/98] Fetching libXinerama-1.1.5,1: . done
- [rosemary] [30/98] Fetching wayland-1.24.0_2: ......... done
- [rosemary] [31/98] Fetching aom-3.13.3: .......... done
- [rosemary] [32/98] Fetching orc-0.4.42: .......... done
- [rosemary] [33/98] Fetching lua53-5.3.6_1: .......... done
- [rosemary] [34/98] Fetching libgd-2.3.3_13,1: ... done
- [rosemary] [35/98] Fetching gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [36/98] Fetching libgusb-0.4.9_1: .......... done
- [rosemary] [37/98] Fetching libxshmfence-1.3.3: . done
- [rosemary] [38/98] Fetching hicolor-icon-theme-0.18: . done
- [rosemary] [39/98] Fetching harfbuzz-icu-13.2.1: . done
- [rosemary] [40/98] Fetching libepoll-shim-0.0.20240608: .. done
- [rosemary] [41/98] Fetching colord-1.4.8_1: .......... done
- [rosemary] [42/98] Fetching libjxl-0.11.2: .......... done
- [rosemary] [43/98] Fetching giflib-5.2.2: .... done
- [rosemary] [44/98] Fetching libsoup-2.74.3_1: .......... done
- [rosemary] [45/98] Fetching suitesparse-umfpack-6.3.7: .......... done
- [rosemary] [46/98] Fetching tex-kpathsea-6.4.1: .......... done
- [rosemary] [47/98] Fetching suitesparse-ccolamd-3.3.5: ... done
- [rosemary] [48/98] Fetching libXtst-1.2.5: . done
- [rosemary] [49/98] Fetching libXi-1.8.2,1: ........ done
- [rosemary] [50/98] Fetching gtk3-3.24.52: ...
- ....... done
- [rosemary] [51/98] Fetching webp-1.6.0: .......... done
- [rosemary] [52/98] Fetching libepoxy-1.5.10: .......... done
- [rosemary] [53/98] Fetching hwdata-0.405,1: .......... done
- [rosemary] [54/98] Fetching shared-mime-info-2.4_2: .......... done
- [rosemary] [55/98] Fetching libgudev-237: .... done
- [rosemary] [56/98] Fetching hunspell-1.7.2_1: .... done
- [rosemary] [57/98] Fetching mesa-libs-24.1.7_1: .......... done
- [rosemary] [58/98] Fetching suitesparse-amd-3.3.4: .......... done
- [rosemary] [59/98] Fetching libpciaccess-0.18.1_1: . done
- [rosemary] [60/98] Fetching gstreamer1-plugins-gl-1.28.1: .......... done
- [rosemary] [61/98] Fetching enchant2-2.8.15: ..... done
- [rosemary] [62/98] Fetching openjph-0.26.3: .......... done
- [rosemary] [63/98] Fetching gstreamer1-plugins-1.28.1: .......... done
- [rosemary] [64/98] Fetching libedit-3.1.20251016_1,1: .......... done
- [rosemary] [65/98] Fetching libXcursor-1.2.3: ... done
- [rosemary] [66/98] Fetching highway-1.3.0: .......... done
- [rosemary] [67/98] Fetching libgcrypt-1.12.0_1: .......... done
- [rosemary] [68/98] Fetching webkit2-gtk_40-2.46.6_7: .
- ......... done
- [rosemary] [69/98] Fetching json-glib-1.10.8: .......... done
- [rosemary] [70/98] Fetching libsecret-0.21.7_2: .......... done
- [rosemary] [71/98] Fetching pygobject-common-3.54.5_1: . done
- [rosemary] [72/98] Fetching libudev-devd-0.6.0: . done
- [rosemary] [73/98] Fetching libavif-1.3.0_3: .......... done
- [rosemary] [74/98] Fetching libunwind-20250904: ......... done
- [rosemary] [75/98] Fetching libgpg-error-1.59: .......... done
- [rosemary] [76/98] Fetching Imath-3.2.2_2: .......... done
- [rosemary] [77/98] Fetching gstreamer1-1.28.1_1: .......... done
- [rosemary] [78/98] Fetching suitesparse-config-7.12.2: ... done
- [rosemary] [79/98] Fetching suitesparse-colamd-3.3.5: .. done
- [rosemary] [80/98] Fetching libsysinfo-0.0.3_3: .. done
- [rosemary] [81/98] Fetching libXcomposite-0.4.6_1,1: . done
- [rosemary] [82/98] Fetching libyuv-0.0.1903: ... done
- [rosemary] [83/98] Fetching dav1d-1.5.3_1: .......... done
- [rosemary] [84/98] Fetching gsettings-desktop-schemas-47.1_2: .......... done
- [rosemary] [85/98] Fetching at-spi2-core-2.56.8: .......... done
- [rosemary] [86/98] Fetching sqlite3-3.50.4_2,1: .......... done
- [rosemary] [87/98] Fetching openexr-3.4.9: .......... done
- [rosemary] [88/98] Fetching geoclue-2.8.0: .......... done
- [rosemary] [89/98] Fetching xkeyboard-config-2.41_4: .......... done
- [rosemary] [90/98] Fetching py311-pycairo-1.29.0: ........ done
- [rosemary] [91/98] Fetching libxkbcommon-1.13.1: .......... done
- [rosemary] [92/98] Fetching py311-boost-libs-1.89.0: .......... done
- [rosemary] [93/98] Fetching iso-codes-4.20.1: .......... done
- [rosemary] [94/98] Fetching gnuplot-5.4.10_3: .......... done
- [rosemary] [95/98] Fetching libnotify-0.8.8: ... done
- [rosemary] [96/98] Fetching libGLU-9.0.3: .......... done
- [rosemary] [97/98] Fetching openblas-0.3.30,2: .......... done
- [rosemary] [98/98] Fetching py311-pygobject-3.54.5_1: .......... done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [ 1/98] Installing boost-libs-1.89.0_2...
- [rosemary] [ 1/98] Extracting boost-libs-1.89.0_2: ..
- .......
- . done
- [rosemary] [ 2/98] Installing dav1d-1.5.3_1...
- [rosemary] [ 2/98] Extracting dav1d-1.5.3_1: .......... done
- [rosemary] [ 3/98] Installing duktape-lib-2.7.0_1...
- [rosemary] [ 3/98] Extracting duktape-lib-2.7.0_1: ......... done
- [rosemary] [ 4/98] Installing giflib-5.2.2...
- [rosemary] [ 4/98] Extracting giflib-5.2.2: .......... done
- [rosemary] [ 5/98] Installing gobject-introspection-1.84.0,1...
- [rosemary] [ 5/98] Extracting gobject-introspection-1.84.0,1: .......... done
- [rosemary] [ 6/98] Installing gsettings-desktop-schemas-47.1_2...
- [rosemary] [ 6/98] Extracting gsettings-desktop-schemas-47.1_2: .......... done
- [rosemary] [ 7/98] Installing harfbuzz-icu-13.2.1...
- [rosemary] [ 7/98] Extracting harfbuzz-icu-13.2.1: ........ done
- [rosemary] [ 8/98] Installing hicolor-icon-theme-0.18...
- [rosemary] [ 8/98] Extracting hicolor-icon-theme-0.18: . done
- [rosemary] [ 9/98] Installing highway-1.3.0...
- [rosemary] [ 9/98] Extracting highway-1.3.0: .......... done
- [rosemary] [10/98] Installing hunspell-1.7.2_1...
- [rosemary] [10/98] Extracting hunspell-1.7.2_1: .......... done
- [rosemary] [11/98] Installing enchant2-2.8.15...
- [rosemary] [11/98] Extracting enchant2-2.8.15: .......... done
- [rosemary] [12/98] Installing hwdata-0.405,1...
- [rosemary] [12/98] Extracting hwdata-0.405,1: .......... done
- [rosemary] [13/98] Installing hyphen-2.8.8...
- [rosemary] [13/98] Extracting hyphen-2.8.8: .......... done
- [rosemary] [14/98] Installing iso-codes-4.20.1...
- [rosemary] [14/98] Extracting iso-codes-4.20.1: ......
- .... done
- [rosemary] [15/98] Installing json-glib-1.10.8...
- [rosemary] [15/98] Extracting json-glib-1.10.8: .......... done
- [rosemary] [16/98] Installing libXfixes-6.0.1...
- [rosemary] [16/98] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [17/98] Installing libXcomposite-0.4.6_1,1...
- [rosemary] [17/98] Extracting libXcomposite-0.4.6_1,1: .......... done
- [rosemary] [18/98] Installing libXcursor-1.2.3...
- [rosemary] [18/98] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [19/98] Installing libXdamage-1.1.6...
- [rosemary] [19/98] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [20/98] Installing libXi-1.8.2,1...
- [rosemary] [20/98] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [21/98] Installing libXinerama-1.1.5,1...
- [rosemary] [21/98] Extracting libXinerama-1.1.5,1: .......... done
- [rosemary] [22/98] Installing libXrandr-1.5.4...
- [rosemary] [22/98] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [23/98] Installing libXtst-1.2.5...
- [rosemary] [23/98] Extracting libXtst-1.2.5: .......... done
- [rosemary] [24/98] Installing at-spi2-core-2.56.8...
- [rosemary] [24/98] Extracting at-spi2-core-2.56.8: .......... done
- [rosemary] [25/98] Installing libXxf86vm-1.1.6...
- [rosemary] [25/98] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [26/98] Installing libedit-3.1.20251016_1,1...
- [rosemary] [26/98] Extracting libedit-3.1.20251016_1,1: .......... done
- [rosemary] [27/98] Installing libepoll-shim-0.0.20240608...
- [rosemary] [27/98] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [28/98] Installing libglvnd-1.7.0...
- [rosemary] [28/98] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [29/98] Installing libGLU-9.0.3...
- [rosemary] [29/98] Extracting libGLU-9.0.3: ..... done
- [rosemary] [30/98] Installing libepoxy-1.5.10...
- [rosemary] [30/98] Extracting libepoxy-1.5.10: .......... done
- [rosemary] [31/98] Installing libgpg-error-1.59...
- [rosemary] [31/98] Extracting libgpg-error-1.59: .......... done
- [rosemary] [32/98] Installing libgcrypt-1.12.0_1...
- [rosemary] [32/98] Extracting libgcrypt-1.12.0_1: .
- ......... done
- [rosemary] [33/98] Installing libgusb-0.4.9_1...
- [rosemary] [33/98] Extracting libgusb-0.4.9_1: .......... done
- [rosemary] [34/98] Installing libmspack-0.11alpha...
- [rosemary] [34/98] Extracting libmspack-0.11alpha: ......... done
- [rosemary] [35/98] Installing libpciaccess-0.18.1_1...
- [rosemary] [35/98] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [36/98] Installing libdrm-2.4.131,1...
- [rosemary] [36/98] Extracting libdrm-2.4.131,1: .......... done
- [rosemary] [37/98] Installing libproxy-0.5.10_1...
- [rosemary] [37/98] Extracting libproxy-0.5.10_1: .......... done
- [rosemary] [38/98] Installing glib-networking-2.80.1_1...
- [rosemary] [38/98] Extracting glib-networking-2.80.1_1: .......... done
- [rosemary] [39/98] Installing libsecret-0.21.7_2...
- [rosemary] [39/98] Extracting libsecret-0.21.7_2: .......... done
- [rosemary] [40/98] Installing libsysinfo-0.0.3_3...
- [rosemary] [40/98] Extracting libsysinfo-0.0.3_3: ......... done
- [rosemary] [41/98] Installing libudev-devd-0.6.0...
- [rosemary] [41/98] Extracting libudev-devd-0.6.0: ........ done
- [rosemary] [42/98] Installing libgudev-237...
- [rosemary] [42/98] Extracting libgudev-237: .......... done
- [rosemary] [43/98] Installing libunwind-20250904...
- [rosemary] [43/98] Extracting libunwind-20250904: .......... done
- [rosemary] [44/98] Installing gstreamer1-1.28.1_1...
- [rosemary] [44/98] Extracting gstreamer1-1.28.1_1: .......... done
- [rosemary] [45/98] Installing libxshmfence-1.3.3...
- [rosemary] [45/98] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [46/98] Installing libxslt-1.1.45...
- [rosemary] [46/98] Extracting libxslt-1.1.45: .......... done
- [rosemary] [47/98] Installing libyuv-0.0.1903...
- [rosemary] [47/98] Extracting libyuv-0.0.1903: .......... done
- [rosemary] [48/98] Installing lua53-5.3.6_1...
- [rosemary] [48/98] Extracting lua53-5.3.6_1: .......... done
- [rosemary] [49/98] Installing openblas-0.3.30,2...
- [rosemary] [49/98] Extracting openblas-0.3.30,2: .......... done
- [rosemary] [50/98] Installing openjph-0.26.3...
- [rosemary] [50/98] Extracting openjph-0.26.3: .......... done
- [rosemary] [51/98] Installing orc-0.4.42...
- [rosemary] [51/98] Extracting orc-0.4.42: .......... done
- [rosemary] [52/98] Installing gstreamer1-plugins-1.28.1...
- [rosemary] [52/98] Extracting gstreamer1-plugins-1.28.1: .......... done
- [rosemary] [53/98] Installing gstreamer1-plugins-bad-1.28.1...
- [rosemary] [53/98] Extracting gstreamer1-plugins-bad-1.28.1: .......... done
- [rosemary] [54/98] Installing polkit-127...
- ===> Creating groups
- Creating group 'polkitd' with gid '565'
- ===> Creating users
- Creating user 'polkitd' with uid '565'
- [rosemary] [54/98] Extracting polkit-127: ......... done
- [rosemary] [55/98] Installing py311-boost-libs-1.89.0...
- [rosemary] [55/98] Extracting py311-boost-libs-1.89.0: .......... done
- [rosemary] [56/98] Installing py311-pycairo-1.29.0...
- [rosemary] [56/98] Extracting py311-pycairo-1.29.0: .......... done
- [rosemary] [57/98] Installing pygobject-common-3.54.5_1...
- [rosemary] [57/98] Extracting pygobject-common-3.54.5_1: ..... done
- [rosemary] [58/98] Installing py311-pygobject-3.54.5_1...
- [rosemary] [58/98] Extracting py311-pygobject-3.54.5_1: .......... done
- [rosemary] [59/98] Installing graphene-1.10.8_1...
- [rosemary] [59/98] Extracting graphene-1.10.8_1: .......... done
- [rosemary] [60/98] Installing shared-mime-info-2.4_2...
- [rosemary] [60/98] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [61/98] Installing gdk-pixbuf2-2.44.1...
- [rosemary] [61/98] Extracting gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [62/98] Installing gtk-update-icon-cache-3.24.42...
- [rosemary] [62/98] Extracting gtk-update-icon-cache-3.24.42: .......... done
- [rosemary] [63/98] Installing adwaita-icon-theme-legacy-46.2...
- [rosemary] [63/98] Extracting adwaita-icon-theme-legacy-46.2: .......... done
- [rosemary] [64/98] Installing adwaita-icon-theme-47.0...
- [rosemary] [64/98] Extracting adwaita-icon-theme-47.0: .......... done
- [rosemary] [65/98] Installing libnotify-0.8.8...
- [rosemary] [65/98] Extracting libnotify-0.8.8: .......... done
- [rosemary] [66/98] Installing librsvg2-rust-2.62.0_1...
- [rosemary] [66/98] Extracting librsvg2-rust-2.62.0_1: .......... done
- [rosemary] [67/98] Installing sqlite3-3.50.4_2,1...
- [rosemary] [67/98] Extracting sqlite3-3.50.4_2,1: .......... done
- [rosemary] [68/98] Installing colord-1.4.8_1...
- ===> Creating groups
- Creating group 'colord' with gid '970'
- ===> Creating users
- Creating user 'colord' with uid '970'
- [rosemary] [68/98] Extracting colord-1.4.8_1: .......... done
- [rosemary] [69/98] Installing libsoup-2.74.3_1...
- [rosemary] [69/98] Extracting libsoup-2.74.3_1: .......... done
- [rosemary] [70/98] Installing libsoup3-3.6.6...
- [rosemary] [70/98] Extracting libsoup3-3.6.6: .......... done
- [rosemary] [71/98] Installing geoclue-2.8.0...
- [rosemary] [71/98] Extracting geoclue-2.8.0: .......... done
- [rosemary] [72/98] Installing suitesparse-config-7.12.2...
- [rosemary] [72/98] Extracting suitesparse-config-7.12.2: .......... done
- [rosemary] [73/98] Installing suitesparse-amd-3.3.4...
- [rosemary] [73/98] Extracting suitesparse-amd-3.3.4: .......... done
- [rosemary] [74/98] Installing suitesparse-camd-3.3.5...
- [rosemary] [74/98] Extracting suitesparse-camd-3.3.5: .......... done
- [rosemary] [75/98] Installing suitesparse-ccolamd-3.3.5...
- [rosemary] [75/98] Extracting suitesparse-ccolamd-3.3.5: .......... done
- [rosemary] [76/98] Installing suitesparse-colamd-3.3.5...
- [rosemary] [76/98] Extracting suitesparse-colamd-3.3.5: .......... done
- [rosemary] [77/98] Installing suitesparse-cholmod-5.3.4...
- [rosemary] [77/98] Extracting suitesparse-cholmod-5.3.4: .......... done
- [rosemary] [78/98] Installing suitesparse-umfpack-6.3.7...
- [rosemary] [78/98] Extracting suitesparse-umfpack-6.3.7: .......... done
- [rosemary] [79/98] Installing py311-numpy-1.26.4_12,1...
- [rosemary] [79/98] Extracting py311-numpy-1.26.4_12,1: ..
- ........ done
- [rosemary] [80/98] Installing Imath-3.2.2_2...
- [rosemary] [80/98] Extracting Imath-3.2.2_2: .......... done
- [rosemary] [81/98] Installing openexr-3.4.9...
- [rosemary] [81/98] Extracting openexr-3.4.9: .......... done
- [rosemary] [82/98] Installing libjxl-0.11.2...
- [rosemary] [82/98] Extracting libjxl-0.11.2: .......... done
- [rosemary] [83/98] Installing tex-kpathsea-6.4.1...
- [rosemary] [83/98] Extracting tex-kpathsea-6.4.1: .......... done
- [rosemary] [84/98] Installing vmaf-3.0.0...
- [rosemary] [84/98] Extracting vmaf-3.0.0: .......... done
- [rosemary] [85/98] Installing aom-3.13.3...
- [rosemary] [85/98] Extracting aom-3.13.3: .......... done
- [rosemary] [86/98] Installing libavif-1.3.0_3...
- [rosemary] [86/98] Extracting libavif-1.3.0_3: .......... done
- [rosemary] [87/98] Installing wayland-1.24.0_2...
- [rosemary] [87/98] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [88/98] Installing gstreamer1-plugins-gl-1.28.1...
- [rosemary] [88/98] Extracting gstreamer1-plugins-gl-1.28.1: .......... done
- [rosemary] [89/98] Installing mesa-libs-24.1.7_1...
- [rosemary] [89/98] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [90/98] Installing webp-1.6.0...
- [rosemary] [90/98] Extracting webp-1.6.0: .......... done
- [rosemary] [91/98] Installing libgd-2.3.3_13,1...
- [rosemary] [91/98] Extracting libgd-2.3.3_13,1: .......... done
- [rosemary] [92/98] Installing woff2-1.0.2_5...
- [rosemary] [92/98] Extracting woff2-1.0.2_5: .......... done
- [rosemary] [93/98] Installing xkeyboard-config-2.41_4...
- [rosemary] [93/98] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [94/98] Installing libxkbcommon-1.13.1...
- [rosemary] [94/98] Extracting libxkbcommon-1.13.1: .......... done
- [rosemary] [95/98] Installing gtk3-3.24.52...
- [rosemary] [95/98] Extracting gtk3-3.24.52: ...
- ....... done
- [rosemary] [96/98] Installing webkit2-gtk_40-2.46.6_7...
- [rosemary] [96/98] Extracting webkit2-gtk_40-2.46.6_7: 
- .......... done
- [rosemary] [97/98] Installing wx30-gtk3-3.0.5.1_7...
- [rosemary] [97/98] Extracting wx30-gtk3-3.0.5.1_7: .......... done
- [rosemary] [98/98] Installing gnuplot-5.4.10_3...
- [rosemary] [98/98] Extracting gnuplot-5.4.10_3: .......... done
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- Generating GTK icon cache for /usr/local/share/icons/Adwaita
- Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- Message from boost-libs-1.89.0_2:
- 
- --
- You have built the Boost library with thread support.
- 
- Don't forget to add -pthread to your linker options when
- linking your code.
- =====
- Message from py311-boost-libs-1.89.0:
- 
- --
- You have built the Boost library with thread support.
- 
- Don't forget to add -pthread to your linker options when
- linking your code.
- =====
- Message from libsoup-2.74.3_1:
- 
- --
- libsoup can use NTLM authentication if it is compiled
- with the SMB option. To use it, you must install a
- port that provides NTLM, like net/samba412 or net/samba413.
- =====
- Message from libjxl-0.11.2:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- Message from wayland-1.24.0_2:
- 
- --
- Wayland requires XDG_RUNTIME_DIR to be defined to a path that will
- contain "wayland-%d" unix(4) sockets. This is usually handled by
- consolekit2 (via ck-launch-session) or pam_xdg (via login).
- =====
- Message from libxkbcommon-1.13.1:
- 
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
- 
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
-   export XKB_DEFAULT_RULES=xorg
- 
- For csh/tcsh run and (optionally) add into ~/.login:
-   setenv XKB_DEFAULT_RULES xorg
- =====
- Message from webkit2-gtk_40-2.46.6_7:
- 
- --
- ===>   NOTICE:
- 
- This port is deprecated; you may wish to reconsider installing it:
- 
- libsoup 2 support scheduled for removal in 2.52: https://webkitgtk.org/2025/10/07/webkitgtk-soup2-deprecation.html.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved batteries.3.10.0  (https://github.com/ocaml-batteries-team/batteries-included/releases/download/v3.10.0/batteries-3.10.0.tar.gz)
⬇ retrieved camlp-streams.5.0.1  (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
∗ installed conf-gnuplot.0.1
⬇ retrieved cpm.12.2.0  (https://github.com/UnixJunkie/cpmlib/archive/v12.2.0.tar.gz)
⬇ retrieved num.1.6  (https://github.com/ocaml/num/archive/refs/tags/v1.6.tar.gz)
∗ installed camlp-streams.5.0.1
⬇ retrieved ocamlfind.1.9.8  (https://github.com/ocaml/ocamlfind/archive/refs/tags/findlib-1.9.8.tar.gz)
⬇ retrieved orrandomForest.2.0.1  (https://github.com/UnixJunkie/orrandomForest/archive/v2.0.1.tar.gz)
∗ installed num.1.6
⊘ removed   orrandomForest.2.0.1
∗ installed ocamlfind.1.9.8
∗ installed batteries.3.10.0
∗ installed cpm.12.2.0
∗ installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
2026-04-29 15:37.44 ---> saved as "df5faa8bc2c8331c220a46945f88936b1564bf6b7f6f68f8009839e97e62c47d"

/home/opam: (run (shell  "opam reinstall --with-test --verbose orrandomForest.2.0.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 \"\\\"freebsd-15.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\" != 'orrandomForest.2.0.1' && 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
  ↻ orrandomForest 2.0.1 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [orrandomForest.2.0.1: extract]
⬇ retrieved orrandomForest.2.0.1  (cached)
Processing  2/4: [orrandomForest: dune build]
+ /home/opam/.opam/5.4.1/bin/dune "build" "-p" "orrandomForest" "-j" "39" (CWD=/home/opam/.opam/5.4.1/.opam-switch/build/orrandomForest.2.0.1)
λ compiled  orrandomForest.2.0.1
⊘ removed   orrandomForest.2.0.1
∗ installed orrandomForest.2.0.1
Done.

<><> orrandomForest.2.0.1 installed successfully ><><><><><><><><><><><><><><><>
=> Please interact with R to install needed things in user-space:
   R
   install.packages('Marix', repos='http://cran.r-project.org')
   install.packages('randomForest', repos='http://cran.r-project.org')
2026-04-29 15:37.49 ---> saved as "5b0877b3372c59d73c98eeee932337d7b2752d5ff61947788a6a5e594d48f6f5"
Job succeeded
2026-04-29 15:45.16: Job succeeded