Building on x86-bm-1.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41) Unable to find image 'ocaml/opam:debian-unstable@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41' locally docker.io/ocaml/opam@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41: Pulling from ocaml/opam 7c26de214b34: Already exists 791d3a768af6: Already exists e06237cac4e8: Pulling fs layer e06237cac4e8: Verifying Checksum e06237cac4e8: Download complete e06237cac4e8: Pull complete Digest: sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41 Status: Downloaded newer image for ocaml/opam@sha256:1d295ed572083ab5916b9b9195219954afa816ee169f48eecca1b2e2b0faad41 2022-05-01 17:04.33 ---> using "e16578957f674ca141475612bdd8fe456bdeb3cf55dca9de0669bf5f721951e7" from cache /: (user (uid 1000) (gid 1000)) /: (env OPAMPRECISETRACKING 1) /: (env OPAMUTF8 never) /: (env OPAMEXTERNALSOLVER builtin-0install) /: (env OPAMCRITERIA +removed) /: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2022-05-01 17:04.33 ---> using "09ae07f34eca5d84e953ea4b87a3c466448be28706a95338ba19feb13b3b66fd" from cache /: (run (network host) (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q 4ce6f847a29936b1d875b70940837be093fec84e")) 2022-05-01 17:04.33 ---> using "8a62ed72fc23e1663b0f130dbecbe2a8d6a9d36667f58fd75e99df9fc9855900" from cache /: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository")) 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. <><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><> [default] Initialised User configuration: ~/.profile is already up-to-date. [NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc. 2022-05-01 17:04.33 ---> using "1da6a21744e622352d23ddb067012a46b76c5e5a957ab9cd9733a836f9d86396" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.10' '4.10.2'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.10.2"} | "ocaml-system" {= "4.10.2"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.10.2 (cached) -> installed ocaml-base-compiler.4.10.2 -> installed ocaml-config.1 -> installed ocaml.4.10.2 Done. # Run eval $(opam env --switch=4.10) to update the current shell environment 2022-05-01 17:04.33 ---> using "9040a9d4effdd10e996e26cff189dd6e12e7659bfca415a55a24aaa8ef550c02" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [165 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-05-01-0802.45-F-2022-04-26-0801.40.pdiff [203 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-05-01-0802.45-F-2022-04-26-0801.40.pdiff [203 kB] - Fetched 432 kB in 3s (171 kB/s) - Reading package lists... - 2022-05-01 17:04.33 ---> using "1271f1d1d43112fe0a7e3491988be3aa03dcc809fbb5c283e39276acce3b9855" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"ffmpeg.0.4.3\"\ \nopam install -vy \"ffmpeg.0.4.3\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"ffmpeg.0.4.3\" | grep -q '\"debian-unstable\"'; then\ \n echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\ \n exit 69\ \n fi\ \nfi\ \n\ \n\ \nexit $res\ \n")) Nothing to do. [NOTE] ffmpeg.0.4.3 is not installed. The following actions will be performed: === install 3 packages - install conf-pkg-config 2 [required by ffmpeg] - install ffmpeg 0.4.3 - install ocamlfind 1.9.3 [required by ffmpeg] The following system packages will first need to be installed: libavcodec-dev libavdevice-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. Attempt installation anyway, and 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" "libavformat-dev" "libavutil-dev" "libswresample-dev" "libswscale-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libdbus-1-3: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 ... 18478 files and directories currently installed.) - Preparing to unpack .../0-libdbus-1-3_1.14.0-1_amd64.deb ... - Unpacking libdbus-1-3:amd64 (1.14.0-1) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../1-dbus-bin_1.14.0-1_amd64.deb ... - Unpacking dbus-bin (1.14.0-1) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../2-dbus-session-bus-common_1.14.0-1_all.deb ... - Unpacking dbus-session-bus-common (1.14.0-1) ... - Selecting previously unselected package libapparmor1:amd64. - Preparing to unpack .../3-libapparmor1_3.0.4-2_amd64.deb ... - Unpacking libapparmor1:amd64 (3.0.4-2) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../4-dbus-daemon_1.14.0-1_amd64.deb ... - Unpacking dbus-daemon (1.14.0-1) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../5-dbus-system-bus-common_1.14.0-1_all.deb ... - Unpacking dbus-system-bus-common (1.14.0-1) ... - Selecting previously unselected package dbus. - Preparing to unpack .../6-dbus_1.14.0-1_amd64.deb ... - Unpacking dbus (1.14.0-1) ... - Preparing to unpack .../7-libatomic1_12-20220428-1_amd64.deb ... - Unpacking libatomic1:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../8-libubsan1_12-20220428-1_amd64.deb ... - Unpacking libubsan1:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../9-gcc-12-base_12-20220428-1_amd64.deb ... - Unpacking gcc-12-base:amd64 (12-20220428-1) over (12-20220319-1) ... - Setting up gcc-12-base:amd64 (12-20220428-1) ... - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18564 files and directories currently installed.) - Preparing to unpack .../libstdc++6_12-20220428-1_amd64.deb ... - Unpacking libstdc++6:amd64 (12-20220428-1) over (12-20220319-1) ... - Setting up libstdc++6:amd64 (12-20220428-1) ... - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18564 files and directories currently installed.) - Preparing to unpack .../0-libquadmath0_12-20220428-1_amd64.deb ... - Unpacking libquadmath0:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../1-liblsan0_12-20220428-1_amd64.deb ... - Unpacking liblsan0:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../2-libitm1_12-20220428-1_amd64.deb ... - Unpacking libitm1:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../3-libgomp1_12-20220428-1_amd64.deb ... - Unpacking libgomp1:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../4-libcc1-0_12-20220428-1_amd64.deb ... - Unpacking libcc1-0:amd64 (12-20220428-1) over (12-20220319-1) ... - Preparing to unpack .../5-libgcc-s1_12-20220428-1_amd64.deb ... - Unpacking libgcc-s1:amd64 (12-20220428-1) over (12-20220319-1) ... - Setting up libgcc-s1:amd64 (12-20220428-1) ... - Selecting previously unselected package alsa-topology-conf. - (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 ... 18564 files and directories currently installed.) - Preparing to unpack .../000-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 .../001-libasound2-data_1.2.6.1-2_all.deb ... - Unpacking libasound2-data (1.2.6.1-2) ... - Selecting previously unselected package libasound2:amd64. - Preparing to unpack .../002-libasound2_1.2.6.1-2+b1_amd64.deb ... - Unpacking libasound2:amd64 (1.2.6.1-2+b1) ... - Selecting previously unselected package alsa-ucm-conf. - Preparing to unpack .../003-alsa-ucm-conf_1.2.6.3-1_all.deb ... - Unpacking alsa-ucm-conf (1.2.6.3-1) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../004-fontconfig_2.13.1-4.4_amd64.deb ... - Unpacking fontconfig (2.13.1-4.4) ... - Selecting previously unselected package libva2:amd64. - Preparing to unpack .../005-libva2_2.14.0-1_amd64.deb ... - Unpacking libva2:amd64 (2.14.0-1) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../006-libdrm-common_2.4.110-1_all.deb ... - Unpacking libdrm-common (2.4.110-1) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../007-libdrm2_2.4.110-1_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.110-1) ... - Selecting previously unselected package libpciaccess0:amd64. - Preparing to unpack .../008-libpciaccess0_0.16-3_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.16-3) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../009-libdrm-intel1_2.4.110-1_amd64.deb ... - Unpacking libdrm-intel1:amd64 (2.4.110-1) ... - Selecting previously unselected package i965-va-driver:amd64. - Preparing to unpack .../010-i965-va-driver_2.4.1+dfsg1-1_amd64.deb ... - Unpacking i965-va-driver:amd64 (2.4.1+dfsg1-1) ... - Selecting previously unselected package libigdgmm12:amd64. - Preparing to unpack .../011-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 .../012-intel-media-va-driver_22.4.0+dfsg1-1_amd64.deb ... - Unpacking intel-media-va-driver:amd64 (22.4.0+dfsg1-1) ... - Selecting previously unselected package libaacs0:amd64. - Preparing to unpack .../013-libaacs0_0.11.1-1_amd64.deb ... - Unpacking libaacs0:amd64 (0.11.1-1) ... - Selecting previously unselected package libaom3:amd64. - Preparing to unpack .../014-libaom3_3.3.0-1_amd64.deb ... - Unpacking libaom3:amd64 (3.3.0-1) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../015-libfribidi0_1.0.8-2.1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.8-2.1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../016-libglib2.0-0_2.72.1-1_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.1-1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../017-libgraphite2-3_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../018-libharfbuzz0b_2.7.4-1+b1_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (2.7.4-1+b1) ... - Selecting previously unselected package libass9:amd64. - Preparing to unpack .../019-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 .../020-libasyncns0_0.8-6+b2_amd64.deb ... - Unpacking libasyncns0:amd64 (0.8-6+b2) ... - Selecting previously unselected package libraw1394-11:amd64. - Preparing to unpack .../021-libraw1394-11_2.1.2-2_amd64.deb ... - Unpacking libraw1394-11:amd64 (2.1.2-2) ... - Selecting previously unselected package libavc1394-0:amd64. - Preparing to unpack .../022-libavc1394-0_0.5.4-5_amd64.deb ... - Unpacking libavc1394-0:amd64 (0.5.4-5) ... - Selecting previously unselected package libmfx1:amd64. - Preparing to unpack .../023-libmfx1_22.3.0-1_amd64.deb ... - Unpacking libmfx1:amd64 (22.3.0-1) ... - Selecting previously unselected package libva-drm2:amd64. - Preparing to unpack .../024-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 .../025-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 .../026-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 .../027-libvdpau1_1.5-1_amd64.deb ... - Unpacking libvdpau1:amd64 (1.5-1) ... - Selecting previously unselected package ocl-icd-libopencl1:amd64. - Preparing to unpack .../028-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 .../029-libavutil56_7%3a4.4.2-1_amd64.deb ... - Unpacking libavutil56:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../030-libpixman-1-0_0.40.0-1_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.40.0-1) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../031-libxcb-render0_1.14-3_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../032-libxcb-shm0_1.14-3_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.14-3) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../033-libxrender1_1%3a0.9.10-1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../034-libcairo2_1.16.0-5_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-5) ... - Selecting previously unselected package libcodec2-1.0:amd64. - Preparing to unpack .../035-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 .../036-libdav1d5_0.9.2-1+b1_amd64.deb ... - Unpacking libdav1d5:amd64 (0.9.2-1+b1) ... - Selecting previously unselected package libgsm1:amd64. - Preparing to unpack .../037-libgsm1_1.0.19-2_amd64.deb ... - Unpacking libgsm1:amd64 (1.0.19-2) ... - Selecting previously unselected package libmp3lame0:amd64. - Preparing to unpack .../038-libmp3lame0_3.100-3_amd64.deb ... - Unpacking libmp3lame0:amd64 (3.100-3) ... - Selecting previously unselected package libopenjp2-7:amd64. - Preparing to unpack .../039-libopenjp2-7_2.4.0-6_amd64.deb ... - Unpacking libopenjp2-7:amd64 (2.4.0-6) ... - Selecting previously unselected package libopus0:amd64. - Preparing to unpack .../040-libopus0_1.3.1-0.1_amd64.deb ... - Unpacking libopus0:amd64 (1.3.1-0.1) ... - Selecting previously unselected package libcairo-gobject2:amd64. - Preparing to unpack .../041-libcairo-gobject2_1.16.0-5_amd64.deb ... - Unpacking libcairo-gobject2:amd64 (1.16.0-5) ... - Selecting previously unselected package libgdk-pixbuf2.0-common. - Preparing to unpack .../042-libgdk-pixbuf2.0-common_2.42.8+dfsg-1_all.deb ... - Unpacking libgdk-pixbuf2.0-common (2.42.8+dfsg-1) ... - Selecting previously unselected package libicu71:amd64. - Preparing to unpack .../043-libicu71_71.1-2_amd64.deb ... - Unpacking libicu71:amd64 (71.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../044-libxml2_2.9.13+dfsg-1+b1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1+b1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../045-shared-mime-info_2.2-1_amd64.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. - Preparing to unpack .../046-libgdk-pixbuf-2.0-0_2.42.8+dfsg-1_amd64.deb ... - Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../047-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../048-libdatrie1_0.2.13-2_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-2) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../049-libthai0_0.1.29-1_amd64.deb ... - Unpacking libthai0:amd64 (0.1.29-1) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../050-libpango-1.0-0_1.50.6+ds-2_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../051-libpangoft2-1.0-0_1.50.6+ds-2_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../052-libpangocairo-1.0-0_1.50.6+ds-2_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2) ... - Selecting previously unselected package librsvg2-2:amd64. - Preparing to unpack .../053-librsvg2-2_2.52.5+dfsg-3+b1_amd64.deb ... - Unpacking librsvg2-2:amd64 (2.52.5+dfsg-3+b1) ... - Selecting previously unselected package libshine3:amd64. - Preparing to unpack .../054-libshine3_3.1.1-2_amd64.deb ... - Unpacking libshine3:amd64 (3.1.1-2) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../055-libsnappy1v5_1.1.8-1_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.1.8-1) ... - Selecting previously unselected package libspeex1:amd64. - Preparing to unpack .../056-libspeex1_1.2.0-1_amd64.deb ... - Unpacking libspeex1:amd64 (1.2.0-1) ... - Selecting previously unselected package libsoxr0:amd64. - Preparing to unpack .../057-libsoxr0_0.1.3-4_amd64.deb ... - Unpacking libsoxr0:amd64 (0.1.3-4) ... - Selecting previously unselected package libswresample3:amd64. - Preparing to unpack .../058-libswresample3_7%3a4.4.2-1_amd64.deb ... - Unpacking libswresample3:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libogg0:amd64. - Preparing to unpack .../059-libogg0_1.3.4-0.1_amd64.deb ... - Unpacking libogg0:amd64 (1.3.4-0.1) ... - Selecting previously unselected package libtheora0:amd64. - Preparing to unpack .../060-libtheora0_1.1.1+dfsg.1-15_amd64.deb ... - Unpacking libtheora0:amd64 (1.1.1+dfsg.1-15) ... - Selecting previously unselected package libtwolame0:amd64. - Preparing to unpack .../061-libtwolame0_0.4.0-2_amd64.deb ... - Unpacking libtwolame0:amd64 (0.4.0-2) ... - Selecting previously unselected package libvorbis0a:amd64. - Preparing to unpack .../062-libvorbis0a_1.3.7-1_amd64.deb ... - Unpacking libvorbis0a:amd64 (1.3.7-1) ... - Selecting previously unselected package libvorbisenc2:amd64. - Preparing to unpack .../063-libvorbisenc2_1.3.7-1_amd64.deb ... - Unpacking libvorbisenc2:amd64 (1.3.7-1) ... - Selecting previously unselected package libvpx7:amd64. - Preparing to unpack .../064-libvpx7_1.11.0-2_amd64.deb ... - Unpacking libvpx7:amd64 (1.11.0-2) ... - Selecting previously unselected package libwebpmux3:amd64. - Preparing to unpack .../065-libwebpmux3_1.2.2-2+b1_amd64.deb ... - Unpacking libwebpmux3:amd64 (1.2.2-2+b1) ... - Selecting previously unselected package libx264-163:amd64. - Preparing to unpack .../066-libx264-163_2%3a0.163.3060+git5db6aa6-2_amd64.deb ... - Unpacking libx264-163:amd64 (2:0.163.3060+git5db6aa6-2) ... - Selecting previously unselected package libnuma1:amd64. - Preparing to unpack .../067-libnuma1_2.0.14-3_amd64.deb ... - Unpacking libnuma1:amd64 (2.0.14-3) ... - Selecting previously unselected package libx265-199:amd64. - Preparing to unpack .../068-libx265-199_3.5-2_amd64.deb ... - Unpacking libx265-199:amd64 (3.5-2) ... - Selecting previously unselected package libxvidcore4:amd64. - Preparing to unpack .../069-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 .../070-libzvbi-common_0.2.35-19_all.deb ... - Unpacking libzvbi-common (0.2.35-19) ... - Selecting previously unselected package libzvbi0:amd64. - Preparing to unpack .../071-libzvbi0_0.2.35-19_amd64.deb ... - Unpacking libzvbi0:amd64 (0.2.35-19) ... - Selecting previously unselected package libavcodec58:amd64. - Preparing to unpack .../072-libavcodec58_7%3a4.4.2-1_amd64.deb ... - Unpacking libavcodec58:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libavutil-dev:amd64. - Preparing to unpack .../073-libavutil-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libavutil-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libswresample-dev:amd64. - Preparing to unpack .../074-libswresample-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libswresample-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libavcodec-dev:amd64. - Preparing to unpack .../075-libavcodec-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libavcodec-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libudfread0:amd64. - Preparing to unpack .../076-libudfread0_1.1.2-1_amd64.deb ... - Unpacking libudfread0:amd64 (1.1.2-1) ... - Selecting previously unselected package libbluray2:amd64. - Preparing to unpack .../077-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 .../078-libchromaprint1_1.5.1-2_amd64.deb ... - Unpacking libchromaprint1:amd64 (1.5.1-2) ... - Selecting previously unselected package libgme0:amd64. - Preparing to unpack .../079-libgme0_0.6.3-2_amd64.deb ... - Unpacking libgme0:amd64 (0.6.3-2) ... - Selecting previously unselected package libmpg123-0:amd64. - Preparing to unpack .../080-libmpg123-0_1.29.3-1_amd64.deb ... - Unpacking libmpg123-0:amd64 (1.29.3-1) ... - Selecting previously unselected package libvorbisfile3:amd64. - Preparing to unpack .../081-libvorbisfile3_1.3.7-1_amd64.deb ... - Unpacking libvorbisfile3:amd64 (1.3.7-1) ... - Selecting previously unselected package libopenmpt0:amd64. - Preparing to unpack .../082-libopenmpt0_0.6.3-1_amd64.deb ... - Unpacking libopenmpt0:amd64 (0.6.3-1) ... - Selecting previously unselected package librabbitmq4:amd64. - Preparing to unpack .../083-librabbitmq4_0.11.0-1_amd64.deb ... - Unpacking librabbitmq4:amd64 (0.11.0-1) ... - Selecting previously unselected package libsrt1.4-gnutls:amd64. - Preparing to unpack .../084-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 .../085-libssh-gcrypt-4_0.9.6-2_amd64.deb ... - Unpacking libssh-gcrypt-4:amd64 (0.9.6-2) ... - Selecting previously unselected package libnorm1:amd64. - Preparing to unpack .../086-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 .../087-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 .../088-libsodium23_1.0.18-1_amd64.deb ... - Unpacking libsodium23:amd64 (1.0.18-1) ... - Selecting previously unselected package libzmq5:amd64. - Preparing to unpack .../089-libzmq5_4.3.4-2_amd64.deb ... - Unpacking libzmq5:amd64 (4.3.4-2) ... - Selecting previously unselected package libavformat58:amd64. - Preparing to unpack .../090-libavformat58_7%3a4.4.2-1_amd64.deb ... - Unpacking libavformat58:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libbs2b0:amd64. - Preparing to unpack .../091-libbs2b0_3.1.0+dfsg-5_amd64.deb ... - Unpacking libbs2b0:amd64 (3.1.0+dfsg-5) ... - Selecting previously unselected package libflite1:amd64. - Preparing to unpack .../092-libflite1_2.2-3_amd64.deb ... - Unpacking libflite1:amd64 (2.2-3) ... - Selecting previously unselected package libserd-0-0:amd64. - Preparing to unpack .../093-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 .../094-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 .../095-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 .../096-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 .../097-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 .../098-libblas3_3.10.1-1_amd64.deb ... - Unpacking libblas3:amd64 (3.10.1-1) ... - Selecting previously unselected package libgfortran5:amd64. - Preparing to unpack .../099-libgfortran5_12-20220428-1_amd64.deb ... - Unpacking libgfortran5:amd64 (12-20220428-1) ... - Selecting previously unselected package liblapack3:amd64. - Preparing to unpack .../100-liblapack3_3.10.1-1_amd64.deb ... - Unpacking liblapack3:amd64 (3.10.1-1) ... - Selecting previously unselected package libflac8:amd64. - Preparing to unpack .../101-libflac8_1.3.4-1_amd64.deb ... - Unpacking libflac8:amd64 (1.3.4-1) ... - Selecting previously unselected package libsndfile1:amd64. - Preparing to unpack .../102-libsndfile1_1.0.31-2_amd64.deb ... - Unpacking libsndfile1:amd64 (1.0.31-2) ... - Selecting previously unselected package libwrap0:amd64. - Preparing to unpack .../103-libwrap0_7.6.q-31_amd64.deb ... - Unpacking libwrap0:amd64 (7.6.q-31) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../104-libx11-xcb1_2%3a1.7.5-1_amd64.deb ... - Unpacking libx11-xcb1:amd64 (2:1.7.5-1) ... - Selecting previously unselected package libpulse0:amd64. - Preparing to unpack .../105-libpulse0_15.0+dfsg1-4_amd64.deb ... - Unpacking libpulse0:amd64 (15.0+dfsg1-4) ... - Selecting previously unselected package libsphinxbase3:amd64. - Preparing to unpack .../106-libsphinxbase3_0.8+5prealpha+1-13+b1_amd64.deb ... - Unpacking libsphinxbase3:amd64 (0.8+5prealpha+1-13+b1) ... - Selecting previously unselected package libpocketsphinx3:amd64. - Preparing to unpack .../107-libpocketsphinx3_0.8+5prealpha+1-14_amd64.deb ... - Unpacking libpocketsphinx3:amd64 (0.8+5prealpha+1-14) ... - Selecting previously unselected package libpostproc55:amd64. - Preparing to unpack .../108-libpostproc55_7%3a4.4.2-1_amd64.deb ... - Unpacking libpostproc55:amd64 (7:4.4.2-1) ... - Selecting previously unselected package librubberband2:amd64. - Preparing to unpack .../109-librubberband2_2.0.2+dfsg0-2_amd64.deb ... - Unpacking librubberband2:amd64 (2.0.2+dfsg0-2) ... - Selecting previously unselected package libswscale5:amd64. - Preparing to unpack .../110-libswscale5_7%3a4.4.2-1_amd64.deb ... - Unpacking libswscale5:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libvidstab1.1:amd64. - Preparing to unpack .../111-libvidstab1.1_1.1.0-2+b1_amd64.deb ... - Unpacking libvidstab1.1:amd64 (1.1.0-2+b1) ... - Selecting previously unselected package libzimg2:amd64. - Preparing to unpack .../112-libzimg2_3.0.4+ds1-1_amd64.deb ... - Unpacking libzimg2:amd64 (3.0.4+ds1-1) ... - Selecting previously unselected package libavfilter7:amd64. - Preparing to unpack .../113-libavfilter7_7%3a4.4.2-1_amd64.deb ... - Unpacking libavfilter7:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libslang2:amd64. - Preparing to unpack .../114-libslang2_2.3.2-5_amd64.deb ... - Unpacking libslang2:amd64 (2.3.2-5) ... - Selecting previously unselected package libcaca0:amd64. - Preparing to unpack .../115-libcaca0_0.99.beta19-2.2_amd64.deb ... - Unpacking libcaca0:amd64 (0.99.beta19-2.2) ... - Selecting previously unselected package libcdio19:amd64. - Preparing to unpack .../116-libcdio19_2.1.0-3_amd64.deb ... - Unpacking libcdio19:amd64 (2.1.0-3) ... - Selecting previously unselected package libcdio-cdda2:amd64. - Preparing to unpack .../117-libcdio-cdda2_10.2+2.0.0-1+b2_amd64.deb ... - Unpacking libcdio-cdda2:amd64 (10.2+2.0.0-1+b2) ... - Selecting previously unselected package libcdio-paranoia2:amd64. - Preparing to unpack .../118-libcdio-paranoia2_10.2+2.0.0-1+b2_amd64.deb ... - Unpacking libcdio-paranoia2:amd64 (10.2+2.0.0-1+b2) ... - Selecting previously unselected package libusb-1.0-0:amd64. - Preparing to unpack .../119-libusb-1.0-0_2%3a1.0.26-1_amd64.deb ... - Unpacking libusb-1.0-0:amd64 (2:1.0.26-1) ... - Selecting previously unselected package libdc1394-25:amd64. - Preparing to unpack .../120-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 .../121-libglvnd0_1.4.0-1_amd64.deb ... - Unpacking libglvnd0:amd64 (1.4.0-1) ... - Selecting previously unselected package libglapi-mesa:amd64. - Preparing to unpack .../122-libglapi-mesa_22.0.2-1_amd64.deb ... - Unpacking libglapi-mesa:amd64 (22.0.2-1) ... - Selecting previously unselected package libxcb-dri2-0:amd64. - Preparing to unpack .../123-libxcb-dri2-0_1.14-3_amd64.deb ... - Unpacking libxcb-dri2-0:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-dri3-0:amd64. - Preparing to unpack .../124-libxcb-dri3-0_1.14-3_amd64.deb ... - Unpacking libxcb-dri3-0:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-glx0:amd64. - Preparing to unpack .../125-libxcb-glx0_1.14-3_amd64.deb ... - Unpacking libxcb-glx0:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-present0:amd64. - Preparing to unpack .../126-libxcb-present0_1.14-3_amd64.deb ... - Unpacking libxcb-present0:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-sync1:amd64. - Preparing to unpack .../127-libxcb-sync1_1.14-3_amd64.deb ... - Unpacking libxcb-sync1:amd64 (1.14-3) ... - Selecting previously unselected package libxcb-xfixes0:amd64. - Preparing to unpack .../128-libxcb-xfixes0_1.14-3_amd64.deb ... - Unpacking libxcb-xfixes0:amd64 (1.14-3) ... - Selecting previously unselected package libxshmfence1:amd64. - Preparing to unpack .../129-libxshmfence1_1.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3-1) ... - Selecting previously unselected package libxxf86vm1:amd64. - Preparing to unpack .../130-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... - Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../131-libdrm-amdgpu1_2.4.110-1_amd64.deb ... - Unpacking libdrm-amdgpu1:amd64 (2.4.110-1) ... - Selecting previously unselected package libdrm-nouveau2:amd64. - Preparing to unpack .../132-libdrm-nouveau2_2.4.110-1_amd64.deb ... - Unpacking libdrm-nouveau2:amd64 (2.4.110-1) ... - Selecting previously unselected package libdrm-radeon1:amd64. - Preparing to unpack .../133-libdrm-radeon1_2.4.110-1_amd64.deb ... - Unpacking libdrm-radeon1:amd64 (2.4.110-1) ... - Selecting previously unselected package libelf1:amd64. - Preparing to unpack .../134-libelf1_0.186-1_amd64.deb ... - Unpacking libelf1:amd64 (0.186-1) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../135-libz3-4_4.8.12-1+b1_amd64.deb ... - Unpacking libz3-4:amd64 (4.8.12-1+b1) ... - Selecting previously unselected package libllvm14:amd64. - Preparing to unpack .../136-libllvm14_1%3a14.0.3-1_amd64.deb ... - Unpacking libllvm14:amd64 (1:14.0.3-1) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../137-libsensors-config_1%3a3.6.0-7_all.deb ... - Unpacking libsensors-config (1:3.6.0-7) ... - Selecting previously unselected package libsensors5:amd64. - Preparing to unpack .../138-libsensors5_1%3a3.6.0-7_amd64.deb ... - Unpacking libsensors5:amd64 (1:3.6.0-7) ... - Selecting previously unselected package libvulkan1:amd64. - Preparing to unpack .../139-libvulkan1_1.3.204.1-2_amd64.deb ... - Unpacking libvulkan1:amd64 (1.3.204.1-2) ... - Selecting previously unselected package libgl1-mesa-dri:amd64. - Preparing to unpack .../140-libgl1-mesa-dri_22.0.2-1_amd64.deb ... - Unpacking libgl1-mesa-dri:amd64 (22.0.2-1) ... - Selecting previously unselected package libglx-mesa0:amd64. - Preparing to unpack .../141-libglx-mesa0_22.0.2-1_amd64.deb ... - Unpacking libglx-mesa0:amd64 (22.0.2-1) ... - Selecting previously unselected package libglx0:amd64. - Preparing to unpack .../142-libglx0_1.4.0-1_amd64.deb ... - Unpacking libglx0:amd64 (1.4.0-1) ... - Selecting previously unselected package libgl1:amd64. - Preparing to unpack .../143-libgl1_1.4.0-1_amd64.deb ... - Unpacking libgl1:amd64 (1.4.0-1) ... - Selecting previously unselected package libiec61883-0:amd64. - Preparing to unpack .../144-libiec61883-0_1.2.0-4_amd64.deb ... - Unpacking libiec61883-0:amd64 (1.2.0-4) ... - Selecting previously unselected package libsamplerate0:amd64. - Preparing to unpack .../145-libsamplerate0_0.2.2-1_amd64.deb ... - Unpacking libsamplerate0:amd64 (0.2.2-1) ... - Selecting previously unselected package libjack-jackd2-0:amd64. - Preparing to unpack .../146-libjack-jackd2-0_1.9.20~dfsg-1+b1_amd64.deb ... - Unpacking libjack-jackd2-0:amd64 (1.9.20~dfsg-1+b1) ... - Selecting previously unselected package libopenal-data. - Preparing to unpack .../147-libopenal-data_1%3a1.19.1-2_all.deb ... - Unpacking libopenal-data (1:1.19.1-2) ... - Selecting previously unselected package libsndio7.0:amd64. - Preparing to unpack .../148-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 .../149-libopenal1_1%3a1.19.1-2_amd64.deb ... - Unpacking libopenal1:amd64 (1:1.19.1-2) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../150-libwayland-client0_1.20.0-1_amd64.deb ... - Unpacking libwayland-client0:amd64 (1.20.0-1) ... - Selecting previously unselected package libdecor-0-0:amd64. - Preparing to unpack .../151-libdecor-0-0_0.1.0-3_amd64.deb ... - Unpacking libdecor-0-0:amd64 (0.1.0-3) ... - Selecting previously unselected package libwayland-server0:amd64. - Preparing to unpack .../152-libwayland-server0_1.20.0-1_amd64.deb ... - Unpacking libwayland-server0:amd64 (1.20.0-1) ... - Selecting previously unselected package libgbm1:amd64. - Preparing to unpack .../153-libgbm1_22.0.2-1_amd64.deb ... - Unpacking libgbm1:amd64 (22.0.2-1) ... - Selecting previously unselected package libwayland-cursor0:amd64. - Preparing to unpack .../154-libwayland-cursor0_1.20.0-1_amd64.deb ... - Unpacking libwayland-cursor0:amd64 (1.20.0-1) ... - Selecting previously unselected package libwayland-egl1:amd64. - Preparing to unpack .../155-libwayland-egl1_1.20.0-1_amd64.deb ... - Unpacking libwayland-egl1:amd64 (1.20.0-1) ... - Selecting previously unselected package libxcursor1:amd64. - Preparing to unpack .../156-libxcursor1_1%3a1.2.1-1_amd64.deb ... - Unpacking libxcursor1:amd64 (1:1.2.1-1) ... - Selecting previously unselected package libxi6:amd64. - Preparing to unpack .../157-libxi6_2%3a1.8-1_amd64.deb ... - Unpacking libxi6:amd64 (2:1.8-1) ... - Selecting previously unselected package libxinerama1:amd64. - Preparing to unpack .../158-libxinerama1_2%3a1.1.4-3_amd64.deb ... - Unpacking libxinerama1:amd64 (2:1.1.4-3) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../159-xkb-data_2.35.1-1_all.deb ... - Unpacking xkb-data (2.35.1-1) ... - Selecting previously unselected package libxkbcommon0:amd64. - Preparing to unpack .../160-libxkbcommon0_1.4.0-1_amd64.deb ... - Unpacking libxkbcommon0:amd64 (1.4.0-1) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../161-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ... - Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../162-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package libxss1:amd64. - Preparing to unpack .../163-libxss1_1%3a1.2.3-1_amd64.deb ... - Unpacking libxss1:amd64 (1:1.2.3-1) ... - Selecting previously unselected package libsdl2-2.0-0:amd64. - Preparing to unpack .../164-libsdl2-2.0-0_2.0.22+dfsg-1_amd64.deb ... - Unpacking libsdl2-2.0-0:amd64 (2.0.22+dfsg-1) ... - Selecting previously unselected package libxcb-shape0:amd64. - Preparing to unpack .../165-libxcb-shape0_1.14-3_amd64.deb ... - Unpacking libxcb-shape0:amd64 (1.14-3) ... - Selecting previously unselected package libxv1:amd64. - Preparing to unpack .../166-libxv1_2%3a1.0.11-1_amd64.deb ... - Unpacking libxv1:amd64 (2:1.0.11-1) ... - Selecting previously unselected package libavdevice58:amd64. - Preparing to unpack .../167-libavdevice58_7%3a4.4.2-1_amd64.deb ... - Unpacking libavdevice58:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libavformat-dev:amd64. - Preparing to unpack .../168-libavformat-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libavformat-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libpostproc-dev:amd64. - Preparing to unpack .../169-libpostproc-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libpostproc-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libswscale-dev:amd64. - Preparing to unpack .../170-libswscale-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libswscale-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libavfilter-dev:amd64. - Preparing to unpack .../171-libavfilter-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libavfilter-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libavdevice-dev:amd64. - Preparing to unpack .../172-libavdevice-dev_7%3a4.4.2-1_amd64.deb ... - Unpacking libavdevice-dev:amd64 (7:4.4.2-1) ... - Selecting previously unselected package libbdplus0:amd64. - Preparing to unpack .../173-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 .../174-libdecor-0-plugin-1-cairo_0.1.0-3_amd64.deb ... - Unpacking libdecor-0-plugin-1-cairo:amd64 (0.1.0-3) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../175-libgdk-pixbuf2.0-bin_2.42.8+dfsg-1_amd64.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.8+dfsg-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../176-libglib2.0-data_2.72.1-1_all.deb ... - Unpacking libglib2.0-data (2.72.1-1) ... - Selecting previously unselected package librsvg2-common:amd64. - Preparing to unpack .../177-librsvg2-common_2.52.5+dfsg-3+b1_amd64.deb ... - Unpacking librsvg2-common:amd64 (2.52.5+dfsg-3+b1) ... - Selecting previously unselected package libvdpau-va-gl1:amd64. - Preparing to unpack .../178-libvdpau-va-gl1_0.4.2-1+b1_amd64.deb ... - Unpacking libvdpau-va-gl1:amd64 (0.4.2-1+b1) ... - Selecting previously unselected package libxcb-randr0:amd64. - Preparing to unpack .../179-libxcb-randr0_1.14-3_amd64.deb ... - Unpacking libxcb-randr0:amd64 (1.14-3) ... - Selecting previously unselected package mesa-va-drivers:amd64. - Preparing to unpack .../180-mesa-va-drivers_22.0.2-1_amd64.deb ... - Unpacking mesa-va-drivers:amd64 (22.0.2-1) ... - Selecting previously unselected package mesa-vdpau-drivers:amd64. - Preparing to unpack .../181-mesa-vdpau-drivers_22.0.2-1_amd64.deb ... - Unpacking mesa-vdpau-drivers:amd64 (22.0.2-1) ... - Selecting previously unselected package mesa-vulkan-drivers:amd64. - Preparing to unpack .../182-mesa-vulkan-drivers_22.0.2-1_amd64.deb ... - Unpacking mesa-vulkan-drivers:amd64 (22.0.2-1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../183-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package pocketsphinx-en-us. - Preparing to unpack .../184-pocketsphinx-en-us_0.8+5prealpha+1-14_all.deb ... - Unpacking pocketsphinx-en-us (0.8+5prealpha+1-14) ... - Selecting previously unselected package va-driver-all:amd64. - Preparing to unpack .../185-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 .../186-vdpau-driver-all_1.5-1_amd64.deb ... - Unpacking vdpau-driver-all:amd64 (1.5-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../187-xdg-user-dirs_0.17-2_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2) ... - Setting up libgme0:amd64 (0.6.3-2) ... - Setting up libssh-gcrypt-4:amd64 (0.9.6-2) ... - Setting up libgraphite2-3:amd64 (1.3.14-1) ... - Setting up libsrt1.4-gnutls:amd64 (1.4.4-4) ... - Setting up libxcb-dri3-0:amd64 (1.14-3) ... - Setting up libpixman-1-0:amd64 (0.40.0-1) ... - Setting up libudfread0:amd64 (1.1.2-1) ... - Setting up libicu71:amd64 (71.1-2) ... - Setting up libwayland-server0:amd64 (1.20.0-1) ... - Setting up libaom3:amd64 (3.3.0-1) ... - Setting up libx11-xcb1:amd64 (2:1.7.5-1) ... - Setting up libpciaccess0:amd64 (0.16-3) ... - Setting up fontconfig (2.13.1-4.4) ... - Regenerating fonts cache... - done. - Setting up librabbitmq4:amd64 (0.11.0-1) ... - Setting up libraw1394-11:amd64 (2.1.2-2) ... - Setting up libapparmor1:amd64 (3.0.4-2) ... - Setting up libcodec2-1.0:amd64 (1.0.1-3) ... - Setting up libsodium23:amd64 (1.0.18-1) ... - Setting up libmpg123-0:amd64 (1.29.3-1) ... - Setting up libxcb-xfixes0:amd64 (1.14-3) ... - Setting up libogg0:amd64 (1.3.4-0.1) ... - Setting up libspeex1:amd64 (1.2.0-1) ... - Setting up libshine3:amd64 (3.1.1-2) ... - Setting up libxi6:amd64 (2:1.8-1) ... - Setting up libtwolame0:amd64 (0.4.0-2) ... - Setting up libxrender1:amd64 (1:0.9.10-1) ... - Setting up libdatrie1:amd64 (0.2.13-2) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libgsm1:amd64 (1.0.19-2) ... - Setting up libxcb-render0:amd64 (1.14-3) ... - Setting up libglib2.0-0:amd64 (2.72.1-1) ... - 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-3) ... - Setting up libgdk-pixbuf2.0-common (2.42.8+dfsg-1) ... - 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-3) ... - Setting up x11-common (1:7.7+23) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of restart. - Setting up libsensors-config (1:3.6.0-7) ... - Setting up xkb-data (2.35.1-1) ... - Setting up libxcb-shm0:amd64 (1.14-3) ... - Setting up libigdgmm12:amd64 (22.1.2+ds1-1) ... - Setting up libgomp1:amd64 (12-20220428-1) ... - Setting up libcdio19:amd64 (2.1.0-3) ... - Setting up libxvidcore4:amd64 (2:1.3.7-1) ... - Setting up libcairo2:amd64 (1.16.0-5) ... - Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Setting up libsnappy1v5:amd64 (1.1.8-1) ... - Setting up libflac8:amd64 (1.3.4-1) ... - Setting up libxcb-present0:amd64 (1.14-3) ... - Setting up libasound2-data (1.2.6.1-2) ... - Setting up libz3-4:amd64 (4.8.12-1+b1) ... - Setting up libblas3:amd64 (3.10.1-1) ... - 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.1-1) ... - Setting up libslang2:amd64 (2.3.2-5) ... - Setting up libva2:amd64 (2.14.0-1) ... - Setting up libwrap0:amd64 (7.6.q-31) ... - Setting up libxfixes3:amd64 (1:6.0.0-1) ... - Setting up libxcb-sync1:amd64 (1.14-3) ... - Setting up libx264-163:amd64 (2:0.163.3060+git5db6aa6-2) ... - Setting up libdbus-1-3:amd64 (1.14.0-1) ... - Setting up libfribidi0:amd64 (1.0.8-2.1) ... - Setting up libopus0:amd64 (1.3.1-0.1) ... - Setting up libquadmath0:amd64 (12-20220428-1) ... - Setting up libxinerama1:amd64 (2:1.1.4-3) ... - Setting up intel-media-va-driver:amd64 (22.4.0+dfsg1-1) ... - Setting up libxv1:amd64 (2:1.0.11-1) ... - Setting up libatomic1:amd64 (12-20220428-1) ... - Setting up libvorbis0a:amd64 (1.3.7-1) ... - Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ... - Setting up pkg-config (0.29.2-1) ... - Setting up libsensors5:amd64 (1:3.6.0-7) ... - Setting up libaacs0:amd64 (0.11.1-1) ... - Setting up pocketsphinx-en-us (0.8+5prealpha+1-14) ... - Setting up libglapi-mesa:amd64 (22.0.2-1) ... - Setting up libgfortran5:amd64 (12-20220428-1) ... - Setting up libvulkan1:amd64 (1.3.204.1-2) ... - Setting up librubberband2:amd64 (2.0.2+dfsg0-2) ... - Setting up libubsan1:amd64 (12-20220428-1) ... - Setting up libxcb-dri2-0:amd64 (1.14-3) ... - Setting up libbdplus0:amd64 (0.2.0-1) ... - Setting up libnuma1:amd64 (2.0.14-3) ... - Setting up libvidstab1.1:amd64 (1.1.0-2+b1) ... - 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-6+b2) ... - Setting up libxshmfence1:amd64 (1.3-1) ... - Setting up libvdpau1:amd64 (1.5-1) ... - Setting up libbs2b0:amd64 (3.1.0+dfsg-5) ... - Setting up libxcb-randr0:amd64 (1.14-3) ... - Setting up dbus-session-bus-common (1.14.0-1) ... - Setting up libtheora0:amd64 (1.1.1+dfsg.1-15) ... - Setting up libasound2:amd64 (1.2.6.1-2+b1) ... - Setting up libzimg2:amd64 (3.0.4+ds1-1) ... - Setting up libopenjp2-7:amd64 (2.4.0-6) ... - Setting up libharfbuzz0b:amd64 (2.7.4-1+b1) ... - Setting up libopenal-data (1:1.19.1-2) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libvpx7:amd64 (1.11.0-2) ... - Setting up libcairo-gobject2:amd64 (1.16.0-5) ... - Setting up libwayland-egl1:amd64 (1.20.0-1) ... - Setting up libxss1:amd64 (1:1.2.3-1) ... - Setting up libusb-1.0-0:amd64 (2:1.0.26-1) ... - Setting up libdav1d5:amd64 (0.9.2-1+b1) ... - Setting up dbus-system-bus-common (1.14.0-1) ... - Setting up libmfx1:amd64 (22.3.0-1) ... - Setting up libsamplerate0:amd64 (0.2.2-1) ... - Setting up libwebpmux3:amd64 (1.2.2-2+b1) ... - Setting up libdrm-common (2.4.110-1) ... - Setting up libelf1:amd64 (0.186-1) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1+b1) ... - Setting up libcc1-0:amd64 (12-20220428-1) ... - Setting up dbus-bin (1.14.0-1) ... - Setting up libzvbi-common (0.2.35-19) ... - Setting up liblsan0:amd64 (12-20220428-1) ... - Setting up libmp3lame0:amd64 (3.100-3) ... - Setting up libitm1:amd64 (12-20220428-1) ... - Setting up libvorbisenc2:amd64 (1.3.7-1) ... - Setting up libiec61883-0:amd64 (1.2.0-4) ... - 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-1) ... - Setting up libavc1394-0:amd64 (0.5.4-5) ... - Setting up libzvbi0:amd64 (0.2.35-19) ... - Setting up liblapack3:amd64 (3.10.1-1) ... - 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.2) ... - Setting up alsa-ucm-conf (1.2.6.3-1) ... - Setting up libsoxr0:amd64 (0.1.3-4) ... - Setting up libcdio-cdda2:amd64 (10.2+2.0.0-1+b2) ... - Setting up libcdio-paranoia2:amd64 (10.2+2.0.0-1+b2) ... - Setting up libxcursor1:amd64 (1:1.2.1-1) ... - Setting up dbus-daemon (1.14.0-1) ... - Setting up libthai0:amd64 (0.1.29-1) ... - Setting up libvorbisfile3:amd64 (1.3.7-1) ... - Setting up libass9:amd64 (1:0.15.2-1) ... - Setting up dbus (1.14.0-1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.2-1) ... - Setting up libdc1394-25:amd64 (2.2.6-4) ... - Setting up libx265-199:amd64 (3.5-2) ... - Setting up libsndio7.0:amd64 (1.8.1-1.1) ... - Setting up libllvm14:amd64 (1:14.0.3-1) ... - Setting up libjack-jackd2-0:amd64 (1.9.20~dfsg-1+b1) ... - Setting up libdrm2:amd64 (2.4.110-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-1) ... - Setting up libsratom-0-0:amd64 (0.6.8-1) ... - Setting up libdecor-0-0:amd64 (0.1.0-3) ... - Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1) ... - Setting up libsndfile1:amd64 (1.0.31-2) ... - Setting up libbluray2:amd64 (1:1.3.1-1) ... - Setting up libva-x11-2:amd64 (2.14.0-1) ... - Setting up liblilv-0-0:amd64 (0.24.12-2) ... - Setting up libopenmpt0:amd64 (0.6.3-1) ... - Setting up libdrm-amdgpu1:amd64 (2.4.110-1) ... - Setting up mesa-vulkan-drivers:amd64 (22.0.2-1) ... - Setting up libdrm-nouveau2:amd64 (2.4.110-1) ... - Setting up libgbm1:amd64 (22.0.2-1) ... - Setting up libpulse0:amd64 (15.0+dfsg1-4) ... - Setting up libdrm-radeon1:amd64 (2.4.110-1) ... - Setting up libpango-1.0-0:amd64 (1.50.6+ds-2) ... - Setting up libdrm-intel1:amd64 (2.4.110-1) ... - Setting up libgl1-mesa-dri:amd64 (22.0.2-1) ... - Setting up libopenal1:amd64 (1:1.19.1-2) ... - Setting up libavutil56:amd64 (7:4.4.2-1) ... - Setting up libpostproc55:amd64 (7:4.4.2-1) ... - Setting up libgdk-pixbuf2.0-bin (2.42.8+dfsg-1) ... - Setting up libswscale5:amd64 (7:4.4.2-1) ... - Setting up mesa-va-drivers:amd64 (22.0.2-1) ... - Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2) ... - Setting up libsdl2-2.0-0:amd64 (2.0.22+dfsg-1) ... - Setting up i965-va-driver:amd64 (2.4.1+dfsg1-1) ... - Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2) ... - Setting up libavutil-dev:amd64 (7:4.4.2-1) ... - Setting up mesa-vdpau-drivers:amd64 (22.0.2-1) ... - Setting up libglx-mesa0:amd64 (22.0.2-1) ... - Setting up libglx0:amd64 (1.4.0-1) ... - Setting up libsphinxbase3:amd64 (0.8+5prealpha+1-13+b1) ... - Setting up libpostproc-dev:amd64 (7:4.4.2-1) ... - Setting up libswresample3:amd64 (7:4.4.2-1) ... - Setting up librsvg2-2:amd64 (2.52.5+dfsg-3+b1) ... - Setting up libpocketsphinx3:amd64 (0.8+5prealpha+1-14) ... - Setting up libgl1:amd64 (1.4.0-1) ... - Setting up va-driver-all:amd64 (2.14.0-1) ... - Setting up libswscale-dev:amd64 (7:4.4.2-1) ... - Setting up libdecor-0-plugin-1-cairo:amd64 (0.1.0-3) ... - Setting up librsvg2-common:amd64 (2.52.5+dfsg-3+b1) ... - Setting up libavcodec58:amd64 (7:4.4.2-1) ... - Setting up libvdpau-va-gl1:amd64 (0.4.2-1+b1) ... - Setting up libchromaprint1:amd64 (1.5.1-2) ... - Setting up libswresample-dev:amd64 (7:4.4.2-1) ... - Setting up libavformat58:amd64 (7:4.4.2-1) ... - Setting up libavcodec-dev:amd64 (7:4.4.2-1) ... - Setting up libavformat-dev:amd64 (7:4.4.2-1) ... - Setting up vdpau-driver-all:amd64 (1.5-1) ... - Setting up libavfilter7:amd64 (7:4.4.2-1) ... - Setting up libavfilter-dev:amd64 (7:4.4.2-1) ... - Setting up libavdevice58:amd64 (7:4.4.2-1) ... - Setting up libavdevice-dev:amd64 (7:4.4.2-1) ... - Processing triggers for libc-bin (2.33-7) ... - Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.8+dfsg-1) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/9: [ffmpeg.0.4.3: http] Processing 3/9: [ffmpeg.0.4.3: http] Processing 4/9: [ffmpeg.0.4.3: http] [conf-pkg-config: pkg-config] -> retrieved ocamlfind.1.9.3 (cached) Processing 5/9: [ffmpeg.0.4.3: http] [conf-pkg-config: pkg-config] [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.10/.opam-switch/build/conf-pkg-config.2) - Usage: - pkg-config [OPTION?] - - Help Options: - -h, --help Show help options - - Application Options: - --version output version of pkg-config - --modversion output version for package - --atleast-pkgconfig-version=VERSION require given version of pkg-config - --libs output all linker flags - --static output linker flags for static linking - --short-errors print short errors - --libs-only-l output -l flags - --libs-only-other output other libs (e.g. -pthread) - --libs-only-L output -L flags - --cflags output all pre-processor and compiler flags - --cflags-only-I output -I flags - --cflags-only-other output cflags not covered by the cflags-only-I option - --variable=NAME get the value of variable named NAME - --define-variable=NAME=VALUE set variable NAME to VALUE - --exists return 0 if the module(s) exist - --print-variables output list of variables defined by the module - --uninstalled return 0 if the uninstalled version of one or more module(s) or their dependencies will be used - --atleast-version=VERSION return 0 if the module is at least version VERSION - --exact-version=VERSION return 0 if the module is at exactly version VERSION - --max-version=VERSION return 0 if the module is at no newer than version VERSION - --list-all list all known packages - --debug show verbose debug information - --print-errors show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line) - --silence-errors be silent about errors (default when --exists or --atleast/exact/max-version given on the command line) - --errors-to-stdout print errors from --print-errors to stdout not stderr - --print-provides print which packages the package provides - --print-requires print which packages the package requires - --print-requires-private print which packages the package requires for static linking - --validate validate a package's .pc file - --define-prefix try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --dont-define-prefix don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file - --prefix-variable=PREFIX set the name of the variable that pkg-config automatically sets - -> compiled conf-pkg-config.2 Processing 5/9: [ffmpeg.0.4.3: http] [ocamlfind: ./configure] Processing 6/9: [ffmpeg.0.4.3: http] [ocamlfind: ./configure] [conf-pkg-config: mkdir] Processing 6/9: [ocamlfind: ./configure] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.10/bin" "-sitelib" "/home/opam/.opam/4.10/lib" "-mandir" "/home/opam/.opam/4.10/man" "-config" "/home/opam/.opam/4.10/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3) - Welcome to findlib version 1.9.3 - Configuring core... - Checking for #remove_directory... - Testing threading model... - systhread_supported: true - Testing DLLs... - Testing whether ppxopt can be supported... - Checking for ocamlc -opaque... - Querying installation: META list not found - make install will double-check installed META files - Configuring libraries... - unix: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: not present (normal since 4.09) - num: not present (normal since 4.06) - ocamlbuild: not present (normal since 4.03) - ocamldoc: found - raw_spacetime: found - threads: found - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for dynlink written to site-lib-src/dynlink/META - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for bigarray written to site-lib-src/bigarray/META - Configuration for compiler-libs written to site-lib-src/compiler-libs/META - Configuration for ocamldoc written to site-lib-src/ocamldoc/META - Configuration for raw_spacetime written to site-lib-src/raw_spacetime/META - Configuration for threads written to site-lib-src/threads/META - Configuration for str written to site-lib-src/str/META - Configuration for bytes written to site-lib-src/bytes/META - Detecting compiler arguments: (extractor built) ok - - About the OCAML core installation: - Standard library: /home/opam/.opam/4.10/lib/ocaml - Binaries: /home/opam/.opam/4.10/bin - Manual pages: /home/opam/.opam/4.10/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.10/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.10/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.10/bin - Manual pages: /home/opam/.opam/4.10/man - topfind script: /home/opam/.opam/4.10/lib/ocaml - Topfind ppxopt support: yes - Toolbox: no - Link custom runtime: no - Need bytes compatibility: no - - Configuration has been written to Makefile.config - - You can now do 'make all', and optionally 'make opt', to build ocamlfind. Processing 6/9: [ocamlfind: make all] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.10/lib/pkgconfig" (CWD=/home/opam/.opam/4.10/.opam-switch/build/conf-pkg-config.2) -> installed conf-pkg-config.2 Processing 6/9: [ocamlfind: make all] -> retrieved ffmpeg.0.4.3 (https://github.com/savonet/ocaml-ffmpeg/releases/download/v0.4.3/ocaml-ffmpeg-0.4.3.tar.gz) + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - ocamllex fl_meta.mll - 22 states, 392 transitions, table size 1700 bytes - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib_config.mlp | \ - ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.10/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.10/lib/ocaml' | \ - sed -e 's;@AUTOLINK@;true;g' \ - -e 's;@SYSTEM@;linux;g' \ - >findlib_config.ml - if [ "true" = "true" ]; then \ - cp topfind.ml.in topfind.ml; \ - else \ - sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \ - > topfind.ml ; \ - fi - ocamldep *.ml *.mli >depend - ocamlc -I +compiler-libs -opaque -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -g -c fl_package_base.ml - ocamlc -I +compiler-libs -opaque -c findlib.mli - ocamlc -I +compiler-libs -opaque -g -c findlib.ml - ocamlc -I +compiler-libs -opaque -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -g -c fl_lint.ml - ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo - ocamlc -I +compiler-libs -opaque -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -g -c frontend.ml - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -c topfind.mli - ocamlc -I +compiler-libs -opaque -g -c topfind.ml - ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat topfind_rd1.p | \ - ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.10/lib' \ - >topfind - ocamlc -I +compiler-libs -opaque -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -g -c fl_dynload.ml - ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.10/lib' >findlib.conf - if ./tools/cmd_from_same_dir ocamlc; then \ - echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamlopt; then \ - echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldep; then \ - echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \ - fi - if ./tools/cmd_from_same_dir ocamldoc; then \ - echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' Processing 6/9: [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -opaque -c findlib.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -c fl_lint.ml - ocamlopt -I +compiler-libs -g -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -c frontend.ml - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -c topfind.ml - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Topdirs, and its interface was not compiled with -opaque - File "_none_", line 1: - Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \ - fi - ocamlopt -I +compiler-libs -g -opaque -c fl_dynload.ml - ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx - if [ 1 -gt 0 ]; then \ - ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3/src/findlib' -> compiled ocamlfind.1.9.3 Processing 7/9: [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.10/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.10/lib/$x/META"; then \ - rm -f site-lib-src/$x/META; \ - fi; \ - fi; \ - done; \ - test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \ - fi - echo 'SITELIB_META =' > Makefile.packages.in - for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done - tr '\n' ' ' < Makefile.packages.in > Makefile.packages - rm Makefile.packages.in - mkdir -p "/home/opam/.opam/4.10/bin" - mkdir -p "/home/opam/.opam/4.10/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' - mkdir -p "`dirname \"/home/opam/.opam/4.10/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.10/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.10/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - mkdir -p "/home/opam/.opam/4.10/lib/findlib" - mkdir -p "/home/opam/.opam/4.10/bin" - test 1 -eq 0 || cp topfind "/home/opam/.opam/4.10/lib/ocaml" - files=` ../../tools/collect_files ../../Makefile.config \ - findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \ - findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \ - fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \ - fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \ - fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \ - findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \ - META` && \ - cp $files "/home/opam/.opam/4.10/lib/findlib" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - cp $f "/home/opam/.opam/4.10/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.10/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.10/lib/ocaml/compiler-libs/"; \ - cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.10/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' - for x in bigarray bytes compiler-libs dynlink ocamldoc raw_spacetime stdlib str threads unix ; do mkdir -p "/home/opam/.opam/4.10/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.10/lib/$x/META.tmp" && mv "/home/opam/.opam/4.10/lib/$x/META.tmp" "/home/opam/.opam/4.10/lib/$x/META"; done - mkdir -p "/home/opam/.opam/4.10/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.10/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - test ! -f 'site-lib-src/camlp4/META' || cp tools/safe_camlp4 "/home/opam/.opam/4.10/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' - mkdir -p "/home/opam/.opam/4.10/man/man1" "/home/opam/.opam/4.10/man/man3" "/home/opam/.opam/4.10/man/man5" - cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.10/man/man1" - cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.10/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ocamlfind.1.9.3' -> installed ocamlfind.1.9.3 Processing 8/9: [ffmpeg: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.10" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3) - configuring ocaml-ffmpeg 0.4.3 - checking for gcc... gcc - checking whether the C compiler works... yes - checking for C compiler default output file name... a.out - checking for suffix of executables... - checking whether we are cross compiling... no - checking for suffix of object files... o - checking whether we are using the GNU C compiler... yes - checking whether gcc accepts -g... yes - checking for gcc option to accept ISO C89... none needed - checking build system type... x86_64-pc-linux-gnu - checking host system type... x86_64-pc-linux-gnu - checking for a BSD-compatible install... /usr/bin/install -c - checking target toolchain... linux - checking for gcc... (cached) gcc - checking whether we are using the GNU C compiler... (cached) yes - checking whether gcc accepts -g... (cached) yes - checking for gcc option to accept ISO C89... (cached) none needed - checking for ar... ar - checking for ocamlc... ocamlc - OCaml version is 4.10.2 - checking if ocaml compiler supports first-class modules... yes - OCaml library path is /home/opam/.opam/4.10/lib/ocaml - checking for ocamlopt... ocamlopt - checking for ocamlc.opt... ocamlc.opt - checking for ocamlopt.opt... ocamlopt.opt - checking for ocaml... ocaml - checking for ocamldep... ocamldep - checking for ocamldep.opt... ocamldep.opt - checking for ocamlmktop... ocamlmktop - checking for ocamlmklib... ocamlmklib - checking for ocamldoc... ocamldoc - checking for ocamldoc.opt... ocamldoc.opt - checking for ocamlbuild... no - checking for camlidl... no - checking for ocamllex... ocamllex - checking for ocamllex.opt... ocamllex.opt - checking for ocamlyacc... ocamlyacc - checking for camlp4... no - checking for camlp4boot... no - checking for camlp4o... no - checking for camlp4of... no - checking for camlp4oof... no - checking for camlp4orf... no - checking for camlp4prof... no - checking for camlp4r... no - checking for camlp4rf... no - checking for ocamlfind... ocamlfind - checking for ocaml standard library path... /home/opam/.opam/4.10/lib/ocaml - checking for caml/threads.h... yes - checking for gcc option to produce PIC... -fPIC - checking for ocamlc... /home/opam/.opam/4.10/bin/ocamlc - checking for pkg-config... /usr/bin/pkg-config - checking pkg-config is at least version 0.9.0... yes - checking whether pkg-config knows about libavutil... ok - checking whether pkg-config knows about libswscale... ok - checking whether pkg-config knows about libavformat... ok - checking whether pkg-config knows about libavcodec... ok - checking whether avcodec_send_packet is declared... yes - checking how to run the C preprocessor... gcc -E - checking for grep that handles long lines and -e... /bin/grep - checking for egrep... /bin/grep -E - checking for ANSI C header files... - yes - checking for sys/types.h... yes - checking for sys/stat.h... yes - checking for stdlib.h... yes - checking for string.h... yes - checking for memory.h... yes - checking for strings.h... yes - checking for inttypes.h... yes - checking for stdint.h... yes - checking for unistd.h... yes - checking libswresample/swresample.h usability... yes - checking libswresample/swresample.h presence... yes - checking for libswresample/swresample.h... yes - checking libavdevice/avdevice.h usability... yes - checking libavdevice/avdevice.h presence... yes - checking for libavdevice/avdevice.h... yes - checking libavutil/channel_layout.h usability... yes - checking libavutil/channel_layout.h presence... yes - checking for libavutil/channel_layout.h... yes - checking libavutil/frame.h usability... yes - checking libavutil/frame.h presence... yes - checking for libavutil/frame.h... yes - configure: creating ./config.status - config.status: creating Makefile - config.status: creating src/META - config.status: creating src/Makefile Processing 8/9: [ffmpeg: make] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3) - make -C src all - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - /home/opam/.opam/4.10/bin/ocamlc -c gen_code_stubs.c - /home/opam/.opam/4.10/bin/ocamlc -custom str.cma gen_code_stubs.o gen_code.ml -o gen_code - File "gen_code.ml", line 30, characters 19-28: - 30 | let id = String.(uppercase(sub id 0 1) ^ lowercase(sub id 1 (length id - 1))) in - ^^^^^^^^^ - Alert deprecated: Stdlib.String.uppercase - Use String.uppercase_ascii instead. - File "gen_code.ml", line 30, characters 43-52: - 30 | let id = String.(uppercase(sub id 0 1) ^ lowercase(sub id 1 (length id - 1))) in - ^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii instead. - File "gen_code.ml", line 71, characters 33-49: - 71 | let tab_name = enum_prefix ^ String.uppercase ml_type_name ^ "_TAB" in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uppercase - Use String.uppercase_ascii instead. - ./gen_code -I/usr/include/x86_64-linux-gnu - make[2]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - ocamldep.opt avdevice.mli > ._bcdi/avdevice.di - ocamldep.opt swresample.mli > ._bcdi/swresample.di - ocamldep.opt swresample_options.mli > ._bcdi/swresample_options.di - ocamldep.opt av.mli > ._bcdi/av.di - ocamldep.opt avcodec.mli > ._bcdi/avcodec.di - ocamldep.opt codec_id.mli > ._bcdi/codec_id.di - ocamldep.opt swscale.mli > ._bcdi/swscale.di - ocamldep.opt avutil.mli > ._bcdi/avutil.di - ocamldep.opt sample_format.mli > ._bcdi/sample_format.di - ocamldep.opt channel_layout.mli > ._bcdi/channel_layout.di - ocamldep.opt pixel_format.mli > ._bcdi/pixel_format.di - ocamldep.opt avdevice.ml > ._d/avdevice.d - ocamldep.opt swresample.ml > ._d/swresample.d - ocamldep.opt swresample_options.ml > ._d/swresample_options.d - ocamldep.opt av.ml > ._d/av.d - ocamldep.opt avcodec.ml > ._d/avcodec.d - ocamldep.opt codec_id.ml > ._d/codec_id.d - ocamldep.opt swscale.ml > ._d/swscale.d - ocamldep.opt avutil.ml > ._d/avutil.d - ocamldep.opt sample_format.ml > ._d/sample_format.d - ocamldep.opt channel_layout.ml > ._d/channel_layout.d - ocamldep.opt pixel_format.ml > ._d/pixel_format.d - ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -DHAS_CHANNEL_LAYOUT -DHAS_FRAME -Wall -DCAML_NAME_SPACE \ - -DPIC -fPIC -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu \ - -o avutil_stubs.o " avutil_stubs.c - ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -DHAS_CHANNEL_LAYOUT -DHAS_FRAME -Wall -DCAML_NAME_SPACE \ - -DPIC -fPIC -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu \ - -o swscale_stubs.o " swscale_stubs.c - ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -DHAS_CHANNEL_LAYOUT -DHAS_FRAME -Wall -DCAML_NAME_SPACE \ - -DPIC -fPIC -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu \ - -o avcodec_stubs.o " avcodec_stubs.c - ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -DHAS_CHANNEL_LAYOUT -DHAS_FRAME -Wall -DCAML_NAME_SPACE \ - -DPIC -fPIC -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu \ - -o av_stubs.o " av_stubs.c - In file included from av_stubs.c:3: - av_stubs.c: In function 'ocaml_avio_write_callback': - /home/opam/.opam/4.10/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - av_stubs.c:333:10: note: in expansion of macro 'String_val' - 333 | memcpy(String_val(buffer), buf, buf_size); - | ^~~~~~~~~~ - In file included from av_stubs.c:1: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - av_stubs.c: In function 'ocaml_av_read_stream_frame': - av_stubs.c:916:3: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] - 916 | av_init_packet(&packet); - | ^~~~~~~~~~~~~~ - In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30, - from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44, - from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:312, - from av_stubs.c:15: - /usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here - 488 | void av_init_packet(AVPacket *pkt); - | ^~~~~~~~~~~~~~ - av_stubs.c: In function 'ocaml_av_read_input_frame': - av_stubs.c:1015:3: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] - 1015 | av_init_packet(&packet); - | ^~~~~~~~~~~~~~ - In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30, - from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44, - from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:312, - from av_stubs.c:15: - /usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here - 488 | void av_init_packet(AVPacket *pkt); - | ^~~~~~~~~~~~~~ - av_stubs.c: In function 'open_output': - av_stubs.c:1266:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 1266 | key = String_val(Field(Field(_opts, i), 0)); - | ^ - av_stubs.c:1267:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 1267 | val = String_val(Field(Field(_opts, i), 1)); - | ^ - av_stubs.c: In function 'init_stream_encoder': - av_stubs.c:1463:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 1463 | key = String_val(Field(Field(_opts, i), 0)); - | ^ - av_stubs.c:1464:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 1464 | val = String_val(Field(Field(_opts, i), 1)); - | ^ - av_stubs.c: In function 'write_frame': - av_stubs.c:1672:3: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] - 1672 | av_init_packet(&packet); - | ^~~~~~~~~~~~~~ - In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30, - from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44, - from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:312, - from av_stubs.c:15: - /usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here - 488 | void av_init_packet(AVPacket *pkt); - | ^~~~~~~~~~~~~~ - av_stubs.c: In function 'write_subtitle_frame': - av_stubs.c:1962:3: warning: 'av_init_packet' is deprecated [-Wdeprecated-declarations] - 1962 | av_init_packet(&packet); - | ^~~~~~~~~~~~~~ - In file included from /usr/include/x86_64-linux-gnu/libavcodec/bsf.h:30, - from /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:44, - from /usr/include/x86_64-linux-gnu/libavformat/avformat.h:312, - from av_stubs.c:15: - /usr/include/x86_64-linux-gnu/libavcodec/packet.h:488:6: note: declared here - 488 | void av_init_packet(AVPacket *pkt); - | ^~~~~~~~~~~~~~ - ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -DHAS_CHANNEL_LAYOUT -DHAS_FRAME -Wall -DCAML_NAME_SPACE \ - -DPIC -fPIC -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu \ - -o swresample_stubs.o " swresample_stubs.c - In file included from swresample_stubs.c:1: - swresample_stubs.c: In function 'convert_to_string': - /home/opam/.opam/4.10/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - swresample_stubs.c:262:10: note: in expansion of macro 'String_val' - 262 | memcpy(String_val(swr->out_vector), swr->out.data[0], len); - | ^~~~~~~~~~ - In file included from swresample_stubs.c:10: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - In file included from swresample_stubs.c:1: - swresample_stubs.c: In function 'convert_to_planar_string': - /home/opam/.opam/4.10/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - swresample_stubs.c:289:12: note: in expansion of macro 'String_val' - 289 | memcpy(String_val(Field(swr->out_vector, i)), swr->out.data[i], len); - | ^~~~~~~~~~ - In file included from swresample_stubs.c:10: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - ocamlc.opt -thread -c -cc "gcc" -ccopt "-fPIC -g -O2 -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -DHAS_CHANNEL_LAYOUT -DHAS_FRAME -Wall -DCAML_NAME_SPACE \ - -DPIC -fPIC -I/home/opam/.opam/4.10/include -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu \ - -o avdevice_stubs.o " avdevice_stubs.c - ar rcs libffmpeg_stubs.a avutil_stubs.o swscale_stubs.o avcodec_stubs.o av_stubs.o swresample_stubs.o avdevice_stubs.o - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 pixel_format.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg pixel_format.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 channel_layout.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg channel_layout.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 sample_format.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg sample_format.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avutil.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avutil.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 swscale.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swscale.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 codec_id.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg codec_id.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avcodec.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avcodec.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 av.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg av.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 swresample_options.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample_options.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 swresample.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avdevice.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avdevice.ml - ocamlc.opt -thread -annot -bin-annot -pack -o FFmpeg.cmo pixel_format.cmo channel_layout.cmo sample_format.cmo avutil.cmo swscale.cmo codec_id.cmo avcodec.cmo av.cmo swresample_options.cmo swresample.cmo avdevice.cmo - ocamlmklib \ - -o ffmpeg_stubs avutil_stubs.o swscale_stubs.o avcodec_stubs.o av_stubs.o swresample_stubs.o avdevice_stubs.o -lavutil -lswscale -lavformat -lavcodec -lswresample -lavdevice \ - - ocamlc.opt -thread -a -cclib -lffmpeg_stubs -cclib -lavutil -cclib -lswscale -cclib -lavformat -cclib -lavcodec -cclib -lswresample -cclib -lavdevice -dllib dllffmpeg_stubs.so -ccopt -L/home/opam/.opam/4.10/lib -o ffmpeg.cma FFmpeg.cmo - make[2]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - make[2]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - ocamldep.opt -native avdevice.mli > ._ncdi/avdevice.di - ocamldep.opt -native swresample.mli > ._ncdi/swresample.di - ocamldep.opt -native swresample_options.mli > ._ncdi/swresample_options.di - ocamldep.opt -native av.mli > ._ncdi/av.di - ocamldep.opt -native avcodec.mli > ._ncdi/avcodec.di - ocamldep.opt -native codec_id.mli > ._ncdi/codec_id.di - ocamldep.opt -native swscale.mli > ._ncdi/swscale.di - ocamldep.opt -native avutil.mli > ._ncdi/avutil.di - ocamldep.opt -native sample_format.mli > ._ncdi/sample_format.di - ocamldep.opt -native channel_layout.mli > ._ncdi/channel_layout.di - ocamldep.opt -native pixel_format.mli > ._ncdi/pixel_format.di - make[2]: 'libffmpeg_stubs.a' is up to date. - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg pixel_format.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg channel_layout.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg sample_format.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avutil.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swscale.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg codec_id.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avcodec.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg av.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample_options.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avdevice.ml - ocamlopt.opt -thread -annot -bin-annot -pack -o FFmpeg.cmx pixel_format.cmx channel_layout.cmx sample_format.cmx avutil.cmx swscale.cmx codec_id.cmx avcodec.cmx av.cmx swresample_options.cmx swresample.cmx avdevice.cmx - ocamlopt.opt -thread -a -cclib -lffmpeg_stubs -cclib -lavutil -cclib -lswscale -cclib -lavformat -cclib -lavcodec -cclib -lswresample -cclib -lavdevice -ccopt -L/home/opam/.opam/4.10/lib -o ffmpeg.cmxa FFmpeg.cmx - make[2]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' -> compiled ffmpeg.0.4.3 Processing 9/9: [ffmpeg: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3) - make -C src install - make[1]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - /home/opam/.opam/4.10/bin/ocamlc -c gen_code_stubs.c - /home/opam/.opam/4.10/bin/ocamlc -custom str.cma gen_code_stubs.o gen_code.ml -o gen_code - File "gen_code.ml", line 30, characters 19-28: - 30 | let id = String.(uppercase(sub id 0 1) ^ lowercase(sub id 1 (length id - 1))) in - ^^^^^^^^^ - Alert deprecated: Stdlib.String.uppercase - Use String.uppercase_ascii instead. - File "gen_code.ml", line 30, characters 43-52: - 30 | let id = String.(uppercase(sub id 0 1) ^ lowercase(sub id 1 (length id - 1))) in - ^^^^^^^^^ - Alert deprecated: Stdlib.String.lowercase - Use String.lowercase_ascii instead. - File "gen_code.ml", line 71, characters 33-49: - 71 | let tab_name = enum_prefix ^ String.uppercase ml_type_name ^ "_TAB" in - ^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uppercase - Use String.uppercase_ascii instead. - ./gen_code -I/usr/include/x86_64-linux-gnu - make[2]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - ocamldep.opt swresample_options.mli > ._bcdi/swresample_options.di - ocamldep.opt codec_id.mli > ._bcdi/codec_id.di - ocamldep.opt sample_format.mli > ._bcdi/sample_format.di - ocamldep.opt channel_layout.mli > ._bcdi/channel_layout.di - ocamldep.opt pixel_format.mli > ._bcdi/pixel_format.di - ocamldep.opt swresample_options.ml > ._d/swresample_options.d - ocamldep.opt codec_id.ml > ._d/codec_id.d - ocamldep.opt sample_format.ml > ._d/sample_format.d - ocamldep.opt channel_layout.ml > ._d/channel_layout.d - ocamldep.opt pixel_format.ml > ._d/pixel_format.d - make[2]: 'libffmpeg_stubs.a' is up to date. - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 pixel_format.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg pixel_format.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 channel_layout.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg channel_layout.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 sample_format.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg sample_format.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avutil.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avutil.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 swscale.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swscale.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 codec_id.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg codec_id.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avcodec.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avcodec.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 av.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg av.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 swresample_options.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample_options.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 swresample.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample.ml - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 avdevice.mli - ocamlc.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avdevice.ml - ocamlc.opt -thread -annot -bin-annot -pack -o FFmpeg.cmo pixel_format.cmo channel_layout.cmo sample_format.cmo avutil.cmo swscale.cmo codec_id.cmo avcodec.cmo av.cmo swresample_options.cmo swresample.cmo avdevice.cmo - ocamlc.opt -thread -a -cclib -lffmpeg_stubs -cclib -lavutil -cclib -lswscale -cclib -lavformat -cclib -lavcodec -cclib -lswresample -cclib -lavdevice -dllib dllffmpeg_stubs.so -ccopt -L/home/opam/.opam/4.10/lib -o ffmpeg.cma FFmpeg.cmo - make[2]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - make[2]: Entering directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - ocamldep.opt -native swresample_options.mli > ._ncdi/swresample_options.di - ocamldep.opt -native codec_id.mli > ._ncdi/codec_id.di - ocamldep.opt -native sample_format.mli > ._ncdi/sample_format.di - ocamldep.opt -native channel_layout.mli > ._ncdi/channel_layout.di - ocamldep.opt -native pixel_format.mli > ._ncdi/pixel_format.di - make[2]: 'libffmpeg_stubs.a' is up to date. - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg pixel_format.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg channel_layout.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg sample_format.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avutil.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swscale.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg codec_id.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avcodec.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg av.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample_options.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg swresample.ml - ocamlopt.opt -thread -c -annot -bin-annot -g -w +A-4@5-7@8-9@11@12@20-35-44-45-50 -for-pack FFmpeg avdevice.ml - ocamlopt.opt -thread -annot -bin-annot -pack -o FFmpeg.cmx pixel_format.cmx channel_layout.cmx sample_format.cmx avutil.cmx swscale.cmx codec_id.cmx avcodec.cmx av.cmx swresample_options.cmx swresample.cmx avdevice.cmx - ocamlopt.opt -thread -a -cclib -lffmpeg_stubs -cclib -lavutil -cclib -lswscale -cclib -lavformat -cclib -lavcodec -cclib -lswresample -cclib -lavdevice -ccopt -L/home/opam/.opam/4.10/lib -o ffmpeg.cmxa FFmpeg.cmx - make[2]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' - - Installing library with ocamlfind - ocamlfind install ffmpeg META av.mli avcodec.mli avdevice.mli avutil.mli channel_layout.mli codec_id.mli pixel_format.mli sample_format.mli swresample.mli swresample_options.mli swscale.mli FFmpeg.cmi av.cmi avcodec.cmi avdevice.cmi avutil.cmi channel_layout.cmi codec_id.cmi gen_code.cmi pixel_format.cmi sample_format.cmi swresample.cmi swresample_options.cmi swscale.cmi ffmpeg.cma ffmpeg.cmxa FFmpeg.cmx av.cmx avcodec.cmx avdevice.cmx avutil.cmx channel_layout.cmx codec_id.cmx pixel_format.cmx sample_format.cmx swresample.cmx swresample_options.cmx swscale.cmx ffmpeg.a libffmpeg_stubs.a dllffmpeg_stubs.so - Installed /home/opam/.opam/4.10/lib/ffmpeg/libffmpeg_stubs.a - Installed /home/opam/.opam/4.10/lib/ffmpeg/ffmpeg.a - Installed /home/opam/.opam/4.10/lib/ffmpeg/swscale.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/swresample_options.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/swresample.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/sample_format.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/pixel_format.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/codec_id.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/channel_layout.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/avutil.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/avdevice.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/avcodec.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/av.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/FFmpeg.cmx - Installed /home/opam/.opam/4.10/lib/ffmpeg/ffmpeg.cmxa - Installed /home/opam/.opam/4.10/lib/ffmpeg/ffmpeg.cma - Installed /home/opam/.opam/4.10/lib/ffmpeg/swscale.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/swresample_options.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/swresample.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/sample_format.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/pixel_format.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/gen_code.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/codec_id.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/channel_layout.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/avutil.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/avdevice.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/avcodec.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/av.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/FFmpeg.cmi - Installed /home/opam/.opam/4.10/lib/ffmpeg/swscale.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/swresample_options.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/swresample.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/sample_format.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/pixel_format.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/codec_id.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/channel_layout.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/avutil.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/avdevice.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/avcodec.mli - Installed /home/opam/.opam/4.10/lib/ffmpeg/av.mli - Installed /home/opam/.opam/4.10/lib/stublibs/dllffmpeg_stubs.so - Installed /home/opam/.opam/4.10/lib/stublibs/dllffmpeg_stubs.so.owner - ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.10/lib/stublibs is not mentioned in ld.conf - Installed /home/opam/.opam/4.10/lib/ffmpeg/META - - Installation successful. - make[1]: Leaving directory '/home/opam/.opam/4.10/.opam-switch/build/ffmpeg.0.4.3/src' -> installed ffmpeg.0.4.3 Done. # Run eval $(opam env) to update the current shell environment 2022-05-01 17:05.28 ---> saved as "03b3dcab7db2683fcd0c1a8d4cbf6758b98831429fa425912b64569edad2fa18" Job succeeded