Building on doris.caelum.ci.dev
day10 dispatch:
verb : health-check
opam-repository : <default>
opam-repo commit : 717c44ec9929ffc34a7a733dde6f29aa59156738
mirror : /var/cache/obuilder/ocluster/git/opam-repository.git-b322f7b18d276db68487afc3dfc5a5befdd45818
cache-dir : /var/cache/day10
ocaml-version : ocaml.5.3.0
package : conf-vips.1
os-distribution : debian
os-version : 13
with-test : false
+ 'day10' 'health-check' '--cache-dir' '/var/cache/day10' '--log' '--opam-repository' '/var/cache/obuilder/ocluster/git/opam-repository.git-b322f7b18d276db68487afc3dfc5a5befdd45818:717c44ec9929ffc34a7a733dde6f29aa59156738' '--ocaml-version' 'ocaml.5.3.0' '--arch' 'x86_64' '--os' 'linux' '--os-distribution' 'debian' '--os-version' '13' 'conf-vips.1'
digraph opam {
"conf-vips.1" -> "conf-pkg-config.5";
}
Processing: [default: loading data]
The following system packages will first need to be installed:
pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- Selecting previously unselected package libpkgconf3: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 ... 20108 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
[conf-pkg-config.5/install-shim.sh: dl]
[conf-pkg-config.5/write-config.sh: dl]
-> retrieved conf-pkg-config.5 (2 extra sources)
-> retrieved conf-pkg-config.5 (2 extra sources)
[conf-pkg-config: pkg-config]
+ /usr/bin/pkg-config "--help" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-pkg-config.5)
- usage: pkgconf [OPTIONS] [LIBRARIES]
-
- basic options:
-
- --help this message
- --about print pkgconf version and license to stdout
- --version print supported pkg-config version to stdout
- --atleast-pkgconfig-version check whether or not pkgconf is compatible
- with a specified pkg-config version
- --errors-to-stdout print all errors on stdout instead of stderr
- --print-errors ensure all errors are printed
- --short-errors be less verbose about some errors
- --silence-errors explicitly be silent about errors
- --list-all list all known packages
- --list-package-names list all known package names
- --simulate simulate walking the calculated dependency graph
- --no-cache do not cache already seen packages when
- walking the dependency graph
- --log-file=filename write an audit log to a specified file
- --with-path=path adds a directory to the search path
- --define-prefix override the prefix variable with one that is guessed based on
- the location of the .pc file
- --dont-define-prefix do not override the prefix variable under any circumstances
- --prefix-variable=varname sets the name of the variable that pkgconf considers
- to be the package prefix
- --relocate=path relocates a path and exits (mostly for testsuite)
- --dont-relocate-paths disables path relocation support
-
- cross-compilation personality support:
-
- --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename'
- --dump-personality dumps details concerning selected personality
-
- checking specific pkg-config database entries:
-
- --atleast-version require a specific version of a module
- --exact-version require an exact version of a module
- --max-version require a maximum version of a module
- --exists check whether or not a module exists
- --uninstalled check whether or not an uninstalled module will be used
- --no-uninstalled never use uninstalled modules when satisfying dependencies
- --no-provides do not use 'provides' rules to resolve dependencies
- --maximum-traverse-depth maximum allowed depth for dependency graph
- --static be more aggressive when computing dependency graph
- (for static linking)
- --shared use a simplified dependency graph (usually default)
- --pure optimize a static dependency graph as if it were a normal
- dependency graph
- --env-only look only for package entries in PKG_CONFIG_PATH
- --ignore-conflicts ignore 'conflicts' rules in modules
- --validate validate specific .pc files for correctness
-
- querying specific pkg-config database fields:
-
- --define-variable=varname=value define variable 'varname' as 'value'
- --variable=varname print specified variable entry to stdout
- --cflags print required CFLAGS to stdout
- --cflags-only-I print required include-dir CFLAGS to stdout
- --cflags-only-other print required non-include-dir CFLAGS to stdout
- --libs print required linker flags to stdout
- --libs-only-L print required LDPATH linker flags to stdout
- --libs-only-l print required LIBNAME linker flags to stdout
- --libs-only-other print required other linker flags to stdout
- --print-requires print required dependency frameworks to stdout
- --print-requires-private print required dependency frameworks for static
- linking to stdout
- --print-provides print provided dependencies to stdout
- --print-variables print all known variables in module to stdout
- --digraph print entire dependency graph in graphviz 'dot' format
- --keep-system-cflags keep -I/usr/include entries in cflags output
- --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
- --path show the exact filenames for any matching .pc files
- --modversion print the specified module's version to stdout
- --internal-cflags do not filter 'internal' cflags from output
-
- filtering output:
-
- --msvc-syntax print translatable fragments in MSVC syntax
- --fragment-filter=types filter output fragments to the specified types
-
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
[conf-pkg-config: sh conf-pkg-config]
+ /usr/bin/sh "./write-config.sh" "conf-pkg-config" "-v" "command:list" "EOL" "pkg-config" "EOL" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-pkg-config.5)
-> compiled conf-pkg-config.5
-> installed conf-pkg-config.5
Processing: [default: loading data]
The following system packages will first need to be installed:
libvips-dev
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libvips-dev"
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/imagemagick-7-common_7.1.1.43%2bdfsg1-1%2bdeb13u7_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickcore-7-headers_7.1.1.43%2bdfsg1-1%2bdeb13u7_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickcore-7-arch-config_7.1.1.43%2bdfsg1-1%2bdeb13u7_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/libp/libpng1.6/libpng16-16t64_1.6.48-1%2bdeb13u4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/l/lcms2/liblcms2-2_2.16-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-0t64_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/t/tiff/libtiff6_4.7.0-3%2bdeb13u1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickcore-7.q16-10_7.1.1.43%2bdfsg1-1%2bdeb13u7_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickwand-7.q16-10_7.1.1.43%2bdfsg1-1%2bdeb13u7_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz0b_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickcore-7.q16-10-extra_7.1.1.43%2bdfsg1-1%2bdeb13u7_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/libe/libexif/libexif12_0.6.25-1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/libe/libexif/libexif-dev_0.6.25-1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/libp/libpng1.6/libpng-dev_1.6.48-1%2bdeb13u4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/l/lcms2/liblcms2-dev_2.16-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/gir1.2-glib-2.0_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gdk-pixbuf/libgdk-pixbuf2.0-common_2.42.12%2bdfsg-4_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gdk-pixbuf/libgdk-pixbuf-2.0-0_2.42.12%2bdfsg-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gdk-pixbuf/gir1.2-gdkpixbuf-2.0_2.42.12%2bdfsg-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libgirepository-2.0-0_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/girepository-tools_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libgio-2.0-dev_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-data_2.84.4-3%7edeb13u2_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-bin_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/o/openssl/openssl-provider-legacy_3.5.5-1%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/o/openssl/libssl3t64_3.5.5-1%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.13/libpython3.13-minimal_3.13.5-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.13/python3.13-minimal_3.13.5-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.13/libpython3.13-stdlib_3.13.5-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.13/python3.13_3.13.5-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libgio-2.0-dev-bin_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-dev-bin_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/libglib2.0-dev_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gdk-pixbuf/libgdk-pixbuf2.0-bin_2.42.12%2bdfsg-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/t/tiff/libtiffxx6_4.7.0-3%2bdeb13u1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/t/tiff/libtiff-dev_4.7.0-3%2bdeb13u1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/glib2.0/gir1.2-glib-2.0-dev_2.84.4-3%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gdk-pixbuf/libgdk-pixbuf-2.0-dev_2.42.12%2bdfsg-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz-gobject0_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/gir1.2-harfbuzz-0.0_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz-icu0_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz-subset0_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz-cairo0_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/h/harfbuzz/libharfbuzz-dev_10.2.0-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickcore-7.q16-dev_7.1.1.43%2bdfsg1-1%2bdeb13u7_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickcore-dev_7.1.1.43%2bdfsg1-1%2bdeb13u7_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickwand-7-headers_7.1.1.43%2bdfsg1-1%2bdeb13u7_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickwand-7.q16-dev_7.1.1.43%2bdfsg1-1%2bdeb13u7_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/i/imagemagick/libmagickwand-dev_7.1.1.43%2bdfsg1-1%2bdeb13u7_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/e/e2fsprogs/comerr-dev_2.1-1.47.2-3%2bb10_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gpgconf_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/dirmngr_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gpg_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gpg-agent_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gpgsm_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/liba/libarchive/libarchive13t64_3.7.4-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/j/jpeg-xl/libjxl0.11_0.11.1-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/v/vips/libvips42t64_8.16.1-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/v/vips/gir1.2-vips-8.0_8.16.1-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gpg-wks-client_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gpgv_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs2t64_1.47.2-3%2bb10_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/e/e2fsprogs/libext2fs-dev_1.47.2-3%2bb10_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/liba/libarchive/libarchive-dev_3.7.4-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/u/unbound/libunbound8_1.22.0-2%2bdeb13u1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/gnutls28/libgnutls-dane0t64_3.8.9-3%2bdeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/gnutls28/libgnutls-openssl27t64_3.8.9-3%2bdeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/g/gnutls28/libgnutls28-dev_3.8.9-3%2bdeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/o/openssl/libssl-dev_3.5.5-1%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/c/curl/libcurl4-openssl-dev_8.14.1-2%2bdeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/libe/libexif/libexif-doc_0.6.25-1_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/j/jpeg-xl/libjxl-dev_0.11.1-4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/libp/libpng1.6/libpng-tools_1.6.48-1%2bdeb13u4_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/v/vips/libvips-dev_8.16.1-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/v/vips/libvips-doc_8.16.1-1_all.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/v/vips/libvips-tools_8.16.1-1%2bb1_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/o/openssl/openssl_3.5.5-1%7edeb13u2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3.13/python3.13-tk_3.13.5-2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Failed to fetch http://deb.debian.org/debian/pool/main/g/gnupg2/gnupg-utils_2.4.7-21%2bdeb13u1%2bb2_amd64.deb 404 Not Found [IP: 2a04:4e42:f::644 80]
- E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
[ERROR] System package install failed with exit code 100 at command:
sudo apt-get install -qq -yy libvips-dev
[ERROR] These packages are still missing: libvips-dev
[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.
opam-build: internal error, uncaught exception:
OpamStd.OpamSys.Exit(10)
[ERROR] failure
Job succeeded