- github
- ocaml
- opam-repository
- 04bb69
- distributions,debian-unstable-ocaml-5.4,liquidsoap.2.4.2
(not at the head of any monitored branch or PR)
2026-04-13 14:55.04: New job: build liquidsoap.2.4.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on debian-unstable-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 04bb6962
git fetch origin master
git merge --no-edit ba4685aeec7b28fde6af30c7b83004704c68c86a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn liquidsoap.2.4.2 2.4.2
RUN opam reinstall liquidsoap.2.4.2; \
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 "\"debian-unstable\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'liquidsoap.2.4.2' && 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-13 14:55.04: Using cache hint "ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.04: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap.2.4.2;\
\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 \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'liquidsoap.2.4.2' && 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-13 14:55.04: Waiting for resource in pool OCluster
2026-04-13 15:42.33: Waiting for worker…
2026-04-13 15:47.03: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
All commits already cached
Updating files: 93% (17576/18711)
Updating files: 94% (17589/18711)
Updating files: 95% (17776/18711)
Updating files: 96% (17963/18711)
Updating files: 97% (18150/18711)
Updating files: 98% (18337/18711)
Updating files: 99% (18524/18711)
Updating files: 100% (18711/18711)
Updating files: 100% (18711/18711), done.
HEAD is now at ba4685aeec Merge pull request #29653 from yakobowski/camlidl
Merge made by the 'ort' strategy.
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 ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-5.4@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1' locally
docker.io/ocaml/opam@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1: Pulling from ocaml/opam
64512d0cfe35: Pulling fs layer
d2fa0c512e6b: Pulling fs layer
64512d0cfe35: Waiting
020466fd97a9: Pulling fs layer
d2fa0c512e6b: Waiting
8b32d0f7ff44: Pulling fs layer
020466fd97a9: Waiting
fb06d830e8c8: Pulling fs layer
8b32d0f7ff44: Waiting
bcc5aea3907b: Pulling fs layer
fb06d830e8c8: Waiting
fa54453010bd: Pulling fs layer
40cf457270e9: Pulling fs layer
fa54453010bd: Waiting
bcc5aea3907b: Waiting
afa8b34a1df5: Pulling fs layer
40cf457270e9: Waiting
96acc35f1d2e: Pulling fs layer
afa8b34a1df5: Waiting
43955f987479: Pulling fs layer
a78d5c3e0d88: Pulling fs layer
96acc35f1d2e: Waiting
43955f987479: Waiting
43799d367adf: Pulling fs layer
a78d5c3e0d88: Waiting
d662f3c21777: Pulling fs layer
43799d367adf: Waiting
cd662c2ef737: Pulling fs layer
6af1b5b5f4f6: Pulling fs layer
d662f3c21777: Waiting
827988d58492: Pulling fs layer
827988d58492: Waiting
1d8b91d9cc69: Pulling fs layer
b07cb0061b26: Pulling fs layer
611b8731cfa5: Pulling fs layer
1d8b91d9cc69: Waiting
b07cb0061b26: Waiting
9a4fbcff8dfc: Pulling fs layer
611b8731cfa5: Waiting
4f4fb700ef54: Pulling fs layer
a18eda845dc7: Pulling fs layer
9a4fbcff8dfc: Waiting
4f4fb700ef54: Waiting
2574ef1291f6: Pulling fs layer
3eaba443ed76: Pulling fs layer
a18eda845dc7: Waiting
2574ef1291f6: Waiting
bffd0ebb2187: Pulling fs layer
3eaba443ed76: Waiting
40cfedd0d3ed: Pulling fs layer
bffd0ebb2187: Waiting
95dce0848c64: Pulling fs layer
c10b5b37e8d3: Pulling fs layer
40cfedd0d3ed: Waiting
01629fc0db53: Pulling fs layer
95dce0848c64: Waiting
772abe146bd1: Pulling fs layer
c10b5b37e8d3: Waiting
0d333bffc187: Pulling fs layer
f3b5cbbc8c8c: Pulling fs layer
0d333bffc187: Waiting
63e0c3177dbb: Pulling fs layer
7c978b3e5019: Pulling fs layer
63e0c3177dbb: Waiting
2e7eb6f519b7: Pulling fs layer
7c978b3e5019: Waiting
99d7161b6747: Pulling fs layer
2e7eb6f519b7: Waiting
af8fa2638634: Pulling fs layer
0727f7be6baf: Pulling fs layer
99d7161b6747: Waiting
d722d8db3e74: Pulling fs layer
af8fa2638634: Waiting
3dff7348014c: Pulling fs layer
d722d8db3e74: Waiting
0727f7be6baf: Waiting
23d4c5274007: Pulling fs layer
732717ac3b00: Pulling fs layer
518cad14850c: Pulling fs layer
732717ac3b00: Waiting
deeb086bd8c3: Pulling fs layer
2a0c3e2cfbd1: Pulling fs layer
ae0ce3d3ecac: Pulling fs layer
518cad14850c: Waiting
deeb086bd8c3: Waiting
ae0ce3d3ecac: Waiting
2a0c3e2cfbd1: Waiting
d2fa0c512e6b: Verifying Checksum
d2fa0c512e6b: Download complete
020466fd97a9: Verifying Checksum
020466fd97a9: Download complete
8b32d0f7ff44: Verifying Checksum
8b32d0f7ff44: Download complete
64512d0cfe35: Verifying Checksum
64512d0cfe35: Download complete
64512d0cfe35: Pull complete
d2fa0c512e6b: Pull complete
020466fd97a9: Pull complete
8b32d0f7ff44: Pull complete
fb06d830e8c8: Verifying Checksum
fb06d830e8c8: Download complete
fb06d830e8c8: Pull complete
bcc5aea3907b: Verifying Checksum
bcc5aea3907b: Download complete
40cf457270e9: Verifying Checksum
40cf457270e9: Download complete
afa8b34a1df5: Verifying Checksum
afa8b34a1df5: Download complete
fa54453010bd: Verifying Checksum
fa54453010bd: Download complete
96acc35f1d2e: Verifying Checksum
96acc35f1d2e: Download complete
a78d5c3e0d88: Verifying Checksum
a78d5c3e0d88: Download complete
43955f987479: Verifying Checksum
43955f987479: Download complete
43799d367adf: Verifying Checksum
43799d367adf: Download complete
cd662c2ef737: Verifying Checksum
cd662c2ef737: Download complete
d662f3c21777: Verifying Checksum
d662f3c21777: Download complete
6af1b5b5f4f6: Verifying Checksum
6af1b5b5f4f6: Download complete
1d8b91d9cc69: Verifying Checksum
1d8b91d9cc69: Download complete
827988d58492: Verifying Checksum
827988d58492: Download complete
b07cb0061b26: Verifying Checksum
b07cb0061b26: Download complete
611b8731cfa5: Verifying Checksum
611b8731cfa5: Download complete
9a4fbcff8dfc: Download complete
a18eda845dc7: Verifying Checksum
a18eda845dc7: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3eaba443ed76: Verifying Checksum
3eaba443ed76: Download complete
2574ef1291f6: Download complete
bffd0ebb2187: Verifying Checksum
bffd0ebb2187: Download complete
40cfedd0d3ed: Verifying Checksum
40cfedd0d3ed: Download complete
95dce0848c64: Verifying Checksum
95dce0848c64: Download complete
c10b5b37e8d3: Verifying Checksum
c10b5b37e8d3: Download complete
772abe146bd1: Verifying Checksum
772abe146bd1: Download complete
01629fc0db53: Verifying Checksum
01629fc0db53: Download complete
f3b5cbbc8c8c: Download complete
0d333bffc187: Download complete
63e0c3177dbb: Download complete
2e7eb6f519b7: Verifying Checksum
2e7eb6f519b7: Download complete
bcc5aea3907b: Pull complete
fa54453010bd: Pull complete
40cf457270e9: Pull complete
afa8b34a1df5: Pull complete
af8fa2638634: Verifying Checksum
af8fa2638634: Download complete
96acc35f1d2e: Pull complete
43955f987479: Pull complete
0727f7be6baf: Verifying Checksum
0727f7be6baf: Download complete
a78d5c3e0d88: Pull complete
d722d8db3e74: Verifying Checksum
d722d8db3e74: Download complete
43799d367adf: Pull complete
3dff7348014c: Verifying Checksum
3dff7348014c: Download complete
d662f3c21777: Pull complete
cd662c2ef737: Pull complete
6af1b5b5f4f6: Pull complete
827988d58492: Pull complete
23d4c5274007: Verifying Checksum
23d4c5274007: Download complete
732717ac3b00: Verifying Checksum
732717ac3b00: Download complete
1d8b91d9cc69: Pull complete
b07cb0061b26: Pull complete
611b8731cfa5: Pull complete
9a4fbcff8dfc: Pull complete
4f4fb700ef54: Pull complete
a18eda845dc7: Pull complete
2574ef1291f6: Pull complete
3eaba443ed76: Pull complete
bffd0ebb2187: Pull complete
40cfedd0d3ed: Pull complete
95dce0848c64: Pull complete
c10b5b37e8d3: Pull complete
01629fc0db53: Pull complete
772abe146bd1: Pull complete
0d333bffc187: Pull complete
f3b5cbbc8c8c: Pull complete
63e0c3177dbb: Pull complete
518cad14850c: Verifying Checksum
518cad14850c: Download complete
deeb086bd8c3: Verifying Checksum
deeb086bd8c3: Download complete
2a0c3e2cfbd1: Verifying Checksum
2a0c3e2cfbd1: Download complete
ae0ce3d3ecac: Verifying Checksum
ae0ce3d3ecac: Download complete
99d7161b6747: Verifying Checksum
99d7161b6747: Download complete
7c978b3e5019: Verifying Checksum
7c978b3e5019: Download complete
7c978b3e5019: Pull complete
2e7eb6f519b7: Pull complete
99d7161b6747: Pull complete
af8fa2638634: Pull complete
0727f7be6baf: Pull complete
d722d8db3e74: Pull complete
3dff7348014c: Pull complete
23d4c5274007: Pull complete
732717ac3b00: Pull complete
518cad14850c: Pull complete
deeb086bd8c3: Pull complete
2a0c3e2cfbd1: Pull complete
ae0ce3d3ecac: Pull complete
Digest: sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1
Status: Downloaded newer image for ocaml/opam@sha256:f52d5dca50edf2e0ee6dc67c9f75b8111cd65e4f81401ed23f34dce3901772e1
2026-04-13 15:53.56 ---> saved as "38908df5265093e2e9a1bc4b8a51e2be10509575305fd6cf353b97781c54ebf9"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-04-13 15:53.56 ---> saved as "4f164a6bed71a10f4dc64d50a5d43125b2f4f72aa19cfeba7817cda54e5af5a6"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 15:54.25 ---> saved as "b6e7ab79a492f467eb6561c07d8e94581332f63a5f92bd6b1dc6e5540eb3e1a0"
/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=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-04-13 15:54.26 ---> saved as "aed089d88d74e838d52695b0270e783862aba02123fd3e5ba3cbd7bd5cd3ba5e"
/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-13 15:54.38 ---> saved as "fecd6ba05bdd235daca45ae00f967aec2e51a0c5b10f932e828f4022942d42bd"
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:54.49 ---> saved as "97822061738c63491ec5ce71632db51db8a07fe61b796acef68865fe3a86f0ac"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:55.12 ---> saved as "15398761d4374b64b2d98b81c62d4d53defae155c88847b99ed317f0f4172285"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-0800.22.pdiff [223 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2026-04-13-1400.19-F-2026-04-11-0800.22.pdiff [223 kB]
- Fetched 474 kB in 3s (172 kB/s)
- Reading package lists...
-
2026-04-13 15:55.16 ---> saved as "6478780479c6fda5a450e0d7058f81596f99c668c56aba2f3c4978106d64d375"
/home/opam: (run (shell "opam pin add -k version -yn liquidsoap.2.4.2 2.4.2"))
liquidsoap is now pinned to version 2.4.2
2026-04-13 15:55.17 ---> saved as "e8b9baded919694204a7a3d9e45edd1b1e0c4fe89e8ad9493ed8843ed793d9f0"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall liquidsoap.2.4.2;\
\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 \"\\\"debian-unstable\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'liquidsoap.2.4.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
liquidsoap.2.4.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 56 packages
- install angstrom 0.16.1 [required by uri]
- install base v0.17.3 [required by ppx_hash, ppx_string]
- install base-bytes base [required by liquidsoap]
- install bigstringaf 0.10.0 [required by angstrom]
- install camlp-streams 5.0.1 [required by camomile]
- install camomile 2.0.0 [required by liquidsoap]
- install conf-libcurl 2 [required by curl]
- install csexp 1.5.2 [required by dune-configurator]
- install curl 0.10.0 [required by liquidsoap]
- install dune 3.22.1 [required by liquidsoap]
- install dune-build-info 3.22.1 [required by liquidsoap]
- install dune-configurator 3.22.1 [required by curl, mm]
- install dune-private-libs 3.22.1 [required by dune-site]
- install dune-site 3.22.1 [required by camomile, liquidsoap-lang]
- install dyn 3.22.1 [required by dune-private-libs]
- install fileutils 0.6.6 [required by liquidsoap-lang]
- install fs-io 3.22.1 [required by stdune]
- install gen 1.1 [required by sedlex]
- install liquidsoap 2.4.2 (pinned)
- install liquidsoap-lang 2.4.2 [required by liquidsoap]
- install magic-mime 1.3.1 [required by liquidsoap]
- install mem_usage 0.1.3 [required by liquidsoap]
- install menhir 20260209 [required by liquidsoap-lang]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by liquidsoap]
- install menhirSdk 20260209 [required by menhir]
- install metadata 0.3.2 [required by liquidsoap]
- install mm 0.8.6 [required by liquidsoap]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlfind 1.9.8 [required by base-bytes]
- install ordering 3.22.1 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_base v0.17.0 [required by ppx_string]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_hash]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by liquidsoap-lang]
- install ppx_sexp_conv v0.17.1 [required by ppx_hash]
- install ppx_string v0.17.0 [required by liquidsoap]
- install ppxlib 0.38.0 [required by ppx_string, ppx_hash, sedlex]
- install ppxlib_jane v0.17.4 [required by ppx_hash]
- install re 1.13.2 [required by liquidsoap]
- install sedlex 3.7 [required by liquidsoap-lang]
- install seq base [required by re]
- install sexplib0 v0.17.0 [required by base, ppx_sexp_conv]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stdune 3.22.1 [required by dune-private-libs]
- install stringext 1.6.0 [required by uri]
- install top-closure 3.22.1 [required by stdune]
- install uri 4.4.0 [required by liquidsoap]
- install xml-light 2.5 [required by liquidsoap-lang]
The following system packages will first need to be installed:
libcurl4-gnutls-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev"
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21821 files and directories currently installed.)
- Preparing to unpack .../openssl-provider-legacy_3.6.2-1_amd64.deb ...
- Unpacking openssl-provider-legacy (3.6.2-1) over (3.6.1-3) ...
- Setting up openssl-provider-legacy (3.6.2-1) ...
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21821 files and directories currently installed.)
- Preparing to unpack .../libssl3t64_3.6.2-1_amd64.deb ...
- Unpacking libssl3t64:amd64 (3.6.2-1) over (3.6.1-3) ...
- Setting up libssl3t64:amd64 (3.6.2-1) ...
- Selecting previously unselected package comerr-dev:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21821 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.47.4-1_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.47.4-1) ...
- Selecting previously unselected package libgssrpc4t64:amd64.
- Preparing to unpack .../01-libgssrpc4t64_1.22.1-2+b1_amd64.deb ...
- Unpacking libgssrpc4t64:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../02-libkadm5clnt-mit12_1.22.1-2+b1_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libkdb5-10t64:amd64.
- Preparing to unpack .../03-libkdb5-10t64_1.22.1-2+b1_amd64.deb ...
- Unpacking libkdb5-10t64:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../04-libkadm5srv-mit12_1.22.1-2+b1_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../05-krb5-multidev_1.22.1-2+b1_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libbrotli-dev:amd64.
- Preparing to unpack .../06-libbrotli-dev_1.2.0-3_amd64.deb ...
- Unpacking libbrotli-dev:amd64 (1.2.0-3) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../07-libevent-2.1-7t64_2.1.12-stable-10+b2_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b2) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../08-libunbound8_1.24.2-1+b1_amd64.deb ...
- Unpacking libunbound8:amd64 (1.24.2-1+b1) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../09-libgnutls-dane0t64_3.8.12-3_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.12-3) ...
- Selecting previously unselected package libidn2-dev:amd64.
- Preparing to unpack .../10-libidn2-dev_2.3.8-4+b1_amd64.deb ...
- Unpacking libidn2-dev:amd64 (2.3.8-4+b1) ...
- Selecting previously unselected package libp11-kit-dev:amd64.
- Preparing to unpack .../11-libp11-kit-dev_0.26.2-2_amd64.deb ...
- Unpacking libp11-kit-dev:amd64 (0.26.2-2) ...
- Selecting previously unselected package libtasn1-6-dev:amd64.
- Preparing to unpack .../12-libtasn1-6-dev_4.21.0-2_amd64.deb ...
- Unpacking libtasn1-6-dev:amd64 (4.21.0-2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../13-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../14-libgmp-dev_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package nettle-dev:amd64.
- Preparing to unpack .../15-nettle-dev_3.10.2-1+b1_amd64.deb ...
- Unpacking nettle-dev:amd64 (3.10.2-1+b1) ...
- Selecting previously unselected package libgnutls28-dev:amd64.
- Preparing to unpack .../16-libgnutls28-dev_3.8.12-3_amd64.deb ...
- Unpacking libgnutls28-dev:amd64 (3.8.12-3) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../17-libkrb5-dev_1.22.1-2+b1_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.22.1-2+b1) ...
- Selecting previously unselected package libldap-dev:amd64.
- Preparing to unpack .../18-libldap-dev_2.6.10+dfsg-1+b1_amd64.deb ...
- Unpacking libldap-dev:amd64 (2.6.10+dfsg-1+b1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../19-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../20-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../21-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package libnghttp2-dev:amd64.
- Preparing to unpack .../22-libnghttp2-dev_1.68.1-1_amd64.deb ...
- Unpacking libnghttp2-dev:amd64 (1.68.1-1) ...
- Selecting previously unselected package libnghttp3-dev:amd64.
- Preparing to unpack .../23-libnghttp3-dev_1.15.0-1_amd64.deb ...
- Unpacking libnghttp3-dev:amd64 (1.15.0-1) ...
- Selecting previously unselected package libngtcp2-crypto-gnutls-dev:amd64.
- Preparing to unpack .../24-libngtcp2-crypto-gnutls-dev_1.21.0-1_amd64.deb ...
- Unpacking libngtcp2-crypto-gnutls-dev:amd64 (1.21.0-1) ...
- Selecting previously unselected package libngtcp2-dev:amd64.
- Preparing to unpack .../25-libngtcp2-dev_1.21.0-1_amd64.deb ...
- Unpacking libngtcp2-dev:amd64 (1.21.0-1) ...
- Selecting previously unselected package libpsl-dev:amd64.
- Preparing to unpack .../26-libpsl-dev_0.21.5-1_amd64.deb ...
- Unpacking libpsl-dev:amd64 (0.21.5-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../27-zlib1g-dev_1%3a1.3.dfsg+really1.3.2-3_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Selecting previously unselected package librtmp-dev:amd64.
- Preparing to unpack .../28-librtmp-dev_2.6-1_amd64.deb ...
- Unpacking librtmp-dev:amd64 (2.6-1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../29-libssl-dev_3.6.2-1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.6.2-1) ...
- Selecting previously unselected package libssh2-1-dev:amd64.
- Preparing to unpack .../30-libssh2-1-dev_1.11.1-2_amd64.deb ...
- Unpacking libssh2-1-dev:amd64 (1.11.1-2) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../31-libcurl4-gnutls-dev_8.19.0-3_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.19.0-3) ...
- Selecting previously unselected package libtasn1-doc.
- Preparing to unpack .../32-libtasn1-doc_4.21.0-2_all.deb ...
- Unpacking libtasn1-doc (4.21.0-2) ...
- Preparing to unpack .../33-openssl_3.6.2-1_amd64.deb ...
- Unpacking openssl (3.6.2-1) over (3.6.1-3) ...
- Setting up libtasn1-doc (4.21.0-2) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b2) ...
- Setting up libngtcp2-crypto-gnutls-dev:amd64 (1.21.0-1) ...
- Setting up libngtcp2-dev:amd64 (1.21.0-1) ...
- Setting up libpsl-dev:amd64 (0.21.5-1) ...
- Setting up libunbound8:amd64 (1.24.2-1+b1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.12-3) ...
- Setting up libgssrpc4t64:amd64 (1.22.1-2+b1) ...
- Setting up libldap-dev:amd64 (2.6.10+dfsg-1+b1) ...
- Setting up comerr-dev:amd64 (2.1-1.47.4-1) ...
- Setting up libssl-dev:amd64 (3.6.2-1) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libidn2-dev:amd64 (2.3.8-4+b1) ...
- Setting up libnghttp3-dev:amd64 (1.15.0-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.2-3) ...
- Setting up libtasn1-6-dev:amd64 (4.21.0-2) ...
- Setting up openssl (3.6.2-1) ...
- Setting up libbrotli-dev:amd64 (1.2.0-3) ...
- Setting up libp11-kit-dev:amd64 (0.26.2-2) ...
- Setting up libkadm5clnt-mit12:amd64 (1.22.1-2+b1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up nettle-dev:amd64 (3.10.2-1+b1) ...
- Setting up libkdb5-10t64:amd64 (1.22.1-2+b1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up libssh2-1-dev:amd64 (1.11.1-2) ...
- Setting up libkadm5srv-mit12:amd64 (1.22.1-2+b1) ...
- Setting up krb5-multidev:amd64 (1.22.1-2+b1) ...
- Setting up libgnutls28-dev:amd64 (3.8.12-3) ...
- Setting up libnghttp2-dev:amd64 (1.68.1-1) ...
- Setting up libkrb5-dev:amd64 (1.22.1-2+b1) ...
- Setting up librtmp-dev:amd64 (2.6-1) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.19.0-3) ...
- Processing triggers for libc-bin (2.42-14) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camomile.2.0.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved curl.0.10.0 (cached)
-> installed conf-libcurl.2
-> retrieved dune.3.22.1, dune-build-info.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)
-> retrieved fileutils.0.6.6 (cached)
-> retrieved gen.1.1 (cached)
-> retrieved liquidsoap.2.4.2, liquidsoap-lang.2.4.2 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mem_usage.0.1.3 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved metadata.0.3.2 (cached)
-> retrieved mm.0.8.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppx_string.v0.17.0 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved re.1.13.2 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved uri.4.4.0 (cached)
-> retrieved xml-light.2.5 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.1
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed dune-build-info.3.22.1
-> installed fs-io.3.22.1
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.3
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed top-closure.3.22.1
-> installed xml-light.2.5
-> installed dune-configurator.3.22.1
-> installed fileutils.0.6.6
-> installed dyn.3.22.1
-> installed bigstringaf.0.10.0
-> installed mm.0.8.6
-> installed angstrom.0.16.1
-> installed curl.0.10.0
-> installed uri.4.4.0
-> installed stdune.3.22.1
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed camomile.2.0.0
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_hash.v0.17.0
-> installed ppx_base.v0.17.0
-> installed ppx_string.v0.17.0
-> installed liquidsoap-lang.2.4.2
-> installed liquidsoap.2.4.2
Done.
<><> liquidsoap.2.4.2 installed successfully ><><><><><><><><><><><><><><><><><>
=> ✨ Congratulations on installing liquidsoap! ✨
=> We noticed that you did not install the ffmpeg package. This package is
highly recommended for most users and provides a lot of useful features,
including decoding and encoding multiple media format, sending and
receiving from various inputs and outputs and more.
=> We noticed that you did not install any ssl or tls support. Liquidsoap won't
be able to use SSL encryption in its input or output operators. You might want
to install one of ssl or tls-liquidsoap package.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 15:57.38 ---> saved as "157e59b6775154034d1ecd7d5753cf52654b4607629acdcacfbec4b0c50c44c4"
Job succeeded
2026-04-13 15:57.50: Job succeeded