Organisationssanettetsdl-ttfef429d ()freebsd-15.0-5.4_opam-2.5

freebsd-15.0-5.4_opam-2.5

Logs

Show full logs
2026-04-30 08:45.44: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (ef429d8ce8c13133ccd28d356a373d5404286a89) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)
Base: freebsd-15.0-ocaml-5.4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard ef429d8c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
# freebsd-15.0-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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-domains.base base-effects.base base-nnp.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.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-30 08:45.44: Using cache hint "sanette/tsdl-ttf-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-1c87ec908f890343404fbb2ce5f5cd4d"
2026-04-30 08:45.44: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
 (comment freebsd-15.0-5.4_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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-domains.base base-effects.base base-nnp.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.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-30 08:45.44: Waiting for resource in pool OCluster
2026-04-30 08:45.44: Waiting for worker…
2026-04-30 08:45.44: Got resource from pool OCluster
Building on rosemary
HEAD is now at 37fc29f Fix linux, add more verbose logging.
HEAD is now at ef429d8 try remove dev in workflow

(from freebsd-15.0-ocaml-5.4)
2026-04-30 08:38.25 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache

/: (comment freebsd-15.0-5.4_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-30 08:38.25 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" 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-30 08:38.26 ---> using "b806a290c026df5c2502119c7bacc521336ea69e029a5a664ccac03ac292bb91" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 5.4.1
2.5.0
2026-04-30 08:38.26 ---> using "b5d732cc667cfadc3b7b196a89147e232c7e4d39afe01136d77cb7e64e06560f" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-30 08:38.26 ---> using "1a9460a5b2b0597f096d9fac3bdc427c687096f5774f717660d59364e080f500" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2

<><> 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
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-30 08:38.26 ---> using "21ed245c0f51b71404d30eacbd8fca8832c14b89a65bf2cdc868b41ccb888b01" from cache

/src: (copy (src tsdl-ttf.opam) (dst ./))
2026-04-30 08:38.28 ---> saved as "b2b7520e09df8127faf88e86e1c4296d378a5bb25a86796704da8d6431205df3"

/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-30 08:38.30 ---> saved as "ec377c72893a6039fc1878fb9b527c2a454d21386ecfe12343c60034ec877859"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-30 08:38.32 ---> saved as "9ca78ee803aa4fd4cd8e1b0b542740d625c2c35a30358291a968f166bd2fd0f2"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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-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 35 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	freetype2: 2.14.3 [FreeBSD-ports]
- 	glib: 2.84.4,2 [FreeBSD-ports]
- 	graphite2: 1.3.14 [FreeBSD-ports]
- 	harfbuzz: 13.2.1 [FreeBSD-ports]
- 	hwdata: 0.405,1 [FreeBSD-ports]
- 	libX11: 1.8.13,1 [FreeBSD-ports]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD-ports]
- 	libXau: 1.0.12 [FreeBSD-ports]
- 	libXcursor: 1.2.3 [FreeBSD-ports]
- 	libXdamage: 1.1.6 [FreeBSD-ports]
- 	libXdmcp: 1.1.5 [FreeBSD-ports]
- 	libXext: 1.3.6,1 [FreeBSD-ports]
- 	libXfixes: 6.0.1 [FreeBSD-ports]
- 	libXi: 1.8.2,1 [FreeBSD-ports]
- 	libXrandr: 1.5.4 [FreeBSD-ports]
- 	libXrender: 0.9.12 [FreeBSD-ports]
- 	libXxf86vm: 1.1.6 [FreeBSD-ports]
- 	libdrm: 2.4.131,1 [FreeBSD-ports]
- 	libepoll-shim: 0.0.20240608 [FreeBSD-ports]
- 	libglvnd: 1.7.0 [FreeBSD-ports]
- 	libinotify: 20240724_3 [FreeBSD-ports]
- 	libpciaccess: 0.18.1_1 [FreeBSD-ports]
- 	libxcb: 1.17.0 [FreeBSD-ports]
- 	libxkbcommon: 1.13.1 [FreeBSD-ports]
- 	libxml2: 2.15.2 [FreeBSD-ports]
- 	libxshmfence: 1.3.3 [FreeBSD-ports]
- 	mesa-libs: 24.1.7_1 [FreeBSD-ports]
- 	png: 1.6.57 [FreeBSD-ports]
- 	py311-packaging: 26.0 [FreeBSD-ports]
- 	sdl2: 2.32.10 [FreeBSD-ports]
- 	sdl2_ttf: 2.24.0 [FreeBSD-ports]
- 	vulkan-loader: 1.4.336 [FreeBSD-ports]
- 	wayland: 1.24.0_2 [FreeBSD-ports]
- 	xkeyboard-config: 2.41_4 [FreeBSD-ports]
- 	xorgproto: 2024.1 [FreeBSD-ports]
- 
- 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.57: .......... 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 mesa-libs-24.1.7_1: .......... done
- [rosemary] [34/35] Fetching libinotify-20240724_3: .. 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.57...
- [rosemary] [10/35] Extracting png-1.6.57: .......... 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
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- =====
- 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-30 08:39.06 ---> saved as "657b37254dffccc13595a470a72ccdd39e40e8b65c08eea2defca539ac4c8c81"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.2
   dune-configurator 3.22.2
   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-sdl2.1
 installed conf-libffi.2.0.0
 installed conf-sdl2-ttf.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 ocamlbuild.0.16.1  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved tsdl.1.3.0  (cached)
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.1
 installed dune.3.22.2
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed dune-configurator.3.22.2
 installed ctypes.0.24.0
 installed ctypes-foreign.0.24.0
 installed tsdl.1.3.0
Done.
2026-04-30 08:42.05 ---> saved as "6857df6ad0ba9f92674a0b535db0005296a81b331eea3ffa55fecd9d905447fc"

/src: (copy (src .) (dst /src))
2026-04-30 08:42.06 ---> saved as "c136109914f8e2844a6cb402dd968517a6cd38edf6d40371d561b1328fdd14b0"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
TTF_Init
TTF_Linked_Version
TTF_OpenFont
TTF_OpenFontIndex
TTF_OpenFontRW
TTF_OpenFontIndexRW
TTF_GetFontStyle
TTF_SetFontStyle
TTF_GetFontOutline
TTF_SetFontOutline
TTF_GetFontHinting
TTF_SetFontHinting
TTF_FontHeight
TTF_FontAscent
TTF_FontDescent
TTF_FontLineSkip
TTF_GetFontKerning
TTF_SetFontKerning
TTF_FontFaces
TTF_FontFaceIsFixedWidth
TTF_FontFaceFamilyName
TTF_FontFaceStyleName
TTF_GlyphIsProvided
TTF_GlyphIsProvided32
TTF_GlyphMetrics
TTF_GlyphMetrics32
TTF_SizeText
TTF_SizeUTF8
TTF_RenderText_Solid
TTF_RenderUTF8_Solid
TTF_RenderGlyph_Solid
TTF_RenderGlyph32_Solid
TTF_RenderText_Shaded
TTF_RenderUTF8_Shaded
TTF_RenderGlyph_Shaded
TTF_RenderGlyph32_Shaded
TTF_RenderText_Blended
TTF_RenderUTF8_Blended
TTF_RenderText_Blended_Wrapped
TTF_RenderUTF8_Blended_Wrapped
TTF_RenderGlyph_Blended
TTF_RenderGlyph32_Blended
TTF_CloseFont
TTF_Quit
TTF_WasInit
TTF_GetFontKerningSize
Dummy video driver
Dynlib: using "libSDL2_ttf.so" for SDL2_ttf.
INFO: SDL_ttf Version (2,24,0)
2026-04-30 08:42.07 ---> saved as "24da85ca224b6a6b9bf9e77afb9d102782af52b248fa2a677d353696d5407d30"
Job succeeded
2026-04-30 08:49.29: Job succeeded