Organisationssanettetsdl-ttf28a3b2 (master)freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-10 09:11.44: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (28a3b27aeea8619d9ab6bf254b376bade89bf30d) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)
Base: freebsd-14.3-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard 28a3b27a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-04-10 09:11.44: Using cache hint "sanette/tsdl-ttf-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-d7b76608fc0d181835cc85ffc746695e"
2026-04-10 09:11.44: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-04-10 09:11.44: Waiting for resource in pool OCluster
2026-04-10 09:11.45: Waiting for worker…
2026-04-10 09:34.16: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 28a3b27 dl_error


(from freebsd-14.3-ocaml-4.14)
2026-04-10 09:40.55 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


/: (comment freebsd-14.3-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-04-10 09:40.56 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" from cache


/src: (run (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 09:40.56 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.5.0
2026-04-10 09:40.56 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-10 09:40.58 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
71325ac6ed..4d62a12e26  master     -> origin/master
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-04-10 09:40.58 ---> using "961735e0ce2016307ad1939b742af15175605f89fe4364afb71af5d82279c1b4" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-04-10 09:40.59 ---> saved as "1c9dd50eaec53ed5619f3944315175911b87e14cdfbd37b25a6e99ab9c84b436"


/src: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2026-04-10 09:41.00 ---> saved as "b37236b91377ff2c353aff67d8240a19993a17c092f2bc98572c8d50ae026639"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-10 09:41.01 ---> saved as "ffbc48b45d7fff6fe02db53fc9cafe52edf9e804da0c43b6014de3ad070ffa27"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y tsdl-ttf.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
sdl2 sdl2_ttf


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_ttf"
- 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 35 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	freetype2: 2.14.3 [FreeBSD]
- 	glib: 2.84.4,2 [FreeBSD]
- 	graphite2: 1.3.14 [FreeBSD]
- 	harfbuzz: 13.2.1 [FreeBSD]
- 	hwdata: 0.405,1 [FreeBSD]
- 	libX11: 1.8.13,1 [FreeBSD]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD]
- 	libXau: 1.0.12 [FreeBSD]
- 	libXcursor: 1.2.3 [FreeBSD]
- 	libXdamage: 1.1.6 [FreeBSD]
- 	libXdmcp: 1.1.5 [FreeBSD]
- 	libXext: 1.3.6,1 [FreeBSD]
- 	libXfixes: 6.0.1 [FreeBSD]
- 	libXi: 1.8.2,1 [FreeBSD]
- 	libXrandr: 1.5.4 [FreeBSD]
- 	libXrender: 0.9.12 [FreeBSD]
- 	libXxf86vm: 1.1.6 [FreeBSD]
- 	libdrm: 2.4.131,1 [FreeBSD]
- 	libepoll-shim: 0.0.20240608 [FreeBSD]
- 	libglvnd: 1.7.0 [FreeBSD]
- 	libinotify: 20240724_3 [FreeBSD]
- 	libpciaccess: 0.18.1_1 [FreeBSD]
- 	libxcb: 1.17.0 [FreeBSD]
- 	libxkbcommon: 1.13.1 [FreeBSD]
- 	libxml2: 2.15.2 [FreeBSD]
- 	libxshmfence: 1.3.3 [FreeBSD]
- 	mesa-libs: 24.1.7_1 [FreeBSD]
- 	png: 1.6.55 [FreeBSD]
- 	py311-packaging: 26.0 [FreeBSD]
- 	sdl2: 2.32.10 [FreeBSD]
- 	sdl2_ttf: 2.24.0 [FreeBSD]
- 	vulkan-loader: 1.4.336 [FreeBSD]
- 	wayland: 1.24.0_2 [FreeBSD]
- 	xkeyboard-config: 2.41_4 [FreeBSD]
- 	xorgproto: 2024.1 [FreeBSD]
- 
- Number of packages to be installed: 35
- 
- The process will require 174 MiB more space.
- 23 MiB to be downloaded.
- [rosemary] [ 1/35] Fetching png-1.6.55: .......... done
- [rosemary] [ 2/35] Fetching vulkan-loader-1.4.336: ........ done
- [rosemary] [ 3/35] Fetching libxcb-1.17.0: .......... done
- [rosemary] [ 4/35] Fetching freetype2-2.14.3: .......... done
- [rosemary] [ 5/35] Fetching libglvnd-1.7.0: .......... done
- [rosemary] [ 6/35] Fetching libXcursor-1.2.3: ... done
- [rosemary] [ 7/35] Fetching sdl2_ttf-2.24.0: ... done
- [rosemary] [ 8/35] Fetching libXrandr-1.5.4: .. done
- [rosemary] [ 9/35] Fetching libXext-1.3.6,1: ....... done
- [rosemary] [10/35] Fetching libXxf86vm-1.1.6: .. done
- [rosemary] [11/35] Fetching libdrm-2.4.131,1: .......... done
- [rosemary] [12/35] Fetching libXdamage-1.1.6: . done
- [rosemary] [13/35] Fetching libXfixes-6.0.1: . done
- [rosemary] [14/35] Fetching libXau-1.0.12: . done
- [rosemary] [15/35] Fetching wayland-1.24.0_2: ......... done
- [rosemary] [16/35] Fetching libxml2-2.15.2: .......... done
- [rosemary] [17/35] Fetching libxshmfence-1.3.3: . done
- [rosemary] [18/35] Fetching py311-packaging-26.0: .......... done
- [rosemary] [19/35] Fetching libXScrnSaver-1.2.4_1: .. done
- [rosemary] [20/35] Fetching libepoll-shim-0.0.20240608: .. done
- [rosemary] [21/35] Fetching libX11-1.8.13,1: .......... done
- [rosemary] [22/35] Fetching glib-2.84.4,2: .......... done
- [rosemary] [23/35] Fetching libXrender-0.9.12: .. done
- [rosemary] [24/35] Fetching xorgproto-2024.1: ... done
- [rosemary] [25/35] Fetching xkeyboard-config-2.41_4: .......... done
- [rosemary] [26/35] Fetching libXi-1.8.2,1: ........ done
- [rosemary] [27/35] Fetching libxkbcommon-1.13.1: .......... done
- [rosemary] [28/35] Fetching hwdata-0.405,1: .......... done
- [rosemary] [29/35] Fetching sdl2-2.32.10: .......... done
- [rosemary] [30/35] Fetching graphite2-1.3.14: ....... done
- [rosemary] [31/35] Fetching libXdmcp-1.1.5: .. done
- [rosemary] [32/35] Fetching harfbuzz-13.2.1: .......... done
- [rosemary] [33/35] Fetching libinotify-20240724_3: .. done
- [rosemary] [34/35] Fetching mesa-libs-24.1.7_1: .......... done
- [rosemary] [35/35] Fetching libpciaccess-0.18.1_1: .. done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [ 1/35] Installing graphite2-1.3.14...
- [rosemary] [ 1/35] Extracting graphite2-1.3.14: .......... done
- [rosemary] [ 2/35] Installing hwdata-0.405,1...
- [rosemary] [ 2/35] Extracting hwdata-0.405,1: .......... done
- [rosemary] [ 3/35] Installing libXau-1.0.12...
- [rosemary] [ 3/35] Extracting libXau-1.0.12: .......... done
- [rosemary] [ 4/35] Installing libepoll-shim-0.0.20240608...
- [rosemary] [ 4/35] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [ 5/35] Installing libinotify-20240724_3...
- [rosemary] [ 5/35] Extracting libinotify-20240724_3: .......... done
- [rosemary] [ 6/35] Installing libpciaccess-0.18.1_1...
- [rosemary] [ 6/35] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [ 7/35] Installing libdrm-2.4.131,1...
- [rosemary] [ 7/35] Extracting libdrm-2.4.131,1: .......... done
- [rosemary] [ 8/35] Installing libxml2-2.15.2...
- [rosemary] [ 8/35] Extracting libxml2-2.15.2: .......... done
- [rosemary] [ 9/35] Installing libxshmfence-1.3.3...
- [rosemary] [ 9/35] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [10/35] Installing png-1.6.55...
- [rosemary] [10/35] Extracting png-1.6.55: .......... done
- [rosemary] [11/35] Installing freetype2-2.14.3...
- [rosemary] [11/35] Extracting freetype2-2.14.3: .......... done
- [rosemary] [12/35] Installing py311-packaging-26.0...
- [rosemary] [12/35] Extracting py311-packaging-26.0: .......... done
- [rosemary] [13/35] Installing glib-2.84.4,2...
- [rosemary] [13/35] Extracting glib-2.84.4,2: ..
- ........ done
- [rosemary] [14/35] Installing harfbuzz-13.2.1...
- [rosemary] [14/35] Extracting harfbuzz-13.2.1: .......... done
- [rosemary] [15/35] Installing wayland-1.24.0_2...
- [rosemary] [15/35] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [16/35] Installing xkeyboard-config-2.41_4...
- [rosemary] [16/35] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [17/35] Installing xorgproto-2024.1...
- [rosemary] [17/35] Extracting xorgproto-2024.1: .......... done
- [rosemary] [18/35] Installing libXdmcp-1.1.5...
- [rosemary] [18/35] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [19/35] Installing libxcb-1.17.0...
- [rosemary] [19/35] Extracting libxcb-1.17.0: .......... done
- [rosemary] [20/35] Installing libX11-1.8.13,1...
- [rosemary] [20/35] Extracting libX11-1.8.13,1: .......... done
- [rosemary] [21/35] Installing libXext-1.3.6,1...
- [rosemary] [21/35] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [22/35] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [22/35] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [23/35] Installing libXfixes-6.0.1...
- [rosemary] [23/35] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [24/35] Installing libXdamage-1.1.6...
- [rosemary] [24/35] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [25/35] Installing libXi-1.8.2,1...
- [rosemary] [25/35] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [26/35] Installing libXrender-0.9.12...
- [rosemary] [26/35] Extracting libXrender-0.9.12: .......... done
- [rosemary] [27/35] Installing libXcursor-1.2.3...
- [rosemary] [27/35] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [28/35] Installing libXrandr-1.5.4...
- [rosemary] [28/35] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [29/35] Installing libXxf86vm-1.1.6...
- [rosemary] [29/35] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [30/35] Installing libglvnd-1.7.0...
- [rosemary] [30/35] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [31/35] Installing libxkbcommon-1.13.1...
- [rosemary] [31/35] Extracting libxkbcommon-1.13.1: .......... done
- [rosemary] [32/35] Installing mesa-libs-24.1.7_1...
- [rosemary] [32/35] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [33/35] Installing vulkan-loader-1.4.336...
- [rosemary] [33/35] Extracting vulkan-loader-1.4.336: .......... done
- [rosemary] [34/35] Installing sdl2-2.32.10...
- [rosemary] [34/35] Extracting sdl2-2.32.10: .......... done
- [rosemary] [35/35] Installing sdl2_ttf-2.24.0...
- [rosemary] [35/35] Extracting sdl2_ttf-2.24.0: .......... done
- ==> 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
- ==> 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
- =====
- 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 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 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
2026-04-10 09:41.29 ---> saved as "f675fbe1cdcfb921cd6671920f97ef00b3b0e325dd732c52a5098d3bfa0ec5ef"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 15 packages
 conf-libffi       2.0.0
 conf-pkg-config   4
 conf-sdl2         1
 conf-sdl2-ttf     1
 csexp             1.5.2
 ctypes            0.24.0
 ctypes-foreign    0.24.0
 dune              3.22.1
 dune-configurator 3.22.1
 integers          0.7.0
 ocamlbuild        0.16.1
 ocamlfind         1.9.8
 stdlib-shims      0.3.0
 topkg             1.1.1
 tsdl              1.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-pkg-config.4
 installed conf-libffi.2.0.0
 installed conf-sdl2-ttf.1
 installed conf-sdl2.1
 retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved tsdl.1.3.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.1
 installed dune.3.22.1
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed dune-configurator.3.22.1
 installed ctypes.0.24.0
 installed ctypes-foreign.0.24.0
 installed tsdl.1.3.0
Done.
2026-04-10 09:42.38 ---> saved as "ff06ff39311f62a6f42c26ae5c6b6e4dfa12fcffc4149b2e03778e41d592ff4d"


/src: (copy (src .) (dst /src))
2026-04-10 09:42.39 ---> saved as "ee33cd8d0a1898229e8d242ad6ba403d1cc3645d8e3192b5dcf0dea3fd8b8004"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "test/dune", line 2, characters 7-18:
2 |  (name show_string)
^^^^^^^^^^^
(cd _build/default/test && ./show_string.exe)
Trying libSDL2_ttf.so
/usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
Trying /usr/lib/x86_64-linux-gnu/libSDL2_ttf.so
Cannot open "/usr/lib/x86_64-linux-gnu/libSDL2_ttf.so"
Trying /usr/local/lib/libSDL2_ttf.so
/usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
libSDL2_ttf.so not found...
Calling pkg_config
$ pkg-config --variable=libdir SDL2_ttf
/usr/local/lib
$ pkg info sdl2_ttf
sdl2_ttf-2.24.0
Name           : sdl2_ttf
Version        : 2.24.0
Installed on   : Fri Apr 10 09:41:28 2026 UTC
Origin         : graphics/sdl2_ttf
Architecture   : FreeBSD:14:amd64
Prefix         : /usr/local
Categories     : graphics
Licenses       : ZLIB
Maintainer     : amdmi3@FreeBSD.org
WWW            : https://github.com/libsdl-org/SDL_ttf
Comment        : Library to use TrueType fonts to render text in SDL applications
Options        :
DOCS           : on
HARFBUZZ       : on
Shared Libs required:
libSDL2-2.0.so.0
libc.so.7
libfreetype.so.6
libharfbuzz.so.0
Shared Libs provided:
libSDL2_ttf-2.0.so.0
Annotations    :
FreeBSD_version: 1403000
build_timestamp: 2026-04-04T17:16:49+0000
built_by       : poudriere-git-3.4.6-4-g83739588
port_checkout_unclean: no
port_git_hash  : 78db3aeaafd6e8351d3fa52693f922e0020da12f
ports_top_checkout_unclean: no
ports_top_git_hash: 78db3aeaafd6e8351d3fa52693f922e0020da12f
repo_type      : binary
repository     : FreeBSD
Flat size      : 187KiB
Description    :
This library is a wrapper around the FreeType and Harfbuzz libraries,
allowing you to use TrueType fonts to render text in SDL applications.


It allows a programmer to use multiple TrueType fonts without having
to code a font rendering routine themselves. With the power of
outline fonts and antialiasing, high quality text output can be
obtained without much effort.
$ ls -l /usr/local/lib | grep SDL
lrwxr-xr-x   1 root wheel      16 Apr  4 17:13 libSDL2-2.0.so -> libSDL2-2.0.so.0
lrwxr-xr-x   1 root wheel      24 Apr  4 17:13 libSDL2-2.0.so.0 -> libSDL2-2.0.so.0.3200.10
-rwxr-xr-x   1 root wheel 1902032 Apr  4 17:13 libSDL2-2.0.so.0.3200.10
-rw-r--r--   1 root wheel 3599928 Apr  4 17:13 libSDL2.a
lrwxr-xr-x   1 root wheel      14 Apr  4 17:13 libSDL2.so -> libSDL2-2.0.so
-rw-r--r--   1 root wheel  295902 Apr  4 17:13 libSDL2_test.a
lrwxr-xr-x   1 root wheel      20 Apr  4 17:16 libSDL2_ttf-2.0.so -> libSDL2_ttf-2.0.so.0
lrwxr-xr-x   1 root wheel      27 Apr  4 17:16 libSDL2_ttf-2.0.so.0 -> libSDL2_ttf-2.0.so.0.2400.0
-rwxr-xr-x   1 root wheel   87640 Apr  4 17:16 libSDL2_ttf-2.0.so.0.2400.0
lrwxr-xr-x   1 root wheel      20 Apr  4 17:16 libSDL2_ttf.so -> libSDL2_ttf-2.0.so.0
-rw-r--r--   1 root wheel    1286 Apr  4 17:13 libSDL2main.a
$ pkg info -l sdl2_ttf
sdl2_ttf-2.24.0:
/usr/local/include/SDL2/SDL_ttf.h
/usr/local/lib/cmake/SDL2_ttf/SDL2_ttf-shared-targets-release.cmake
/usr/local/lib/cmake/SDL2_ttf/SDL2_ttf-shared-targets.cmake
/usr/local/lib/cmake/SDL2_ttf/SDL2_ttfConfig.cmake
/usr/local/lib/cmake/SDL2_ttf/SDL2_ttfConfigVersion.cmake
/usr/local/lib/libSDL2_ttf-2.0.so
/usr/local/lib/libSDL2_ttf-2.0.so.0
/usr/local/lib/libSDL2_ttf-2.0.so.0.2400.0
/usr/local/lib/libSDL2_ttf.so
/usr/local/libdata/pkgconfig/SDL2_ttf.pc
/usr/local/share/doc/sdl2_ttf/CHANGES.txt
/usr/local/share/doc/sdl2_ttf/README.txt
/usr/local/share/licenses/sdl2_ttf-2.24.0/LICENSE
/usr/local/share/licenses/sdl2_ttf-2.24.0/ZLIB
/usr/local/share/licenses/sdl2_ttf-2.24.0/catalog.mk
$ ldd /usr/local/lib/libSDL2_ttf.so
/usr/local/lib/libSDL2_ttf.so:
libSDL2-2.0.so.0 => /usr/local/lib/libSDL2-2.0.so.0 (0x1df309f6d000)
libharfbuzz.so.0 => /usr/local/lib/libharfbuzz.so.0 (0x1df30bc77000)
libfreetype.so.6 => /usr/local/lib/libfreetype.so.6 (0x1df30a7d7000)
libc.so.7 => /lib/libc.so.7 (0x1df308f43000)
libm.so.5 => /lib/libm.so.5 (0x1df30b1e3000)
libX11.so.6 => /usr/local/lib/libX11.so.6 (0x1df30cb8c000)
libXext.so.6 => /usr/local/lib/libXext.so.6 (0x1df30e9ee000)
libXcursor.so.1 => /usr/local/lib/libXcursor.so.1 (0x1df30dad0000)
libXi.so.6 => /usr/local/lib/libXi.so.6 (0x1df30f84b000)
libXfixes.so.3 => /usr/local/lib/libXfixes.so.3 (0x1df30fb78000)
libXrandr.so.2 => /usr/local/lib/libXrandr.so.2 (0x1df310416000)
libXss.so.1 => /usr/local/lib/libXss.so.1 (0x1df31120c000)
libdrm.so.2 => /usr/local/lib/libdrm.so.2 (0x1df31127d000)
libgbm.so.1 => /usr/local/lib/libgbm.so.1 (0x1df312077000)
libEGL.so.1 => /usr/local/lib/libEGL.so.1 (0x1df3129d8000)
libwayland-egl.so.1 => /usr/local/lib/libwayland-egl.so.1 (0x1df31331f000)
libwayland-cursor.so.0 => /usr/local/lib/libwayland-cursor.so.0 (0x1df314051000)
libwayland-client.so.0 => /usr/local/lib/libwayland-client.so.0 (0x1df3140b5000)
libxkbcommon.so.0 => /usr/local/lib/libxkbcommon.so.0 (0x1df315080000)
libinotify.so.0 => /usr/local/lib/libinotify.so.0 (0x1df3156cc000)
libusb.so.3 => /usr/lib/libusb.so.3 (0x1df316600000)
libusbhid.so.4 => /usr/lib/libusbhid.so.4 (0x1df31775b000)
libthr.so.3 => /lib/libthr.so.3 (0x1df316efd000)
libglib-2.0.so.0 => /usr/local/lib/libglib-2.0.so.0 (0x1df31871b000)
libgraphite2.so.3 => /usr/local/lib/libgraphite2.so.3 (0x1df31981d000)
libbz2.so.4 => /usr/lib/libbz2.so.4 (0x1df319fc1000)
libpng16.so.16 => /usr/local/lib/libpng16.so.16 (0x1df31ade1000)
libbrotlidec.so.1 => /usr/local/lib/libbrotlidec.so.1 (0x1df31c09f000)
libz.so.6 => /lib/libz.so.6 (0x1df31bccd000)
libxcb.so.1 => /usr/local/lib/libxcb.so.1 (0x1df31ca01000)
libXrender.so.1 => /usr/local/lib/libXrender.so.1 (0x1df31d70c000)
libwayland-server.so.0 => /usr/local/lib/libwayland-server.so.0 (0x1df31dd5f000)
libexpat.so.1 => /usr/local/lib/libexpat.so.1 (0x1df31ee4c000)
libGLdispatch.so.0 => /usr/local/lib/libGLdispatch.so.0 (0x1df31e6d5000)
libdl.so.1 => /usr/lib/libdl.so.1 (0x1df3208f4000)
libepoll-shim.so.0 => /usr/local/lib/libepoll-shim.so.0 (0x1df31f2b4000)
libffi.so.8 => /usr/local/lib/libffi.so.8 (0x1df31f48c000)
libiconv.so.2 => /usr/local/lib/libiconv.so.2 (0x1df31f8e4000)
libintl.so.8 => /usr/local/lib/libintl.so.8 (0x1df321122000)
libpcre2-8.so.0 => /usr/local/lib/libpcre2-8.so.0 (0x1df3216c8000)
libutil.so.9 => /lib/libutil.so.9 (0x1df321aed000)
libcxxrt.so.1 => /lib/libcxxrt.so.1 (0x1df3227ea000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x1df3235a9000)
libbrotlicommon.so.1 => /usr/local/lib/libbrotlicommon.so.1 (0x1df324c00000)
libXau.so.6 => /usr/local/lib/libXau.so.6 (0x1df32421a000)
libXdmcp.so.6 => /usr/local/lib/libXdmcp.so.6 (0x1df325b98000)
Trying /usr/local/lib/libSDL2_ttf.so
/usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined
libSDL2_ttf.so not found...
TTF_Init
Fatal error: exception Dl.DL_error("Undefined symbol \"TTF_Init\"")
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_1974_151197" "mount.devfs" "path=/obuilder/result/bddea7b65f26921818169d6ef942fc6ff030294a1fcba088b0953b7cc311b071/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.3.0' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-04-10 09:46.42: Job failed: Failed: Build failed