Building on asteria.ocamllabs.io (from ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205) 2022-09-03 05:12.42 ---> using "00583e82ec888c922d57db664b8acb62b642829c5a4a94b17a44e5693b1db2de" 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-09-03 05:12.42 ---> using "f816199fc982412d3ea70ae1ae1bab135eea82bc7670ac5d731bc57d0733e3c4" 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 418227c38ed4e28a0827786e5e9e50b9547c0b27")) 2022-09-03 05:12.42 ---> using "4cabcce7a0cb6de31986471b51abc9f1f3fec6a75be6e83e549da867c7605e5a" 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-09-03 05:12.42 ---> using "d451da695ab21573c7bdead4176eec083b0218f568c4ccf5f5b38b162d64d4d7" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam switch create --repositories=default '4.05' '4.05.0'")) <><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><> Switch invariant: ["ocaml-base-compiler" {= "4.05.0"} | "ocaml-system" {= "4.05.0"}] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed base-bigarray.base -> installed base-threads.base -> installed base-unix.base -> retrieved ocaml-base-compiler.4.05.0 (cached) -> installed ocaml-base-compiler.4.05.0 -> installed ocaml-config.1 -> installed ocaml.4.05.0 Done. # Run eval $(opam env --switch=4.05) to update the current shell environment 2022-09-03 05:12.42 ---> using "9f1cdb10451585627bed831cdfb2956d56ac1bc3a518881e59e87a3ee2b08ab0" from cache /: (run (network host) (shell "opam update --depexts")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [192 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-09-02-0804.09-F-2022-08-29-1405.22.pdiff [252 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-0804.09-F-2022-08-29-1405.22.pdiff [252 kB] - Fetched 508 kB in 1s (379 kB/s) - Reading package lists... 2022-09-03 05:12.42 ---> using "9571c7c4c1f7ebb96cf548b458cdf2cf3253bfddbd76d639a2d1d3ad5cd73434" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install -y ocaml-secondary-compiler")) The following actions will be performed: === install 1 package - install ocaml-secondary-compiler 4.08.1-1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocaml-secondary-compiler.4.08.1-1 (cached) -> installed ocaml-secondary-compiler.4.08.1-1 Done. # Run eval $(opam env) to update the current shell environment 2022-09-03 05:12.42 ---> using "d42928affbbdc612f81b27588a0eb931ca8d2e43751382f9e2233e55d4f2775d" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "\ \nopam remove -y \"ffmpeg.0.2.0\"\ \nopam install -vy \"ffmpeg.0.2.0\"\ \nres=$?\ \nif [ $res = 31 ]; then\ \n if opam show -f x-ci-accept-failures: \"ffmpeg.0.2.0\" | 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")) [NOTE] ffmpeg.0.2.0 is not installed. Nothing to do. The following actions will be performed: === install 3 packages - install conf-pkg-config 2 [required by ffmpeg] - install ffmpeg 0.2.0 - install ocamlfind 1.9.5 [required by ffmpeg] The following system packages will first need to be installed: libavformat-dev libavutil-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" "libavformat-dev" "libavutil-dev" "libswscale-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package fontconfig. - (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 ... 19664 files and directories currently installed.) - Preparing to unpack .../000-fontconfig_2.13.1-4.4_amd64.deb ... - Unpacking fontconfig (2.13.1-4.4) ... - Selecting previously unselected package libva2:amd64. - Preparing to unpack .../001-libva2_2.15.0-1_amd64.deb ... - Unpacking libva2:amd64 (2.15.0-1) ... - Selecting previously unselected package libdrm-common. - Preparing to unpack .../002-libdrm-common_2.4.112-3_all.deb ... - Unpacking libdrm-common (2.4.112-3) ... - Selecting previously unselected package libdrm2:amd64. - Preparing to unpack .../003-libdrm2_2.4.112-3_amd64.deb ... - Unpacking libdrm2:amd64 (2.4.112-3) ... - Selecting previously unselected package libpciaccess0:amd64. - Preparing to unpack .../004-libpciaccess0_0.16-3_amd64.deb ... - Unpacking libpciaccess0:amd64 (0.16-3) ... - Selecting previously unselected package libdrm-intel1:amd64. - Preparing to unpack .../005-libdrm-intel1_2.4.112-3_amd64.deb ... - Unpacking libdrm-intel1:amd64 (2.4.112-3) ... - Selecting previously unselected package i965-va-driver:amd64. - Preparing to unpack .../006-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 .../007-libigdgmm12_22.1.7+ds1-1_amd64.deb ... - Unpacking libigdgmm12:amd64 (22.1.7+ds1-1) ... - Selecting previously unselected package intel-media-va-driver:amd64. - Preparing to unpack .../008-intel-media-va-driver_22.5.1+dfsg1-1_amd64.deb ... - Unpacking intel-media-va-driver:amd64 (22.5.1+dfsg1-1) ... - Selecting previously unselected package libaacs0:amd64. - Preparing to unpack .../009-libaacs0_0.11.1-1_amd64.deb ... - Unpacking libaacs0:amd64 (0.11.1-1) ... - Selecting previously unselected package libaom3:amd64. - Preparing to unpack .../010-libaom3_3.4.0-1_amd64.deb ... - Unpacking libaom3:amd64 (3.4.0-1) ... - Selecting previously unselected package libmfx1:amd64. - Preparing to unpack .../011-libmfx1_22.3.0-1_amd64.deb ... - Unpacking libmfx1:amd64 (22.3.0-1) ... - Selecting previously unselected package libva-drm2:amd64. - Preparing to unpack .../012-libva-drm2_2.15.0-1_amd64.deb ... - Unpacking libva-drm2:amd64 (2.15.0-1) ... - Selecting previously unselected package libxfixes3:amd64. - Preparing to unpack .../013-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 .../014-libva-x11-2_2.15.0-1_amd64.deb ... - Unpacking libva-x11-2:amd64 (2.15.0-1) ... - Selecting previously unselected package libvdpau1:amd64. - Preparing to unpack .../015-libvdpau1_1.5-1_amd64.deb ... - Unpacking libvdpau1:amd64 (1.5-1) ... - Selecting previously unselected package ocl-icd-libopencl1:amd64. - Preparing to unpack .../016-ocl-icd-libopencl1_2.2.14-3_amd64.deb ... - Unpacking ocl-icd-libopencl1:amd64 (2.2.14-3) ... - Selecting previously unselected package libavutil57:amd64. - Preparing to unpack .../017-libavutil57_7%3a5.1-3_amd64.deb ... - Unpacking libavutil57:amd64 (7:5.1-3) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../018-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 .../019-libxcb-render0_1.15-1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../020-libxcb-shm0_1.15-1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.15-1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../021-libxrender1_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../022-libcairo2_1.16.0-6_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-6) ... - Selecting previously unselected package libcodec2-1.0:amd64. - Preparing to unpack .../023-libcodec2-1.0_1.0.5-1_amd64.deb ... - Unpacking libcodec2-1.0:amd64 (1.0.5-1) ... - Selecting previously unselected package libdav1d6:amd64. - Preparing to unpack .../024-libdav1d6_1.0.0-2_amd64.deb ... - Unpacking libdav1d6:amd64 (1.0.0-2) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../025-libglib2.0-0_2.73.3-3_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.73.3-3) ... - Selecting previously unselected package libgsm1:amd64. - Preparing to unpack .../026-libgsm1_1.0.19-3_amd64.deb ... - Unpacking libgsm1:amd64 (1.0.19-3) ... - Selecting previously unselected package libmp3lame0:amd64. - Preparing to unpack .../027-libmp3lame0_3.100-3_amd64.deb ... - Unpacking libmp3lame0:amd64 (3.100-3) ... - Selecting previously unselected package libopenjp2-7:amd64. - Preparing to unpack .../028-libopenjp2-7_2.5.0-1_amd64.deb ... - Unpacking libopenjp2-7:amd64 (2.5.0-1) ... - Selecting previously unselected package libopus0:amd64. - Preparing to unpack .../029-libopus0_1.3.1-2_amd64.deb ... - Unpacking libopus0:amd64 (1.3.1-2) ... - Selecting previously unselected package libcairo-gobject2:amd64. - Preparing to unpack .../030-libcairo-gobject2_1.16.0-6_amd64.deb ... - Unpacking libcairo-gobject2:amd64 (1.16.0-6) ... - Selecting previously unselected package libgdk-pixbuf2.0-common. - Preparing to unpack .../031-libgdk-pixbuf2.0-common_2.42.9+dfsg-1_all.deb ... - Unpacking libgdk-pixbuf2.0-common (2.42.9+dfsg-1) ... - Selecting previously unselected package libicu71:amd64. - Preparing to unpack .../032-libicu71_71.1-3_amd64.deb ... - Unpacking libicu71:amd64 (71.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../033-libxml2_2.9.14+dfsg-1+b1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../034-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 .../035-libgdk-pixbuf-2.0-0_2.42.9+dfsg-1_amd64.deb ... - Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.9+dfsg-1) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../036-libfribidi0_1.0.8-2.1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.8-2.1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../037-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 .../038-libharfbuzz0b_2.7.4-1+b1_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (2.7.4-1+b1) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../039-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../040-libdatrie1_0.2.13-2_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-2) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../041-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 .../042-libpango-1.0-0_1.50.9+ds-1_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.50.9+ds-1) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../043-libpangoft2-1.0-0_1.50.9+ds-1_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.50.9+ds-1) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../044-libpangocairo-1.0-0_1.50.9+ds-1_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.50.9+ds-1) ... - Selecting previously unselected package librsvg2-2:amd64. - Preparing to unpack .../045-librsvg2-2_2.54.4+dfsg-1_amd64.deb ... - Unpacking librsvg2-2:amd64 (2.54.4+dfsg-1) ... - Selecting previously unselected package libshine3:amd64. - Preparing to unpack .../046-libshine3_3.1.1-2_amd64.deb ... - Unpacking libshine3:amd64 (3.1.1-2) ... - Selecting previously unselected package libsnappy1v5:amd64. - Preparing to unpack .../047-libsnappy1v5_1.1.9-2_amd64.deb ... - Unpacking libsnappy1v5:amd64 (1.1.9-2) ... - Selecting previously unselected package libspeex1:amd64. - Preparing to unpack .../048-libspeex1_1.2.0-1_amd64.deb ... - Unpacking libspeex1:amd64 (1.2.0-1) ... - Selecting previously unselected package libsvtav1enc1:amd64. - Preparing to unpack .../049-libsvtav1enc1_1.2.1+dfsg-1_amd64.deb ... - Unpacking libsvtav1enc1:amd64 (1.2.1+dfsg-1) ... - Selecting previously unselected package libsoxr0:amd64. - Preparing to unpack .../050-libsoxr0_0.1.3-4_amd64.deb ... - Unpacking libsoxr0:amd64 (0.1.3-4) ... - Selecting previously unselected package libswresample4:amd64. - Preparing to unpack .../051-libswresample4_7%3a5.1-3_amd64.deb ... - Unpacking libswresample4:amd64 (7:5.1-3) ... - Selecting previously unselected package libogg0:amd64. - Preparing to unpack .../052-libogg0_1.3.5-1_amd64.deb ... - Unpacking libogg0:amd64 (1.3.5-1) ... - Selecting previously unselected package libtheora0:amd64. - Preparing to unpack .../053-libtheora0_1.1.1+dfsg.1-16_amd64.deb ... - Unpacking libtheora0:amd64 (1.1.1+dfsg.1-16) ... - Selecting previously unselected package libtwolame0:amd64. - Preparing to unpack .../054-libtwolame0_0.4.0-2_amd64.deb ... - Unpacking libtwolame0:amd64 (0.4.0-2) ... - Selecting previously unselected package libvorbis0a:amd64. - Preparing to unpack .../055-libvorbis0a_1.3.7-1_amd64.deb ... - Unpacking libvorbis0a:amd64 (1.3.7-1) ... - Selecting previously unselected package libvorbisenc2:amd64. - Preparing to unpack .../056-libvorbisenc2_1.3.7-1_amd64.deb ... - Unpacking libvorbisenc2:amd64 (1.3.7-1) ... - Selecting previously unselected package libvpx7:amd64. - Preparing to unpack .../057-libvpx7_1.12.0-1_amd64.deb ... - Unpacking libvpx7:amd64 (1.12.0-1) ... - Selecting previously unselected package libwebpmux3:amd64. - Preparing to unpack .../058-libwebpmux3_1.2.2-2+b1_amd64.deb ... - Unpacking libwebpmux3:amd64 (1.2.2-2+b1) ... - Selecting previously unselected package libx264-164:amd64. - Preparing to unpack .../059-libx264-164_2%3a0.164.3095+gitbaee400-2+b1_amd64.deb ... - Unpacking libx264-164:amd64 (2:0.164.3095+gitbaee400-2+b1) ... - Selecting previously unselected package libnuma1:amd64. - Preparing to unpack .../060-libnuma1_2.0.14-3_amd64.deb ... - Unpacking libnuma1:amd64 (2.0.14-3) ... - Selecting previously unselected package libx265-199:amd64. - Preparing to unpack .../061-libx265-199_3.5-2_amd64.deb ... - Unpacking libx265-199:amd64 (3.5-2) ... - Selecting previously unselected package libxvidcore4:amd64. - Preparing to unpack .../062-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 .../063-libzvbi-common_0.2.35-19_all.deb ... - Unpacking libzvbi-common (0.2.35-19) ... - Selecting previously unselected package libzvbi0:amd64. - Preparing to unpack .../064-libzvbi0_0.2.35-19_amd64.deb ... - Unpacking libzvbi0:amd64 (0.2.35-19) ... - Selecting previously unselected package libavcodec59:amd64. - Preparing to unpack .../065-libavcodec59_7%3a5.1-3_amd64.deb ... - Unpacking libavcodec59:amd64 (7:5.1-3) ... - Selecting previously unselected package libavutil-dev:amd64. - Preparing to unpack .../066-libavutil-dev_7%3a5.1-3_amd64.deb ... - Unpacking libavutil-dev:amd64 (7:5.1-3) ... - Selecting previously unselected package libswresample-dev:amd64. - Preparing to unpack .../067-libswresample-dev_7%3a5.1-3_amd64.deb ... - Unpacking libswresample-dev:amd64 (7:5.1-3) ... - Selecting previously unselected package libavcodec-dev:amd64. - Preparing to unpack .../068-libavcodec-dev_7%3a5.1-3_amd64.deb ... - Unpacking libavcodec-dev:amd64 (7:5.1-3) ... - Selecting previously unselected package libudfread0:amd64. - Preparing to unpack .../069-libudfread0_1.1.2-1_amd64.deb ... - Unpacking libudfread0:amd64 (1.1.2-1) ... - Selecting previously unselected package libbluray2:amd64. - Preparing to unpack .../070-libbluray2_1%3a1.3.2-1_amd64.deb ... - Unpacking libbluray2:amd64 (1:1.3.2-1) ... - Selecting previously unselected package libchromaprint1:amd64. - Preparing to unpack .../071-libchromaprint1_1.5.1-2+b1_amd64.deb ... - Unpacking libchromaprint1:amd64 (1.5.1-2+b1) ... - Selecting previously unselected package libgme0:amd64. - Preparing to unpack .../072-libgme0_0.6.3-2_amd64.deb ... - Unpacking libgme0:amd64 (0.6.3-2) ... - Selecting previously unselected package libmpg123-0:amd64. - Preparing to unpack .../073-libmpg123-0_1.30.2-1_amd64.deb ... - Unpacking libmpg123-0:amd64 (1.30.2-1) ... - Selecting previously unselected package libvorbisfile3:amd64. - Preparing to unpack .../074-libvorbisfile3_1.3.7-1_amd64.deb ... - Unpacking libvorbisfile3:amd64 (1.3.7-1) ... - Selecting previously unselected package libopenmpt0:amd64. - Preparing to unpack .../075-libopenmpt0_0.6.5-1_amd64.deb ... - Unpacking libopenmpt0:amd64 (0.6.5-1) ... - Selecting previously unselected package librabbitmq4:amd64. - Preparing to unpack .../076-librabbitmq4_0.11.0-1+b1_amd64.deb ... - Unpacking librabbitmq4:amd64 (0.11.0-1+b1) ... - Selecting previously unselected package libcjson1:amd64. - Preparing to unpack .../077-libcjson1_1.7.15-1_amd64.deb ... - Unpacking libcjson1:amd64 (1.7.15-1) ... - Selecting previously unselected package libmbedcrypto7:amd64. - Preparing to unpack .../078-libmbedcrypto7_2.28.1-1_amd64.deb ... - Unpacking libmbedcrypto7:amd64 (2.28.1-1) ... - Selecting previously unselected package librist4:amd64. - Preparing to unpack .../079-librist4_0.2.7+dfsg-1_amd64.deb ... - Unpacking librist4:amd64 (0.2.7+dfsg-1) ... - Selecting previously unselected package libsrt1.5-gnutls:amd64. - Preparing to unpack .../080-libsrt1.5-gnutls_1.5.0-2+b1_amd64.deb ... - Unpacking libsrt1.5-gnutls:amd64 (1.5.0-2+b1) ... - Selecting previously unselected package libssh-gcrypt-4:amd64. - Preparing to unpack .../081-libssh-gcrypt-4_0.9.6-2+b1_amd64.deb ... - Unpacking libssh-gcrypt-4:amd64 (0.9.6-2+b1) ... - Selecting previously unselected package libnorm1:amd64. - Preparing to unpack .../082-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 .../083-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 .../084-libsodium23_1.0.18-1_amd64.deb ... - Unpacking libsodium23:amd64 (1.0.18-1) ... - Selecting previously unselected package libzmq5:amd64. - Preparing to unpack .../085-libzmq5_4.3.4-3_amd64.deb ... - Unpacking libzmq5:amd64 (4.3.4-3) ... - Selecting previously unselected package libavformat59:amd64. - Preparing to unpack .../086-libavformat59_7%3a5.1-3_amd64.deb ... - Unpacking libavformat59:amd64 (7:5.1-3) ... - Selecting previously unselected package libavformat-dev:amd64. - Preparing to unpack .../087-libavformat-dev_7%3a5.1-3_amd64.deb ... - Unpacking libavformat-dev:amd64 (7:5.1-3) ... - Selecting previously unselected package libbdplus0:amd64. - Preparing to unpack .../088-libbdplus0_0.2.0-1_amd64.deb ... - Unpacking libbdplus0:amd64 (0.2.0-1) ... - Selecting previously unselected package libdrm-amdgpu1:amd64. - Preparing to unpack .../089-libdrm-amdgpu1_2.4.112-3_amd64.deb ... - Unpacking libdrm-amdgpu1:amd64 (2.4.112-3) ... - Selecting previously unselected package libdrm-nouveau2:amd64. - Preparing to unpack .../090-libdrm-nouveau2_2.4.112-3_amd64.deb ... - Unpacking libdrm-nouveau2:amd64 (2.4.112-3) ... - Selecting previously unselected package libdrm-radeon1:amd64. - Preparing to unpack .../091-libdrm-radeon1_2.4.112-3_amd64.deb ... - Unpacking libdrm-radeon1:amd64 (2.4.112-3) ... - Selecting previously unselected package libelf1:amd64. - Preparing to unpack .../092-libelf1_0.187-1_amd64.deb ... - Unpacking libelf1:amd64 (0.187-1) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../093-libgdk-pixbuf2.0-bin_2.42.9+dfsg-1_amd64.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.9+dfsg-1) ... - Selecting previously unselected package libglvnd0:amd64. - Preparing to unpack .../094-libglvnd0_1.5.0-1_amd64.deb ... - Unpacking libglvnd0:amd64 (1.5.0-1) ... - Selecting previously unselected package libglapi-mesa:amd64. - Preparing to unpack .../095-libglapi-mesa_22.2.0~rc3-1_amd64.deb ... - Unpacking libglapi-mesa:amd64 (22.2.0~rc3-1) ... - Selecting previously unselected package libx11-xcb1:amd64. - Preparing to unpack .../096-libx11-xcb1_2%3a1.8.1-2_amd64.deb ... - Unpacking libx11-xcb1:amd64 (2:1.8.1-2) ... - Selecting previously unselected package libxcb-dri2-0:amd64. - Preparing to unpack .../097-libxcb-dri2-0_1.15-1_amd64.deb ... - Unpacking libxcb-dri2-0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-dri3-0:amd64. - Preparing to unpack .../098-libxcb-dri3-0_1.15-1_amd64.deb ... - Unpacking libxcb-dri3-0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-glx0:amd64. - Preparing to unpack .../099-libxcb-glx0_1.15-1_amd64.deb ... - Unpacking libxcb-glx0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-present0:amd64. - Preparing to unpack .../100-libxcb-present0_1.15-1_amd64.deb ... - Unpacking libxcb-present0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-sync1:amd64. - Preparing to unpack .../101-libxcb-sync1_1.15-1_amd64.deb ... - Unpacking libxcb-sync1:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-xfixes0:amd64. - Preparing to unpack .../102-libxcb-xfixes0_1.15-1_amd64.deb ... - Unpacking libxcb-xfixes0:amd64 (1.15-1) ... - Selecting previously unselected package libxshmfence1:amd64. - Preparing to unpack .../103-libxshmfence1_1.3-1_amd64.deb ... - Unpacking libxshmfence1:amd64 (1.3-1) ... - Selecting previously unselected package libxxf86vm1:amd64. - Preparing to unpack .../104-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... - Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Selecting previously unselected package libz3-4:amd64. - Preparing to unpack .../105-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 .../106-libllvm14_1%3a14.0.6-2_amd64.deb ... - Unpacking libllvm14:amd64 (1:14.0.6-2) ... - Selecting previously unselected package libsensors-config. - Preparing to unpack .../107-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 .../108-libsensors5_1%3a3.6.0-7_amd64.deb ... - Unpacking libsensors5:amd64 (1:3.6.0-7) ... - Selecting previously unselected package libgl1-mesa-dri:amd64. - Preparing to unpack .../109-libgl1-mesa-dri_22.2.0~rc3-1_amd64.deb ... - Unpacking libgl1-mesa-dri:amd64 (22.2.0~rc3-1) ... - Selecting previously unselected package libglx-mesa0:amd64. - Preparing to unpack .../110-libglx-mesa0_22.2.0~rc3-1_amd64.deb ... - Unpacking libglx-mesa0:amd64 (22.2.0~rc3-1) ... - Selecting previously unselected package libglx0:amd64. - Preparing to unpack .../111-libglx0_1.5.0-1_amd64.deb ... - Unpacking libglx0:amd64 (1.5.0-1) ... - Selecting previously unselected package libgl1:amd64. - Preparing to unpack .../112-libgl1_1.5.0-1_amd64.deb ... - Unpacking libgl1:amd64 (1.5.0-1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../113-libglib2.0-data_2.73.3-3_all.deb ... - Unpacking libglib2.0-data (2.73.3-3) ... - Selecting previously unselected package librsvg2-common:amd64. - Preparing to unpack .../114-librsvg2-common_2.54.4+dfsg-1_amd64.deb ... - Unpacking librsvg2-common:amd64 (2.54.4+dfsg-1) ... - Selecting previously unselected package libswscale6:amd64. - Preparing to unpack .../115-libswscale6_7%3a5.1-3_amd64.deb ... - Unpacking libswscale6:amd64 (7:5.1-3) ... - Selecting previously unselected package libswscale-dev:amd64. - Preparing to unpack .../116-libswscale-dev_7%3a5.1-3_amd64.deb ... - Unpacking libswscale-dev:amd64 (7:5.1-3) ... - Selecting previously unselected package libvdpau-va-gl1:amd64. - Preparing to unpack .../117-libvdpau-va-gl1_0.4.2-1+b1_amd64.deb ... - Unpacking libvdpau-va-gl1:amd64 (0.4.2-1+b1) ... - Selecting previously unselected package mesa-va-drivers:amd64. - Preparing to unpack .../118-mesa-va-drivers_22.2.0~rc3-1_amd64.deb ... - Unpacking mesa-va-drivers:amd64 (22.2.0~rc3-1) ... - Selecting previously unselected package mesa-vdpau-drivers:amd64. - Preparing to unpack .../119-mesa-vdpau-drivers_22.2.0~rc3-1_amd64.deb ... - Unpacking mesa-vdpau-drivers:amd64 (22.2.0~rc3-1) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../120-pkg-config_0.29.2-1_amd64.deb ... - Unpacking pkg-config (0.29.2-1) ... - Selecting previously unselected package va-driver-all:amd64. - Preparing to unpack .../121-va-driver-all_2.15.0-1_amd64.deb ... - Unpacking va-driver-all:amd64 (2.15.0-1) ... - Selecting previously unselected package vdpau-driver-all:amd64. - Preparing to unpack .../122-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 .../123-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+b1) ... - Setting up libgraphite2-3:amd64 (1.3.14-1) ... - Setting up libxcb-dri3-0:amd64 (1.15-1) ... - Setting up libpixman-1-0:amd64 (0.40.0-1) ... - Setting up libudfread0:amd64 (1.1.2-1) ... - Setting up libicu71:amd64 (71.1-3) ... - Setting up libaom3:amd64 (3.4.0-1) ... - Setting up libx11-xcb1:amd64 (2:1.8.1-2) ... - 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+b1) ... - Setting up libcodec2-1.0:amd64 (1.0.5-1) ... - Setting up libsodium23:amd64 (1.0.18-1) ... - Setting up libmpg123-0:amd64 (1.30.2-1) ... - Setting up libxcb-xfixes0:amd64 (1.15-1) ... - Setting up libogg0:amd64 (1.3.5-1) ... - Setting up libspeex1:amd64 (1.2.0-1) ... - Setting up libshine3:amd64 (3.1.1-2) ... - Setting up libx264-164:amd64 (2:0.164.3095+gitbaee400-2+b1) ... - Setting up libtwolame0:amd64 (0.4.0-2) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1) ... - Setting up libdatrie1:amd64 (0.2.13-2) ... - Setting up xdg-user-dirs (0.17-2) ... - Setting up libgsm1:amd64 (1.0.19-3) ... - Setting up libxcb-render0:amd64 (1.15-1) ... - Setting up libsoxr0:amd64 (0.1.3-4) ... - Setting up libglib2.0-0:amd64 (2.73.3-3) ... - No schema files found: doing nothing. - Setting up libglvnd0:amd64 (1.5.0-1) ... - Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ... - Setting up libxcb-glx0:amd64 (1.15-1) ... - Setting up libgdk-pixbuf2.0-common (2.42.9+dfsg-1) ... - Setting up libnorm1:amd64 (1.5.9+dfsg-2) ... - Setting up libsensors-config (1:3.6.0-7) ... - Setting up libxcb-shm0:amd64 (1.15-1) ... - Setting up libigdgmm12:amd64 (22.1.7+ds1-1) ... - Setting up libsvtav1enc1:amd64 (1.2.1+dfsg-1) ... - Setting up libcjson1:amd64 (1.7.15-1) ... - Setting up libxvidcore4:amd64 (2:1.3.7-1) ... - Setting up libcairo2:amd64 (1.16.0-6) ... - Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... - Setting up libsnappy1v5:amd64 (1.1.9-2) ... - Setting up libxcb-present0:amd64 (1.15-1) ... - Setting up libz3-4:amd64 (4.8.12-1+b1) ... - Setting up libglib2.0-data (2.73.3-3) ... - Setting up libva2:amd64 (2.15.0-1) ... - Setting up libmbedcrypto7:amd64 (2.28.1-1) ... - Setting up libxfixes3:amd64 (1:6.0.0-1) ... - Setting up libxcb-sync1:amd64 (1.15-1) ... - Setting up libfribidi0:amd64 (1.0.8-2.1) ... - Setting up libopus0:amd64 (1.3.1-2) ... - Setting up intel-media-va-driver:amd64 (22.5.1+dfsg1-1) ... - Setting up libvorbis0a:amd64 (1.3.7-1) ... - 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 libdav1d6:amd64 (1.0.0-2) ... - Setting up libglapi-mesa:amd64 (22.2.0~rc3-1) ... - Setting up libxcb-dri2-0:amd64 (1.15-1) ... - Setting up libbdplus0:amd64 (0.2.0-1) ... - Setting up libnuma1:amd64 (2.0.14-3) ... - Setting up libsrt1.5-gnutls:amd64 (1.5.0-2+b1) ... - Setting up ocl-icd-libopencl1:amd64 (2.2.14-3) ... - Setting up libxshmfence1:amd64 (1.3-1) ... - Setting up libvdpau1:amd64 (1.5-1) ... - Setting up libtheora0:amd64 (1.1.1+dfsg.1-16) ... - Setting up libopenjp2-7:amd64 (2.5.0-1) ... - Setting up libharfbuzz0b:amd64 (2.7.4-1+b1) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libvpx7:amd64 (1.12.0-1) ... - Setting up libcairo-gobject2:amd64 (1.16.0-6) ... - Setting up libmfx1:amd64 (22.3.0-1) ... - Setting up libwebpmux3:amd64 (1.2.2-2+b1) ... - Setting up libdrm-common (2.4.112-3) ... - Setting up libelf1:amd64 (0.187-1) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ... - Setting up libzvbi-common (0.2.35-19) ... - Setting up libmp3lame0:amd64 (3.100-3) ... - Setting up libvorbisenc2:amd64 (1.3.7-1) ... - Setting up libzvbi0:amd64 (0.2.35-19) ... - Setting up libzmq5:amd64 (4.3.4-3) ... - Setting up librist4:amd64 (0.2.7+dfsg-1) ... - Setting up libthai0:amd64 (0.1.29-1) ... - Setting up libvorbisfile3:amd64 (1.3.7-1) ... - Setting up shared-mime-info (2.2-1) ... - Setting up libx265-199:amd64 (3.5-2) ... - Setting up libllvm14:amd64 (1:14.0.6-2) ... - Setting up libdrm2:amd64 (2.4.112-3) ... - Setting up libva-drm2:amd64 (2.15.0-1) ... - Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.9+dfsg-1) ... - Setting up libbluray2:amd64 (1:1.3.2-1) ... - Setting up libva-x11-2:amd64 (2.15.0-1) ... - Setting up libopenmpt0:amd64 (0.6.5-1) ... - Setting up libdrm-amdgpu1:amd64 (2.4.112-3) ... - Setting up libdrm-nouveau2:amd64 (2.4.112-3) ... - Setting up libdrm-radeon1:amd64 (2.4.112-3) ... - Setting up libpango-1.0-0:amd64 (1.50.9+ds-1) ... - Setting up libdrm-intel1:amd64 (2.4.112-3) ... - Setting up libgl1-mesa-dri:amd64 (22.2.0~rc3-1) ... - Setting up libavutil57:amd64 (7:5.1-3) ... - Setting up libswresample4:amd64 (7:5.1-3) ... - Setting up libgdk-pixbuf2.0-bin (2.42.9+dfsg-1) ... - Setting up mesa-va-drivers:amd64 (22.2.0~rc3-1) ... - Setting up libpangoft2-1.0-0:amd64 (1.50.9+ds-1) ... - Setting up libswscale6:amd64 (7:5.1-3) ... - Setting up i965-va-driver:amd64 (2.4.1+dfsg1-1) ... - Setting up libpangocairo-1.0-0:amd64 (1.50.9+ds-1) ... - Setting up libavutil-dev:amd64 (7:5.1-3) ... - Setting up mesa-vdpau-drivers:amd64 (22.2.0~rc3-1) ... - Setting up libglx-mesa0:amd64 (22.2.0~rc3-1) ... - Setting up libglx0:amd64 (1.5.0-1) ... - Setting up libswresample-dev:amd64 (7:5.1-3) ... - Setting up librsvg2-2:amd64 (2.54.4+dfsg-1) ... - Setting up libgl1:amd64 (1.5.0-1) ... - Setting up va-driver-all:amd64 (2.15.0-1) ... - Setting up libswscale-dev:amd64 (7:5.1-3) ... - Setting up librsvg2-common:amd64 (2.54.4+dfsg-1) ... - Setting up libavcodec59:amd64 (7:5.1-3) ... - Setting up libvdpau-va-gl1:amd64 (0.4.2-1+b1) ... - Setting up libchromaprint1:amd64 (1.5.1-2+b1) ... - Setting up libavformat59:amd64 (7:5.1-3) ... - Setting up libavcodec-dev:amd64 (7:5.1-3) ... - Setting up libavformat-dev:amd64 (7:5.1-3) ... - Setting up vdpau-driver-all:amd64 (1.5-1) ... - Processing triggers for libc-bin (2.34-7) ... - Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.9+dfsg-1) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/9: Processing 3/9: Processing 4/9: [conf-pkg-config: pkg-config] -> retrieved ffmpeg.0.2.0 (cached) -> retrieved ocamlfind.1.9.5 (cached) [ocamlfind: patch] applying 0001-Fix-bug-when-installing-with-a-system-compiler.patch Processing 5/9: [conf-pkg-config: pkg-config] [ocamlfind: patch] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.05/.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: [ocamlfind: patch] Processing 6/9: [ocamlfind: patch] [conf-pkg-config: mkdir] Processing 6/9: [ocamlfind: ./configure] [conf-pkg-config: mkdir] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.05/lib/pkgconfig" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-pkg-config.2) -> installed conf-pkg-config.2 Processing 6/9: [ocamlfind: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "-bindir" "/home/opam/.opam/4.05/bin" "-sitelib" "/home/opam/.opam/4.05/lib" "-mandir" "/home/opam/.opam/4.05/man" "-config" "/home/opam/.opam/4.05/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5) - Welcome to findlib version 1.9.5 - 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 - dynlink: found - bigarray: found - compiler-libs: found - dbm: not present (normal since 4.00) - graphics: found - num: found - ocamlbuild: not present (normal since 4.03) - ocamldoc: found (in +ocamldoc) - raw_spacetime: found - threads: found (in +threads) - runtime_events: not present - str: found - labltk: not present (normal since 4.02) - native dynlink: found - camlp4: disabled - bytes: found, installing fake library - Configuration for stdlib written to site-lib-src/stdlib/META - Configuration for unix written to site-lib-src/unix/META - Configuration for dynlink written to site-lib-src/dynlink/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 graphics written to site-lib-src/graphics/META - Configuration for num written to site-lib-src/num/META - Configuration for num-top written to site-lib-src/num-top/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.05/lib/ocaml - Binaries: /home/opam/.opam/4.05/bin - Manual pages: /home/opam/.opam/4.05/man - Multi-threading type: posix - The directory of site-specific packages will be - site-lib: /home/opam/.opam/4.05/lib - The configuration file is written to: - findlib config file: /home/opam/.opam/4.05/lib/findlib.conf - Software will be installed: - Libraries: in <site-lib>/findlib - Binaries: /home/opam/.opam/4.05/bin - Manual pages: /home/opam/.opam/4.05/man - topfind script: /home/opam/.opam/4.05/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] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "all" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make all ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/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.05/lib/findlib.conf' | \ - ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.05/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 -I +unix -I +dynlink -g -c findlib_config.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_split.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metatoken.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_meta.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_metascanner.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_metascanner.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_topo.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_topo.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_package_base.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_package_base.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c findlib.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c findlib.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c fl_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -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 -I +unix -I +dynlink -g -c ocaml_args.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c frontend.ml - ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \ - -I +unix -I +dynlink ocaml_args.cmo frontend.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c topfind.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -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.05/lib' \ - >topfind - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c num_top_printers.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c num_top_printers.ml - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c num_top.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -g -c num_top.ml - ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -c fl_dynload.mli - ocamlc -I +compiler-libs -opaque -I +unix -I +dynlink -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.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make all-config - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' - USE_CYGPATH="0"; \ - export USE_CYGPATH; \ - cat findlib.conf.in | \ - tools/patch '@SITELIB@' '/home/opam/.opam/4.05/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.05/.opam-switch/build/ocamlfind.1.9.5' Processing 6/9: [ocamlfind: make opt] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "make" "opt" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5) - for p in findlib; do ( cd src/$p; make opt ) || exit; done - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib_config.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_split.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metatoken.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_meta.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_metascanner.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_topo.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_package_base.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c findlib.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c fl_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -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 -I +unix -I +dynlink -c ocaml_args.ml - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -c frontend.ml - ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \ - -I +unix -I +dynlink ocaml_args.cmx frontend.cmx - ocamlopt -I +compiler-libs -g -opaque -I +unix -I +dynlink -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 -I +unix -I +dynlink -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.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' -> compiled ocamlfind.1.9.5 Processing 7/9: [ocamlfind: make install] + /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5) - if [ "1" -eq 1 ]; then \ - for x in camlp4 dbm graphics labltk num ocamlbuild; do \ - if [ -f "/home/opam/.opam/4.05/lib/$x/META" ]; then \ - if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.05/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 - install -d "/home/opam/.opam/4.05/bin" - install -d "/home/opam/.opam/4.05/man" - make install-config - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' - install -d "`dirname \"/home/opam/.opam/4.05/lib/findlib.conf\"`" - test -f "/home/opam/.opam/4.05/lib/findlib.conf" || install -c findlib.conf "/home/opam/.opam/4.05/lib/findlib.conf" - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' - for p in findlib; do ( cd src/$p; make install ); done - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.05/lib/findlib" - install -d "/home/opam/.opam/4.05/bin" - test 1 -eq 0 || install -d "/home/opam/.opam/4.05/lib/ocaml" - test 1 -eq 0 || install -c topfind "/home/opam/.opam/4.05/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` && \ - install -c $files "/home/opam/.opam/4.05/lib/findlib/" - f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \ - install -c $f "/home/opam/.opam/4.05/bin/ocamlfind" - # the following "if" block is only needed for 4.00beta2 - if [ 1 -eq 0 -a -f "/home/opam/.opam/4.05/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \ - cd "/home/opam/.opam/4.05/lib/ocaml/compiler-libs/"; \ - install -c topdirs.cmi toploop.cmi "/home/opam/.opam/4.05/lib/findlib/"; \ - fi - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - make install-meta - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' - for x in bigarray bytes compiler-libs dynlink graphics num num-top ocamldoc raw_spacetime stdlib str threads unix ; do install -d "/home/opam/.opam/4.05/lib/$x"; install -c site-lib-src/$x/META "/home/opam/.opam/4.05/lib/$x/META.tmp" && mv "/home/opam/.opam/4.05/lib/$x/META.tmp" "/home/opam/.opam/4.05/lib/$x/META"; done - install -d "/home/opam/.opam/4.05/lib/findlib"; install -c Makefile.packages "/home/opam/.opam/4.05/lib/findlib/Makefile.packages" - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' - test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; make install-num-top; } - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - install -d "/home/opam/.opam/4.05/lib/num-top" - install -c num_top.cma num_top.cmi num_top_printers.cmi \ - "/home/opam/.opam/4.05/lib/num-top/" - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5/src/findlib' - test ! -f 'site-lib-src/camlp4/META' || install -c tools/safe_camlp4 "/home/opam/.opam/4.05/bin" - make install-doc - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' - install -d "/home/opam/.opam/4.05/man/man1" "/home/opam/.opam/4.05/man/man3" "/home/opam/.opam/4.05/man/man5" - install -c doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.05/man/man1" - install -c doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.05/man/man5" - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ocamlfind.1.9.5' -> installed ocamlfind.1.9.5 Processing 8/9: [ffmpeg: ./configure] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./configure" "--prefix" "/home/opam/.opam/4.05" (CWD=/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0) - configuring ocaml-ffmpeg 0.2.0 - 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.05.0 - checking if ocaml compiler supports first-class modules... yes - OCaml library path is /home/opam/.opam/4.05/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.05/lib/ocaml - checking for caml/threads.h... yes - checking for gcc option to produce PIC... -fPIC - checking for ocamlopt... /home/opam/.opam/4.05/bin/ocamlopt - 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... /usr/bin/grep - checking for egrep... /usr/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... no - checking libavdevice/avdevice.h presence... no - checking for libavdevice/avdevice.h... no - 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.05/.opam-switch/build/ffmpeg.0.2.0) - make -C src all - make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' - /home/opam/.opam/4.05/bin/ocamlopt -c gen_code_stubs.c - /home/opam/.opam/4.05/bin/ocamlopt str.cmxa gen_code_stubs.o gen_code.ml -o gen_code - File "gen_code.ml", line 32, characters 19-28: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - File "gen_code.ml", line 32, characters 43-52: - Warning 3: deprecated: String.lowercase - Use String.lowercase_ascii instead. - File "gen_code.ml", line 73, characters 33-49: - Warning 3: deprecated: String.uppercase - Use String.uppercase_ascii instead. - ./gen_code -I/usr/include/x86_64-linux-gnu - make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' - 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 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.05/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.05/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 - avutil_stubs.c:51:42: warning: 'enum AVLockOp' declared inside parameter list will not be visible outside of this definition or declaration - 51 | static int lock_manager(void **mtx, enum AVLockOp op) - | ^~~~~~~~ - avutil_stubs.c:51:51: error: parameter 2 ('op') has incomplete type - 51 | static int lock_manager(void **mtx, enum AVLockOp op) - | ~~~~~~~~~~~~~~^~ - avutil_stubs.c: In function 'lock_manager': - avutil_stubs.c:54:8: error: 'AV_LOCK_CREATE' undeclared (first use in this function); did you mean 'AV_LOG_TRACE'? - 54 | case AV_LOCK_CREATE: - | ^~~~~~~~~~~~~~ - | AV_LOG_TRACE - avutil_stubs.c:54:8: note: each undeclared identifier is reported only once for each function it appears in - avutil_stubs.c:61:8: error: 'AV_LOCK_OBTAIN' undeclared (first use in this function) - 61 | case AV_LOCK_OBTAIN: - | ^~~~~~~~~~~~~~ - avutil_stubs.c:64:8: error: 'AV_LOCK_RELEASE' undeclared (first use in this function) - 64 | case AV_LOCK_RELEASE: - | ^~~~~~~~~~~~~~~ - avutil_stubs.c:67:8: error: 'AV_LOCK_DESTROY' undeclared (first use in this function) - 67 | case AV_LOCK_DESTROY: - | ^~~~~~~~~~~~~~~ - avutil_stubs.c: In function 'register_lock_manager': - avutil_stubs.c:85:17: warning: implicit declaration of function 'av_lockmgr_register' [-Wimplicit-function-declaration] - 85 | int ret = av_lockmgr_register(lock_manager); - | ^~~~~~~~~~~~~~~~~~~ - avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_nb_channels': - avutil_stubs.c:191:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations] - 191 | CAMLreturn(Val_int(av_get_channel_layout_nb_channels(ChannelLayout_val(_channel_layout)))); - | ^~~~~~~~~~ - In file included from avutil_stubs.h:10, - from avutil_stubs.c:17: - /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:449:5: note: declared here - 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - avutil_stubs.c: In function 'ocaml_avutil_get_default_channel_layout': - avutil_stubs.c:197:3: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations] - 197 | CAMLreturn(Val_ChannelLayout(av_get_default_channel_layout(Int_val(_nb_channels)))); - | ^~~~~~~~~~ - /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:457:9: note: declared here - 457 | int64_t av_get_default_channel_layout(int nb_channels); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - make[2]: *** [OCamlMakefile:1124: avutil_stubs.o] Error 2 - make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' - make[1]: *** [OCamlMakefile:784: byte-code-library] Error 2 - make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' - make: *** [Makefile:9: all] Error 2 [ERROR] The compilation of ffmpeg.0.2.0 failed at "make". #=== ERROR while compiling ffmpeg.0.2.0 =======================================# # context 2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///home/opam/opam-repository # path ~/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0 # command ~/.opam/opam-init/hooks/sandbox.sh build make # exit-code 2 # env-file ~/.opam/log/ffmpeg-8-74a809.env # output-file ~/.opam/log/ffmpeg-8-74a809.out ### output ### # make -C src all # make[1]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' # /home/opam/.opam/4.05/bin/ocamlopt -c gen_code_stubs.c # /home/opam/.opam/4.05/bin/ocamlopt str.cmxa gen_code_stubs.o gen_code.ml -o gen_code # File "gen_code.ml", line 32, characters 19-28: # Warning 3: deprecated: String.uppercase # Use String.uppercase_ascii instead. # File "gen_code.ml", line 32, characters 43-52: # Warning 3: deprecated: String.lowercase # Use String.lowercase_ascii instead. # File "gen_code.ml", line 73, characters 33-49: # Warning 3: deprecated: String.uppercase # Use String.uppercase_ascii instead. # ./gen_code -I/usr/include/x86_64-linux-gnu # make[2]: Entering directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' # 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 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.05/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.05/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 # avutil_stubs.c:51:42: warning: 'enum AVLockOp' declared inside parameter list will not be visible outside of this definition or declaration # 51 | static int lock_manager(void **mtx, enum AVLockOp op) # | ^~~~~~~~ # avutil_stubs.c:51:51: error: parameter 2 ('op') has incomplete type # 51 | static int lock_manager(void **mtx, enum AVLockOp op) # | ~~~~~~~~~~~~~~^~ # avutil_stubs.c: In function 'lock_manager': # avutil_stubs.c:54:8: error: 'AV_LOCK_CREATE' undeclared (first use in this function); did you mean 'AV_LOG_TRACE'? # 54 | case AV_LOCK_CREATE: # | ^~~~~~~~~~~~~~ # | AV_LOG_TRACE # avutil_stubs.c:54:8: note: each undeclared identifier is reported only once for each function it appears in # avutil_stubs.c:61:8: error: 'AV_LOCK_OBTAIN' undeclared (first use in this function) # 61 | case AV_LOCK_OBTAIN: # | ^~~~~~~~~~~~~~ # avutil_stubs.c:64:8: error: 'AV_LOCK_RELEASE' undeclared (first use in this function) # 64 | case AV_LOCK_RELEASE: # | ^~~~~~~~~~~~~~~ # avutil_stubs.c:67:8: error: 'AV_LOCK_DESTROY' undeclared (first use in this function) # 67 | case AV_LOCK_DESTROY: # | ^~~~~~~~~~~~~~~ # avutil_stubs.c: In function 'register_lock_manager': # avutil_stubs.c:85:17: warning: implicit declaration of function 'av_lockmgr_register' [-Wimplicit-function-declaration] # 85 | int ret = av_lockmgr_register(lock_manager); # | ^~~~~~~~~~~~~~~~~~~ # avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_nb_channels': # avutil_stubs.c:191:3: warning: 'av_get_channel_layout_nb_channels' is deprecated [-Wdeprecated-declarations] # 191 | CAMLreturn(Val_int(av_get_channel_layout_nb_channels(ChannelLayout_val(_channel_layout)))); # | ^~~~~~~~~~ # In file included from avutil_stubs.h:10, # from avutil_stubs.c:17: # /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:449:5: note: declared here # 449 | int av_get_channel_layout_nb_channels(uint64_t channel_layout); # | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # avutil_stubs.c: In function 'ocaml_avutil_get_default_channel_layout': # avutil_stubs.c:197:3: warning: 'av_get_default_channel_layout' is deprecated [-Wdeprecated-declarations] # 197 | CAMLreturn(Val_ChannelLayout(av_get_default_channel_layout(Int_val(_nb_channels)))); # | ^~~~~~~~~~ # /usr/include/x86_64-linux-gnu/libavutil/channel_layout.h:457:9: note: declared here # 457 | int64_t av_get_default_channel_layout(int nb_channels); # | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # make[2]: *** [OCamlMakefile:1124: avutil_stubs.o] Error 2 # make[2]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' # make[1]: *** [OCamlMakefile:784: byte-code-library] Error 2 # make[1]: Leaving directory '/home/opam/.opam/4.05/.opam-switch/build/ffmpeg.0.2.0/src' # make: *** [Makefile:9: all] Error 2 <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build ffmpeg 0.2.0 +- +- The following changes have been performed | - install conf-pkg-config 2 | - install ocamlfind 1.9.5 +- # Run eval $(opam env) to update the current shell environment The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.05/.opam-switch/backup/state-20220903051245.export" 'opam install -vy ffmpeg.0.2.0' failed. This package failed and has been disabled for CI using the 'x-ci-accept-failures' field. "/bin/bash" "-c" " opam remove -y "ffmpeg.0.2.0" opam install -vy "ffmpeg.0.2.0" res=$? if [ $res = 31 ]; then if opam show -f x-ci-accept-failures: "ffmpeg.0.2.0" | grep -q '"debian-unstable"'; then echo "This package failed and has been disabled for CI using the 'x-ci-accept-failures' field." exit 69 fi fi exit $res " failed with exit status 69 Failed: Build failed