2026-05-26 18:41.26: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (279802ac01028368cf206de11e601fa743d0f875) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 279802ac cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a # ubuntu-22.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 curl_lwt.opam curl.opam ./ RUN opam pin add -yn curl_lwt.dev './' && \ opam pin add -yn curl.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-26 18:41.26: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a-ubuntu-22.04-4.14_opam-2.5-2b0d90cefb4aa046784a563c31e631bd" 2026-05-26 18:41.26: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a) (comment ubuntu-22.04-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) (copy (src curl_lwt.opam curl.opam) (dst ./)) (run (network host) (shell "opam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-05-26 18:41.26: Waiting for resource in pool OCluster 2026-05-26 18:41.26: Waiting for worker… 2026-05-26 18:41.38: Got resource from pool OCluster Building on doris.caelum.ci.dev HEAD is now at cd7dec8 discover: use ARGN instead of custom call to pkgconfig HEAD is now at 279802a discover: fix put ARGN (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a' locally docker.io/ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a: Pulling from ocaml/opam f63eb04151bc: Pulling fs layer 16ef32c2b922: Pulling fs layer e5e797a8532e: Pulling fs layer 900d76492cd2: Pulling fs layer b32fb13583c7: Pulling fs layer cc067465d8d1: Pulling fs layer 6aa8f5351c31: Pulling fs layer dd8552e5b43d: Pulling fs layer 43f4b9675c30: Pulling fs layer b32fb13583c7: Waiting 900d76492cd2: Waiting cc067465d8d1: Waiting 4c7b0811a3d4: Pulling fs layer 631ea5d5606c: Pulling fs layer dd8552e5b43d: Waiting feb2963643de: Pulling fs layer 43f4b9675c30: Waiting 4a7bd3298042: Pulling fs layer 6aa8f5351c31: Waiting 631ea5d5606c: Waiting 4c7b0811a3d4: Waiting feb2963643de: Waiting 869749c01379: Pulling fs layer 4a7bd3298042: Waiting 062faef17978: Pulling fs layer 869749c01379: Waiting 3da7b1d53079: Pulling fs layer 5c55fc1c2e7f: Pulling fs layer 062faef17978: Waiting 3da7b1d53079: Waiting 4f4fb700ef54: Pulling fs layer 5c55fc1c2e7f: Waiting bc630b9f54d9: Pulling fs layer d37f1552c2be: Pulling fs layer 4f4fb700ef54: Waiting bc630b9f54d9: Waiting 93fddfb5d660: Pulling fs layer d37f1552c2be: Waiting 93fddfb5d660: Waiting 7e22d88b1f22: Pulling fs layer 471528d8c145: Pulling fs layer 7e22d88b1f22: Waiting ea05e57fd084: Pulling fs layer 158119cd57c7: Pulling fs layer ea05e57fd084: Waiting 471528d8c145: Waiting 158119cd57c7: Waiting 325db06da924: Pulling fs layer 168b1f896c3b: Pulling fs layer 325db06da924: Waiting 2bfb76a16172: Pulling fs layer 0cf1ed22f117: Pulling fs layer 2bfb76a16172: Waiting 168b1f896c3b: Waiting 5ccb0f2d64b3: Pulling fs layer 0cf1ed22f117: Waiting 5e94edcc9569: Pulling fs layer 5ccb0f2d64b3: Waiting 00860f476adc: Pulling fs layer 5e94edcc9569: Waiting 94d81fb6e3f5: Pulling fs layer 00860f476adc: Waiting 0247515e7c33: Pulling fs layer e05c2c8dbed5: Pulling fs layer 5e97b484e1fe: Pulling fs layer 94d81fb6e3f5: Waiting 3b7e8887fcc2: Pulling fs layer 0247515e7c33: Waiting e05c2c8dbed5: Waiting 15db2b9812bb: Pulling fs layer 5e97b484e1fe: Waiting 3b7e8887fcc2: Waiting 610e48377a63: Pulling fs layer 15db2b9812bb: Waiting 117f8d44d4a3: Pulling fs layer 610e48377a63: Waiting 9eddb87ae6a8: Pulling fs layer 117f8d44d4a3: Waiting b38c24be2496: Pulling fs layer 4cffb5c2964b: Pulling fs layer 9eddb87ae6a8: Waiting b38c24be2496: Waiting 4cffb5c2964b: Waiting e5e797a8532e: Verifying Checksum 16ef32c2b922: Download complete b32fb13583c7: Download complete 900d76492cd2: Verifying Checksum 900d76492cd2: Download complete 6aa8f5351c31: Verifying Checksum 6aa8f5351c31: Download complete dd8552e5b43d: Verifying Checksum dd8552e5b43d: Download complete 43f4b9675c30: Verifying Checksum 43f4b9675c30: Download complete f63eb04151bc: Verifying Checksum f63eb04151bc: Download complete 4c7b0811a3d4: Verifying Checksum 4c7b0811a3d4: Download complete 631ea5d5606c: Verifying Checksum 4a7bd3298042: Verifying Checksum 4a7bd3298042: Download complete feb2963643de: Verifying Checksum feb2963643de: Download complete 062faef17978: Verifying Checksum 062faef17978: Download complete 869749c01379: Verifying Checksum 869749c01379: Download complete 5c55fc1c2e7f: Download complete f63eb04151bc: Pull complete 16ef32c2b922: Pull complete e5e797a8532e: Pull complete cc067465d8d1: Verifying Checksum cc067465d8d1: Download complete 3da7b1d53079: Verifying Checksum 3da7b1d53079: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete bc630b9f54d9: Verifying Checksum bc630b9f54d9: Download complete d37f1552c2be: Verifying Checksum d37f1552c2be: Download complete 7e22d88b1f22: Verifying Checksum 7e22d88b1f22: Download complete 93fddfb5d660: Verifying Checksum 93fddfb5d660: Download complete ea05e57fd084: Verifying Checksum ea05e57fd084: Download complete 471528d8c145: Download complete 158119cd57c7: Download complete 325db06da924: Verifying Checksum 325db06da924: Download complete 168b1f896c3b: Verifying Checksum 168b1f896c3b: Download complete 900d76492cd2: Pull complete b32fb13583c7: Pull complete 5ccb0f2d64b3: Verifying Checksum 5ccb0f2d64b3: Download complete 2bfb76a16172: Download complete 0cf1ed22f117: Verifying Checksum 00860f476adc: Download complete 94d81fb6e3f5: Verifying Checksum 94d81fb6e3f5: Download complete 5e94edcc9569: Verifying Checksum 5e94edcc9569: Download complete e05c2c8dbed5: Verifying Checksum e05c2c8dbed5: Download complete 3b7e8887fcc2: Verifying Checksum 15db2b9812bb: Verifying Checksum 15db2b9812bb: Download complete 610e48377a63: Verifying Checksum 610e48377a63: Download complete 0247515e7c33: Verifying Checksum 0247515e7c33: Download complete 9eddb87ae6a8: Download complete b38c24be2496: Verifying Checksum b38c24be2496: Download complete cc067465d8d1: Pull complete 4cffb5c2964b: Download complete 6aa8f5351c31: Pull complete dd8552e5b43d: Pull complete 43f4b9675c30: Pull complete 4c7b0811a3d4: Pull complete 631ea5d5606c: Pull complete feb2963643de: Pull complete 4a7bd3298042: Pull complete 869749c01379: Pull complete 062faef17978: Pull complete 3da7b1d53079: Pull complete 5c55fc1c2e7f: Pull complete 4f4fb700ef54: Pull complete bc630b9f54d9: Pull complete d37f1552c2be: Pull complete 93fddfb5d660: Pull complete 7e22d88b1f22: Pull complete 471528d8c145: Pull complete ea05e57fd084: Pull complete 158119cd57c7: Pull complete 325db06da924: Pull complete 168b1f896c3b: Pull complete 2bfb76a16172: Pull complete 0cf1ed22f117: Pull complete 5ccb0f2d64b3: Pull complete 5e94edcc9569: Pull complete 00860f476adc: Pull complete 94d81fb6e3f5: Pull complete 5e97b484e1fe: Verifying Checksum 5e97b484e1fe: Download complete 117f8d44d4a3: Verifying Checksum 117f8d44d4a3: Download complete 0247515e7c33: Pull complete e05c2c8dbed5: Pull complete 5e97b484e1fe: Pull complete 3b7e8887fcc2: Pull complete 15db2b9812bb: Pull complete 610e48377a63: Pull complete 117f8d44d4a3: Pull complete 9eddb87ae6a8: Pull complete b38c24be2496: Pull complete 4cffb5c2964b: Pull complete Digest: sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a Status: Downloaded newer image for ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a 2026-05-26 18:41.40 ---> using "8f2b5d0a59cc03e6e84b710b80d10f3206c6bcf1d163b115e624435fb4299fd5" from cache /: (comment ubuntu-22.04-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-26 18:41.40 ---> using "87fdcf2f2a15f69e2326fdefca603bf7e5009918339b39978c52d9140c3c5cd9" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 045748b2d8..418d45864d master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-26 18:41.40 ---> using "e7b3dee85cbd43ae27c82e99a8a951e5820c7107fd0d8afaf25edec6d07c2c37" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-26 18:41.40 ---> using "fd79fa2584d75f9378807fa6864ee0986eee3281f6b2f2ff45ff91cc21ac9e55" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-26 18:41.40 ---> using "de82e0a9a61d55ac9df522c0db23f443bd4d167b6e2ec4b86b514f42638d5039" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-26 18:41.40 ---> using "c7e07940349feda522e88f5087931111496e20cf5656d94b1e206c033b80281f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-26 18:41.40 ---> using "92c235bd4e2e0e3760042664b8c6985706c5135aa0178a2fa8ec952e4e932f28" from cache /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-05-26 18:41.40 ---> using "ccdd7066ebcd465cb3dd2098bc0083f9e78c1bd5a7b3627cfb57f9f5cba04454" from cache /src: (run (network host) (shell "opam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) [curl_lwt.dev] synchronised (file:///src) curl_lwt is now pinned to file:///src (version dev) [curl.dev] synchronised (file:///src) curl is now pinned to file:///src (version dev) 2026-05-26 18:41.40 ---> using "4e95a0717f7bad793c093d476aa7c8d39578cc88f496f575e003dc9bacaf13ce" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-26 18:41.40 ---> using "824d0f46f97bb3718e411388cba7dc7daf55626b1bbddf6f40b0ef4fa768b11c" from cache /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7084 kB] - Get:7 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [77.8 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3955 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1602 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4296 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB] - Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7361 kB] - Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB] - Get:14 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.8 kB] - Fetched 26.3 MB in 2s (17.1 MB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [curl.dev] synchronised (file:///src) [curl_lwt.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: libcurl4-gnutls-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcurl4-gnutls-dev" - debconf: delaying package configuration, since apt-utils is not installed - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15645 files and directories currently installed.) - Preparing to unpack .../libcurl3-gnutls_7.81.0-1ubuntu1.24_amd64.deb ... - Unpacking libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.24) over (7.81.0-1ubuntu1.23) ... - Selecting previously unselected package libcurl4-gnutls-dev:amd64. - Preparing to unpack .../libcurl4-gnutls-dev_7.81.0-1ubuntu1.24_amd64.deb ... - Unpacking libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.24) ... - Setting up libcurl3-gnutls:amd64 (7.81.0-1ubuntu1.24) ... - Setting up libcurl4-gnutls-dev:amd64 (7.81.0-1ubuntu1.24) ... - Processing triggers for libc-bin (2.35-0ubuntu3.13) ... # To update the current shell environment, run: eval $(opam env) 2026-05-26 18:41.40 ---> using "e4ccfc8346aa414438d2f5d004a887faf32d8548f7f0d4a2599d0e4f5421dd96" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 9 packages - install base-bytes base - install conf-libcurl 2 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.23.1 - install dune-configurator 3.23.1 - install lwt 6.1.2 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-libcurl.2 -> retrieved lwt.6.1.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.23.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.23.1 -> installed lwt.6.1.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-26 18:41.40 ---> using "31577ae56e56b3f0de3cdf68eed8cffed631922a8e9263ba711dcc3cb2d48e88" from cache /src: (copy (src .) (dst /src)) 2026-05-26 18:41.40 ---> using "196b8ddc0ac188e59adf2662e4b9d734c423e3250a90294efa647d512b830388" from cache /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "examples/dune", line 37, characters 18-25: 37 | (preprocess (pps lwt_ppx)) ^^^^^^^ Error: Library "lwt_ppx" not found. -> required by _build/default/examples/.merlin-conf/exe-test_lwt-7ea57e54dfcdb31d8ef2be2c4623f56b -> required by alias examples/check (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -I examples/.ocurl.eobjs/byte -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.ocurl.eobjs/byte/dune__exe__Ocurl.cmo -c -impl examples/ocurl.ml) File "examples/ocurl.ml", line 21, characters 4-14: 21 | let getContent connection url = ^^^^^^^^^^ Warning 32 [unused-value-declaration]: unused value getContent. (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -I .curl_lwt.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o .curl_lwt.objs/byte/curl_lwt.cmo -c -impl curl_lwt.ml) File "curl_lwt.ml", line 42, characters 4-20: 42 | M.action_timeout mt; ^^^^^^^^^^^^^^^^ Alert deprecated: M.action_timeout Use action_timeout' instead (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -bin-annot -I examples/.opar.eobjs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I .curl.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o examples/.opar.eobjs/byte/dune__exe__Opar.cmo -c -impl examples/opar.ml) File "examples/opar.ml", line 9, characters 4-17: 9 | let show_progress fname conn = ^^^^^^^^^^^^^ Warning 32 [unused-value-declaration]: unused value show_progress. (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -I .curl_lwt.objs/byte -I .curl_lwt.objs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/lwt -I /home/opam/.opam/4.14/lib/lwt/unix -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocplib-endian -I /home/opam/.opam/4.14/lib/ocplib-endian/bigstring -I .curl.objs/byte -I .curl.objs/native -intf-suffix .ml -no-alias-deps -opaque -o .curl_lwt.objs/native/curl_lwt.cmx -c -impl curl_lwt.ml) File "curl_lwt.ml", line 42, characters 4-20: 42 | M.action_timeout mt; ^^^^^^^^^^^^^^^^ Alert deprecated: M.action_timeout Use action_timeout' instead (cd _build/default && /usr/bin/gcc -DHAVE_CONFIG_H -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wall -Wno-deprecated-declarations -g -I /home/opam/.opam/4.14/lib/ocaml -o curl-helper.o -c curl-helper.c) curl-helper.c: In function 'handle_POSTREDIR': curl-helper.c:3437:51: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 3437 | long bitmask = caml_convert_flag_list(option, curlPostRedir_table); | ^~~~~~~~~~~~~~~~~~~ In file included from curl-helper.c:29: /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *' 60 | CAMLextern int caml_convert_flag_list (value, int *); | ^~~~~ curl-helper.c: In function 'convert_extra_fds': curl-helper.c:4986:72: warning: passing argument 2 of 'caml_convert_flag_list' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4986 | extra_fds[i].events = caml_convert_flag_list(Field(v_extra_fd, 1), curlWait_table); | ^~~~~~~~~~~~~~ In file included from curl-helper.c:29: /home/opam/.opam/4.14/lib/ocaml/caml/alloc.h:60:47: note: expected 'int *' but argument is of type 'const int *' 60 | CAMLextern int caml_convert_flag_list (value, int *); | ^~~~~ File "examples/dune", line 7, characters 2-19: 7 | test_memory_leaks ^^^^^^^^^^^^^^^^^ (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +a-4-42-69-70 -warn-error -a+31 -g -o examples/test_memory_leaks.exe /home/opam/.opam/4.14/lib/ocaml/unix.cmxa -I /home/opam/.opam/4.14/lib/ocaml /home/opam/.opam/4.14/lib/ocaml/bigarray.cmxa -I /home/opam/.opam/4.14/lib/ocaml curl.cmxa -I . examples/.ocurl.eobjs/native/dune__exe.cmx examples/.ocurl.eobjs/native/dune__exe__Test_memory_leaks.cmx -cc 'gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wl,-Bstatic' -cclib -Wl,-Bdynamic) /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_disconnect': (.text+0x150): undefined reference to `nghttp2_session_del' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_getsock': (.text+0x1b9): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x1c9): undefined reference to `nghttp2_session_get_remote_window_size' /usr/bin/ld: (.text+0x1ee): undefined reference to `nghttp2_session_get_stream_remote_window_size' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_begin_headers': (.text+0x21c): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_header': (.text+0x25f): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x570): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `data_source_read_callback': (.text+0x67e): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_data_chunk_recv': (.text+0x763): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_stream_close': (.text+0x8fa): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x94c): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_session_send': (.text+0xa3d): undefined reference to `nghttp2_priority_spec_init' /usr/bin/ld: (.text+0xa8a): undefined reference to `nghttp2_submit_priority' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_process_pending_input': (.text+0xb24): undefined reference to `nghttp2_session_mem_recv' /usr/bin/ld: (.text+0xb63): undefined reference to `nghttp2_session_check_request_allowed' /usr/bin/ld: (.text+0xba5): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0xbb2): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0xc41): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_conncheck': (.text+0xddd): undefined reference to `nghttp2_submit_ping' /usr/bin/ld: (.text+0xe05): undefined reference to `nghttp2_session_send' /usr/bin/ld: (.text+0xe17): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0xe43): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_handle_stream_close': (.text+0x1027): undefined reference to `nghttp2_http2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_recv': (.text+0x1240): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x1254): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_send': (.text+0x15ce): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0x15d5): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x15f3): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x1b3a): undefined reference to `nghttp2_priority_spec_init' /usr/bin/ld: (.text+0x1bd2): undefined reference to `nghttp2_submit_request' /usr/bin/ld: (.text+0x1c4d): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0x1e0d): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x1e26): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x1e55): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0x1eb6): undefined reference to `nghttp2_session_want_read' /usr/bin/ld: (.text+0x1ecf): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_ver': (.text+0x1ff4): undefined reference to `nghttp2_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_frame_recv': (.text+0x21b4): undefined reference to `nghttp2_session_get_stream_user_data' /usr/bin/ld: (.text+0x2200): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: (.text+0x2207): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x222c): undefined reference to `nghttp2_session_get_remote_settings' /usr/bin/ld: (.text+0x223f): undefined reference to `nghttp2_session_get_remote_settings' /usr/bin/ld: (.text+0x24ce): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: (.text+0x24d5): undefined reference to `nghttp2_is_fatal' /usr/bin/ld: (.text+0x269f): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_done': (.text+0x280a): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: (.text+0x2849): undefined reference to `nghttp2_submit_rst_stream' /usr/bin/ld: (.text+0x28b8): undefined reference to `nghttp2_session_send' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_request_upgrade': (.text+0x295e): undefined reference to `nghttp2_pack_settings_payload' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_done_sending': (.text+0x2abc): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x2aeb): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: (.text+0x2b15): undefined reference to `nghttp2_session_resume_data' /usr/bin/ld: (.text+0x2b31): undefined reference to `nghttp2_session_want_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_setup': (.text+0x2ce2): undefined reference to `nghttp2_session_callbacks_new' /usr/bin/ld: (.text+0x2cfa): undefined reference to `nghttp2_session_callbacks_set_send_callback' /usr/bin/ld: (.text+0x2d0a): undefined reference to `nghttp2_session_callbacks_set_on_frame_recv_callback' /usr/bin/ld: (.text+0x2d1a): undefined reference to `nghttp2_session_callbacks_set_on_data_chunk_recv_callback' /usr/bin/ld: (.text+0x2d2a): undefined reference to `nghttp2_session_callbacks_set_on_stream_close_callback' /usr/bin/ld: (.text+0x2d3a): undefined reference to `nghttp2_session_callbacks_set_on_begin_headers_callback' /usr/bin/ld: (.text+0x2d4a): undefined reference to `nghttp2_session_callbacks_set_on_header_callback' /usr/bin/ld: (.text+0x2d5a): undefined reference to `nghttp2_session_callbacks_set_error_callback' /usr/bin/ld: (.text+0x2d6d): undefined reference to `nghttp2_session_client_new' /usr/bin/ld: (.text+0x2d78): undefined reference to `nghttp2_session_callbacks_del' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_switched': (.text+0x2ef1): undefined reference to `nghttp2_submit_settings' /usr/bin/ld: (.text+0x2f11): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x2fbc): undefined reference to `nghttp2_session_upgrade2' /usr/bin/ld: (.text+0x2fda): undefined reference to `nghttp2_session_set_stream_user_data' /usr/bin/ld: (.text+0x304b): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x3073): undefined reference to `nghttp2_strerror' /usr/bin/ld: (.text+0x30a7): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_stream_pause': (.text+0x3123): undefined reference to `nghttp2_session_set_local_window_size' /usr/bin/ld: (.text+0x3163): undefined reference to `nghttp2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_session_send': (.text+0xab0): undefined reference to `nghttp2_session_send' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_destroy': (.text+0x29): undefined reference to `psl_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_use': (.text+0xbb): undefined reference to `psl_latest' /usr/bin/ld: (.text+0x177): undefined reference to `psl_builtin' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `check_gss_err.part.0': (.text+0x57): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x77): undefined reference to `gss_display_status' /usr/bin/ld: (.text+0x9b): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xcf): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xef): undefined reference to `gss_display_status' /usr/bin/ld: (.text+0x112): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x17e): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `Curl_SOCKS5_gssapi_negotiate': (.text+0x2ec): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x2ff): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x38f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x39a): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x491): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x566): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x571): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x57c): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x58d): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x62e): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x63b): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x684): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x6aa): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x6bb): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x712): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x73a): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x774): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x77f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x78c): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x7bc): undefined reference to `gss_inquire_context' /usr/bin/ld: (.text+0x7e3): undefined reference to `gss_display_name' /usr/bin/ld: (.text+0x838): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x843): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x8f3): undefined reference to `gss_wrap' /usr/bin/ld: (.text+0x90f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xaa1): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xb2b): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xb67): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xbca): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xbd7): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xbe2): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xc10): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xc1b): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xc26): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xc37): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xc7d): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xc8a): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xcfc): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xd2a): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xd35): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xd46): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xd91): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0xd9e): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0xda9): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xe41): undefined reference to `gss_unwrap' /usr/bin/ld: (.text+0xe67): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xe9c): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf24): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf2f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xf40): undefined reference to `gss_delete_sec_context' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-url.o): in function `Curl_idnconvert_hostname': (.text+0x139e): undefined reference to `idn2_check_version' /usr/bin/ld: (.text+0x13bf): undefined reference to `idn2_lookup_ul' /usr/bin/ld: (.text+0x1405): undefined reference to `idn2_lookup_ul' /usr/bin/ld: (.text+0x1416): undefined reference to `idn2_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-url.o): in function `Curl_free_idnconverted_hostname': (.text+0x1452): undefined reference to `idn2_free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version': (.text+0xbc): undefined reference to `zlibVersion' /usr/bin/ld: (.text+0xe7): undefined reference to `BrotliDecoderVersion' /usr/bin/ld: (.text+0x12d): undefined reference to `ZSTD_versionNumber' /usr/bin/ld: (.text+0x1a7): undefined reference to `idn2_check_version' /usr/bin/ld: (.text+0x1d2): undefined reference to `psl_get_version' /usr/bin/ld: (.text+0x270): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0x3ba): undefined reference to `ldap_memfree' /usr/bin/ld: (.text+0x3c4): undefined reference to `ber_memvfree' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version_info': (.text+0x42c): undefined reference to `zlibVersion' /usr/bin/ld: (.text+0x43f): undefined reference to `idn2_check_version' /usr/bin/ld: (.text+0x483): undefined reference to `BrotliDecoderVersion' /usr/bin/ld: (.text+0x48e): undefined reference to `BrotliDecoderVersion' /usr/bin/ld: (.text+0x4c9): undefined reference to `ZSTD_versionNumber' /usr/bin/ld: (.text+0x4d4): undefined reference to `ZSTD_versionNumber' /usr/bin/ld: (.text+0x54c): undefined reference to `nghttp2_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_statemach_act': (.text+0xf5): undefined reference to `ssh_scp_free' /usr/bin/ld: (.text+0x10e): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x12d): undefined reference to `ssh_scp_free' /usr/bin/ld: (.text+0x144): undefined reference to `ssh_disconnect' /usr/bin/ld: (.text+0x155): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x18a): undefined reference to `ssh_free' /usr/bin/ld: (.text+0x1a6): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x1c2): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x1d3): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x1e4): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x1f5): undefined reference to `ssh_key_free' /usr/bin/ld: (.text+0x206): undefined reference to `ssh_key_free' /usr/bin/ld: (.text+0x2a2): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x371): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x38b): undefined reference to `ssh_connect' /usr/bin/ld: (.text+0x3fa): undefined reference to `ssh_get_server_publickey' /usr/bin/ld: (.text+0x434): undefined reference to `ssh_get_publickey_hash' /usr/bin/ld: (.text+0x489): undefined reference to `ssh_clean_pubkey_hash' /usr/bin/ld: (.text+0x493): undefined reference to `ssh_key_free' /usr/bin/ld: (.text+0x4a2): undefined reference to `ssh_knownhosts_entry_free' /usr/bin/ld: (.text+0x4d2): undefined reference to `ssh_userauth_none' /usr/bin/ld: (.text+0x4fd): undefined reference to `ssh_userauth_list' /usr/bin/ld: (.text+0x550): undefined reference to `ssh_scp_init' /usr/bin/ld: (.text+0x572): undefined reference to `ssh_scp_pull_request' /usr/bin/ld: (.text+0x587): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x5e8): undefined reference to `ssh_userauth_password' /usr/bin/ld: (.text+0x62d): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x639): undefined reference to `sftp_new' /usr/bin/ld: (.text+0x651): undefined reference to `sftp_init' /usr/bin/ld: (.text+0x67a): undefined reference to `sftp_canonicalize_path' /usr/bin/ld: (.text+0x6ac): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x721): undefined reference to `ssh_scp_close' /usr/bin/ld: (.text+0x778): undefined reference to `ssh_scp_init' /usr/bin/ld: (.text+0x79d): undefined reference to `ssh_scp_push_file' /usr/bin/ld: (.text+0x7b1): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x838): undefined reference to `sftp_fstat' /usr/bin/ld: (.text+0x8b9): undefined reference to `sftp_seek64' /usr/bin/ld: (.text+0x935): undefined reference to `sftp_close' /usr/bin/ld: (.text+0x951): undefined reference to `sftp_open' /usr/bin/ld: (.text+0x98d): undefined reference to `sftp_close' /usr/bin/ld: (.text+0x9a9): undefined reference to `sftp_free' /usr/bin/ld: (.text+0x9c5): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0xa05): undefined reference to `sftp_close' /usr/bin/ld: (.text+0xa70): undefined reference to `sftp_closedir' /usr/bin/ld: (.text+0xabd): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0xad0): undefined reference to `sftp_lstat' /usr/bin/ld: (.text+0xba5): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0xc4c): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0xc7d): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0xc90): undefined reference to `sftp_readdir' /usr/bin/ld: (.text+0xda6): undefined reference to `sftp_mkdir' /usr/bin/ld: (.text+0xe96): undefined reference to `sftp_setstat' /usr/bin/ld: (.text+0xeea): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0xf7e): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0xf91): undefined reference to `sftp_stat' /usr/bin/ld: (.text+0x1280): undefined reference to `sftp_stat' /usr/bin/ld: (.text+0x1297): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x12df): undefined reference to `sftp_statvfs' /usr/bin/ld: (.text+0x132d): undefined reference to `sftp_statvfs_free' /usr/bin/ld: (.text+0x13af): undefined reference to `sftp_unlink' /usr/bin/ld: (.text+0x13ef): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1417): undefined reference to `sftp_rmdir' /usr/bin/ld: (.text+0x1457): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1486): undefined reference to `sftp_rename' /usr/bin/ld: (.text+0x14da): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1505): undefined reference to `sftp_mkdir' /usr/bin/ld: (.text+0x1545): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1576): undefined reference to `sftp_symlink' /usr/bin/ld: (.text+0x15ca): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x1621): undefined reference to `sftp_close' /usr/bin/ld: (.text+0x163e): undefined reference to `sftp_open' /usr/bin/ld: (.text+0x16e6): undefined reference to `sftp_seek64' /usr/bin/ld: (.text+0x170e): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x1789): undefined reference to `ssh_userauth_publickey' /usr/bin/ld: (.text+0x1857): undefined reference to `ssh_userauth_kbdint' /usr/bin/ld: (.text+0x187d): undefined reference to `ssh_userauth_kbdint_getnprompts' /usr/bin/ld: (.text+0x18a0): undefined reference to `ssh_userauth_kbdint' /usr/bin/ld: (.text+0x19ac): undefined reference to `ssh_userauth_kbdint' /usr/bin/ld: (.text+0x19c6): undefined reference to `ssh_userauth_kbdint_getnprompts' /usr/bin/ld: (.text+0x19e0): undefined reference to `ssh_userauth_kbdint_setanswer' /usr/bin/ld: (.text+0x1a37): undefined reference to `ssh_string_free_char' /usr/bin/ld: (.text+0x1b13): undefined reference to `ssh_session_get_known_hosts_entry' /usr/bin/ld: (.text+0x1b3e): undefined reference to `ssh_pki_export_pubkey_base64' /usr/bin/ld: (.text+0x1b60): undefined reference to `ssh_scp_request_get_size' /usr/bin/ld: (.text+0x1be4): undefined reference to `ssh_pki_import_privkey_file' /usr/bin/ld: (.text+0x1d22): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x2161): undefined reference to `ssh_set_blocking' /usr/bin/ld: (.text+0x2192): undefined reference to `ssh_scp_new' /usr/bin/ld: (.text+0x21c9): undefined reference to `sftp_opendir' /usr/bin/ld: (.text+0x22ea): undefined reference to `ssh_userauth_gssapi' /usr/bin/ld: (.text+0x2366): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x23c0): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x248c): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x24bc): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x24e1): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x24ef): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x2580): undefined reference to `ssh_pki_export_pubkey_base64' /usr/bin/ld: (.text+0x25aa): undefined reference to `ssh_key_type' /usr/bin/ld: (.text+0x261a): undefined reference to `sftp_dir_eof' /usr/bin/ld: (.text+0x2641): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x26ea): undefined reference to `sftp_get_error' /usr/bin/ld: (.text+0x2792): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x27dd): undefined reference to `sftp_readlink' /usr/bin/ld: (.text+0x2850): undefined reference to `ssh_scp_new' /usr/bin/ld: (.text+0x287e): undefined reference to `sftp_stat' /usr/bin/ld: (.text+0x28a3): undefined reference to `sftp_attributes_free' /usr/bin/ld: (.text+0x2941): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x2a3c): undefined reference to `ssh_userauth_publickey_auto' /usr/bin/ld: (.text+0x2ae0): undefined reference to `ssh_key_type' /usr/bin/ld: (.text+0x2d9b): undefined reference to `sftp_seek64' /usr/bin/ld: (.text+0x2ef5): undefined reference to `ssh_get_error' /usr/bin/ld: (.text+0x2f99): undefined reference to `ssh_userauth_try_publickey' /usr/bin/ld: (.text+0x313b): undefined reference to `ssh_session_update_known_hosts' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_send': (.text+0x36af): undefined reference to `sftp_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_send': (.text+0x3702): undefined reference to `ssh_scp_write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_recv': (.text+0x374a): undefined reference to `ssh_scp_read' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_recv': (.text+0x38f8): undefined reference to `sftp_async_read' /usr/bin/ld: (.text+0x393d): undefined reference to `sftp_async_read_begin' /usr/bin/ld: (.text+0x3978): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_multi_statemach': (.text+0x3a28): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_connect': (.text+0x3ba9): undefined reference to `ssh_new' /usr/bin/ld: (.text+0x3bca): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3be0): undefined reference to `ssh_options_parse_config' /usr/bin/ld: (.text+0x3bfe): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3c50): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3c8c): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3cd9): undefined reference to `ssh_pki_import_pubkey_file' /usr/bin/ld: (.text+0x3d54): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3d94): undefined reference to `ssh_options_set' /usr/bin/ld: (.text+0x3de5): undefined reference to `ssh_options_set' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_doing': (.text+0x3f28): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_doing': (.text+0x3fd8): undefined reference to `ssh_get_poll_flags' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_init': (.text+0x4019): undefined reference to `ssh_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_version': (.text+0x4054): undefined reference to `ssh_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_cleanup': (.text+0x4035): undefined reference to `ssh_finalize' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_close_writer': (.text+0x9c): undefined reference to `ZSTD_freeDStream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_init_writer': (.text+0xc0): undefined reference to `ZSTD_createDStream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_close_writer': (.text+0x102): undefined reference to `BrotliDecoderDestroyInstance' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_init_writer': (.text+0x136): undefined reference to `BrotliDecoderCreateInstance' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_init_writer': (.text+0x2ce): undefined reference to `inflateInit_' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_close_writer': (.text+0x395): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_close_writer': (.text+0x425): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `exit_zlib': (.text+0x4bc): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_init_writer': (.text+0x554): undefined reference to `zlibVersion' /usr/bin/ld: (.text+0x580): undefined reference to `inflateInit2_' /usr/bin/ld: (.text+0x5a9): undefined reference to `inflateInit2_' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_unencode_write': (.text+0x81e): undefined reference to `ZSTD_decompressStream' /usr/bin/ld: (.text+0x826): undefined reference to `ZSTD_isError' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_unencode_write': (.text+0x982): undefined reference to `BrotliDecoderDecompressStream' /usr/bin/ld: (.text+0x9b2): undefined reference to `BrotliDecoderDestroyInstance' /usr/bin/ld: (.text+0xa05): undefined reference to `BrotliDecoderGetErrorCode' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `inflate_stream': (.text+0xae2): undefined reference to `inflate' /usr/bin/ld: (.text+0xc44): undefined reference to `inflateEnd' /usr/bin/ld: (.text+0xc5d): undefined reference to `inflateInit2_' /usr/bin/ld: (.text+0xd15): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_unencode_write': (.text+0x105f): undefined reference to `inflateEnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o): in function `Curl_cookie_add': (.text+0xf01): undefined reference to `psl_is_cookie_domain_acceptable' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `display_gss_error': (.text+0x57): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x7e): undefined reference to `gss_display_status' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `Curl_gss_init_sec_context': (.text+0x14c): undefined reference to `gss_init_sec_context' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_disconnect': (.text+0x30): undefined reference to `RTMP_Close' /usr/bin/ld: (.text+0x38): undefined reference to `RTMP_Free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_connect': (.text+0xde): undefined reference to `RTMP_Connect1' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_send': (.text+0x17d): undefined reference to `RTMP_Write' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_recv': (.text+0x1d3): undefined reference to `RTMP_Read' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_do': (.text+0x25e): undefined reference to `RTMP_ConnectStream' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_setup_connection': (.text+0x2df): undefined reference to `RTMP_Alloc' /usr/bin/ld: (.text+0x2ef): undefined reference to `RTMP_Init' /usr/bin/ld: (.text+0x2fc): undefined reference to `RTMP_SetBufferMS' /usr/bin/ld: (.text+0x30b): undefined reference to `RTMP_SetupURL' /usr/bin/ld: (.text+0x33c): undefined reference to `RTMP_Free' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_decode': (.text+0x6e): undefined reference to `gss_unwrap' /usr/bin/ld: (.text+0x9d): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_encode': (.text+0x129): undefined reference to `gss_wrap' /usr/bin/ld: (.text+0x16f): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_auth': (.text+0x434): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x444): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x465): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x506): undefined reference to `gss_display_name' /usr/bin/ld: (.text+0x536): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x5a9): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x601): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x60c): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x733): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x78c): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x797): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x868): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x873): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x8c8): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x8d3): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x8e8): undefined reference to `gss_release_name' /usr/bin/ld: (.text+0x8f3): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_end': (.text+0xa69): undefined reference to `gss_delete_sec_context' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `MD5_Init': (.text+0x49): undefined reference to `nettle_md5_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `Curl_md5it': (.text+0x8f): undefined reference to `nettle_md5_init' /usr/bin/ld: (.text+0xa4): undefined reference to `nettle_md5_update' /usr/bin/ld: (.text+0xb4): undefined reference to `nettle_md5_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `MD5_Final': (.text+0x10): undefined reference to `nettle_md5_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `MD5_Update': (.text+0x2d): undefined reference to `nettle_md5_update' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_disconnect': (.text+0x77): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0x8f): undefined reference to `ber_sockbuf_add_io' /usr/bin/ld: (.text+0x9c): undefined reference to `ldap_unbind_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_recv': (.text+0x37e): undefined reference to `ldap_result' /usr/bin/ld: (.text+0x3a3): undefined reference to `ldap_msgtype' /usr/bin/ld: (.text+0x3be): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x41b): undefined reference to `ldap_parse_result' /usr/bin/ld: (.text+0x458): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x48e): undefined reference to `ldap_memfree' /usr/bin/ld: (.text+0x498): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x4c7): undefined reference to `ldap_get_dn_ber' /usr/bin/ld: (.text+0x4dc): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x4f1): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x550): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x5aa): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x5c8): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x600): undefined reference to `ldap_get_attribute_ber' /usr/bin/ld: (.text+0x834): undefined reference to `ber_memfree' /usr/bin/ld: (.text+0x87e): undefined reference to `ldap_get_attribute_ber' /usr/bin/ld: (.text+0x897): undefined reference to `ber_free' /usr/bin/ld: (.text+0x8c9): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0x90d): undefined reference to `ber_free' /usr/bin/ld: (.text+0x92b): undefined reference to `ber_memfree' /usr/bin/ld: (.text+0x94d): undefined reference to `ldap_msgfree' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_ssl_connect': (.text+0x9fe): undefined reference to `ldap_get_option' /usr/bin/ld: (.text+0xa17): undefined reference to `ber_sockbuf_add_io' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_bind': (.text+0xac2): undefined reference to `ldap_sasl_bind' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connecting': (.text+0xc09): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0xcb1): undefined reference to `ldap_msgfree' /usr/bin/ld: (.text+0xcf8): undefined reference to `ldap_result' /usr/bin/ld: (.text+0xd28): undefined reference to `ldap_parse_result' /usr/bin/ld: (.text+0xdf9): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0xefe): undefined reference to `ldap_parse_sasl_bind_result' /usr/bin/ld: (.text+0xf31): undefined reference to `ber_bvfree' /usr/bin/ld: (.text+0xfbb): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x1031): undefined reference to `ldap_set_option' /usr/bin/ld: (.text+0x103b): undefined reference to `ldap_msgfree' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connect': (.text+0x10e4): undefined reference to `ldap_init_fd' /usr/bin/ld: (.text+0x110d): undefined reference to `ldap_set_option' /usr/bin/ld: (.text+0x111d): undefined reference to `ldap_set_option' /usr/bin/ld: (.text+0x115a): undefined reference to `ldap_start_tls' /usr/bin/ld: (.text+0x1243): undefined reference to `ldap_err2string' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_done': (.text+0x12e3): undefined reference to `ldap_abandon_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_url_parse': (.text+0x1357): undefined reference to `ldap_url_parse' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_do': (.text+0x145e): undefined reference to `ldap_search_ext' /usr/bin/ld: (.text+0x146f): undefined reference to `ldap_free_urldesc' /usr/bin/ld: (.text+0x14ca): undefined reference to `ldap_err2string' /usr/bin/ld: (.text+0x1503): undefined reference to `ldap_abandon_ext' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_setup_connection': (.text+0x1554): undefined reference to `ldap_free_urldesc' /usr/bin/ld: (.text+0x1580): undefined reference to `ldap_pvt_url_scheme2proto' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `my_sha256_init': (.text+0x9): undefined reference to `nettle_sha256_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `Curl_sha256it': (.text+0x92): undefined reference to `nettle_sha256_init' /usr/bin/ld: (.text+0xa7): undefined reference to `nettle_sha256_update' /usr/bin/ld: (.text+0xb7): undefined reference to `nettle_sha256_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `my_sha256_update': (.text+0x2d): undefined reference to `nettle_sha256_update' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `my_sha256_final': (.text+0x50): undefined reference to `nettle_sha256_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_create_spnego_message': (.text+0x90): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0xba): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_cleanup_spnego': (.text+0x10f): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x12c): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x151): undefined reference to `gss_release_name' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_decode_spnego_message': (.text+0x2c8): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x35f): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x381): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x3e3): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x3f0): undefined reference to `gss_import_name' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_sha256sum': (.text+0x153): undefined reference to `nettle_sha256_init' /usr/bin/ld: (.text+0x161): undefined reference to `nettle_sha256_update' /usr/bin/ld: (.text+0x16e): undefined reference to `nettle_sha256_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_send': (.text+0x1db): undefined reference to `gnutls_record_send' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_version': (.text+0x234): undefined reference to `gnutls_check_version' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_shutdown': (.text+0x315): undefined reference to `gnutls_deinit' /usr/bin/ld: (.text+0x31e): undefined reference to `gnutls_certificate_free_credentials' /usr/bin/ld: (.text+0x384): undefined reference to `gnutls_record_recv' /usr/bin/ld: (.text+0x40b): undefined reference to `gnutls_srp_free_client_credentials' /usr/bin/ld: (.text+0x461): undefined reference to `gnutls_bye' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `handshake': (.text+0x522): undefined reference to `gnutls_handshake' /usr/bin/ld: (.text+0x542): undefined reference to `gnutls_error_is_fatal' /usr/bin/ld: (.text+0x560): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x5ea): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x614): undefined reference to `gnutls_record_get_direction' /usr/bin/ld: (.text+0x638): undefined reference to `gnutls_alert_get' /usr/bin/ld: (.text+0x63f): undefined reference to `gnutls_alert_get_name' /usr/bin/ld: (.text+0x660): undefined reference to `gnutls_alert_get' /usr/bin/ld: (.text+0x667): undefined reference to `gnutls_alert_get_name' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_recv': (.text+0x704): undefined reference to `gnutls_record_recv' /usr/bin/ld: (.text+0x745): undefined reference to `gnutls_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_random': (.text+0x7ae): undefined reference to `gnutls_rnd' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_data_pending': (.text+0x7f6): undefined reference to `gnutls_record_check_pending' /usr/bin/ld: (.text+0x816): undefined reference to `gnutls_record_check_pending' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_cleanup': (.text+0x845): undefined reference to `gnutls_global_deinit' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_init': (.text+0x87d): undefined reference to `gnutls_global_init' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `close_one.isra.0': (.text+0x8c9): undefined reference to `gnutls_record_recv' /usr/bin/ld: (.text+0x8d6): undefined reference to `gnutls_bye' /usr/bin/ld: (.text+0x8de): undefined reference to `gnutls_deinit' /usr/bin/ld: (.text+0x8f3): undefined reference to `gnutls_certificate_free_credentials' /usr/bin/ld: (.text+0x909): undefined reference to `gnutls_srp_free_client_credentials' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `Curl_gtls_verifyserver': (.text+0x9dd): undefined reference to `gnutls_protocol_get_version' /usr/bin/ld: (.text+0xa09): undefined reference to `gnutls_mac_get' /usr/bin/ld: (.text+0xa14): undefined reference to `gnutls_cipher_get' /usr/bin/ld: (.text+0xa1f): undefined reference to `gnutls_kx_get' /usr/bin/ld: (.text+0xa2c): undefined reference to `gnutls_cipher_suite_get_name' /usr/bin/ld: (.text+0xa37): undefined reference to `gnutls_protocol_get_name' /usr/bin/ld: (.text+0xa5b): undefined reference to `gnutls_certificate_get_peers' /usr/bin/ld: (.text+0xadb): undefined reference to `gnutls_ocsp_status_request_get' /usr/bin/ld: (.text+0xaf6): undefined reference to `gnutls_ocsp_resp_init' /usr/bin/ld: (.text+0xb03): undefined reference to `gnutls_ocsp_resp_import' /usr/bin/ld: (.text+0xb3d): undefined reference to `gnutls_ocsp_resp_get_single' /usr/bin/ld: (.text+0xb89): undefined reference to `gnutls_certificate_verify_peers2' /usr/bin/ld: (.text+0xd5b): undefined reference to `gnutls_cipher_get' /usr/bin/ld: (.text+0xda1): undefined reference to `gnutls_x509_crt_init' /usr/bin/ld: (.text+0xdb5): undefined reference to `gnutls_x509_crt_import' /usr/bin/ld: (.text+0xdfe): undefined reference to `gnutls_x509_crt_get_dn_by_oid' /usr/bin/ld: (.text+0xe15): undefined reference to `gnutls_x509_crt_check_hostname' /usr/bin/ld: (.text+0xe5c): undefined reference to `gnutls_x509_crt_get_expiration_time' /usr/bin/ld: (.text+0xea3): undefined reference to `gnutls_x509_crt_get_activation_time' /usr/bin/ld: (.text+0xf37): undefined reference to `gnutls_pubkey_init' /usr/bin/ld: (.text+0xf49): undefined reference to `gnutls_pubkey_import_x509' /usr/bin/ld: (.text+0xf70): undefined reference to `gnutls_pubkey_deinit' /usr/bin/ld: (.text+0xf9c): undefined reference to `gnutls_x509_crt_get_pk_algorithm' /usr/bin/ld: (.text+0xfa3): undefined reference to `gnutls_pk_algorithm_get_name' /usr/bin/ld: (.text+0xfc1): undefined reference to `gnutls_x509_crt_get_version' /usr/bin/ld: (.text+0xfe1): undefined reference to `gnutls_x509_crt_get_dn2' /usr/bin/ld: (.text+0x1007): undefined reference to `gnutls_x509_crt_get_issuer_dn2' /usr/bin/ld: (.text+0x102a): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1093): undefined reference to `gnutls_session_get_data' /usr/bin/ld: (.text+0x10c0): undefined reference to `gnutls_session_get_data' /usr/bin/ld: (.text+0x11c2): undefined reference to `gnutls_x509_crt_init' /usr/bin/ld: (.text+0x144d): undefined reference to `gnutls_x509_crt_import' /usr/bin/ld: (.text+0x145c): undefined reference to `gnutls_x509_crt_check_issuer' /usr/bin/ld: (.text+0x1469): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x14d7): undefined reference to `gnutls_ocsp_resp_deinit' /usr/bin/ld: (.text+0x15a3): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x15f9): undefined reference to `gnutls_free' /usr/bin/ld: (.text+0x162c): undefined reference to `gnutls_x509_crt_get_activation_time' /usr/bin/ld: (.text+0x1648): undefined reference to `gnutls_x509_crt_get_expiration_time' /usr/bin/ld: (.text+0x1661): undefined reference to `gnutls_free' /usr/bin/ld: (.text+0x16ec): undefined reference to `gnutls_alpn_get_selected_protocol' /usr/bin/ld: (.text+0x19c7): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1a02): undefined reference to `gnutls_pubkey_export' /usr/bin/ld: (.text+0x1a4f): undefined reference to `gnutls_pubkey_export' /usr/bin/ld: (.text+0x1aec): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1b37): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1b5d): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1c04): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: (.text+0x1c5c): undefined reference to `gnutls_x509_crt_deinit' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o):(.text+0x1c8c): more undefined references to `gnutls_x509_crt_deinit' follow /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_connect_common': (.text+0x1e84): undefined reference to `gnutls_certificate_allocate_credentials' /usr/bin/ld: (.text+0x1ec4): undefined reference to `gnutls_srp_allocate_client_credentials' /usr/bin/ld: (.text+0x1ef1): undefined reference to `gnutls_srp_set_client_credentials' /usr/bin/ld: (.text+0x1f44): undefined reference to `gnutls_certificate_set_x509_trust_dir' /usr/bin/ld: (.text+0x1fa2): undefined reference to `gnutls_certificate_set_x509_crl_file' /usr/bin/ld: (.text+0x1fdf): undefined reference to `gnutls_init' /usr/bin/ld: (.text+0x2024): undefined reference to `gnutls_set_default_priority' /usr/bin/ld: (.text+0x2069): undefined reference to `gnutls_check_version' /usr/bin/ld: (.text+0x21b0): undefined reference to `gnutls_priority_set_direct' /usr/bin/ld: (.text+0x229b): undefined reference to `gnutls_alpn_set_protocols' /usr/bin/ld: (.text+0x2355): undefined reference to `gnutls_certificate_set_x509_key_file2' /usr/bin/ld: (.text+0x238d): undefined reference to `gnutls_credentials_set' /usr/bin/ld: (.text+0x23d1): undefined reference to `gnutls_transport_set_ptr' /usr/bin/ld: (.text+0x23e0): undefined reference to `gnutls_transport_set_push_function' /usr/bin/ld: (.text+0x23ed): undefined reference to `gnutls_transport_set_pull_function' /usr/bin/ld: (.text+0x2661): undefined reference to `gnutls_global_init' /usr/bin/ld: (.text+0x26f8): undefined reference to `gnutls_certificate_set_verify_flags' /usr/bin/ld: (.text+0x271b): undefined reference to `gnutls_certificate_set_x509_trust_file' /usr/bin/ld: (.text+0x2829): undefined reference to `gnutls_server_name_set' /usr/bin/ld: (.text+0x2887): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x2bc1): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x2be7): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x2cfb): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x2da4): undefined reference to `gnutls_credentials_set' /usr/bin/ld: (.text+0x2db9): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x2df8): undefined reference to `gnutls_priority_set_direct' /usr/bin/ld: (.text+0x2e69): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x2f37): undefined reference to `gnutls_certificate_set_x509_key_file' /usr/bin/ld: (.text+0x2f69): undefined reference to `gnutls_strerror' /usr/bin/ld: (.text+0x3004): undefined reference to `gnutls_ocsp_status_request_enable_client' /usr/bin/ld: (.text+0x31b2): undefined reference to `gnutls_session_set_data' /usr/bin/ld: (.text+0x32ed): undefined reference to `gnutls_strerror' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_pull_ssl': (.text+0x1a5): undefined reference to `gnutls_record_recv' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_push_ssl': (.text+0x215): undefined reference to `gnutls_record_send' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `setup_des_key': (.text+0xad): undefined reference to `nettle_des_set_key' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_lm_resp': (.text+0x117): undefined reference to `nettle_des_encrypt' /usr/bin/ld: (.text+0x137): undefined reference to `nettle_des_encrypt' /usr/bin/ld: (.text+0x157): undefined reference to `nettle_des_encrypt' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_mk_lm_hash': (.text+0x23f): undefined reference to `nettle_des_encrypt' /usr/bin/ld: (.text+0x263): undefined reference to `nettle_des_encrypt' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md4.o): in function `Curl_md4it': (.text+0x2f): undefined reference to `nettle_md4_init' /usr/bin/ld: (.text+0x44): undefined reference to `nettle_md4_update' /usr/bin/ld: (.text+0x54): undefined reference to `nettle_md4_digest' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_user_message': (.text+0x179): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x1d8): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE' /usr/bin/ld: (.text+0x1e5): undefined reference to `gss_import_name' /usr/bin/ld: (.text+0x21c): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_security_message': (.text+0x345): undefined reference to `gss_unwrap' /usr/bin/ld: (.text+0x382): undefined reference to `gss_release_buffer' /usr/bin/ld: (.text+0x410): undefined reference to `gss_wrap' /usr/bin/ld: (.text+0x441): undefined reference to `gss_release_buffer' /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_cleanup_gssapi': (.text+0x5ad): undefined reference to `gss_delete_sec_context' /usr/bin/ld: (.text+0x5c9): undefined reference to `gss_release_name' collect2: error: ld returned 1 exit status File "caml_startup", line 1: Error: Error during linking (exit code 1) "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-05-26 18:42.04: Job failed: Failed: Build failed