- github
- ocaml
- opam-repository
- 04bb69
- extras,riscv64-ocaml-5.4,liquidsoap.2.4.2
(not at the head of any monitored branch or PR)
2026-04-13 14:55.06: New job: build liquidsoap.2.4.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on ubuntu-24.04-ocaml-5.4/riscv64
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:ubuntu-24.04-ocaml-5.4@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192
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 "\"ubuntu-24.04\""; 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.06: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192-liquidsoap.2.4.2-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.06: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192)
(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 \"\\\"ubuntu-24.04\\\"\"; 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.06: Waiting for resource in pool OCluster
2026-04-13 14:55.08: Waiting for worker…
2026-04-13 16:28.07: Got resource from pool OCluster
Building on riscv-bm-01.sw.ci.dev
Updating files: 11% (2227/18675)
Updating files: 12% (2241/18675)
Updating files: 13% (2428/18675)
Updating files: 14% (2615/18675)
Updating files: 15% (2802/18675)
Updating files: 16% (2988/18675)
Updating files: 17% (3175/18675)
Updating files: 18% (3362/18675)
Updating files: 19% (3549/18675)
Updating files: 20% (3735/18675)
Updating files: 21% (3922/18675)
Updating files: 22% (4109/18675)
Updating files: 23% (4296/18675)
Updating files: 24% (4482/18675)
Updating files: 24% (4578/18675)
Updating files: 25% (4669/18675)
Updating files: 26% (4856/18675)
Updating files: 27% (5043/18675)
Updating files: 28% (5229/18675)
Updating files: 29% (5416/18675)
Updating files: 30% (5603/18675)
Updating files: 31% (5790/18675)
Updating files: 32% (5976/18675)
Updating files: 33% (6163/18675)
Updating files: 34% (6350/18675)
Updating files: 35% (6537/18675)
Updating files: 36% (6723/18675)
Updating files: 37% (6910/18675)
Updating files: 37% (7078/18675)
Updating files: 38% (7097/18675)
Updating files: 39% (7284/18675)
Updating files: 40% (7470/18675)
Updating files: 41% (7657/18675)
Updating files: 42% (7844/18675)
Updating files: 43% (8031/18675)
Updating files: 44% (8217/18675)
Updating files: 45% (8404/18675)
Updating files: 46% (8591/18675)
Updating files: 47% (8778/18675)
Updating files: 48% (8964/18675)
Updating files: 49% (9151/18675)
Updating files: 50% (9338/18675)
Updating files: 50% (9430/18675)
Updating files: 51% (9525/18675)
Updating files: 52% (9711/18675)
Updating files: 53% (9898/18675)
Updating files: 54% (10085/18675)
Updating files: 55% (10272/18675)
Updating files: 56% (10458/18675)
Updating files: 57% (10645/18675)
Updating files: 58% (10832/18675)
Updating files: 59% (11019/18675)
Updating files: 60% (11205/18675)
Updating files: 61% (11392/18675)
Updating files: 62% (11579/18675)
Updating files: 63% (11766/18675)
Updating files: 63% (11774/18675)
Updating files: 64% (11952/18675)
Updating files: 65% (12139/18675)
Updating files: 66% (12326/18675)
Updating files: 67% (12513/18675)
Updating files: 68% (12699/18675)
Updating files: 69% (12886/18675)
Updating files: 70% (13073/18675)
Updating files: 71% (13260/18675)
Updating files: 72% (13446/18675)
Updating files: 73% (13633/18675)
Updating files: 74% (13820/18675)
Updating files: 74% (13830/18675)
Updating files: 75% (14007/18675)
Updating files: 76% (14193/18675)
Updating files: 77% (14380/18675)
Updating files: 78% (14567/18675)
Updating files: 79% (14754/18675)
Updating files: 80% (14940/18675)
Updating files: 81% (15127/18675)
Updating files: 82% (15314/18675)
Updating files: 83% (15501/18675)
Updating files: 84% (15687/18675)
Updating files: 85% (15874/18675)
Updating files: 86% (16061/18675)
Updating files: 86% (16169/18675)
Updating files: 87% (16248/18675)
Updating files: 88% (16434/18675)
Updating files: 89% (16621/18675)
Updating files: 90% (16808/18675)
Updating files: 91% (16995/18675)
Updating files: 92% (17181/18675)
Updating files: 93% (17368/18675)
Updating files: 94% (17555/18675)
Updating files: 95% (17742/18675)
Updating files: 96% (17928/18675)
Updating files: 97% (18115/18675)
Updating files: 98% (18302/18675)
Updating files: 98% (18480/18675)
Updating files: 99% (18489/18675)
Updating files: 100% (18675/18675)
Updating files: 100% (18675/18675), done.
HEAD is now at 92e909f657 [new release] ochre and ochre-cli (1.0.0)
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:ubuntu-24.04-ocaml-5.4@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192' locally
docker.io/ocaml/opam@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192: Pulling from ocaml/opam
23ef52cbd467: Already exists
fe81afb6fa81: Already exists
c08952906e8c: Already exists
5b4d74ffcbc2: Already exists
cb0d0022dfdf: Already exists
137a3898bb72: Already exists
507a736ad462: Already exists
ae4ebcfa94fb: Already exists
1ba5a52ae843: Already exists
501fdb1e6475: Already exists
bf9ffeca5a57: Already exists
bcab0b04401f: Already exists
b3253bad0d69: Already exists
21c021e21391: Already exists
0de34fdda82c: Already exists
2d01068c8af7: Already exists
61cfef184ad7: Already exists
61cfef184ad7: Already exists
79a596593b45: Already exists
b779dbedc2a6: Already exists
8d5ef37cc0b1: Already exists
22acf85bdc7d: Already exists
4f4fb700ef54: Already exists
b593dfdb997e: Already exists
bad7760a0bb1: Already exists
2d11ba74d863: Already exists
a423e0afd27d: Already exists
1ce271e527f1: Already exists
ba221b14ddad: Already exists
615005fa863d: Already exists
88d535753372: Already exists
b93489307fb7: Already exists
2e24fe16255d: Already exists
c5a2cde69a66: Already exists
f75d97b1d0ee: Already exists
a458496f4e93: Already exists
8b38cd617e50: Already exists
a52f38c1e5f1: Already exists
f1d40a2d5d4f: Already exists
8ca61453e242: Already exists
f4d87b844464: Already exists
c39733899273: Pulling fs layer
f1b407149e8e: Pulling fs layer
6b8d3522f424: Pulling fs layer
7248e981b4ba: Pulling fs layer
a5b4ef5d883d: Pulling fs layer
a025f484ef0d: Pulling fs layer
822b3794f3dc: Pulling fs layer
7248e981b4ba: Waiting
a5b4ef5d883d: Waiting
a025f484ef0d: Waiting
822b3794f3dc: Waiting
f1b407149e8e: Verifying Checksum
f1b407149e8e: Download complete
c39733899273: Verifying Checksum
c39733899273: Download complete
6b8d3522f424: Verifying Checksum
6b8d3522f424: Download complete
a5b4ef5d883d: Verifying Checksum
a5b4ef5d883d: Download complete
c39733899273: Pull complete
a025f484ef0d: Verifying Checksum
a025f484ef0d: Download complete
f1b407149e8e: Pull complete
822b3794f3dc: Verifying Checksum
822b3794f3dc: Download complete
6b8d3522f424: Pull complete
7248e981b4ba: Verifying Checksum
7248e981b4ba: Download complete
7248e981b4ba: Pull complete
a5b4ef5d883d: Pull complete
a025f484ef0d: Pull complete
822b3794f3dc: Pull complete
Digest: sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192
Status: Downloaded newer image for ocaml/opam@sha256:ec771a126c2b447df23d6119fb7bf59e63f805db15ead4c8564888b5feb15192
2026-04-13 16:28.33 ---> using "98e1ebe640ade2855b2e23d5ab917d0bb2466b4fb598632f632a51fbf3fd76a8" from cache
/: (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 16:28.33 ---> using "49568afaca6af61333e88cb4a99b993250f5ee5cfdef9487f460683408d767cd" from cache
/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.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-13 16:28.33 ---> using "6dce35579b2ff5dbce84d99269192c213d0d28ad08ff28df9af64e796d14d94f" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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 16:28.33 ---> using "4ada98359e75122a50c548632af3d0e10ac44b68f89a9508658806a51f379760" 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-13 16:28.33 ---> using "c74ff9e35eddd5b8db71a6617a88269883dfad655555da26b395be62fbdf76fa" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 16:29.02 ---> saved as "03b0e56876613a01278705dca444848a22f6a280134bf8ca7e1d83cf5b44b60b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 16:30.33 ---> saved as "b1e3ec8e01f6a94023baf8a3631cd1c5beac71e6a4b5c92e18bbd715e120151a"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [960 kB]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1606 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [1122 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [634 kB]
- Fetched 4701 kB in 3s (1753 kB/s)
- Reading package lists...
-
2026-04-13 16:30.42 ---> saved as "ed22888511fe5cced8a93bbdd37318e88bc1e9ceea45f52860d4d52d7544c846"
/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 16:30.45 ---> saved as "b6c5081594af8caa3324bd27b7419750ed276ade20d5a4a1d097054f704356f8"
/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 \"\\\"ubuntu-24.04\\\"\"; 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"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libcurl4-gnutls-dev:riscv64.
- (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 ... 16279 files and directories currently installed.)
- Preparing to unpack .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.8_riscv64.deb ...
- Unpacking libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.8) ...
- Setting up libcurl4-gnutls-dev:riscv64 (8.5.0-2ubuntu10.8) ...
<><> 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 fileutils.0.6.6
-> installed gen.1.1
-> installed magic-mime.1.3.1
-> installed mem_usage.0.1.3
-> installed dune-configurator.3.22.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed bigstringaf.0.10.0
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed metadata.0.3.2
-> installed curl.0.10.0
-> installed mm.0.8.6
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed angstrom.0.16.1
-> installed ordering.3.22.1
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.13.2
-> installed dyn.3.22.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed menhir.20260209
-> installed top-closure.3.22.1
-> installed uri.4.4.0
-> installed base.v0.17.3
-> installed xml-light.2.5
-> installed stdune.3.22.1
-> installed dune-private-libs.3.22.1
-> installed dune-site.3.22.1
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed camomile.2.0.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed sedlex.3.7
-> installed ppx_globalize.v0.17.2
-> 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 16:50.25 ---> saved as "45697f15b8dafcefe7e1354d544c3c9539ed0457113f096594515b689aff6515"
Job succeeded
2026-04-13 16:51.00: Job succeeded