(not at the head of any monitored branch or PR)
2026-04-10 14:44.28: New job: build ffmpeg-avcodec.1.3.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29703/head (d2c2fde7ed0f03ab1c97ec11eae2846e1c000577)
                              on ubuntu-22.04-ocaml-4.14/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 d2c2fde7
git fetch origin master
git merge --no-edit 812fb968341c1eec82e23a29dcf794db8f990936
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b
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-avcodec.1.3.0 1.3.0
RUN opam reinstall ffmpeg-avcodec.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 "\"ubuntu-22.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ffmpeg-avcodec.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-10 14:44.28: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b-ffmpeg-avcodec.1.3.0-d2c2fde7ed0f03ab1c97ec11eae2846e1c000577"
2026-04-10 14:44.28: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b)
 (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-avcodec.1.3.0 1.3.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ffmpeg-avcodec.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 \"\\\"ubuntu-22.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\" != 'ffmpeg-avcodec.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-10 14:44.28: Waiting for resource in pool OCluster
2026-04-10 14:49.56: Waiting for worker…
2026-04-10 14:53.02: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 812fb96834 Merge pull request #29689 from voodoos/release-merlin-v5.7.0-504
Updating 812fb96834..d2c2fde7ed
Fast-forward
 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-22.04-ocaml-4.14@sha256:69982e03642a8bf263d1ec8dde5fbc229eeb51288a9c8b1ff5ba53258ee35e3b)
2026-04-10 14:53.03 ---> using "17986131608889cdbd2a3dfc525a7d1136f0d57c2a28b31b3e7c642025c35416" 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-10 14:53.03 ---> using "b46ae5e454b225fd8585bb4f94c6443770a56f9cafbc84117b38e5e3e9142659" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-10 14:53.03 ---> using "dfabc5998fa048b3035d0394a71e5b38df3ee0418f17954b6b5b4f6bf9c41a8c" 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=ubuntu os-version=22.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.3"}]
# compiler-packages    ocaml-base-compiler.4.14.3, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.3
2026-04-10 14:53.03 ---> using "8e142d2fa15f5bfd896472b5422d8303263531e6a05d65675e3bef6d64889740" 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-10 14:53.03 ---> using "27b70004e9ec57750b916bc123b36446f937813a6051c452b4a659f028bf3cfa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-10 14:53.04 ---> using "43626cbf933ecb7be1e56678c619ab06b56bbdadcbde84e103754f5ee6e92b39" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-10 14:53.16 ---> saved as "11451aadf875dfb78c128f0d1e26f72bba03c95ecfcc6d3310baa9108ea08234"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6917 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4226 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7143 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3889 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB]
- Fetched 25.5 MB in 12s (2149 kB/s)
- Reading package lists...
- 
2026-04-10 14:53.29 ---> saved as "a1ba67a81ea4ac77a87dd85dc7bf9337a61a704a457bb596be856c74bb8fc831"

/home/opam: (run (shell "opam pin add -k version -yn ffmpeg-avcodec.1.3.0 1.3.0"))
ffmpeg-avcodec is now pinned to version 1.3.0
2026-04-10 14:53.30 ---> saved as "0f24a1603171f358f0fbaaf7bbd498bf1e7bcae7d139e5ba5d082736257d0ce8"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ffmpeg-avcodec.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 \"\\\"ubuntu-22.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\" != 'ffmpeg-avcodec.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-avcodec.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-avcodec]
  - install conf-pkg-config   4              [required by ffmpeg-avcodec]
  - install csexp             1.5.2          [required by dune-configurator]
  - install dune              3.22.1         [required by ffmpeg-avcodec]
  - install dune-configurator 3.22.1         [required by ffmpeg-avcodec]
  - install ffmpeg-avcodec    1.3.0 (pinned)
  - install ffmpeg-avutil     1.3.0          [required by ffmpeg-avcodec]

The following system packages will first need to be installed:
    libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev libswresample-dev libswscale-dev pkg-config

<><> 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" "libavcodec-dev" "libavdevice-dev" "libavfilter-dev" "libavformat-dev" "libavutil-dev" "libswresample-dev" "libswscale-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libapparmor1:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15645 files and directories currently installed.)
- Preparing to unpack .../000-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../001-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../002-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking dbus (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../003-libelf1_0.186-1ubuntu0.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.186-1ubuntu0.1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../004-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../005-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../006-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../007-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libslang2:amd64.
- Preparing to unpack .../008-libslang2_2.3.2-5build4_amd64.deb ...
- Unpacking libslang2:amd64 (2.3.2-5build4) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../009-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../010-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../011-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../012-xkb-data_2.33-1_all.deb ...
- Unpacking xkb-data (2.33-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../013-libdrm-common_2.4.113-2~ubuntu0.22.04.1_all.deb ...
- Unpacking libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../014-libdrm2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../015-libnuma1_2.0.14-3ubuntu2_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ...
- Selecting previously unselected package libusb-1.0-0:amd64.
- Preparing to unpack .../016-libusb-1.0-0_2%3a1.0.25-1ubuntu2_amd64.deb ...
- Unpacking libusb-1.0-0:amd64 (2:1.0.25-1ubuntu2) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../017-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../018-libasound2-data_1.2.6.1-1ubuntu1.1_all.deb ...
- Unpacking libasound2-data (1.2.6.1-1ubuntu1.1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../019-libasound2_1.2.6.1-1ubuntu1.1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.6.1-1ubuntu1.1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../020-alsa-ucm-conf_1.2.6.3-1ubuntu1.12_all.deb ...
- Unpacking alsa-ucm-conf (1.2.6.3-1ubuntu1.12) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../021-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ...
- Unpacking fontconfig (2.13.1-4.2ubuntu5) ...
- Selecting previously unselected package libva2:amd64.
- Preparing to unpack .../022-libva2_2.14.0-1_amd64.deb ...
- Unpacking libva2:amd64 (2.14.0-1) ...
- Selecting previously unselected package libigdgmm12:amd64.
- Preparing to unpack .../023-libigdgmm12_22.1.2+ds1-1_amd64.deb ...
- Unpacking libigdgmm12:amd64 (22.1.2+ds1-1) ...
- Selecting previously unselected package intel-media-va-driver:amd64.
- Preparing to unpack .../024-intel-media-va-driver_22.3.1+dfsg1-1ubuntu2_amd64.deb ...
- Unpacking intel-media-va-driver:amd64 (22.3.1+dfsg1-1ubuntu2) ...
- Selecting previously unselected package libaacs0:amd64.
- Preparing to unpack .../025-libaacs0_0.11.1-1_amd64.deb ...
- Unpacking libaacs0:amd64 (0.11.1-1) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../026-libaom3_3.3.0-1ubuntu0.1_amd64.deb ...
- Unpacking libaom3:amd64 (3.3.0-1ubuntu0.1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../027-libgraphite2-3_1.3.14-1build2_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../028-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Selecting previously unselected package libass9:amd64.
- Preparing to unpack .../029-libass9_1%3a0.15.2-1_amd64.deb ...
- Unpacking libass9:amd64 (1:0.15.2-1) ...
- Selecting previously unselected package libasyncns0:amd64.
- Preparing to unpack .../030-libasyncns0_0.8-6build2_amd64.deb ...
- Unpacking libasyncns0:amd64 (0.8-6build2) ...
- Selecting previously unselected package libmfx1:amd64.
- Preparing to unpack .../031-libmfx1_22.3.0-1_amd64.deb ...
- Unpacking libmfx1:amd64 (22.3.0-1) ...
- Selecting previously unselected package libva-drm2:amd64.
- Preparing to unpack .../032-libva-drm2_2.14.0-1_amd64.deb ...
- Unpacking libva-drm2:amd64 (2.14.0-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../033-libxfixes3_1%3a6.0.0-1_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-1) ...
- Selecting previously unselected package libva-x11-2:amd64.
- Preparing to unpack .../034-libva-x11-2_2.14.0-1_amd64.deb ...
- Unpacking libva-x11-2:amd64 (2.14.0-1) ...
- Selecting previously unselected package libvdpau1:amd64.
- Preparing to unpack .../035-libvdpau1_1.4-3build2_amd64.deb ...
- Unpacking libvdpau1:amd64 (1.4-3build2) ...
- Selecting previously unselected package ocl-icd-libopencl1:amd64.
- Preparing to unpack .../036-ocl-icd-libopencl1_2.2.14-3_amd64.deb ...
- Unpacking ocl-icd-libopencl1:amd64 (2.2.14-3) ...
- Selecting previously unselected package libavutil56:amd64.
- Preparing to unpack .../037-libavutil56_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavutil56:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../038-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../039-libxcb-render0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../040-libxcb-shm0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../041-libxrender1_1%3a0.9.10-1build4_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1build4) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../042-libcairo2_1.16.0-5ubuntu2.1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Selecting previously unselected package libcodec2-1.0:amd64.
- Preparing to unpack .../043-libcodec2-1.0_1.0.1-3_amd64.deb ...
- Unpacking libcodec2-1.0:amd64 (1.0.1-3) ...
- Selecting previously unselected package libdav1d5:amd64.
- Preparing to unpack .../044-libdav1d5_0.9.2-1_amd64.deb ...
- Unpacking libdav1d5:amd64 (0.9.2-1) ...
- Selecting previously unselected package libgsm1:amd64.
- Preparing to unpack .../045-libgsm1_1.0.19-1_amd64.deb ...
- Unpacking libgsm1:amd64 (1.0.19-1) ...
- Selecting previously unselected package libmp3lame0:amd64.
- Preparing to unpack .../046-libmp3lame0_3.100-3build2_amd64.deb ...
- Unpacking libmp3lame0:amd64 (3.100-3build2) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../047-libopenjp2-7_2.4.0-6ubuntu0.4_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.4.0-6ubuntu0.4) ...
- Selecting previously unselected package libopus0:amd64.
- Preparing to unpack .../048-libopus0_1.3.1-0.1build2_amd64.deb ...
- Unpacking libopus0:amd64 (1.3.1-0.1build2) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../049-libcairo-gobject2_1.16.0-5ubuntu2.1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-5ubuntu2.1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../050-libgdk-pixbuf2.0-common_2.42.8+dfsg-1ubuntu0.5_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.5) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../051-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1ubuntu0.5_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.5) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../052-libthai-data_0.1.29-1build1_all.deb ...
- Unpacking libthai-data (0.1.29-1build1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../053-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../054-libthai0_0.1.29-1build1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1build1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../055-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../056-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../057-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../058-librsvg2-2_2.52.5+dfsg-3ubuntu0.2_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ...
- Selecting previously unselected package libshine3:amd64.
- Preparing to unpack .../059-libshine3_3.1.1-2_amd64.deb ...
- Unpacking libshine3:amd64 (3.1.1-2) ...
- Selecting previously unselected package libsnappy1v5:amd64.
- Preparing to unpack .../060-libsnappy1v5_1.1.8-1build3_amd64.deb ...
- Unpacking libsnappy1v5:amd64 (1.1.8-1build3) ...
- Selecting previously unselected package libspeex1:amd64.
- Preparing to unpack .../061-libspeex1_1.2~rc1.2-1.1ubuntu3_amd64.deb ...
- Unpacking libspeex1:amd64 (1.2~rc1.2-1.1ubuntu3) ...
- Selecting previously unselected package libsoxr0:amd64.
- Preparing to unpack .../062-libsoxr0_0.1.3-4build2_amd64.deb ...
- Unpacking libsoxr0:amd64 (0.1.3-4build2) ...
- Selecting previously unselected package libswresample3:amd64.
- Preparing to unpack .../063-libswresample3_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libswresample3:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libogg0:amd64.
- Preparing to unpack .../064-libogg0_1.3.5-0ubuntu3_amd64.deb ...
- Unpacking libogg0:amd64 (1.3.5-0ubuntu3) ...
- Selecting previously unselected package libtheora0:amd64.
- Preparing to unpack .../065-libtheora0_1.1.1+dfsg.1-15ubuntu4_amd64.deb ...
- Unpacking libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu4) ...
- Selecting previously unselected package libtwolame0:amd64.
- Preparing to unpack .../066-libtwolame0_0.4.0-2build2_amd64.deb ...
- Unpacking libtwolame0:amd64 (0.4.0-2build2) ...
- Selecting previously unselected package libvorbis0a:amd64.
- Preparing to unpack .../067-libvorbis0a_1.3.7-1build2_amd64.deb ...
- Unpacking libvorbis0a:amd64 (1.3.7-1build2) ...
- Selecting previously unselected package libvorbisenc2:amd64.
- Preparing to unpack .../068-libvorbisenc2_1.3.7-1build2_amd64.deb ...
- Unpacking libvorbisenc2:amd64 (1.3.7-1build2) ...
- Selecting previously unselected package libvpx7:amd64.
- Preparing to unpack .../069-libvpx7_1.11.0-2ubuntu2.5_amd64.deb ...
- Unpacking libvpx7:amd64 (1.11.0-2ubuntu2.5) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../070-libwebpmux3_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libx264-163:amd64.
- Preparing to unpack .../071-libx264-163_2%3a0.163.3060+git5db6aa6-2build1_amd64.deb ...
- Unpacking libx264-163:amd64 (2:0.163.3060+git5db6aa6-2build1) ...
- Selecting previously unselected package libx265-199:amd64.
- Preparing to unpack .../072-libx265-199_3.5-2_amd64.deb ...
- Unpacking libx265-199:amd64 (3.5-2) ...
- Selecting previously unselected package libxvidcore4:amd64.
- Preparing to unpack .../073-libxvidcore4_2%3a1.3.7-1_amd64.deb ...
- Unpacking libxvidcore4:amd64 (2:1.3.7-1) ...
- Selecting previously unselected package libzvbi-common.
- Preparing to unpack .../074-libzvbi-common_0.2.35-19_all.deb ...
- Unpacking libzvbi-common (0.2.35-19) ...
- Selecting previously unselected package libzvbi0:amd64.
- Preparing to unpack .../075-libzvbi0_0.2.35-19_amd64.deb ...
- Unpacking libzvbi0:amd64 (0.2.35-19) ...
- Selecting previously unselected package libavcodec58:amd64.
- Preparing to unpack .../076-libavcodec58_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavcodec58:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libavutil-dev:amd64.
- Preparing to unpack .../077-libavutil-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavutil-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libswresample-dev:amd64.
- Preparing to unpack .../078-libswresample-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libswresample-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libavcodec-dev:amd64.
- Preparing to unpack .../079-libavcodec-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavcodec-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libraw1394-11:amd64.
- Preparing to unpack .../080-libraw1394-11_2.1.2-2build2_amd64.deb ...
- Unpacking libraw1394-11:amd64 (2.1.2-2build2) ...
- Selecting previously unselected package libavc1394-0:amd64.
- Preparing to unpack .../081-libavc1394-0_0.5.4-5build2_amd64.deb ...
- Unpacking libavc1394-0:amd64 (0.5.4-5build2) ...
- Selecting previously unselected package libudfread0:amd64.
- Preparing to unpack .../082-libudfread0_1.1.2-1_amd64.deb ...
- Unpacking libudfread0:amd64 (1.1.2-1) ...
- Selecting previously unselected package libbluray2:amd64.
- Preparing to unpack .../083-libbluray2_1%3a1.3.1-1_amd64.deb ...
- Unpacking libbluray2:amd64 (1:1.3.1-1) ...
- Selecting previously unselected package libchromaprint1:amd64.
- Preparing to unpack .../084-libchromaprint1_1.5.1-2_amd64.deb ...
- Unpacking libchromaprint1:amd64 (1.5.1-2) ...
- Selecting previously unselected package libgme0:amd64.
- Preparing to unpack .../085-libgme0_0.6.3-2_amd64.deb ...
- Unpacking libgme0:amd64 (0.6.3-2) ...
- Selecting previously unselected package libmpg123-0:amd64.
- Preparing to unpack .../086-libmpg123-0_1.29.3-1ubuntu0.1_amd64.deb ...
- Unpacking libmpg123-0:amd64 (1.29.3-1ubuntu0.1) ...
- Selecting previously unselected package libvorbisfile3:amd64.
- Preparing to unpack .../087-libvorbisfile3_1.3.7-1build2_amd64.deb ...
- Unpacking libvorbisfile3:amd64 (1.3.7-1build2) ...
- Selecting previously unselected package libopenmpt0:amd64.
- Preparing to unpack .../088-libopenmpt0_0.6.1-1_amd64.deb ...
- Unpacking libopenmpt0:amd64 (0.6.1-1) ...
- Selecting previously unselected package librabbitmq4:amd64.
- Preparing to unpack .../089-librabbitmq4_0.10.0-1ubuntu2_amd64.deb ...
- Unpacking librabbitmq4:amd64 (0.10.0-1ubuntu2) ...
- Selecting previously unselected package libsrt1.4-gnutls:amd64.
- Preparing to unpack .../090-libsrt1.4-gnutls_1.4.4-4_amd64.deb ...
- Unpacking libsrt1.4-gnutls:amd64 (1.4.4-4) ...
- Selecting previously unselected package libssh-gcrypt-4:amd64.
- Preparing to unpack .../091-libssh-gcrypt-4_0.9.6-2ubuntu0.22.04.7_amd64.deb ...
- Unpacking libssh-gcrypt-4:amd64 (0.9.6-2ubuntu0.22.04.7) ...
- Selecting previously unselected package libnorm1:amd64.
- Preparing to unpack .../092-libnorm1_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libpgm-5.3-0:amd64.
- Preparing to unpack .../093-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libsodium23:amd64.
- Preparing to unpack .../094-libsodium23_1.0.18-1ubuntu0.22.04.1_amd64.deb ...
- Unpacking libsodium23:amd64 (1.0.18-1ubuntu0.22.04.1) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../095-libzmq5_4.3.4-2_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.4-2) ...
- Selecting previously unselected package libavformat58:amd64.
- Preparing to unpack .../096-libavformat58_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavformat58:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libbs2b0:amd64.
- Preparing to unpack .../097-libbs2b0_3.1.0+dfsg-2.2build1_amd64.deb ...
- Unpacking libbs2b0:amd64 (3.1.0+dfsg-2.2build1) ...
- Selecting previously unselected package libflite1:amd64.
- Preparing to unpack .../098-libflite1_2.2-3_amd64.deb ...
- Unpacking libflite1:amd64 (2.2-3) ...
- Selecting previously unselected package libserd-0-0:amd64.
- Preparing to unpack .../099-libserd-0-0_0.30.10-2_amd64.deb ...
- Unpacking libserd-0-0:amd64 (0.30.10-2) ...
- Selecting previously unselected package libsord-0-0:amd64.
- Preparing to unpack .../100-libsord-0-0_0.16.8-2_amd64.deb ...
- Unpacking libsord-0-0:amd64 (0.16.8-2) ...
- Selecting previously unselected package libsratom-0-0:amd64.
- Preparing to unpack .../101-libsratom-0-0_0.6.8-1_amd64.deb ...
- Unpacking libsratom-0-0:amd64 (0.6.8-1) ...
- Selecting previously unselected package liblilv-0-0:amd64.
- Preparing to unpack .../102-liblilv-0-0_0.24.12-2_amd64.deb ...
- Unpacking liblilv-0-0:amd64 (0.24.12-2) ...
- Selecting previously unselected package libmysofa1:amd64.
- Preparing to unpack .../103-libmysofa1_1.2.1~dfsg0-1_amd64.deb ...
- Unpacking libmysofa1:amd64 (1.2.1~dfsg0-1) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../104-libblas3_3.10.0-2ubuntu1_amd64.deb ...
- Unpacking libblas3:amd64 (3.10.0-2ubuntu1) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../105-libgfortran5_12.3.0-1ubuntu1~22.04.3_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.3) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../106-liblapack3_3.10.0-2ubuntu1_amd64.deb ...
- Unpacking liblapack3:amd64 (3.10.0-2ubuntu1) ...
- Selecting previously unselected package libflac8:amd64.
- Preparing to unpack .../107-libflac8_1.3.3-2ubuntu0.2_amd64.deb ...
- Unpacking libflac8:amd64 (1.3.3-2ubuntu0.2) ...
- Selecting previously unselected package libsndfile1:amd64.
- Preparing to unpack .../108-libsndfile1_1.0.31-2ubuntu0.2_amd64.deb ...
- Unpacking libsndfile1:amd64 (1.0.31-2ubuntu0.2) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../109-libx11-xcb1_2%3a1.7.5-1ubuntu0.3_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...
- Selecting previously unselected package libpulse0:amd64.
- Preparing to unpack .../110-libpulse0_1%3a15.99.1+dfsg1-1ubuntu2.2_amd64.deb ...
- Unpacking libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Selecting previously unselected package libsphinxbase3:amd64.
- Preparing to unpack .../111-libsphinxbase3_0.8+5prealpha+1-13build1_amd64.deb ...
- Unpacking libsphinxbase3:amd64 (0.8+5prealpha+1-13build1) ...
- Selecting previously unselected package libpocketsphinx3:amd64.
- Preparing to unpack .../112-libpocketsphinx3_0.8.0+real5prealpha+1-14ubuntu1_amd64.deb ...
- Unpacking libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-14ubuntu1) ...
- Selecting previously unselected package libpostproc55:amd64.
- Preparing to unpack .../113-libpostproc55_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpostproc55:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libsamplerate0:amd64.
- Preparing to unpack .../114-libsamplerate0_0.2.2-1build1_amd64.deb ...
- Unpacking libsamplerate0:amd64 (0.2.2-1build1) ...
- Selecting previously unselected package librubberband2:amd64.
- Preparing to unpack .../115-librubberband2_2.0.0-2_amd64.deb ...
- Unpacking librubberband2:amd64 (2.0.0-2) ...
- Selecting previously unselected package libswscale5:amd64.
- Preparing to unpack .../116-libswscale5_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libswscale5:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libvidstab1.1:amd64.
- Preparing to unpack .../117-libvidstab1.1_1.1.0-2_amd64.deb ...
- Unpacking libvidstab1.1:amd64 (1.1.0-2) ...
- Selecting previously unselected package libzimg2:amd64.
- Preparing to unpack .../118-libzimg2_3.0.3+ds1-1_amd64.deb ...
- Unpacking libzimg2:amd64 (3.0.3+ds1-1) ...
- Selecting previously unselected package libavfilter7:amd64.
- Preparing to unpack .../119-libavfilter7_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavfilter7:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libcaca0:amd64.
- Preparing to unpack .../120-libcaca0_0.99.beta19-2.2ubuntu4.1_amd64.deb ...
- Unpacking libcaca0:amd64 (0.99.beta19-2.2ubuntu4.1) ...
- Selecting previously unselected package libcdio19:amd64.
- Preparing to unpack .../121-libcdio19_2.1.0-3ubuntu0.2_amd64.deb ...
- Unpacking libcdio19:amd64 (2.1.0-3ubuntu0.2) ...
- Selecting previously unselected package libcdio-cdda2:amd64.
- Preparing to unpack .../122-libcdio-cdda2_10.2+2.0.0-1build3_amd64.deb ...
- Unpacking libcdio-cdda2:amd64 (10.2+2.0.0-1build3) ...
- Selecting previously unselected package libcdio-paranoia2:amd64.
- Preparing to unpack .../123-libcdio-paranoia2_10.2+2.0.0-1build3_amd64.deb ...
- Unpacking libcdio-paranoia2:amd64 (10.2+2.0.0-1build3) ...
- Selecting previously unselected package libdc1394-25:amd64.
- Preparing to unpack .../124-libdc1394-25_2.2.6-4_amd64.deb ...
- Unpacking libdc1394-25:amd64 (2.2.6-4) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../125-libglvnd0_1.4.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../126-libglapi-mesa_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../127-libxcb-dri2-0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../128-libxcb-dri3-0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../129-libxcb-glx0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../130-libxcb-present0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../131-libxcb-randr0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../132-libxcb-sync1_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../133-libxcb-xfixes0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../134-libxshmfence1_1.3-1build4_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1build4) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../135-libxxf86vm1_1%3a1.1.4-1build3_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1build3) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../136-libdrm-amdgpu1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../137-libpciaccess0_0.16-3_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.16-3) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../138-libdrm-intel1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../139-libdrm-nouveau2_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../140-libdrm-radeon1_2.4.113-2~ubuntu0.22.04.1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../141-libllvm15_1%3a15.0.7-0ubuntu0.22.04.3_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../142-libsensors-config_1%3a3.6.0-7ubuntu1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7ubuntu1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../143-libsensors5_1%3a3.6.0-7ubuntu1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../144-libgl1-mesa-dri_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../145-libglx-mesa0_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../146-libglx0_1.4.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../147-libgl1_1.4.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.4.0-1) ...
- Selecting previously unselected package libiec61883-0:amd64.
- Preparing to unpack .../148-libiec61883-0_1.2.0-4build3_amd64.deb ...
- Unpacking libiec61883-0:amd64 (1.2.0-4build3) ...
- Selecting previously unselected package libjack-jackd2-0:amd64.
- Preparing to unpack .../149-libjack-jackd2-0_1.9.20~dfsg-1_amd64.deb ...
- Unpacking libjack-jackd2-0:amd64 (1.9.20~dfsg-1) ...
- Selecting previously unselected package libopenal-data.
- Preparing to unpack .../150-libopenal-data_1%3a1.19.1-2build3_all.deb ...
- Unpacking libopenal-data (1:1.19.1-2build3) ...
- Selecting previously unselected package libsndio7.0:amd64.
- Preparing to unpack .../151-libsndio7.0_1.8.1-1.1_amd64.deb ...
- Unpacking libsndio7.0:amd64 (1.8.1-1.1) ...
- Selecting previously unselected package libopenal1:amd64.
- Preparing to unpack .../152-libopenal1_1%3a1.19.1-2build3_amd64.deb ...
- Unpacking libopenal1:amd64 (1:1.19.1-2build3) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../153-libwayland-client0_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libdecor-0-0:amd64.
- Preparing to unpack .../154-libdecor-0-0_0.1.0-3build1_amd64.deb ...
- Unpacking libdecor-0-0:amd64 (0.1.0-3build1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../155-libwayland-server0_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../156-libgbm1_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../157-libwayland-cursor0_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../158-libwayland-egl1_1.20.0-1ubuntu0.1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.20.0-1ubuntu0.1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../159-libxcursor1_1%3a1.2.0-2build4_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.0-2build4) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../160-libxi6_2%3a1.8-1build1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1build1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../161-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../162-libxkbcommon0_1.4.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.4.0-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../163-libxrandr2_2%3a1.5.2-1build1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-1build1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../164-x11-common_1%3a7.7+23ubuntu2_all.deb ...
- Unpacking x11-common (1:7.7+23ubuntu2) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../165-libxss1_1%3a1.2.3-1build2_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1build2) ...
- Selecting previously unselected package libsdl2-2.0-0:amd64.
- Preparing to unpack .../166-libsdl2-2.0-0_2.0.20+dfsg-2ubuntu1.22.04.1_amd64.deb ...
- Unpacking libsdl2-2.0-0:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../167-libxcb-shape0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../168-libxv1_2%3a1.0.11-1build2_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1build2) ...
- Selecting previously unselected package libavdevice58:amd64.
- Preparing to unpack .../169-libavdevice58_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavdevice58:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libavformat-dev:amd64.
- Preparing to unpack .../170-libavformat-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavformat-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libpostproc-dev:amd64.
- Preparing to unpack .../171-libpostproc-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpostproc-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libswscale-dev:amd64.
- Preparing to unpack .../172-libswscale-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libswscale-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libavfilter-dev:amd64.
- Preparing to unpack .../173-libavfilter-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavfilter-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libavdevice-dev:amd64.
- Preparing to unpack .../174-libavdevice-dev_7%3a4.4.2-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libavdevice-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libbdplus0:amd64.
- Preparing to unpack .../175-libbdplus0_0.2.0-1_amd64.deb ...
- Unpacking libbdplus0:amd64 (0.2.0-1) ...
- Selecting previously unselected package libdecor-0-plugin-1-cairo:amd64.
- Preparing to unpack .../176-libdecor-0-plugin-1-cairo_0.1.0-3build1_amd64.deb ...
- Unpacking libdecor-0-plugin-1-cairo:amd64 (0.1.0-3build1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../177-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1ubuntu0.5_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.5) ...
- Selecting previously unselected package libgl1-amber-dri:amd64.
- Preparing to unpack .../178-libgl1-amber-dri_21.3.9-0ubuntu1~22.04.1_amd64.deb ...
- Unpacking libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../179-librsvg2-common_2.52.5+dfsg-3ubuntu0.2_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ...
- Selecting previously unselected package mesa-va-drivers:amd64.
- Preparing to unpack .../180-mesa-va-drivers_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking mesa-va-drivers:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package mesa-vdpau-drivers:amd64.
- Preparing to unpack .../181-mesa-vdpau-drivers_23.2.1-1ubuntu3.1~22.04.3_amd64.deb ...
- Unpacking mesa-vdpau-drivers:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../182-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package i965-va-driver:amd64.
- Preparing to unpack .../183-i965-va-driver_2.4.1+dfsg1-1_amd64.deb ...
- Unpacking i965-va-driver:amd64 (2.4.1+dfsg1-1) ...
- Selecting previously unselected package va-driver-all:amd64.
- Preparing to unpack .../184-va-driver-all_2.14.0-1_amd64.deb ...
- Unpacking va-driver-all:amd64 (2.14.0-1) ...
- Selecting previously unselected package vdpau-driver-all:amd64.
- Preparing to unpack .../185-vdpau-driver-all_1.4-3build2_amd64.deb ...
- Unpacking vdpau-driver-all:amd64 (1.4-3build2) ...
- Selecting previously unselected package pocketsphinx-en-us.
- Preparing to unpack .../186-pocketsphinx-en-us_0.8.0+real5prealpha+1-14ubuntu1_all.deb ...
- Unpacking pocketsphinx-en-us (0.8.0+real5prealpha+1-14ubuntu1) ...
- Setting up libgme0:amd64 (0.6.3-2) ...
- Setting up libssh-gcrypt-4:amd64 (0.9.6-2ubuntu0.22.04.7) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
- Setting up libsrt1.4-gnutls:amd64 (1.4.4-4) ...
- Setting up libxcb-dri3-0:amd64 (1.14-3ubuntu3) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Setting up libudfread0:amd64 (1.1.2-1) ...
- Setting up libwayland-server0:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libaom3:amd64 (3.3.0-1ubuntu0.1) ...
- Setting up libx11-xcb1:amd64 (2:1.7.5-1ubuntu0.3) ...
- Setting up libpciaccess0:amd64 (0.16-3) ...
- Setting up fontconfig (2.13.1-4.2ubuntu5) ...
- Regenerating fonts cache... 
- done.
- Setting up librabbitmq4:amd64 (0.10.0-1ubuntu2) ...
- Setting up libraw1394-11:amd64 (2.1.2-2build2) ...
- Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Setting up libcodec2-1.0:amd64 (1.0.1-3) ...
- Setting up libsodium23:amd64 (1.0.18-1ubuntu0.22.04.1) ...
- Setting up libmpg123-0:amd64 (1.29.3-1ubuntu0.1) ...
- Setting up libxcb-xfixes0:amd64 (1.14-3ubuntu3) ...
- Setting up libogg0:amd64 (1.3.5-0ubuntu3) ...
- Setting up libspeex1:amd64 (1.2~rc1.2-1.1ubuntu3) ...
- Setting up libshine3:amd64 (3.1.1-2) ...
- Setting up libxi6:amd64 (2:1.8-1build1) ...
- Setting up libtwolame0:amd64 (0.4.0-2build2) ...
- Setting up libxrender1:amd64 (1:0.9.10-1build4) ...
- Setting up libdatrie1:amd64 (0.2.13-2) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libgsm1:amd64 (1.0.19-1) ...
- Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Setting up libsoxr0:amd64 (0.1.3-4build2) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.4.0-1) ...
- Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Setting up libxcb-glx0:amd64 (1.14-3ubuntu3) ...
- Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1ubuntu0.5) ...
- Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
- Setting up libmysofa1:amd64 (1.2.1~dfsg0-1) ...
- Setting up libxcb-shape0:amd64 (1.14-3ubuntu3) ...
- Setting up x11-common (1:7.7+23ubuntu2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.6.0-7ubuntu1) ...
- Setting up xkb-data (2.33-1) ...
- Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Setting up libigdgmm12:amd64 (22.1.2+ds1-1) ...
- Setting up libcdio19:amd64 (2.1.0-3ubuntu0.2) ...
- Setting up libxvidcore4:amd64 (2:1.3.7-1) ...
- Setting up libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1build3) ...
- Setting up libsnappy1v5:amd64 (1.1.8-1build3) ...
- Setting up libflac8:amd64 (1.3.3-2ubuntu0.2) ...
- Setting up libxcb-present0:amd64 (1.14-3ubuntu3) ...
- Setting up libasound2-data (1.2.6.1-1ubuntu1.1) ...
- Setting up libblas3:amd64 (3.10.0-2ubuntu1) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libslang2:amd64 (2.3.2-5build4) ...
- Setting up libva2:amd64 (2.14.0-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-1) ...
- Setting up libxcb-sync1:amd64 (1.14-3ubuntu3) ...
- Setting up libx264-163:amd64 (2:0.163.3060+git5db6aa6-2build1) ...
- Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Setting up dbus (1.12.20-2ubuntu4.1) ...
- Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Setting up libopus0:amd64 (1.3.1-0.1build2) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up intel-media-va-driver:amd64 (22.3.1+dfsg1-1ubuntu2) ...
- Setting up libxv1:amd64 (2:1.0.11-1build2) ...
- Setting up libvorbis0a:amd64 (1.3.7-1build2) ...
- Setting up libxrandr2:amd64 (2:1.5.2-1build1) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up libsensors5:amd64 (1:3.6.0-7ubuntu1) ...
- Setting up libaacs0:amd64 (0.11.1-1) ...
- Setting up pocketsphinx-en-us (0.8.0+real5prealpha+1-14ubuntu1) ...
- Setting up libglapi-mesa:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libgfortran5:amd64 (12.3.0-1ubuntu1~22.04.3) ...
- Setting up libxcb-dri2-0:amd64 (1.14-3ubuntu3) ...
- Setting up libbdplus0:amd64 (0.2.0-1) ...
- Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ...
- Setting up libvidstab1.1:amd64 (1.1.0-2) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up ocl-icd-libopencl1:amd64 (2.2.14-3) ...
- Setting up libasyncns0:amd64 (0.8-6build2) ...
- Setting up libxshmfence1:amd64 (1.3-1build4) ...
- Setting up libvdpau1:amd64 (1.4-3build2) ...
- Setting up libbs2b0:amd64 (3.1.0+dfsg-2.2build1) ...
- Setting up libxcb-randr0:amd64 (1.14-3ubuntu3) ...
- Setting up libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu4) ...
- Setting up libasound2:amd64 (1.2.6.1-1ubuntu1.1) ...
- Setting up libzimg2:amd64 (3.0.3+ds1-1) ...
- Setting up libopenjp2-7:amd64 (2.4.0-6ubuntu0.4) ...
- Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Setting up libopenal-data (1:1.19.1-2build3) ...
- Setting up libthai-data (0.1.29-1build1) ...
- Setting up libvpx7:amd64 (1.11.0-2ubuntu2.5) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-5ubuntu2.1) ...
- Setting up libwayland-egl1:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libxss1:amd64 (1:1.2.3-1build2) ...
- Setting up libusb-1.0-0:amd64 (2:1.0.25-1ubuntu2) ...
- Setting up libdav1d5:amd64 (0.9.2-1) ...
- Setting up libmfx1:amd64 (22.3.0-1) ...
- Setting up libsamplerate0:amd64 (0.2.2-1build1) ...
- Setting up libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Setting up libdrm-common (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libelf1:amd64 (0.186-1ubuntu0.1) ...
- Setting up libzvbi-common (0.2.35-19) ...
- Setting up libmp3lame0:amd64 (3.100-3build2) ...
- Setting up libvorbisenc2:amd64 (1.3.7-1build2) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libiec61883-0:amd64 (1.2.0-4build3) ...
- Setting up libserd-0-0:amd64 (0.30.10-2) ...
- Setting up libxkbcommon0:amd64 (1.4.0-1) ...
- Setting up libwayland-client0:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libavc1394-0:amd64 (0.5.4-5build2) ...
- Setting up libzvbi0:amd64 (0.2.35-19) ...
- Setting up liblapack3:amd64 (3.10.0-2ubuntu1) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libzmq5:amd64 (4.3.4-2) ...
- Setting up libcaca0:amd64 (0.99.beta19-2.2ubuntu4.1) ...
- Setting up alsa-ucm-conf (1.2.6.3-1ubuntu1.12) ...
- Setting up libcdio-cdda2:amd64 (10.2+2.0.0-1build3) ...
- Setting up libcdio-paranoia2:amd64 (10.2+2.0.0-1build3) ...
- Setting up libxcursor1:amd64 (1:1.2.0-2build4) ...
- Setting up libthai0:amd64 (0.1.29-1build1) ...
- Setting up libvorbisfile3:amd64 (1.3.7-1build2) ...
- Setting up libass9:amd64 (1:0.15.2-1) ...
- Setting up libdc1394-25:amd64 (2.2.6-4) ...
- Setting up libx265-199:amd64 (3.5-2) ...
- Setting up librubberband2:amd64 (2.0.0-2) ...
- Setting up libsndio7.0:amd64 (1.8.1-1.1) ...
- Setting up libjack-jackd2-0:amd64 (1.9.20~dfsg-1) ...
- Setting up libdrm2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libflite1:amd64 (2.2-3) ...
- Setting up libva-drm2:amd64 (2.14.0-1) ...
- Setting up libsord-0-0:amd64 (0.16.8-2) ...
- Setting up libwayland-cursor0:amd64 (1.20.0-1ubuntu0.1) ...
- Setting up libsratom-0-0:amd64 (0.6.8-1) ...
- Setting up libdecor-0-0:amd64 (0.1.0-3build1) ...
- Setting up libsndfile1:amd64 (1.0.31-2ubuntu0.2) ...
- Setting up libva-x11-2:amd64 (2.14.0-1) ...
- Setting up liblilv-0-0:amd64 (0.24.12-2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up libopenmpt0:amd64 (0.6.1-1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libgbm1:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libpulse0:amd64 (1:15.99.1+dfsg1-1ubuntu2.2) ...
- Setting up libdrm-radeon1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libdrm-intel1:amd64 (2.4.113-2~ubuntu0.22.04.1) ...
- Setting up libopenal1:amd64 (1:1.19.1-2build3) ...
- Setting up libavutil56:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up shared-mime-info (2.1-2) ...
- Setting up libpostproc55:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libllvm15:amd64 (1:15.0.7-0ubuntu0.22.04.3) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.5) ...
- Setting up libswscale5:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up mesa-va-drivers:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libbluray2:amd64 (1:1.3.1-1) ...
- Setting up libsdl2-2.0-0:amd64 (2.0.20+dfsg-2ubuntu1.22.04.1) ...
- Setting up i965-va-driver:amd64 (2.4.1+dfsg1-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libavutil-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libgl1-amber-dri:amd64 (21.3.9-0ubuntu1~22.04.1) ...
- Setting up mesa-vdpau-drivers:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libsphinxbase3:amd64 (0.8+5prealpha+1-13build1) ...
- Setting up libpostproc-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libgl1-mesa-dri:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libswresample3:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up librsvg2-2:amd64 (2.52.5+dfsg-3ubuntu0.2) ...
- Setting up libpocketsphinx3:amd64 (0.8.0+real5prealpha+1-14ubuntu1) ...
- Setting up va-driver-all:amd64 (2.14.0-1) ...
- Setting up libswscale-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libdecor-0-plugin-1-cairo:amd64 (0.1.0-3build1) ...
- Setting up librsvg2-common:amd64 (2.52.5+dfsg-3ubuntu0.2) ...
- Setting up vdpau-driver-all:amd64 (1.4-3build2) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1ubuntu0.5) ...
- Setting up libavcodec58:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libchromaprint1:amd64 (1.5.1-2) ...
- Setting up libglx-mesa0:amd64 (23.2.1-1ubuntu3.1~22.04.3) ...
- Setting up libglx0:amd64 (1.4.0-1) ...
- Setting up libswresample-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libavformat58:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libavcodec-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libavformat-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libgl1:amd64 (1.4.0-1) ...
- Setting up libavfilter7:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libavfilter-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libavdevice58:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Setting up libavdevice-dev:amd64 (7:4.4.2-0ubuntu0.22.04.1) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1ubuntu0.5) ...

<><> 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-avcodec.1.3.0, ffmpeg-avutil.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 255 @install".

#=== ERROR while compiling ffmpeg-avutil.1.3.0 ================================#
# context              2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.3 | file:///home/opam/opam-repository
# path                 ~/.opam/4.14/.opam-switch/build/ffmpeg-avutil.1.3.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p ffmpeg-avutil -j 255 @install
# exit-code            1
# env-file             ~/.opam/log/ffmpeg-avutil-7-fa3a30.env
# output-file          ~/.opam/log/ffmpeg-avutil-7-fa3a30.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 -pthread -fPIC -D_FILE_OFFSET_BITS=64 -I/usr/include/x86_64-linux-gnu -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/ocaml/threads -o avutil_stubs.o -c avutil_stubs.c)
# In file included from avutil_stubs.c:24:
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
#    70 | 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'?
#   350 |   AVChannelLayout *channel_layout = AVChannelLayout_val(v);
#       |   ^~~~~~~~~~~~~~~
#       |   AVChannelLayout_val
# In file included from avutil_stubs.c:24:
# avutil_stubs.h:69:32: warning: initialization of 'int *' from incompatible pointer type 'struct AVChannelLayout *' [-Wincompatible-pointer-types]
#    69 | #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#       |                                ^
# avutil_stubs.c:350:37: note: in expansion of macro 'AVChannelLayout_val'
#   350 |   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]
#   351 |   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'
#   361 |                              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'?
#   362 |   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'?
#   362 |   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 'PVV_Channel_layout'? [-Wimplicit-function-declaration]
#   368 |   err = av_channel_layout_copy(ch_layout, channel_layout);
#       |         ^~~~~~~~~~~~~~~~~~~~~~
#       |         PVV_Channel_layout
# avutil_stubs.c:376:70: error: expected expression before ')' token
#   376 |       caml_alloc_custom(&channel_layout_ops, sizeof(AVChannelLayout *), 0, 1);
#       |                                                                      ^
# avutil_stubs.c:377:29: warning: assignment to 'struct AVChannelLayout *' from incompatible pointer type 'int *' [-Wincompatible-pointer-types]
#   377 |   AVChannelLayout_val(*ret) = ch_layout;
#       |                             ^
# avutil_stubs.c: In function 'ocaml_avutil_get_standard':
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
#   413 |   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]
#   413 |   const AVChannelLayout *channel_layout = av_channel_layout_standard(opaque);
#       |                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
#       |                                           av_get_channel_layout_string
# avutil_stubs.c:413:43: warning: initialization of 'const int *' from 'int' 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' [-Wimplicit-function-declaration]
#   430 |   int ret = av_channel_layout_compare(AVChannelLayout_val(_layout1),
#       |             ^~~~~~~~~~~~~~~~~~~~~~~~~
# 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'?
#   443 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |   ^~~~~~~~~~~~~~~
#       |   AVChannelLayout_val
# In file included from avutil_stubs.c:24:
# avutil_stubs.h:69:32: warning: initialization of 'int *' from incompatible pointer type 'struct AVChannelLayout *' [-Wincompatible-pointer-types]
#    69 | #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#       |                                ^
# avutil_stubs.c:443:37: note: in expansion of macro 'AVChannelLayout_val'
#   443 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |                                     ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
#   445 |   if (channel_layout->order != AV_CHANNEL_ORDER_NATIVE)
#       |                     ^~
# avutil_stubs.c:445:32: error: 'AV_CHANNEL_ORDER_NATIVE' undeclared (first use in this function)
#   445 |   if (channel_layout->order != AV_CHANNEL_ORDER_NATIVE)
#       |                                ^~~~~~~~~~~~~~~~~~~~~~~
# In file included from avutil_stubs.c:13:
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
#   449 |   Store_field(ans, 0, caml_copy_int64(channel_layout->u.mask));
#       |                                                     ^~
# /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:475:27: note: in definition of macro 'Store_field'
#   475 |   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'?
#   457 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |   ^~~~~~~~~~~~~~~
#       |   AVChannelLayout_val
# In file included from avutil_stubs.c:24:
# avutil_stubs.h:69:32: warning: initialization of 'int *' from incompatible pointer type 'struct AVChannelLayout *' [-Wincompatible-pointer-types]
#    69 | #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#       |                                ^
# avutil_stubs.c:457:37: note: in expansion of macro 'AVChannelLayout_val'
#   457 |   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]
#   458 |   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'?
#   469 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |   ^~~~~~~~~~~~~~~
#       |   AVChannelLayout_val
# In file included from avutil_stubs.c:24:
# avutil_stubs.h:69:32: warning: initialization of 'int *' from incompatible pointer type 'struct AVChannelLayout *' [-Wincompatible-pointer-types]
#    69 | #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#       |                                ^
# avutil_stubs.c:469:37: note: in expansion of macro 'AVChannelLayout_val'
#   469 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |                                     ^~~~~~~~~~~~~~~~~~~
# In file included from avutil_stubs.c:13:
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
#   470 |   CAMLreturn(Val_int(channel_layout->nb_channels));
#       |                                    ^~
# /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
#   462 |   type caml__temp_result = (result); \
#       |                             ^~~~~~
# avutil_stubs.c:470:3: note: in expansion of macro 'CAMLreturn'
#   470 |   CAMLreturn(Val_int(channel_layout->nb_channels));
#       |   ^~~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
#    79 | #define Val_int(x) Val_long(x)
#       |                    ^~~~~~~~
# avutil_stubs.c:470:14: note: in expansion of macro 'Val_int'
#   470 |   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'?
#   476 |   AVChannelLayout channel_layout;
#       |   ^~~~~~~~~~~~~~~
#       |   AVChannelLayout_val
# avutil_stubs.c:478:3: warning: implicit declaration of function 'av_channel_layout_default'; did you mean 'AVChannelLayout_val'? [-Wimplicit-function-declaration]
#   478 |   av_channel_layout_default(&channel_layout, Int_val(_nb_channels));
#       |   ^~~~~~~~~~~~~~~~~~~~~~~~~
#       |   AVChannelLayout_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'?
#   488 |   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]
#   490 |   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'?
#  1008 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |   ^~~~~~~~~~~~~~~
#       |   AVChannelLayout_val
# In file included from avutil_stubs.c:24:
# avutil_stubs.h:69:32: warning: initialization of 'int *' from incompatible pointer type 'struct AVChannelLayout *' [-Wincompatible-pointer-types]
#    69 | #define AVChannelLayout_val(v) (*(struct AVChannelLayout **)Data_custom_val(v))
#       |                                ^
# avutil_stubs.c:1008:37: note: in expansion of macro 'AVChannelLayout_val'
#  1008 |   AVChannelLayout *channel_layout = AVChannelLayout_val(_channel_layout);
#       |                                     ^~~~~~~~~~~~~~~~~~~
# avutil_stubs.c:1020:40: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
#  1020 |   ret = av_channel_layout_copy(&frame->ch_layout, channel_layout);
#       |                                        ^~~~~~~~~
#       |                                        channel_layout
# In file included from avutil_stubs.c:13:
# avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channels':
# avutil_stubs.c:1059:29: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
#  1059 |   CAMLreturn(Val_int(frame->ch_layout.nb_channels));
#       |                             ^~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/memory.h:462:29: note: in definition of macro 'CAMLreturnT'
#   462 |   type caml__temp_result = (result); \
#       |                             ^~~~~~
# avutil_stubs.c:1059:3: note: in expansion of macro 'CAMLreturn'
#  1059 |   CAMLreturn(Val_int(frame->ch_layout.nb_channels));
#       |   ^~~~~~~~~~
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:79:20: note: in expansion of macro 'Val_long'
#    79 | #define Val_int(x) Val_long(x)
#       |                    ^~~~~~~~
# avutil_stubs.c:1059:14: note: in expansion of macro 'Val_int'
#  1059 |   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' has no member named 'ch_layout'; did you mean 'channel_layout'?
#  1067 |   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' has no member named 'ch_layout'; did you mean 'channel_layout'?
#  1091 |   int channels = dst->ch_layout.nb_channels;
#       |                       ^~~~~~~~~
#       |                       channel_layout
# avutil_stubs.c:1096:39: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
#  1096 |       av_channel_layout_compare(&dst->ch_layout, &src->ch_layout))
#       |                                       ^~~~~~~~~
#       |                                       channel_layout
# avutil_stubs.c:1096:56: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
#  1096 |       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'?
#  1503 |   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]
#  1607 |     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'?
#  1707 |   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'?
#  1719 |   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'?
#  1806 |   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/4.14/.opam-switch/backup/state-20260410145330.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-avcodec.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 "\"ubuntu-22.04\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'ffmpeg-avcodec.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-10 14:55.52: Job failed: Failed: Build failed
2026-04-10 14:55.52: Log analysis:
2026-04-10 14:55.52: >>> 
[ERROR] The compilation of ffmpeg-avutil.1.3.0 failed at "dune build -p ffmpeg-avutil -j 255 @install".
 (score = 20)
2026-04-10 14:55.52: >>> 
# avutil_stubs.h:70:46: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:350:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:361:36: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:362:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:362:50: error: 'AVChannelLayout' undeclared (first use in this function); did you mean 'Val_ChannelLayout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:376:70: error: expected expression before ')' token
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:413:9: error: unknown type name 'AVChannelLayout'
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:443:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:445:21: error: request for member 'order' in something not a structure or union
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:445:32: error: 'AV_CHANNEL_ORDER_NATIVE' undeclared (first use in this function)
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:449:53: error: request for member 'u' in something not a structure or union
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:457:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:469:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:470:36: error: request for member 'nb_channels' in something not a structure or union
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:476:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:488:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1008:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1020:40: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1059:29: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1067:48: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1091:23: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1096:39: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1096:56: error: 'AVFrame' has no member named 'ch_layout'; did you mean 'channel_layout'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# avutil_stubs.c:1503:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# 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-10 14:55.52: >>> 
# avutil_stubs.c:1719:3: error: unknown type name 'AVChannelLayout'; did you mean 'AVChannelLayout_val'?
 (score = 30)
2026-04-10 14:55.52: >>> 
# 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-10 14:55.52: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2026-04-10 14:55.52: [SKIP] Failure ignored