(not at the head of any monitored branch or PR)
2026-04-10 14:44.29: New job: build ffmpeg-avcodec.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
                              on freebsd-14.3-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/29703/head" && git reset --hard d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-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 ffmpeg-avcodec.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avcodec.1.3.0; \
    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-14.3\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ffmpeg-avcodec.1.3.0' && 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-10 14:44.29: Using cache hint "freebsd-14.3-ocaml-5.4-ffmpeg-avcodec.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.29: Using OBuilder spec:
((from freebsd-14.3-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 ffmpeg-avcodec.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ffmpeg-avcodec.1.3.0;\
             \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-14.3\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ffmpeg-avcodec.1.3.0' && 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-10 14:44.29: Waiting for resource in pool OCluster
2026-04-10 14:44.32: Waiting for worker…
2026-04-10 14:44.32: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18673/18673), done.
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Updating 812fb96834..d2c2fde7ed
Fast-forward
 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam            | 51 ++++++++++++++++++++++
 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam  | 50 +++++++++++++++++++++
 .../ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam     | 50 +++++++++++++++++++++
 .../ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam     | 50 +++++++++++++++++++++
 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam    | 51 ++++++++++++++++++++++
 .../ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam | 51 ++++++++++++++++++++++
 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam  | 50 +++++++++++++++++++++
 packages/ffmpeg/ffmpeg.1.3.0/opam                  | 44 +++++++++++++++++++
 .../liquidsoap-core/liquidsoap-core.2.2.0/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.1/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.2/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.3/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.4-1/opam   |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.2.5/opam     |  2 +-
 .../liquidsoap-core/liquidsoap-core.2.3.0/opam     |  2 +-
 packages/liquidsoap/liquidsoap.2.4.0/opam          |  2 +-
 packages/liquidsoap/liquidsoap.2.4.2/opam          |  2 +-
 17 files changed, 406 insertions(+), 9 deletions(-)
 create mode 100644 packages/ffmpeg-av/ffmpeg-av.1.3.0/opam
 create mode 100644 packages/ffmpeg-avcodec/ffmpeg-avcodec.1.3.0/opam
 create mode 100644 packages/ffmpeg-avdevice/ffmpeg-avdevice.1.3.0/opam
 create mode 100644 packages/ffmpeg-avfilter/ffmpeg-avfilter.1.3.0/opam
 create mode 100644 packages/ffmpeg-avutil/ffmpeg-avutil.1.3.0/opam
 create mode 100644 packages/ffmpeg-swresample/ffmpeg-swresample.1.3.0/opam
 create mode 100644 packages/ffmpeg-swscale/ffmpeg-swscale.1.3.0/opam
 create mode 100644 packages/ffmpeg/ffmpeg.1.3.0/opam

(from freebsd-14.3-ocaml-5.4)
2026-04-10 14:41.26 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" 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-10 14:41.26 ---> using "0f4f38cca0f09ffdac905c0015fdbe56f9214c89e28a28ae3325cd6eed47fd99" 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-10 14:41.27 ---> using "430d75e95f6be08ef0776e6e6bb864bc698709d5f7d071fd7fbbf37d0a8617d5" 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.0
# self-upgrade         no
# system               arch=x86_64 os=freebsd os-distribution=freebsd os-version=1403000
# 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.0
# invariant            ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages    ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4.0/lib/ocaml/stublibs:/home/opam/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.0
2026-04-10 14:41.27 ---> using "8a5a57fecc1d42886ddc4a5b75b36583eef8196838ccdc1bf870bc7798f6f185" 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-10 14:41.27 ---> using "5d57b5e6a2b42d2aa72fb2cc8558fd5735263edde7f2032c7588b729f1b1565f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:41.29 ---> using "1919c4eb0c94dd549613cde5f45d26423a7950d0fb71b58b507869412364ca5c" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:41.29 ---> using "843e1ada121cd92fe68b9287532cdabbbe6d2700696134b3910bd45e2066c156" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-10 14:41.30 ---> using "7d025356ea634c1b8bdb96df651034d5697675f08904fc8dbccb323e58c6a49e" from cache

/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0"))
ffmpeg-avcodec is now pinned to version 1.3.0
2026-04-10 14:41.33 ---> saved as "085729d0d3f7c5d12c518b188d1e976197253c34483cdedcf9088423fab89bd7"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ffmpeg-avcodec.1.3.0;\
                        \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-14.3\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ffmpeg-avcodec.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ffmpeg-avcodec.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
  ∗ conf-ffmpeg       1              [required by ffmpeg-avcodec]
  ∗ conf-pkg-config   4              [required by ffmpeg-avcodec]
  ∗ csexp             1.5.2          [required by dune-configurator]
  ∗ dune              3.22.1         [required by ffmpeg-avcodec]
  ∗ dune-configurator 3.22.1         [required by ffmpeg-avcodec]
  ∗ ffmpeg-avcodec    1.3.0 (pinned)
  ∗ ffmpeg-avutil     1.3.0          [required by ffmpeg-avcodec]

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

<><> 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" "ffmpeg"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: 
- .
- ..
- ....... done
- Processing entries: 
- ...
- ..
- ..
- .
- .. done
- FreeBSD repository update completed. 37062 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .......... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.4.2 -> 2.6.2_1 [FreeBSD]
- 
- Number of packages to be upgraded: 1
- 
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.6.2_1~0e3965cbb5.pkg: ........
- .. done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.6.2_1...
- [rosemary] [1/1] Extracting pkg-2.6.2_1: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 97 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.2.2_2 [FreeBSD]
- 	aom: 3.13.2 [FreeBSD]
- 	binutils: 2.44,1 [FreeBSD]
- 	boost-libs: 1.89.0_2 [FreeBSD]
- 	cairo: 1.18.2,3 [FreeBSD]
- 	dav1d: 1.5.3_1 [FreeBSD]
- 	ffmpeg: 8.1,1 [FreeBSD]
- 	fontconfig: 2.17.1,1 [FreeBSD]
- 	freetype2: 2.14.3 [FreeBSD]
- 	fribidi: 1.0.16 [FreeBSD]
- 	gcc14: 14.2.0_4 [FreeBSD]
- 	gdk-pixbuf2: 2.44.1 [FreeBSD]
- 	giflib: 5.2.2 [FreeBSD]
- 	glib: 2.84.4,2 [FreeBSD]
- 	gmp: 6.3.0 [FreeBSD]
- 	gnutls: 3.8.12 [FreeBSD]
- 	graphite2: 1.3.14 [FreeBSD]
- 	harfbuzz: 13.2.1 [FreeBSD]
- 	highway: 1.3.0 [FreeBSD]
- 	hwdata: 0.405,1 [FreeBSD]
- 	icu: 76.1,1 [FreeBSD]
- 	jbigkit: 2.1_3 [FreeBSD]
- 	jpeg-turbo: 3.1.3 [FreeBSD]
- 	lame: 3.100_5 [FreeBSD]
- 	lcms2: 2.18 [FreeBSD]
- 	lerc: 4.0.0 [FreeBSD]
- 	libX11: 1.8.13,1 [FreeBSD]
- 	libXau: 1.0.12 [FreeBSD]
- 	libXdmcp: 1.1.5 [FreeBSD]
- 	libXext: 1.3.6,1 [FreeBSD]
- 	libXfixes: 6.0.1 [FreeBSD]
- 	libXft: 2.3.8 [FreeBSD]
- 	libXrandr: 1.5.4 [FreeBSD]
- 	libXrender: 0.9.12 [FreeBSD]
- 	libXv: 1.0.13,1 [FreeBSD]
- 	libass: 0.17.4 [FreeBSD]
- 	libbluray: 1.4.1,1 [FreeBSD]
- 	libdatrie: 0.2.14_1 [FreeBSD]
- 	libdeflate: 1.25 [FreeBSD]
- 	libdrm: 2.4.131,1 [FreeBSD]
- 	libdvdnav: 7.0.0 [FreeBSD]
- 	libdvdread: 7.0.0 [FreeBSD]
- 	libepoll-shim: 0.0.20240608 [FreeBSD]
- 	libglvnd: 1.7.0 [FreeBSD]
- 	libinotify: 20240724_3 [FreeBSD]
- 	libjxl: 0.11.2 [FreeBSD]
- 	libogg: 1.3.6,4 [FreeBSD]
- 	libpciaccess: 0.18.1_1 [FreeBSD]
- 	libplacebo: 7.360.1 [FreeBSD]
- 	librsvg2-rust: 2.62.0_1 [FreeBSD]
- 	libtasn1: 4.21.0 [FreeBSD]
- 	libthai: 0.1.30 [FreeBSD]
- 	libudev-devd: 0.6.0 [FreeBSD]
- 	libudfread: 1.2.0 [FreeBSD]
- 	libunibreak: 6.1,1 [FreeBSD]
- 	libunwind: 20250904 [FreeBSD]
- 	libv4l: 1.23.0_5 [FreeBSD]
- 	libva: 2.23.0 [FreeBSD]
- 	libvdpau: 1.5 [FreeBSD]
- 	libvorbis: 1.3.7_2,3 [FreeBSD]
- 	libvpx: 1.16.0 [FreeBSD]
- 	libx264: 0.164.3095 [FreeBSD]
- 	libxcb: 1.17.0 [FreeBSD]
- 	libxml2: 2.15.2 [FreeBSD]
- 	lzo2: 2.10_1 [FreeBSD]
- 	mpc: 1.4.0 [FreeBSD]
- 	mpfr: 4.2.2,1 [FreeBSD]
- 	nettle: 3.10.2 [FreeBSD]
- 	openblas: 0.3.30,2 [FreeBSD]
- 	openexr: 3.4.8 [FreeBSD]
- 	openjph: 0.26.3 [FreeBSD]
- 	opus: 1.6.1 [FreeBSD]
- 	p11-kit: 0.26.2 [FreeBSD]
- 	pango: 1.56.4_1 [FreeBSD]
- 	pixman: 0.46.2 [FreeBSD]
- 	png: 1.6.55 [FreeBSD]
- 	py311-boost-libs: 1.89.0 [FreeBSD]
- 	py311-numpy: 1.26.4_12,1 [FreeBSD]
- 	py311-packaging: 26.0 [FreeBSD]
- 	shaderc: 2026.1 [FreeBSD]
- 	shared-mime-info: 2.4_2 [FreeBSD]
- 	srt: 1.5.4 [FreeBSD]
- 	suitesparse-amd: 3.3.4 [FreeBSD]
- 	suitesparse-camd: 3.3.5 [FreeBSD]
- 	suitesparse-ccolamd: 3.3.5 [FreeBSD]
- 	suitesparse-cholmod: 5.3.4 [FreeBSD]
- 	suitesparse-colamd: 3.3.5 [FreeBSD]
- 	suitesparse-config: 7.12.2 [FreeBSD]
- 	suitesparse-umfpack: 6.3.7 [FreeBSD]
- 	svt-av1: 4.1.0 [FreeBSD]
- 	tiff: 4.7.1 [FreeBSD]
- 	vmaf: 3.0.0 [FreeBSD]
- 	vulkan-loader: 1.4.336 [FreeBSD]
- 	wayland: 1.24.0_2 [FreeBSD]
- 	webp: 1.6.0 [FreeBSD]
- 	x265: 4.1 [FreeBSD]
- 	xorgproto: 2024.1 [FreeBSD]
- 
- Number of packages to be installed: 97
- 
- The process will require 1 GiB more space.
- 244 MiB to be downloaded.
- [rosemary] [ 1/97] Fetching freetype2-2.14.3: .
- ......... done
- [rosemary] [ 2/97] Fetching libx264-0.164.3095: ........
- .. done
- [rosemary] [ 3/97] Fetching libglvnd-1.7.0: ....
- ...... done
- [rosemary] [ 4/97] Fetching py311-numpy-1.26.4_12,1: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [ 5/97] Fetching nettle-3.10.2: 
- .......... done
- [rosemary] [ 6/97] Fetching lzo2-2.10_1: ......
- .. done
- [rosemary] [ 7/97] Fetching lcms2-2.18: .....
- ...
- .. done
- [rosemary] [ 8/97] Fetching libthai-0.1.30: .......... done
- [rosemary] [ 9/97] Fetching suitesparse-cholmod-5.3.4: ..
- ........ done
- [rosemary] [10/97] Fetching vmaf-3.0.0: 
- ......... done
- [rosemary] [11/97] Fetching libva-2.23.0: .......... done
- [rosemary] [12/97] Fetching libXfixes-6.0.1: . done
- [rosemary] [13/97] Fetching aom-3.13.2: .
- ...
- ...
- ..
- . done
- [rosemary] [14/97] Fetching gdk-pixbuf2-2.44.1: ...
- ....... done
- [rosemary] [15/97] Fetching shaderc-2026.1: 
- ...
- ....
- ... done
- [rosemary] [16/97] Fetching icu-76.1,1: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [17/97] Fetching gnutls-3.8.12: 
- ..
- ..
- ..
- .
- .
- .
- . done
- [rosemary] [18/97] Fetching libepoll-shim-0.0.20240608: .. done
- [rosemary] [19/97] Fetching giflib-5.2.2: ...
- ....... done
- [rosemary] [20/97] Fetching libX11-1.8.13,1: .
- .
- .
- ...
- ...
- . done
- [rosemary] [21/97] Fetching xorgproto-2024.1: .......... done
- [rosemary] [22/97] Fetching suitesparse-ccolamd-3.3.5: ... done
- [rosemary] [23/97] Fetching libXft-2.3.8: ...
- ... done
- [rosemary] [24/97] Fetching cairo-1.18.2,3: ......
- ..
- .. done
- [rosemary] [25/97] Fetching graphite2-1.3.14: ....... done
- [rosemary] [26/97] Fetching shared-mime-info-2.4_2: .
- .....
- .... done
- [rosemary] [27/97] Fetching suitesparse-amd-3.3.4: 
- .......... done
- [rosemary] [28/97] Fetching lame-3.100_5: ..
- .......
- . done
- [rosemary] [29/97] Fetching libpciaccess-0.18.1_1: . done
- [rosemary] [30/97] Fetching vulkan-loader-1.4.336: .......... done
- [rosemary] [31/97] Fetching libass-0.17.4: ........
- . done
- [rosemary] [32/97] Fetching openjph-0.26.3: .......... done
- [rosemary] [33/97] Fetching srt-1.5.4: 
- .......
- ... done
- [rosemary] [34/97] Fetching ffmpeg-8.1,1: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [35/97] Fetching opus-1.6.1: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [36/97] Fetching libunwind-20250904: ..
- .......
- . done
- [rosemary] [37/97] Fetching Imath-3.2.2_2: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [38/97] Fetching svt-av1-4.1.0: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [39/97] Fetching libXau-1.0.12: . done
- [rosemary] [40/97] Fetching libplacebo-7.360.1: 
- .
- .
- ..
- ...
- ... done
- [rosemary] [41/97] Fetching fontconfig-2.17.1,1: .
- ...
- ....
- .. done
- [rosemary] [42/97] Fetching glib-2.84.4,2: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [43/97] Fetching jbigkit-2.1_3: ..... done
- [rosemary] [44/97] Fetching py311-boost-libs-1.89.0: 
- .........
- . done
- [rosemary] [45/97] Fetching libvdpau-1.5: .... done
- [rosemary] [46/97] Fetching tiff-4.7.1: .
- ..
- ....
- ... done
- [rosemary] [47/97] Fetching libXdmcp-1.1.5: . done
- [rosemary] [48/97] Fetching openblas-0.3.30,2: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [49/97] Fetching lerc-4.0.0: .......... done
- [rosemary] [50/97] Fetching png-1.6.55: .
- ......... done
- [rosemary] [51/97] Fetching libxcb-1.17.0: .
- ....
- .
- ..
- .. done
- [rosemary] [52/97] Fetching libdatrie-0.2.14_1: ... done
- [rosemary] [53/97] Fetching jpeg-turbo-3.1.3: ....
- ...... done
- [rosemary] [54/97] Fetching librsvg2-rust-2.62.0_1: 
- ..
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [55/97] Fetching suitesparse-camd-3.3.5: .......... done
- [rosemary] [56/97] Fetching libdvdnav-7.0.0: .... done
- [rosemary] [57/97] Fetching boost-libs-1.89.0_2: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [58/97] Fetching libXrandr-1.5.4: 
- .. done
- [rosemary] [59/97] Fetching libunibreak-6.1,1: .. done
- [rosemary] [60/97] Fetching libdeflate-1.25: ...... done
- [rosemary] [61/97] Fetching fribidi-1.0.16: ...... done
- [rosemary] [62/97] Fetching libdrm-2.4.131,1: ...
- ....... done
- [rosemary] [63/97] Fetching libtasn1-4.21.0: .......... done
- [rosemary] [64/97] Fetching libdvdread-7.0.0: ..
- .. done
- [rosemary] [65/97] Fetching wayland-1.24.0_2: ......... done
- [rosemary] [66/97] Fetching libxml2-2.15.2: ...
- .....
- .. done
- [rosemary] [67/97] Fetching py311-packaging-26.0: .......... done
- [rosemary] [68/97] Fetching libjxl-0.11.2: 
- ...
- .
- ..
- .
- ..
- . done
- [rosemary] [69/97] Fetching libXv-1.0.13,1: ... done
- [rosemary] [70/97] Fetching libXrender-0.9.12: ... done
- [rosemary] [71/97] Fetching suitesparse-umfpack-6.3.7: ..
- ..
- ..
- ..
- .. done
- [rosemary] [72/97] Fetching webp-1.6.0: 
- .......
- ... done
- [rosemary] [73/97] Fetching hwdata-0.405,1: .
- ..
- ......
- . done
- [rosemary] [74/97] Fetching gcc14-14.2.0_4: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [75/97] Fetching libv4l-1.23.0_5: .......... done
- [rosemary] [76/97] Fetching harfbuzz-13.2.1: 
- ...
- ..
- ...
- .. done
- [rosemary] [77/97] Fetching libinotify-20240724_3: .
- . done
- [rosemary] [78/97] Fetching x265-4.1: .
- ..
- ..
- .
- .
- ..
- . done
- [rosemary] [79/97] Fetching highway-1.3.0: 
- ....
- ...
- ..
- . done
- [rosemary] [80/97] Fetching libudev-devd-0.6.0: .. done
- [rosemary] [81/97] Fetching pango-1.56.4_1: 
- .
- ..
- .
- .
- ..
- ..
- . done
- [rosemary] [82/97] Fetching libvorbis-1.3.7_2,3: ..
- ......
- .. done
- [rosemary] [83/97] Fetching gmp-6.3.0: ....
- ...
- ... done
- [rosemary] [84/97] Fetching mpfr-4.2.2,1: ...
- .....
- .. done
- [rosemary] [85/97] Fetching suitesparse-config-7.12.2: ... done
- [rosemary] [86/97] Fetching libudfread-1.2.0: .. done
- [rosemary] [87/97] Fetching libXext-1.3.6,1: 
- ...... done
- [rosemary] [88/97] Fetching suitesparse-colamd-3.3.5: .. done
- [rosemary] [89/97] Fetching libogg-1.3.6,4: ......... done
- [rosemary] [90/97] Fetching p11-kit-0.26.2: 
- .....
- ..... done
- [rosemary] [91/97] Fetching libbluray-1.4.1,1: ...
- ...... done
- [rosemary] [92/97] Fetching pixman-0.46.2: .......
- ... done
- [rosemary] [93/97] Fetching dav1d-1.5.3_1: .
- ....
- ..... done
- [rosemary] [94/97] Fetching mpc-1.4.0: ........ done
- [rosemary] [95/97] Fetching openexr-3.4.8: .
- ...
- ...... done
- [rosemary] [96/97] Fetching libvpx-1.16.0: .
- ..
- .
- .
- ..
- ... done
- [rosemary] [97/97] Fetching binutils-2.44,1: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [ 1/97] Installing binutils-2.44,1...
- [rosemary] [ 1/97] Extracting binutils-2.44,1: 
- .......... done
- [rosemary] [ 2/97] Installing dav1d-1.5.3_1...
- [rosemary] [ 2/97] Extracting dav1d-1.5.3_1: .......... done
- [rosemary] [ 3/97] Installing fribidi-1.0.16...
- [rosemary] [ 3/97] Extracting fribidi-1.0.16: .......... done
- [rosemary] [ 4/97] Installing giflib-5.2.2...
- [rosemary] [ 4/97] Extracting giflib-5.2.2: .......... done
- [rosemary] [ 5/97] Installing gmp-6.3.0...
- [rosemary] [ 5/97] Extracting gmp-6.3.0: .......... done
- [rosemary] [ 6/97] Installing graphite2-1.3.14...
- [rosemary] [ 6/97] Extracting graphite2-1.3.14: .......... done
- [rosemary] [ 7/97] Installing highway-1.3.0...
- [rosemary] [ 7/97] Extracting highway-1.3.0: .......... done
- [rosemary] [ 8/97] Installing hwdata-0.405,1...
- [rosemary] [ 8/97] Extracting hwdata-0.405,1: .......... done
- [rosemary] [ 9/97] Installing icu-76.1,1...
- [rosemary] [ 9/97] Extracting icu-76.1,1: .......... done
- [rosemary] [10/97] Installing boost-libs-1.89.0_2...
- [rosemary] [10/97] Extracting boost-libs-1.89.0_2: ......
- .... done
- [rosemary] [11/97] Installing jbigkit-2.1_3...
- [rosemary] [11/97] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [12/97] Installing jpeg-turbo-3.1.3...
- [rosemary] [12/97] Extracting jpeg-turbo-3.1.3: .......... done
- [rosemary] [13/97] Installing lame-3.100_5...
- [rosemary] [13/97] Extracting lame-3.100_5: .......... done
- [rosemary] [14/97] Installing lerc-4.0.0...
- [rosemary] [14/97] Extracting lerc-4.0.0: ........ done
- [rosemary] [15/97] Installing libXau-1.0.12...
- [rosemary] [15/97] Extracting libXau-1.0.12: .......... done
- [rosemary] [16/97] Installing libdatrie-0.2.14_1...
- [rosemary] [16/97] Extracting libdatrie-0.2.14_1: .......... done
- [rosemary] [17/97] Installing libdeflate-1.25...
- [rosemary] [17/97] Extracting libdeflate-1.25: .......... done
- [rosemary] [18/97] Installing libdvdread-7.0.0...
- [rosemary] [18/97] Extracting libdvdread-7.0.0: .......... done
- [rosemary] [19/97] Installing libdvdnav-7.0.0...
- [rosemary] [19/97] Extracting libdvdnav-7.0.0: .......... done
- [rosemary] [20/97] Installing libepoll-shim-0.0.20240608...
- [rosemary] [20/97] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [21/97] Installing libinotify-20240724_3...
- [rosemary] [21/97] Extracting libinotify-20240724_3: .......... done
- [rosemary] [22/97] Installing libogg-1.3.6,4...
- [rosemary] [22/97] Extracting libogg-1.3.6,4: .......... done
- [rosemary] [23/97] Installing libpciaccess-0.18.1_1...
- [rosemary] [23/97] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [24/97] Installing libdrm-2.4.131,1...
- [rosemary] [24/97] Extracting libdrm-2.4.131,1: .......... done
- [rosemary] [25/97] Installing libtasn1-4.21.0...
- [rosemary] [25/97] Extracting libtasn1-4.21.0: .......... done
- [rosemary] [26/97] Installing libthai-0.1.30...
- [rosemary] [26/97] Extracting libthai-0.1.30: .......... done
- [rosemary] [27/97] Installing libudev-devd-0.6.0...
- [rosemary] [27/97] Extracting libudev-devd-0.6.0: ........ done
- [rosemary] [28/97] Installing libudfread-1.2.0...
- [rosemary] [28/97] Extracting libudfread-1.2.0: .......... done
- [rosemary] [29/97] Installing libunibreak-6.1,1...
- [rosemary] [29/97] Extracting libunibreak-6.1,1: .......... done
- [rosemary] [30/97] Installing libunwind-20250904...
- [rosemary] [30/97] Extracting libunwind-20250904: .......... done
- [rosemary] [31/97] Installing libv4l-1.23.0_5...
- [rosemary] [31/97] Extracting libv4l-1.23.0_5: .......... done
- [rosemary] [32/97] Installing libvorbis-1.3.7_2,3...
- [rosemary] [32/97] Extracting libvorbis-1.3.7_2,3: .......... done
- [rosemary] [33/97] Installing libvpx-1.16.0...
- [rosemary] [33/97] Extracting libvpx-1.16.0: .......... done
- [rosemary] [34/97] Installing libx264-0.164.3095...
- [rosemary] [34/97] Extracting libx264-0.164.3095: ......... done
- [rosemary] [35/97] Installing libxml2-2.15.2...
- [rosemary] [35/97] Extracting libxml2-2.15.2: .......... done
- [rosemary] [36/97] Installing lzo2-2.10_1...
- [rosemary] [36/97] Extracting lzo2-2.10_1: .......... done
- [rosemary] [37/97] Installing mpfr-4.2.2,1...
- [rosemary] [37/97] Extracting mpfr-4.2.2,1: .......... done
- [rosemary] [38/97] Installing mpc-1.4.0...
- [rosemary] [38/97] Extracting mpc-1.4.0: .......... done
- [rosemary] [39/97] Installing gcc14-14.2.0_4...
- [rosemary] [39/97] Extracting gcc14-14.2.0_4: .........
- . done
- [rosemary] [40/97] Installing nettle-3.10.2...
- [rosemary] [40/97] Extracting nettle-3.10.2: .......... done
- [rosemary] [41/97] Installing openblas-0.3.30,2...
- [rosemary] [41/97] Extracting openblas-0.3.30,2: .......... done
- [rosemary] [42/97] Installing opus-1.6.1...
- [rosemary] [42/97] Extracting opus-1.6.1: .......... done
- [rosemary] [43/97] Installing p11-kit-0.26.2...
- [rosemary] [43/97] Extracting p11-kit-0.26.2: .......... done
- [rosemary] [44/97] Installing gnutls-3.8.12...
- [rosemary] [44/97] Extracting gnutls-3.8.12: .......... done
- [rosemary] [45/97] Installing pixman-0.46.2...
- [rosemary] [45/97] Extracting pixman-0.46.2: ......... done
- [rosemary] [46/97] Installing png-1.6.55...
- [rosemary] [46/97] Extracting png-1.6.55: .......... done
- [rosemary] [47/97] Installing freetype2-2.14.3...
- [rosemary] [47/97] Extracting freetype2-2.14.3: .......... done
- [rosemary] [48/97] Installing fontconfig-2.17.1,1...
- [rosemary] [48/97] Extracting fontconfig-2.17.1,1: .......... done
- [rosemary] [49/97] Installing libbluray-1.4.1,1...
- [rosemary] [49/97] Extracting libbluray-1.4.1,1: .......... done
- [rosemary] [50/97] Installing py311-boost-libs-1.89.0...
- [rosemary] [50/97] Extracting py311-boost-libs-1.89.0: .......... done
- [rosemary] [51/97] Installing py311-packaging-26.0...
- [rosemary] [51/97] Extracting py311-packaging-26.0: .......... done
- [rosemary] [52/97] Installing glib-2.84.4,2...
- [rosemary] [52/97] Extracting glib-2.84.4,2: .......... done
- [rosemary] [53/97] Installing harfbuzz-13.2.1...
- [rosemary] [53/97] Extracting harfbuzz-13.2.1: .......... done
- [rosemary] [54/97] Installing libass-0.17.4...
- [rosemary] [54/97] Extracting libass-0.17.4: .......... done
- [rosemary] [55/97] Installing shaderc-2026.1...
- [rosemary] [55/97] Extracting shaderc-2026.1: .......... done
- [rosemary] [56/97] Installing shared-mime-info-2.4_2...
- [rosemary] [56/97] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [57/97] Installing srt-1.5.4...
- [rosemary] [57/97] Extracting srt-1.5.4: .......... done
- [rosemary] [58/97] Installing suitesparse-config-7.12.2...
- [rosemary] [58/97] Extracting suitesparse-config-7.12.2: .......... done
- [rosemary] [59/97] Installing suitesparse-amd-3.3.4...
- [rosemary] [59/97] Extracting suitesparse-amd-3.3.4: .......... done
- [rosemary] [60/97] Installing suitesparse-camd-3.3.5...
- [rosemary] [60/97] Extracting suitesparse-camd-3.3.5: .......... done
- [rosemary] [61/97] Installing suitesparse-ccolamd-3.3.5...
- [rosemary] [61/97] Extracting suitesparse-ccolamd-3.3.5: .......... done
- [rosemary] [62/97] Installing suitesparse-colamd-3.3.5...
- [rosemary] [62/97] Extracting suitesparse-colamd-3.3.5: .......... done
- [rosemary] [63/97] Installing suitesparse-cholmod-5.3.4...
- [rosemary] [63/97] Extracting suitesparse-cholmod-5.3.4: .......... done
- [rosemary] [64/97] Installing suitesparse-umfpack-6.3.7...
- [rosemary] [64/97] Extracting suitesparse-umfpack-6.3.7: .......... done
- [rosemary] [65/97] Installing py311-numpy-1.26.4_12,1...
- [rosemary] [65/97] Extracting py311-numpy-1.26.4_12,1: .......
- ... done
- [rosemary] [66/97] Installing Imath-3.2.2_2...
- [rosemary] [66/97] Extracting Imath-3.2.2_2: .......... done
- [rosemary] [67/97] Installing svt-av1-4.1.0...
- [rosemary] [67/97] Extracting svt-av1-4.1.0: .......... done
- [rosemary] [68/97] Installing tiff-4.7.1...
- [rosemary] [68/97] Extracting tiff-4.7.1: .......... done
- [rosemary] [69/97] Installing gdk-pixbuf2-2.44.1...
- [rosemary] [69/97] Extracting gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [70/97] Installing lcms2-2.18...
- [rosemary] [70/97] Extracting lcms2-2.18: .......... done
- [rosemary] [71/97] Installing openjph-0.26.3...
- [rosemary] [71/97] Extracting openjph-0.26.3: .......... done
- [rosemary] [72/97] Installing openexr-3.4.8...
- [rosemary] [72/97] Extracting openexr-3.4.8: .......... done
- [rosemary] [73/97] Installing libjxl-0.11.2...
- [rosemary] [73/97] Extracting libjxl-0.11.2: .......... done
- [rosemary] [74/97] Installing vmaf-3.0.0...
- [rosemary] [74/97] Extracting vmaf-3.0.0: .......... done
- [rosemary] [75/97] Installing aom-3.13.2...
- [rosemary] [75/97] Extracting aom-3.13.2: .......... done
- [rosemary] [76/97] Installing wayland-1.24.0_2...
- [rosemary] [76/97] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [77/97] Installing webp-1.6.0...
- [rosemary] [77/97] Extracting webp-1.6.0: .......... done
- [rosemary] [78/97] Installing x265-4.1...
- [rosemary] [78/97] Extracting x265-4.1: .......... done
- [rosemary] [79/97] Installing xorgproto-2024.1...
- [rosemary] [79/97] Extracting xorgproto-2024.1: .......... done
- [rosemary] [80/97] Installing libXdmcp-1.1.5...
- [rosemary] [80/97] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [81/97] Installing libxcb-1.17.0...
- [rosemary] [81/97] Extracting libxcb-1.17.0: .......... done
- [rosemary] [82/97] Installing libX11-1.8.13,1...
- [rosemary] [82/97] Extracting libX11-1.8.13,1: .......... done
- [rosemary] [83/97] Installing libXext-1.3.6,1...
- [rosemary] [83/97] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [84/97] Installing libXfixes-6.0.1...
- [rosemary] [84/97] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [85/97] Installing libXrender-0.9.12...
- [rosemary] [85/97] Extracting libXrender-0.9.12: .......... done
- [rosemary] [86/97] Installing cairo-1.18.2,3...
- [rosemary] [86/97] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [87/97] Installing libXft-2.3.8...
- [rosemary] [87/97] Extracting libXft-2.3.8: .......... done
- [rosemary] [88/97] Installing libXrandr-1.5.4...
- [rosemary] [88/97] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [89/97] Installing libXv-1.0.13,1...
- [rosemary] [89/97] Extracting libXv-1.0.13,1: .......... done
- [rosemary] [90/97] Installing libglvnd-1.7.0...
- [rosemary] [90/97] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [91/97] Installing libva-2.23.0...
- [rosemary] [91/97] Extracting libva-2.23.0: .......... done
- [rosemary] [92/97] Installing libvdpau-1.5...
- [rosemary] [92/97] Extracting libvdpau-1.5: .......... done
- [rosemary] [93/97] Installing pango-1.56.4_1...
- [rosemary] [93/97] Extracting pango-1.56.4_1: .......... done
- [rosemary] [94/97] Installing librsvg2-rust-2.62.0_1...
- [rosemary] [94/97] Extracting librsvg2-rust-2.62.0_1: .......... done
- [rosemary] [95/97] Installing vulkan-loader-1.4.336...
- [rosemary] [95/97] Extracting vulkan-loader-1.4.336: .......... done
- [rosemary] [96/97] Installing libplacebo-7.360.1...
- [rosemary] [96/97] Extracting libplacebo-7.360.1: .......... done
- [rosemary] [97/97] Installing ffmpeg-8.1,1...
- [rosemary] [97/97] Extracting ffmpeg-8.1,1: .......... done
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
- =====
- 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 libinotify-20240724_3:
- 
- --
- You might want to consider increasing the kern.maxfiles tunable if you plan
- to use this library for applications that need to monitor activity of a lot
- of files.
- =====
- 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 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 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).

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-pkg-config.4
⬇ retrieved csexp.1.5.2  (cached)
∗ installed conf-ffmpeg.1
⬇ retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
⬇ retrieved ffmpeg-avcodec.1.3.0, ffmpeg-avutil.1.3.0  (cached)
∗ installed dune.3.22.1
∗ installed csexp.1.5.2
∗ installed dune-configurator.3.22.1
∗ installed ffmpeg-avutil.1.3.0
∗ installed ffmpeg-avcodec.1.3.0
Done.
2026-04-10 14:58.02 ---> saved as "181a804fc00cc7f1edbeca02a95e5ee086248444b8efc33f33ff733ff35145bd"
Job succeeded
2026-04-10 15:02.08: Job succeeded