- github
- ocaml
- opam-repository
- 04bb69
- distributions,opensuse-15.6-ocaml-5.4,ffmpeg-swscale.1.3.0
(not at the head of any monitored branch or PR)
2026-04-13 14:55.04: New job: build ffmpeg-swscale.1.3.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (04bb6962c1b0506de5a277289b857c4093d55649)
on opensuse-15.6-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:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
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 ffmpeg-swscale.1.3.0 1.3.0
RUN opam reinstall ffmpeg-swscale.1.3.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ffmpeg-swscale.1.3.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-04-13 14:55.04: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-ffmpeg-swscale.1.3.0-04bb6962c1b0506de5a277289b857c4093d55649"
2026-04-13 14:55.04: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
(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 ffmpeg-swscale.1.3.0 1.3.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-swscale.1.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ffmpeg-swscale.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-04-13 14:55.04: Waiting for resource in pool OCluster
2026-04-13 15:41.50: Waiting for worker…
2026-04-13 15:46.07: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 71% (13357/18711)
Updating files: 72% (13472/18711)
Updating files: 73% (13660/18711)
Updating files: 74% (13847/18711)
Updating files: 75% (14034/18711)
Updating files: 76% (14221/18711)
Updating files: 77% (14408/18711)
Updating files: 78% (14595/18711)
Updating files: 79% (14782/18711)
Updating files: 80% (14969/18711)
Updating files: 81% (15156/18711)
Updating files: 82% (15344/18711)
Updating files: 83% (15531/18711)
Updating files: 84% (15718/18711)
Updating files: 85% (15905/18711)
Updating files: 86% (16092/18711)
Updating files: 87% (16279/18711)
Updating files: 88% (16466/18711)
Updating files: 89% (16653/18711)
Updating files: 90% (16840/18711)
Updating files: 91% (17028/18711)
Updating files: 92% (17215/18711)
Updating files: 93% (17402/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:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locally
docker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam
2824220eb759: Pulling fs layer
d6e0f6bf3ee8: Pulling fs layer
98ea95f8982c: Pulling fs layer
66c4e2d11417: Pulling fs layer
178bf13c4542: Pulling fs layer
3363b6690622: Pulling fs layer
2824220eb759: Waiting
d6e0f6bf3ee8: Waiting
98ea95f8982c: Waiting
2f360ed5ed1c: Pulling fs layer
178bf13c4542: Waiting
66c4e2d11417: Waiting
0157dc55738d: Pulling fs layer
2f360ed5ed1c: Waiting
3363b6690622: Waiting
adbd7b083662: Pulling fs layer
0157dc55738d: Waiting
08da4b8ec306: Pulling fs layer
2d08af6962f0: Pulling fs layer
adbd7b083662: Waiting
08da4b8ec306: Waiting
0eb7579d9e49: Pulling fs layer
2d08af6962f0: Waiting
a469e6a3633d: Pulling fs layer
0eb7579d9e49: Waiting
82c744fdb18a: Pulling fs layer
36b9f578dfd0: Pulling fs layer
67e235ccb630: Pulling fs layer
054af01a93fc: Pulling fs layer
82c744fdb18a: Waiting
e8dd567f0fce: Pulling fs layer
36b9f578dfd0: Waiting
67e235ccb630: Waiting
054af01a93fc: Waiting
e8dd567f0fce: Waiting
4f4fb700ef54: Pulling fs layer
95a8dc77b77e: Pulling fs layer
4f4fb700ef54: Waiting
cc10f5cb66cf: Pulling fs layer
95a8dc77b77e: Waiting
c6967ed40884: Pulling fs layer
cc10f5cb66cf: Waiting
86261b212eac: Pulling fs layer
c6967ed40884: Waiting
c593fa27ed82: Pulling fs layer
86261b212eac: Waiting
327409bbc709: Pulling fs layer
68843b0965c1: Pulling fs layer
c593fa27ed82: Waiting
1dce24306ea4: Pulling fs layer
68843b0965c1: Waiting
d41b89be77dc: Pulling fs layer
1dce24306ea4: Waiting
a847491754f8: Pulling fs layer
d41b89be77dc: Waiting
2ba6e682b334: Pulling fs layer
a847491754f8: Waiting
88783f87eac5: Pulling fs layer
2ba6e682b334: Waiting
94a228a5ee2b: Pulling fs layer
88783f87eac5: Waiting
effccec7e4d4: Pulling fs layer
94a228a5ee2b: Waiting
2f4d54523759: Pulling fs layer
effccec7e4d4: Waiting
c433d8fc16c8: Pulling fs layer
2f4d54523759: Waiting
e8dea40a6ae6: Pulling fs layer
c433d8fc16c8: Waiting
5be5b25f37bd: Pulling fs layer
e8dea40a6ae6: Waiting
8a320261bc75: Pulling fs layer
5be5b25f37bd: Waiting
f36d6c98cb79: Pulling fs layer
8a320261bc75: Waiting
48745103a26a: Pulling fs layer
f36d6c98cb79: Waiting
2c60e853f538: Pulling fs layer
48745103a26a: Waiting
303d675deef6: Pulling fs layer
2c60e853f538: Waiting
10d6d5991602: Pulling fs layer
49510a9bffbc: Pulling fs layer
303d675deef6: Waiting
10d6d5991602: Waiting
49510a9bffbc: Waiting
d6e0f6bf3ee8: Download complete
2824220eb759: Verifying Checksum
2824220eb759: Download complete
66c4e2d11417: Verifying Checksum
66c4e2d11417: Download complete
178bf13c4542: Download complete
3363b6690622: Verifying Checksum
3363b6690622: Download complete
2824220eb759: Pull complete
d6e0f6bf3ee8: Pull complete
2f360ed5ed1c: Verifying Checksum
2f360ed5ed1c: Download complete
0157dc55738d: Verifying Checksum
0157dc55738d: Download complete
adbd7b083662: Verifying Checksum
adbd7b083662: Download complete
08da4b8ec306: Verifying Checksum
08da4b8ec306: Download complete
2d08af6962f0: Verifying Checksum
2d08af6962f0: Download complete
0eb7579d9e49: Verifying Checksum
0eb7579d9e49: Download complete
a469e6a3633d: Verifying Checksum
a469e6a3633d: Download complete
82c744fdb18a: Verifying Checksum
82c744fdb18a: Download complete
36b9f578dfd0: Verifying Checksum
36b9f578dfd0: Download complete
67e235ccb630: Download complete
054af01a93fc: Verifying Checksum
054af01a93fc: Download complete
e8dd567f0fce: Verifying Checksum
e8dd567f0fce: Download complete
4f4fb700ef54: Download complete
95a8dc77b77e: Verifying Checksum
95a8dc77b77e: Download complete
cc10f5cb66cf: Verifying Checksum
cc10f5cb66cf: Download complete
c6967ed40884: Verifying Checksum
c6967ed40884: Download complete
86261b212eac: Download complete
c593fa27ed82: Verifying Checksum
c593fa27ed82: Download complete
327409bbc709: Verifying Checksum
327409bbc709: Download complete
68843b0965c1: Verifying Checksum
68843b0965c1: Download complete
1dce24306ea4: Verifying Checksum
1dce24306ea4: Download complete
d41b89be77dc: Verifying Checksum
d41b89be77dc: Download complete
a847491754f8: Verifying Checksum
a847491754f8: Download complete
2ba6e682b334: Verifying Checksum
2ba6e682b334: Download complete
88783f87eac5: Download complete
effccec7e4d4: Verifying Checksum
effccec7e4d4: Download complete
98ea95f8982c: Verifying Checksum
98ea95f8982c: Download complete
c433d8fc16c8: Verifying Checksum
c433d8fc16c8: Download complete
e8dea40a6ae6: Verifying Checksum
e8dea40a6ae6: Download complete
5be5b25f37bd: Download complete
8a320261bc75: Verifying Checksum
8a320261bc75: Download complete
f36d6c98cb79: Verifying Checksum
f36d6c98cb79: Download complete
48745103a26a: Verifying Checksum
48745103a26a: Download complete
98ea95f8982c: Pull complete
66c4e2d11417: Pull complete
178bf13c4542: Pull complete
3363b6690622: Pull complete
2f360ed5ed1c: Pull complete
0157dc55738d: Pull complete
adbd7b083662: Pull complete
08da4b8ec306: Pull complete
2d08af6962f0: Pull complete
0eb7579d9e49: Pull complete
a469e6a3633d: Pull complete
82c744fdb18a: Pull complete
36b9f578dfd0: Pull complete
67e235ccb630: Pull complete
054af01a93fc: Pull complete
e8dd567f0fce: Pull complete
4f4fb700ef54: Pull complete
95a8dc77b77e: Pull complete
cc10f5cb66cf: Pull complete
c6967ed40884: Pull complete
86261b212eac: Pull complete
c593fa27ed82: Pull complete
327409bbc709: Pull complete
68843b0965c1: Pull complete
1dce24306ea4: Pull complete
d41b89be77dc: Pull complete
a847491754f8: Pull complete
2ba6e682b334: Pull complete
88783f87eac5: Pull complete
2c60e853f538: Verifying Checksum
2c60e853f538: Download complete
303d675deef6: Download complete
10d6d5991602: Download complete
49510a9bffbc: Verifying Checksum
49510a9bffbc: Download complete
94a228a5ee2b: Verifying Checksum
94a228a5ee2b: Download complete
2f4d54523759: Verifying Checksum
2f4d54523759: Download complete
94a228a5ee2b: Pull complete
effccec7e4d4: Pull complete
2f4d54523759: Pull complete
c433d8fc16c8: Pull complete
e8dea40a6ae6: Pull complete
5be5b25f37bd: Pull complete
8a320261bc75: Pull complete
f36d6c98cb79: Pull complete
48745103a26a: Pull complete
2c60e853f538: Pull complete
303d675deef6: Pull complete
10d6d5991602: Pull complete
49510a9bffbc: Pull complete
Digest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745
2026-04-13 15:46.18 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" 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 15:46.18 ---> using "ce250c8fbe3dc9cb0015d2566d58e5b09f790a3e3c1e97b2213fa4c5cd787243" 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 15:46.18 ---> using "3326fb9f18848ad9b28891e07ba04b7b0edfeb36bfd235bff817b1d519db73ce" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-leap os-version=15.6
# 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:46.18 ---> using "dc08cc83cd1dc451428dea69e6cba6a62669a6c3c78d30d1321d1e80dfa525e5" 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 15:46.18 ---> using "d83eacbb5196cbc8c8d06b68ed0b2e0c4b9d653f03c2e466c0fcac4b1326b002" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-13 15:46.27 ---> saved as "fb232872bf9d0152e720e9bd2eacb381d387c0e7856e03beba00313d4787af66"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-13 15:46.59 ---> saved as "5321f8beb8e48c0c6d3bb3a6ea0bcbca5a3f9271f5b79a54268bd26cf2586f5c"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
-
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ......
- ....
- ....
- ....
- ....
- ....
- ...............
- .......
- .........
- .......
- ............
- ...done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [..
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- ...
- .....
- ....
- ....
- ....
- ....
- ........
- .............
- .........
- ........
- .......
- .......
- ....
- ........
- .......
- .......
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- ......
- ......
- ......
- .......
- ......
- .......
- .........
- .........
- .........
- .........
- .........
- ..........
- .......
- .........
- ........
- .........
- .........
- ........
- .........
- ........
- .......
- ........
- ........
- .........
- ........
- ..........
- ........
- .........
- .....
- .......
- ........
- .........
- .........
- .........
- .........
- ........
- ......
- ........
- .......
- ....
- ...
- ......
- .........
- .........
- ........
- ........
- ........
- .........
- .........
- .........
- ........
- ........
- ........
- ........
- ......
- ......
- ......
- ......
- ....
- .......
- .........
- ........
- .......
- .......
- .......
- .
- ..........
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- ........
- .........
- ........
- ........
- .......
- ....
- .......
- ......
- .....
- .........
- .........
- ........
- ........
- .....
- .......
- ........
- ......
- ........
- ........
- .........
- .........
- ........
- .....
- .......
- .....
- ......
- .....
- ......
- ........
- .......
- ........
- ........
- ........
- .........
- .........
- ........
- ......
- ........
- .......
- .......
- ......
- ......
- ....
- .......
- .........
- ........
- ........
- ........
- ......
- ........
- ........
- ........
- .......
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- .......
- ........
- .........
- .......
- ........
- .........
- ........
- ........
- .........
- ........
- .........
- .....
- ......
- .......
- ........
- ..
- .......
- ........
- ........
- ........
- .......
- ..
- .....
- ........
- ........
- ........
- .........
- ........
- ........
- ........
- .......
- ........
- ........
- ........
- ........
- ........
- .........
- .......
- .....
- ....
- ........
- .........
- ......
- .......
- .....
- .......
- .....
- ........
- .........
- ........
- ........
- ........
- ........
- ........
- ........
- .........
- .......
- .......
- ......
- .......
- .......
- ......
- .......
- ......
- ......
- .....
- .....
- .
- .......
- .....
- .......
- ..
- ......
- ....
- ......
- .......
- .......
- ......
- ........
- ......
- ........
- .....
- ......
- .......
- .....
- .......
- .........
- .......
- ........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- .........
- ........
- .........
- .....
- .......
- ......
- .......
- ....
- .........
- .........
- ......
- ......
- .......
- .......
- .....
- .......
- ...
- ........
- .......
- ......
- .....
- .......
- .......
- .........
- .....
- .......
- .....
- .
- ....
- .......
- ......
- .....
- ........
- ......
- ........
- ......
- ......
- ........
- .......
- .....
- ..
- ......
- .......
- ........
- .....
- .....
- .........
- ........
- ........
- ...
- ..
- ......
- .....
- .....
- ......
- .....
- ......
- ........
- .......
- .......
- ........
- ........
- .........
- ........
- ........
- .........
- .....
- ....
- .......
- ...
- ......
- ...
- ......
- .......
- ....
- .........
- .........
- .......
- .........
- .........
- ......
- ......
- ...
- .......
- .....
- .....
- .....
- .......
- ...
- .......
- ......
- .....
- ......
- ......
- ....
- ....
- .....
- .......
- .....
- ....
- .......
- .......
- .........
- ........
- ........
- .........
- .........
- .......
- ........
- ........
- ......
- .....
- ......
- ......
- ......
- .......
- .......
- .......
- .........
- ........
- .......
- ........
- .......
- .....
- .........
- ....
- .
- .....
- ....
- ........
- ......
- ........
- .....
- ......
- .......
- ......
- ......
- .....
- ....
- .......
- ........
- .........
- .......
- ........
- .........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- .......
- .........
- .......
- .......
- .........
- .........
- .........
- ........
- ........
- ......
- ...
- ....
- .......
- .......
- .....
- ......
- .......
- ......
- ......
- ....
- ....
- .......
- ......
- .......
- ......
- .....
- ....
- .......
- ......
- .
- .
- .....
- ........
- ......
- ......
- ........
- .......
- ......
- ........
- ........
- .......
- ..........
- .........
- .....
- ........
- .......
- .......
- ......
- .........
- ......
- .......
- .......
- ........
- ..........
- .........
- ........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- .........
- ....
- ........
- ........
- .....
- ......
- .........
- .........
- ........
- .........
- ........
- ........
- .........
- .........
- .........
- .....
- .....
- ........
- ........
- ........
- .........
- .........
- ......
- ........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- ........
- .........
- ........
- ......
- ........
- .....
- ........
- .......
- ........
- .......
- ......
- ........
- .......
- .........
- ........
- .........
- .........
- ........
- ........
- ........
- ........
- .........
- ........
- .........
- ........
- .........
- .........
- ........
- .......
- ......
- .......
- .......
- .......
- .....
- .......
- ....
- ...
- ....
- ....
- ......
- ........
- .........
- ......
- .......
- ......
- ......
- ......
- ......
- .......
- ......
- ......
- ........
- ..
- .....
- .........
- ........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- .........
- .........
- .......
- ........
- .......
- .........
- ........
- ......
- ....
- .........
- ........
- ........
- ........
- .........
- ........
- ........
- .........
- .........
- ........
- ..........
- .........
- .........
- ..........
- ........
- ........
- ........
- ........
- .........
- .........
- .........
- .........
- .........
- ........
- .........
- ........
- .........
- .......
- .........
- ........
- .........
- .........
- .........
- ........
- ........
- .........
- ........
- ........
- .........
- ........
- .........
- .........
- .........
- ........
- ..........
- .........
- ......
- ......
- ....
- ....
- ......
- ..
- ...
- ....
- ....
- .....
- ..
- ......
- .....
- ......
- ....
- ...
- ...
- ..
- ......
- .......
- .......
- .........
- .........
- ........
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ....
- ........
- ..
- ..........
- .......
- ........
- .........
- ........
- ........
- ........
- .........
- .......
- ........
- .........
- ........
- .........
- ........
- .........
- .........
- ........
- .........
- .........
- .........
- ..done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2026-04-13 15:59.31 ---> saved as "28fd5b7e683099bf5efae6baf58cc6be33f14169325006caa069a88910e40208"
/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-swscale.1.3.0 1.3.0"))
ffmpeg-swscale is now pinned to version 1.3.0
2026-04-13 15:59.32 ---> saved as "ace892981f09c05db2232f0961242d65100344a1b7ce308ea0a3a68114daeb32"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ffmpeg-swscale.1.3.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ffmpeg-swscale.1.3.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ffmpeg-swscale.1.3.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install conf-ffmpeg 1 [required by ffmpeg-swscale]
- install conf-pkg-config 4 [required by ffmpeg-swscale]
- install csexp 1.5.2 [required by dune-configurator]
- install dune 3.22.1 [required by ffmpeg-swscale]
- install dune-configurator 3.22.1 [required by ffmpeg-swscale]
- install ffmpeg-avutil 1.3.0 [required by ffmpeg-swscale]
- install ffmpeg-swscale 1.3.0 (pinned)
The following system packages will first need to be installed:
ffmpeg-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "ffmpeg-devel"
- Loading repository data...
- Reading installed packages...
- 'ffmpeg-devel' not found in package names. Trying capabilities.
- Resolving package dependencies...
-
- The following 72 NEW packages are going to be installed:
- ffmpeg-4-libavcodec-devel ffmpeg-4-libavdevice-devel ffmpeg-4-libavfilter-devel ffmpeg-4-libavformat-devel ffmpeg-4-libavresample-devel ffmpeg-4-libavutil-devel ffmpeg-4-libpostproc-devel ffmpeg-4-libswresample-devel ffmpeg-4-libswscale-devel fontconfig libFLAC8 libSDL2-2_0-0 libXext6 libasound2 libass9 libavcodec58_134 libavdevice58_13 libavfilter7_110 libavformat58_76 libavresample4_0 libavutil56_70 libbluray2 libbs2b0 libcdio16 libcdio_cdda2 libcdio_paranoia2 libdav1d7 libdc1394-22 libdrm2 libfontconfig1 libfreetype6 libfribidi0 libgnutls30 libgraphite2-3 libgsm1 libharfbuzz0 libhogweed6 libjack0 libjpeg8 libmp3lame0 libmpg123-0 libnettle8 libogg0 libopenjp2-7 libopenmpt0 libopus0 libpng16-16 libpostproc55_9 libpulse0 libraw1394-11 libsndfile1 libspeex1 libswresample3_9 libswscale5_9 libtheoradec1 libtheoraenc1 libtwolame0 libv4l libv4l1-0 libv4l2-0 libv4lconvert0 libva-drm2 libva2 libvdpau1 libvorbis0 libvorbisenc2 libvorbisfile3 libvpx7 libwebp7 libwebpmux3 libzimg2 libzvbi0
-
- 72 new packages to install.
-
- Package download size: 16.8 MiB
-
- Package install size change:
- | 42.1 MiB required by packages that will be installed
- 42.1 MiB | - 0 B released by packages that will be removed
-
- Backend: classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (1/72), 33.2 KiB
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [....
- ....
- ....
- ....
- ....
- .....done (3.2 KiB/s)]
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64 (Main Repository) (2/72), 449.6 KiB
- Retrieving: libasound2-1.2.10-150600.2.3.x86_64.rpm [.
- ........
- ........done (223.6 KiB/s)]
- Retrieving: libbs2b0-3.1.0-150400.3.2.1.x86_64 (Main Repository) (3/72), 17.3 KiB
- Retrieving: libbs2b0-3.1.0-150400.3.2.1.x86_64.rpm [.done]
- Retrieving: libcdio16-0.94-150000.6.13.1.x86_64 (Main Repository) (4/72), 65.0 KiB
- Retrieving: libcdio16-0.94-150000.6.13.1.x86_64.rpm [.
- .done (31.8 KiB/s)]
- Retrieving: libdav1d7-1.4.0-150600.1.2.x86_64 (Main Repository) (5/72), 538.3 KiB
- Retrieving: libdav1d7-1.4.0-150600.1.2.x86_64.rpm [........done (535.4 KiB/s)]
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64 (Main Repository) (6/72), 77.1 KiB
- Retrieving: libdrm2-2.4.118-150600.1.4.x86_64.rpm [.
- ..done (75.9 KiB/s)]
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64 (Main Repository) (7/72), 39.1 KiB
- Retrieving: libfribidi0-1.0.10-150400.3.3.1.x86_64.rpm [..done (18.4 KiB/s)]
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64 (Main Repository) (8/72), 73.8 KiB
- Retrieving: libgraphite2-3-1.3.14-150600.1.5.x86_64.rpm [..done (15.8 KiB/s)]
- Retrieving: libgsm1-1.0.14-150000.3.6.1.x86_64 (Main Repository) (9/72), 28.2 KiB
- Retrieving: libgsm1-1.0.14-150000.3.6.1.x86_64.rpm [..done (15.8 KiB/s)]
- Retrieving: libjack0-1.9.12-150000.3.3.1.x86_64 (Main Repository) (10/72), 94.7 KiB
- Retrieving: libjack0-1.9.12-150000.3.3.1.x86_64.rpm [...done (91.9 KiB/s)]
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64 (Main Repository) (11/72), 180.8 KiB
- Retrieving: libjpeg8-8.2.2-150600.22.5.x86_64.rpm [.....done (180.8 KiB/s)]
- Retrieving: libmp3lame0-3.100-150000.3.5.1.x86_64 (Main Repository) (12/72), 145.4 KiB
- Retrieving: libmp3lame0-3.100-150000.3.5.1.x86_64.rpm [.....done (141.3 KiB/s)]
- Retrieving: libmpg123-0-1.26.4-1.15.x86_64 (Main Repository) (13/72), 154.7 KiB
- Retrieving: libmpg123-0-1.26.4-1.15.x86_64.rpm [.
- ....done (138.7 KiB/s)]
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64 (Main Repository) (14/72), 23.6 KiB
- Retrieving: libogg0-1.3.2-150000.3.4.1.x86_64.rpm [..done (9.1 KiB/s)]
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64 (Main Repository) (15/72), 204.7 KiB
- Retrieving: libopus0-1.3.1-150000.3.8.1.x86_64.rpm [...
- ....done (204.7 KiB/s)]
- Retrieving: libraw1394-11-2.1.2-150600.1.3.x86_64 (Main Repository) (16/72), 30.6 KiB
- Retrieving: libraw1394-11-2.1.2-150600.1.3.x86_64.rpm [..done (29.1 KiB/s)]
- Retrieving: libspeex1-1.2-150000.3.5.2.x86_64 (Main Repository) (17/72), 57.6 KiB
- Retrieving: libspeex1-1.2-150000.3.5.2.x86_64.rpm [...done (57.6 KiB/s)]
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (18/72), 54.0 KiB
- Retrieving: libtheoradec1-1.1.1-150000.3.3.1.x86_64.rpm [..
- done (29.1 KiB/s)]
- Retrieving: libtwolame0-0.3.13-150000.3.2.2.x86_64 (Main Repository) (19/72), 51.6 KiB
- Retrieving: libtwolame0-0.3.13-150000.3.2.2.x86_64.rpm [..done (30.5 KiB/s)]
- Retrieving: libva2-2.20.0-150600.1.3.x86_64 (Main Repository) (20/72), 87.7 KiB
- Retrieving: libva2-2.20.0-150600.1.3.x86_64.rpm [..done (27.8 KiB/s)]
- Retrieving: libzimg2-3.0.3-150400.1.7.x86_64 (Main Repository) (21/72), 195.6 KiB
- Retrieving: libzimg2-3.0.3-150400.1.7.x86_64.rpm [.....done (195.6 KiB/s)]
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 (Main Repository) (22/72), 610.9 KiB
- Retrieving: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64.rpm [.
- .........
- .....done (286.4 KiB/s)]
- Retrieving: libcdio_cdda2-10.2+0.93+1-150000.3.4.1.x86_64 (Main Repository) (23/72), 22.4 KiB
- Retrieving: libcdio_cdda2-10.2+0.93+1-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libv4l-1.14.1-150000.3.3.1.x86_64 (Main Repository) (24/72), 78.7 KiB
- Retrieving: libv4l-1.14.1-150000.3.3.1.x86_64.rpm [..done (34.5 KiB/s)]
- Retrieving: libv4lconvert0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (25/72), 69.4 KiB
- Retrieving: libv4lconvert0-1.14.1-150000.3.3.1.x86_64.rpm [.
- ..done (67.9 KiB/s)]
- Retrieving: libv4l2-0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (26/72), 27.0 KiB
- Retrieving: libv4l2-0-1.14.1-150000.3.3.1.x86_64.rpm [.done]
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64 (Main Repository) (27/72), 91.5 KiB
- Retrieving: libvorbis0-1.3.6-150000.4.5.2.x86_64.rpm [...done (91.5 KiB/s)]
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 (Main Repository) (28/72), 122.7 KiB
- Retrieving: libtheoraenc1-1.1.1-150000.3.3.1.x86_64.rpm [....done (122.7 KiB/s)]
- Retrieving: libFLAC8-1.3.2-150000.3.14.1.x86_64 (Main Repository) (29/72), 103.3 KiB
- Retrieving: libFLAC8-1.3.2-150000.3.14.1.x86_64.rpm [...done (90.6 KiB/s)]
- Retrieving: libdc1394-22-2.2.5-150000.3.4.1.x86_64 (Main Repository) (30/72), 85.0 KiB
- Retrieving: libdc1394-22-2.2.5-150000.3.4.1.x86_64.rpm [...done (58.5 KiB/s)]
- Retrieving: libva-drm2-2.20.0-150600.1.3.x86_64 (Main Repository) (31/72), 37.5 KiB
- Retrieving: libva-drm2-2.20.0-150600.1.3.x86_64.rpm [..done (17.1 KiB/s)]
- Retrieving: libcdio_paranoia2-10.2+0.93+1-150000.3.4.1.x86_64 (Main Repository) (32/72), 22.2 KiB
- Retrieving: libcdio_paranoia2-10.2+0.93+1-150000.3.4.1.x86_64.rpm [.done]
- Retrieving: libv4l1-0-1.14.1-150000.3.3.1.x86_64 (Main Repository) (33/72), 19.8 KiB
- Retrieving: libv4l1-0-1.14.1-150000.3.3.1.x86_64.rpm [.
- .done (14.4 KiB/s)]
- Retrieving: libvorbisfile3-1.3.6-150000.4.5.2.x86_64 (Main Repository) (34/72), 24.0 KiB
- Retrieving: libvorbisfile3-1.3.6-150000.4.5.2.x86_64.rpm [..done (15.8 KiB/s)]
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 (Main Repository) (35/72), 77.9 KiB
- Retrieving: libvorbisenc2-1.3.6-150000.4.5.2.x86_64.rpm [...done (73.2 KiB/s)]
- Retrieving: libopenmpt0-0.3.28-150000.2.15.1.x86_64 (Main Repository) (36/72), 552.9 KiB
- Retrieving: libopenmpt0-0.3.28-150000.2.15.1.x86_64.rpm [.
- .....
- .........done (267.1 KiB/s)]
- Retrieving: libsndfile1-1.0.28-150000.5.20.1.x86_64 (Main Repository) (37/72), 176.7 KiB
- Retrieving: libsndfile1-1.0.28-150000.5.20.1.x86_64.rpm [....done (160.0 KiB/s)]
- Retrieving: libpulse0-17.0-150600.2.3.x86_64 (Main Repository) (38/72), 303.4 KiB
- Retrieving: libpulse0-17.0-150600.2.3.x86_64.rpm [......
- .done (303.4 KiB/s)]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (39/72), 171.1 KiB
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.....
- ....
- ....
- ....
- ....
- ...not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libnettle8-3.9.1-150600.3.2.1.x86_64.rpm [..done (87.6 KiB/s)]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (40/72), 135.0 KiB
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.not found]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [.
- not found]
- Retrieving: libopenjp2-7-2.3.0-150000.3.24.1.x86_64.rpm [..done (128.0 KiB/s)]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (41/72), 140.0 KiB
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.not found]
- Retrieving: libpng16-16-1.6.40-150600.3.12.1.x86_64.rpm [.done]
- Retrieving: libvpx7-1.11.0-150400.3.7.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (42/72), 819.0 KiB
- Retrieving: libvpx7-1.11.0-150400.3.7.1.x86_64.rpm [......
- ...done (790.6 KiB/s)]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (43/72), 198.3 KiB
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebp7-1.0.3-150200.3.14.1.x86_64.rpm [.done]
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (44/72), 24.7 KiB
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64.rpm [.not found]
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64.rpm [.not found]
- Retrieving: libvdpau1-1.1.1-150000.3.6.1.x86_64.rpm [.done]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (45/72), 226.0 KiB
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [.not found]
- Retrieving: libhogweed6-3.9.1-150600.3.2.1.x86_64.rpm [..done (192.2 KiB/s)]
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/72), 213.0 KiB
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64.rpm [.
- not found]
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64.rpm [.not found]
- Retrieving: libzvbi0-0.2.35-150000.4.3.1.x86_64.rpm [..done (190.8 KiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/72), 454.8 KiB
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.
- .not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]
- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [..done (214.5 KiB/s)]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/72), 30.6 KiB
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.not found]
- Retrieving: libwebpmux3-1.0.3-150200.3.14.1.x86_64.rpm [.
- .done (30.6 KiB/s)]
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/72), 284.7 KiB
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavutil56_70-4.4.6-150600.13.38.1.x86_64.rpm [...done (280.0 KiB/s)]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/72), 916.2 KiB
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.not found]
- Retrieving: libgnutls30-3.8.3-150600.4.17.1.x86_64.rpm [.....
- ..done (911.8 KiB/s)]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/72), 587.0 KiB
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [.not found]
- Retrieving: libharfbuzz0-8.3.0-150600.3.3.1.x86_64.rpm [....done (493.4 KiB/s)]
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/72), 217.0 KiB
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswscale5_9-4.4.6-150600.13.38.1.x86_64.rpm [..
- done (149.0 KiB/s)]
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/72), 120.0 KiB
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libswresample3_9-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/72), 114.0 KiB
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libpostproc55_9-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/72), 119.3 KiB
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavresample4_0-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/72), 189.5 KiB
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64.rpm [..done (178.2 KiB/s)]
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/72), 3.6 MiB
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64.rpm [.
- not found]
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavcodec58_134-4.4.6-150600.13.38.1.x86_64.rpm [.........
- ..........
- .....done (1.2 MiB/s)]
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/72), 81.0 KiB
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (59/72), 83.6 KiB
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.
- done]
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (60/72), 76.0 KiB
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (61/72), 79.8 KiB
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (62/72), 137.3 KiB
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64.rpm [.
- .not found]
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (63/72), 81.4 KiB
- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [..done (62.5 KiB/s)]
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (64/72), 126.4 KiB
- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.
- .done (39.8 KiB/s)]
- Retrieving: libbluray2-1.3.0-150300.10.9.1.x86_64 (Main Repository) (65/72), 165.3 KiB
- Retrieving: libbluray2-1.3.0-150300.10.9.1.x86_64.rpm [...done (160.0 KiB/s)]
- Retrieving: libass9-0.14.0-150000.3.13.1.x86_64 (Main Repository) (66/72), 97.8 KiB
- Retrieving: libass9-0.14.0-150000.3.13.1.x86_64.rpm [..done (49.2 KiB/s)]
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (67/72), 1009.9 KiB
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavformat58_76-4.4.6-150600.13.38.1.x86_64.rpm [...
- ...done (874.1 KiB/s)]
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (68/72), 1.2 MiB
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavfilter7_110-4.4.6-150600.13.38.1.x86_64.rpm [......
- ...done (1.1 MiB/s)]
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (69/72), 111.8 KiB
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (70/72), 129.1 KiB
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: libavdevice58_13-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (71/72), 91.4 KiB
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64.rpm [.not found]
- Retrieving: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (72/72), 82.8 KiB
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64.rpm [.
- .not found]
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64.rpm [..not found]
- Retrieving: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64.rpm [.done]
-
- Checking for file conflicts: [...done]
- ( 1/72) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 2/72) Installing: libasound2-1.2.10-150600.2.3.x86_64 [..done]
- ( 3/72) Installing: libbs2b0-3.1.0-150400.3.2.1.x86_64 [..done]
- ( 4/72) Installing: libcdio16-0.94-150000.6.13.1.x86_64 [..done]
- ( 5/72) Installing: libdav1d7-1.4.0-150600.1.2.x86_64 [..done]
- ( 6/72) Installing: libdrm2-2.4.118-150600.1.4.x86_64 [..done]
- ( 7/72) Installing: libfribidi0-1.0.10-150400.3.3.1.x86_64 [..done]
- ( 8/72) Installing: libgraphite2-3-1.3.14-150600.1.5.x86_64 [..done]
- ( 9/72) Installing: libgsm1-1.0.14-150000.3.6.1.x86_64 [..done]
- (10/72) Installing: libjack0-1.9.12-150000.3.3.1.x86_64 [..done]
- (11/72) Installing: libjpeg8-8.2.2-150600.22.5.x86_64 [..
- done]
- (12/72) Installing: libmp3lame0-3.100-150000.3.5.1.x86_64 [..done]
- (13/72) Installing: libmpg123-0-1.26.4-1.15.x86_64 [..done]
- (14/72) Installing: libogg0-1.3.2-150000.3.4.1.x86_64 [..done]
- (15/72) Installing: libopus0-1.3.1-150000.3.8.1.x86_64 [..done]
- (16/72) Installing: libraw1394-11-2.1.2-150600.1.3.x86_64 [..done]
- (17/72) Installing: libspeex1-1.2-150000.3.5.2.x86_64 [..done]
- (18/72) Installing: libtheoradec1-1.1.1-150000.3.3.1.x86_64 [..done]
- (19/72) Installing: libtwolame0-0.3.13-150000.3.2.2.x86_64 [..done]
- (20/72) Installing: libva2-2.20.0-150600.1.3.x86_64 [..done]
- (21/72) Installing: libzimg2-3.0.3-150400.1.7.x86_64 [..done]
- (22/72) Installing: libSDL2-2_0-0-2.28.5-150600.1.4.x86_64 [..done]
- (23/72) Installing: libcdio_cdda2-10.2+0.93+1-150000.3.4.1.x86_64 [..done]
- (24/72) Installing: libv4l-1.14.1-150000.3.3.1.x86_64 [..done]
- (25/72) Installing: libv4lconvert0-1.14.1-150000.3.3.1.x86_64 [..done]
- (26/72) Installing: libv4l2-0-1.14.1-150000.3.3.1.x86_64 [..done]
- (27/72) Installing: libvorbis0-1.3.6-150000.4.5.2.x86_64 [..done]
- (28/72) Installing: libtheoraenc1-1.1.1-150000.3.3.1.x86_64 [..done]
- (29/72) Installing: libFLAC8-1.3.2-150000.3.14.1.x86_64 [..done]
- (30/72) Installing: libdc1394-22-2.2.5-150000.3.4.1.x86_64 [..
- done]
- (31/72) Installing: libva-drm2-2.20.0-150600.1.3.x86_64 [..done]
- (32/72) Installing: libcdio_paranoia2-10.2+0.93+1-150000.3.4.1.x86_64 [..done]
- (33/72) Installing: libv4l1-0-1.14.1-150000.3.3.1.x86_64 [..done]
- (34/72) Installing: libvorbisfile3-1.3.6-150000.4.5.2.x86_64 [..done]
- (35/72) Installing: libvorbisenc2-1.3.6-150000.4.5.2.x86_64 [..done]
- (36/72) Installing: libopenmpt0-0.3.28-150000.2.15.1.x86_64 [...done]
- (37/72) Installing: libsndfile1-1.0.28-150000.5.20.1.x86_64 [..done]
- (38/72) Installing: libpulse0-17.0-150600.2.3.x86_64 [..done]
- (39/72) Installing: libnettle8-3.9.1-150600.3.2.1.x86_64 [..done]
- (40/72) Installing: libopenjp2-7-2.3.0-150000.3.24.1.x86_64 [..done]
- (41/72) Installing: libpng16-16-1.6.40-150600.3.12.1.x86_64 [..done]
- (42/72) Installing: libvpx7-1.11.0-150400.3.7.1.x86_64 [...done]
- (43/72) Installing: libwebp7-1.0.3-150200.3.14.1.x86_64 [..done]
- (44/72) Installing: libvdpau1-1.1.1-150000.3.6.1.x86_64 [.
- .done]
- (45/72) Installing: libhogweed6-3.9.1-150600.3.2.1.x86_64 [..done]
- (46/72) Installing: libzvbi0-0.2.35-150000.4.3.1.x86_64 [..done]
- (47/72) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]
- (48/72) Installing: libwebpmux3-1.0.3-150200.3.14.1.x86_64 [..done]
- (49/72) Installing: libavutil56_70-4.4.6-150600.13.38.1.x86_64 [..done]
- (50/72) Installing: libgnutls30-3.8.3-150600.4.17.1.x86_64 [..done]
- (51/72) Installing: libharfbuzz0-8.3.0-150600.3.3.1.x86_64 [..done]
- (52/72) Installing: libswscale5_9-4.4.6-150600.13.38.1.x86_64 [..done]
- (53/72) Installing: libswresample3_9-4.4.6-150600.13.38.1.x86_64 [..done]
- (54/72) Installing: libpostproc55_9-4.4.6-150600.13.38.1.x86_64 [..done]
- (55/72) Installing: libavresample4_0-4.4.6-150600.13.38.1.x86_64 [..done]
- (56/72) Installing: ffmpeg-4-libavutil-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (57/72) Installing: libavcodec58_134-4.4.6-150600.13.38.1.x86_64 [..
- ....done]
- (58/72) Installing: ffmpeg-4-libswscale-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (59/72) Installing: ffmpeg-4-libswresample-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (60/72) Installing: ffmpeg-4-libpostproc-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (61/72) Installing: ffmpeg-4-libavresample-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (62/72) Installing: ffmpeg-4-libavcodec-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (63/72) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]
- (64/72) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]
- (65/72) Installing: libbluray2-1.3.0-150300.10.9.1.x86_64 [..done]
- (66/72) Installing: libass9-0.14.0-150000.3.13.1.x86_64 [..done]
- (67/72) Installing: libavformat58_76-4.4.6-150600.13.38.1.x86_64 [...done]
- (68/72) Installing: libavfilter7_110-4.4.6-150600.13.38.1.x86_64 [..
- .done]
- (69/72) Installing: ffmpeg-4-libavformat-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (70/72) Installing: libavdevice58_13-4.4.6-150600.13.38.1.x86_64 [..done]
- (71/72) Installing: ffmpeg-4-libavfilter-devel-4.4.6-150600.13.38.1.x86_64 [..done]
- (72/72) Installing: ffmpeg-4-libavdevice-devel-4.4.6-150600.13.38.1.x86_64 [..done]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> installed conf-ffmpeg.1
-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)
-> retrieved ffmpeg-avutil.1.3.0, ffmpeg-swscale.1.3.0 (cached)
-> installed dune.3.22.1
-> installed csexp.1.5.2
-> installed dune-configurator.3.22.1
[ERROR] The compilation of ffmpeg-avutil.1.3.0 failed at "dune build -p ffmpeg-avutil -j 71 @install".
#=== ERROR while compiling ffmpeg-avutil.1.3.0 ================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/ffmpeg-avutil.1.3.0
# command ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ffmpeg-avutil -j 71 @install
# exit-code 1
# env-file ~/.opam/log/ffmpeg-avutil-7-a6e47e.env
# output-file ~/.opam/log/ffmpeg-avutil-7-a6e47e.out
### output ###
# File "avutil/dune", line 7, characters 9-21:
# 7 | (names avutil_stubs)
# ^^^^^^^^^^^^
# (cd _build/default/avutil && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/include/ffmpeg -g -I /home/opam/.opam/5.4/lib/ocaml -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -o avutil_stubs.o -c avutil_stubs.c)
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
# void value_of_channel_layout(value *v, const AVChannelLayout *);
# ^~~~~~~~~~~~~~~
# avutil_stubs.c: In function 'finalize_channel_layout':
# avutil_stubs.c:350:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout *channel_layout = AVChannelLayout_val(v);
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
# ^
# avutil_stubs.c:350:37: note: in expansion of macro 'AVChannelLayout_val'
# AVChannelLayout *channel_layout = AVChannelLayout_val(v);
# ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:351:3: warning: implicit declaration of function 'av_channel_layout_uninit'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
# av_channel_layout_uninit(channel_layout);
# ^~~~~~~~~~~~~~~~~~~~~~~~
# av_get_channel_layout_string
# avutil_stubs.c: At top level:
# avutil_stubs.c:361:36: error: unknown type name 'AVChannelLayout'
# const AVChannelLayout *channel_layout) {
# ^~~~~~~~~~~~~~~
# avutil_stubs.c: In function 'value_of_channel_layout':
# avutil_stubs.c:362:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout *ch_layout = av_mallocz(sizeof(AVChannelLayout));
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# avutil_stubs.c:362:50: error: 'AVChannelLayout' undeclared (first use in this function); did you mean 'Val_ChannelLayout'?
# AVChannelLayout *ch_layout = av_mallocz(sizeof(AVChannelLayout));
# ^~~~~~~~~~~~~~~
# Val_ChannelLayout
# avutil_stubs.c:362:50: note: each undeclared identifier is reported only once for each function it appears in
# avutil_stubs.c:368:9: warning: implicit declaration of function 'av_channel_layout_copy'; did you mean 'av_get_channel_layout'? [-Wimplicit-function-declaration]
# err = av_channel_layout_copy(ch_layout, channel_layout);
# ^~~~~~~~~~~~~~~~~~~~~~
# av_get_channel_layout
# avutil_stubs.c:376:70: error: expected expression before ')' token
# caml_alloc_custom(&channel_layout_ops, sizeof(AVChannelLayout *), 0, 1);
# ^
# avutil_stubs.c:377:29: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
# AVChannelLayout_val(*ret) = ch_layout;
# ^
# avutil_stubs.c: In function 'ocaml_avutil_get_standard':
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
# const AVChannelLayout *channel_layout = av_channel_layout_standard(opaque);
# ^~~~~~~~~~~~~~~
# avutil_stubs.c:413:43: warning: implicit declaration of function 'av_channel_layout_standard'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
# const AVChannelLayout *channel_layout = av_channel_layout_standard(opaque);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# av_get_channel_layout_string
# avutil_stubs.c:413:43: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
# avutil_stubs.c: In function 'ocaml_avutil_compare_channel_layout':
# avutil_stubs.c:430:13: warning: implicit declaration of function 'av_channel_layout_compare'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
# int ret = av_channel_layout_compare(AVChannelLayout_val(_layout1),
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# av_get_channel_layout_string
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_mask':
# avutil_stubs.c:443:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
# ^
# avutil_stubs.c:443:37: note: in expansion of macro 'AVChannelLayout_val'
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
# if (channel_layout->order != AV_CHANNEL_ORDER_NATIVE)
# ^~
# avutil_stubs.c:445:32: error: 'AV_CHANNEL_ORDER_NATIVE' undeclared (first use in this function); did you mean 'AV_CH_LAYOUT_NATIVE'?
# if (channel_layout->order != AV_CHANNEL_ORDER_NATIVE)
# ^~~~~~~~~~~~~~~~~~~~~~~
# AV_CH_LAYOUT_NATIVE
# In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22:0,
# from avutil_stubs.c:10:
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
# Store_field(ans, 0, caml_copy_int64(channel_layout->u.mask));
# ^
# /home/opam/.opam/5.4/lib/ocaml/caml/memory.h:470:27: note: in definition of macro 'Store_field'
# value caml__temp_val = (val); \
# ^~~
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_description':
# avutil_stubs.c:457:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
# ^
# avutil_stubs.c:457:37: note: in expansion of macro 'AVChannelLayout_val'
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:458:13: warning: implicit declaration of function 'av_channel_layout_describe'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
# int err = av_channel_layout_describe(channel_layout, buf, sizeof(buf));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~
# av_get_channel_layout_string
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_nb_channels':
# avutil_stubs.c:469:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
# ^
# avutil_stubs.c:469:37: note: in expansion of macro 'AVChannelLayout_val'
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~~~~~
# In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22:0,
# from avutil_stubs.c:10:
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
# CAMLreturn(Val_int(channel_layout->nb_channels));
# ^
# /home/opam/.opam/5.4/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
# type caml__temp_result = (result); \
# ^~~~~~
# avutil_stubs.c:470:3: note: in expansion of macro 'CAMLreturn'
# CAMLreturn(Val_int(channel_layout->nb_channels));
# ^~~~~~~~~~
# /home/opam/.opam/5.4/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
# #define Val_int(x) Val_long(x)
# ^~~~~~~~
# avutil_stubs.c:470:14: note: in expansion of macro 'Val_int'
# CAMLreturn(Val_int(channel_layout->nb_channels));
# ^~~~~~~
# avutil_stubs.c: In function 'ocaml_avutil_get_default_channel_layout':
# avutil_stubs.c:476:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout channel_layout;
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# avutil_stubs.c:478:3: warning: implicit declaration of function 'av_channel_layout_default'; did you mean 'ChannelLayout_val'? [-Wimplicit-function-declaration]
# av_channel_layout_default(&channel_layout, Int_val(_nb_channels));
# ^~~~~~~~~~~~~~~~~~~~~~~~~
# ChannelLayout_val
# avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout':
# avutil_stubs.c:488:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout channel_layout;
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# avutil_stubs.c:490:13: warning: implicit declaration of function 'av_channel_layout_from_string'; did you mean 'av_get_channel_layout_string'? [-Wimplicit-function-declaration]
# int err = av_channel_layout_from_string(&channel_layout, String_val(_name));
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# av_get_channel_layout_string
# avutil_stubs.c: In function 'ocaml_avutil_audio_create_frame':
# avutil_stubs.c:1008:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# In file included from avutil_stubs.c:24:0:
# avutil_stubs.h:69:32: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
# #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
# ^
# avutil_stubs.c:1008:37: note: in expansion of macro 'AVChannelLayout_val'
# AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
# ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:1020:40: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
# ret = av_channel_layout_copy(&frame->ch_layout, channel_layout);
# ^~~~~~~~~
# channel_layout
# In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22:0,
# from avutil_stubs.c:10:
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channels':
# avutil_stubs.c:1059:29: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
# CAMLreturn(Val_int(frame->ch_layout.nb_channels));
# ^
# /home/opam/.opam/5.4/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
# type caml__temp_result = (result); \
# ^~~~~~
# avutil_stubs.c:1059:3: note: in expansion of macro 'CAMLreturn'
# CAMLreturn(Val_int(frame->ch_layout.nb_channels));
# ^~~~~~~~~~
# /home/opam/.opam/5.4/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
# #define Val_int(x) Val_long(x)
# ^~~~~~~~
# avutil_stubs.c:1059:14: note: in expansion of macro 'Val_int'
# CAMLreturn(Val_int(frame->ch_layout.nb_channels));
# ^~~~~~~
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channel_layout':
# avutil_stubs.c:1067:48: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
# value_of_channel_layout(&_ch_layout, &frame->ch_layout);
# ^~~~~~~~~
# channel_layout
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_copy_samples':
# avutil_stubs.c:1091:23: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
# int channels = dst->ch_layout.nb_channels;
# ^~~~~~~~~
# channel_layout
# avutil_stubs.c:1096:39: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
# av_channel_layout_compare(&dst->ch_layout, &src->ch_layout))
# ^~~~~~~~~
# channel_layout
# avutil_stubs.c:1096:56: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
# av_channel_layout_compare(&dst->ch_layout, &src->ch_layout))
# ^~~~~~~~~
# channel_layout
# avutil_stubs.c: In function 'ocaml_avutil_get_opt':
# avutil_stubs.c:1503:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout channel_layout;
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# avutil_stubs.c:1607:11: warning: implicit declaration of function 'av_opt_get_chlayout'; did you mean 'av_opt_get_channel_layout'? [-Wimplicit-function-declaration]
# err = av_opt_get_chlayout((void *)obj, (const char *)String_val(name),
# ^~~~~~~~~~~~~~~~~~~
# av_opt_get_channel_layout
# avutil_stubs.c: In function 'type_of_av_opt_type':
# avutil_stubs.c:1707:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
# case AV_OPT_TYPE_CHLAYOUT:
# ^~~~~~~~~~~~~~~~~~~~
# AV_OPT_TYPE_COLOR
# avutil_stubs.c: In function 'ocaml_avutil_av_opt_iter':
# avutil_stubs.c:1719:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
# AVChannelLayout channel_layout;
# ^~~~~~~~~~~~~~~
# AVChannelLayout_val
# avutil_stubs.c:1806:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
# case AV_OPT_TYPE_CHLAYOUT:
# ^~~~~~~~~~~~~~~~~~~~
# AV_OPT_TYPE_COLOR
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build ffmpeg-avutil 1.3.0
+-
+- The following changes have been performed (the rest was aborted)
| - install conf-ffmpeg 1
| - install conf-pkg-config 4
| - install csexp 1.5.2
| - install dune 3.22.1
| - install dune-configurator 3.22.1
+-
<><> ffmpeg-avutil.1.3.0 troubleshooting ><><><><><><><><><><><><><><><><><><><>
=> We're sorry that your install failed. Make sure to check the README.md file
to check what minimal version of FFmpeg this package requires.
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260413155933.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing: ffmpeg-avutil.1.3.0
"/usr/bin/env" "bash" "-c" "opam reinstall ffmpeg-swscale.1.3.0;
res=$?;
test "$res" != 31 && exit "$res";
export OPAMCLI=2.0;
build_dir=$(opam var prefix)/.opam-switch/build;
failed=$(ls "$build_dir");
partial_fails="";
for pkg in $failed; do
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-15.6\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ffmpeg-swscale.1.3.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-04-13 16:01.17: Job failed: Failed: Build failed
2026-04-13 16:01.17: Log analysis:
2026-04-13 16:01.17: >>>
[ERROR] The compilation of ffmpeg-avutil.1.3.0 failed at "dune build -p ffmpeg-avutil -j 71 @install".
(score = 20)
2026-04-13 16:01.17: >>>
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:350:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:361:36: error: unknown type name 'AVChannelLayout'
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:362:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:362:50: error: 'AVChannelLayout' undeclared (first use in this function); did you mean 'Val_ChannelLayout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:376:70: error: expected expression before ')' token
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:443:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:445:32: error: 'AV_CHANNEL_ORDER_NATIVE' undeclared (first use in this function); did you mean 'AV_CH_LAYOUT_NATIVE'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:457:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:469:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:476:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:488:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1008:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1020:40: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1059:29: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1067:48: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1091:23: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1096:39: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1096:56: error: 'AVFrame {aka struct AVFrame}' has no member named 'ch_layout'; did you mean 'channel_layout'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1503:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1707:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1719:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
(score = 30)
2026-04-13 16:01.17: >>>
# avutil_stubs.c:1806:8: error: 'AV_OPT_TYPE_CHLAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_COLOR'?
(score = 30)
2026-04-13 16:01.17: >>>
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
(score = 100)
2026-04-13 16:01.17: [SKIP] Failure ignored