Organisationsygrekocurl49b268 ()ubuntu-24.04-4.14_opam-2.5

ubuntu-24.04-4.14_opam-2.5

Logs

Show full logs
2026-05-04 16:48.14: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (49b2688fd4d45d6314854aae1424ea10da599710) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 49b2688f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4
# ubuntu-24.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 opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && 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.22.2 dune-configurator.3.22.2 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-04 16:48.14: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ubuntu-24.04-4.14_opam-2.5-b16737b51da75d0489cef3c40418c95f"
2026-05-04 16:48.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)
 (comment ubuntu-24.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 (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 "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && 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.22.2 dune-configurator.3.22.2 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-04 16:48.14: Waiting for resource in pool OCluster
2026-05-04 16:48.14: Waiting for worker…
2026-05-04 16:48.14: Got resource from pool OCluster
Building on clete.caelum.ci.dev
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/ocurl.git-0bde978a2e54547dea8a57fb10f381eefbca6897/.git/
HEAD is now at 49b2688 static link

(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)
2026-05-04 16:49.02 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" from cache

/: (comment ubuntu-24.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-04 16:49.02 ---> using "cf6b682db0eb0265b50e065ef8ebeee7f5670b75b54916f04daec292c2291574" 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-05-04 16:49.02 ---> using "e0d727a931986edce47e349acfbdfc661d9f8a156856352a318ba20ddbcc86dd" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-110-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-04 16:49.02 ---> using "037700d65640b0cfa60eeade36e08c506355b33572f0baf2665b2b6f264049ce" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-04 16:49.02 ---> using "bd73055a33517574c09d1990315d9406b1b85284b6886c918f256834d1b2fdd9" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   045748b2d8..ade76687fb  master     -> origin/master
dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised 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-04 16:50.01 ---> saved as "ef886d338650a42f53e6ea28be1f3a85ddb0891ee567eab31668a1b1e8f83188"

/src: (copy (src curl_lwt.opam curl.opam) (dst ./))
2026-05-04 16:50.40 ---> saved as "3a660718ec3244fc2bc68f0a5f1926a475d5dcc418cc3060ffa0557fd121037f"

/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-04 16:51.35 ---> saved as "57cf041ce9ea7c3c3e5413bc93513b670e8033167dbd58c28fa1b1e0b51e4d21"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-04 16:52.41 ---> saved as "9332492056ac42e1bf98b982c3fc1e611d892068b92a0b01cee7cbb941b3f47e"

/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.22.2 dune-configurator.3.22.2 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 noble-security InRelease [126 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1499 kB]
- Hit:3 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:4 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3810 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB]
- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2400 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [35.5 kB]
- Get:11 http://archive.ubuntu.com/ubuntu noble-backports/main amd64 Packages [49.0 kB]
- Ign:2 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages
- Ign:12 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages
- Get:13 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [2018 kB]
- Get:2 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1499 kB]
- Get:12 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3566 kB]
- Fetched 14.5 MB in 2min 29s (97.2 kB/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 ... 16335 files and directories currently installed.)
- Preparing to unpack .../curl_8.5.0-2ubuntu10.9_amd64.deb ...
- Unpacking curl (8.5.0-2ubuntu10.9) over (8.5.0-2ubuntu10.8) ...
- Preparing to unpack .../libcurl4t64_8.5.0-2ubuntu10.9_amd64.deb ...
- Unpacking libcurl4t64:amd64 (8.5.0-2ubuntu10.9) over (8.5.0-2ubuntu10.8) ...
- Preparing to unpack .../libcurl3t64-gnutls_8.5.0-2ubuntu10.9_amd64.deb ...
- Unpacking libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.9) over (8.5.0-2ubuntu10.8) ...
- Selecting previously unselected package libcurl4-gnutls-dev:amd64.
- Preparing to unpack .../libcurl4-gnutls-dev_8.5.0-2ubuntu10.9_amd64.deb ...
- Unpacking libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ...
- Setting up libcurl4t64:amd64 (8.5.0-2ubuntu10.9) ...
- Setting up libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.9) ...
- Setting up libcurl4-gnutls-dev:amd64 (8.5.0-2ubuntu10.9) ...
- Setting up curl (8.5.0-2ubuntu10.9) ...
- Processing triggers for libc-bin (2.39-0ubuntu8.7) ...
# To update the current shell environment, run: eval $(opam env)
2026-05-04 16:57.50 ---> saved as "31471b1c284673c5d69f27d418e9eb4279df1c7b0e06ef9ac2ef38dfc16d768d"

/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.22.2
  - install dune-configurator 3.22.2
  - 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.22.2, dune-configurator.3.22.2  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.22.2
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.22.2
-> installed lwt.6.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-04 17:00.10 ---> saved as "3d659c9ccb74da33a61551279ec5742151977c2537b389a77e574e8b3cb74626"

/src: (copy (src .) (dst /src))
2026-05-04 17:00.55 ---> saved as "d75361df5ad2aa11e210d9ffdebe6409dd0da5ecbe0adfd98f78a8019767e2b5"

/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-4ae3cca8f9be9de71a1a7b2ad5e3dcce
-> 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 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/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/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);
      |                                                                        ^~~~~~~~~~~~~~
/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/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_decode':
(.text+0x6c): undefined reference to `gss_unwrap'
/usr/bin/ld: (.text+0x98): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_encode':
(.text+0x121): undefined reference to `gss_wrap'
/usr/bin/ld: (.text+0x162): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_end':
(.text+0x1cb): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5.o): in function `krb5_auth':
(.text+0x485): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x494): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x4bb): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x56f): undefined reference to `gss_display_name'
/usr/bin/ld: (.text+0x5c8): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x76b): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x776): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x7d0): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x7db): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x82b): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x836): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x8f3): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x8fe): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x94d): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x958): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_destroy':
(.text+0x31): undefined reference to `psl_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-psl.o): in function `Curl_psl_use':
(.text+0xc8): undefined reference to `psl_latest'
/usr/bin/ld: (.text+0x169): undefined reference to `psl_builtin'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version':
(.text+0xef): undefined reference to `zlibVersion'
/usr/bin/ld: (.text+0x11b): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: (.text+0x161): undefined reference to `ZSTD_versionNumber'
/usr/bin/ld: (.text+0x1dd): undefined reference to `idn2_check_version'
/usr/bin/ld: (.text+0x209): undefined reference to `psl_get_version'
/usr/bin/ld: (.text+0x2b2): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0x48d): undefined reference to `ldap_memfree'
/usr/bin/ld: (.text+0x499): undefined reference to `ber_memvfree'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-version.o): in function `curl_version_info':
(.text+0x500): undefined reference to `zlibVersion'
/usr/bin/ld: (.text+0x513): undefined reference to `idn2_check_version'
/usr/bin/ld: (.text+0x53a): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: (.text+0x545): undefined reference to `BrotliDecoderVersion'
/usr/bin/ld: (.text+0x583): undefined reference to `ZSTD_versionNumber'
/usr/bin/ld: (.text+0x58e): undefined reference to `ZSTD_versionNumber'
/usr/bin/ld: (.text+0x603): undefined reference to `nghttp2_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_statemach_act':
(.text+0x105): undefined reference to `ssh_scp_free'
/usr/bin/ld: (.text+0x11e): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x13d): undefined reference to `ssh_scp_free'
/usr/bin/ld: (.text+0x154): undefined reference to `ssh_disconnect'
/usr/bin/ld: (.text+0x15e): undefined reference to `ssh_version'
/usr/bin/ld: (.text+0x178): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x1ad): undefined reference to `ssh_free'
/usr/bin/ld: (.text+0x1c9): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x1e5): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x1f6): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x207): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x218): undefined reference to `ssh_key_free'
/usr/bin/ld: (.text+0x229): undefined reference to `ssh_key_free'
/usr/bin/ld: (.text+0x2bb): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x391): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x3ab): undefined reference to `ssh_connect'
/usr/bin/ld: (.text+0x41e): undefined reference to `ssh_get_server_publickey'
/usr/bin/ld: (.text+0x45c): undefined reference to `ssh_get_publickey_hash'
/usr/bin/ld: (.text+0x4c4): undefined reference to `ssh_clean_pubkey_hash'
/usr/bin/ld: (.text+0x4d0): undefined reference to `ssh_key_free'
/usr/bin/ld: (.text+0x4e1): undefined reference to `ssh_knownhosts_entry_free'
/usr/bin/ld: (.text+0x515): undefined reference to `ssh_userauth_none'
/usr/bin/ld: (.text+0x560): undefined reference to `ssh_scp_init'
/usr/bin/ld: (.text+0x582): undefined reference to `ssh_scp_pull_request'
/usr/bin/ld: (.text+0x597): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x5fc): undefined reference to `ssh_userauth_password'
/usr/bin/ld: (.text+0x64d): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x659): undefined reference to `sftp_new'
/usr/bin/ld: (.text+0x671): undefined reference to `sftp_init'
/usr/bin/ld: (.text+0x69a): undefined reference to `sftp_canonicalize_path'
/usr/bin/ld: (.text+0x6cc): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x741): undefined reference to `ssh_scp_close'
/usr/bin/ld: (.text+0x788): undefined reference to `ssh_scp_init'
/usr/bin/ld: (.text+0x7af): undefined reference to `ssh_scp_push_file'
/usr/bin/ld: (.text+0x7c3): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x830): undefined reference to `sftp_fstat'
/usr/bin/ld: (.text+0x8a5): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0x8c3): undefined reference to `sftp_open'
/usr/bin/ld: (.text+0x8db): undefined reference to `sftp_file_set_nonblocking'
/usr/bin/ld: (.text+0x900): undefined reference to `sftp_closedir'
/usr/bin/ld: (.text+0x94d): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0x969): undefined reference to `sftp_free'
/usr/bin/ld: (.text+0x985): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x9c5): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0xa7d): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0xa90): undefined reference to `sftp_lstat'
/usr/bin/ld: (.text+0xb5c): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0xb6f): undefined reference to `sftp_readdir'
/usr/bin/ld: (.text+0xc78): undefined reference to `sftp_mkdir'
/usr/bin/ld: (.text+0xd79): undefined reference to `sftp_close'
/usr/bin/ld: (.text+0xd98): undefined reference to `sftp_open'
/usr/bin/ld: (.text+0xe44): undefined reference to `sftp_seek64'
/usr/bin/ld: (.text+0xe66): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0xece): undefined reference to `sftp_setstat'
/usr/bin/ld: (.text+0xf32): undefined reference to `sftp_stat'
/usr/bin/ld: (.text+0xf49): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x1041): undefined reference to `ssh_userauth_publickey'
/usr/bin/ld: (.text+0x1266): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x1279): undefined reference to `sftp_stat'
/usr/bin/ld: (.text+0x1447): undefined reference to `sftp_rmdir'
/usr/bin/ld: (.text+0x1487): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x14af): undefined reference to `sftp_statvfs'
/usr/bin/ld: (.text+0x14fd): undefined reference to `sftp_statvfs_free'
/usr/bin/ld: (.text+0x158d): undefined reference to `sftp_mkdir'
/usr/bin/ld: (.text+0x15cd): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x161f): undefined reference to `sftp_unlink'
/usr/bin/ld: (.text+0x165f): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x168e): undefined reference to `sftp_rename'
/usr/bin/ld: (.text+0x16e6): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1716): undefined reference to `sftp_symlink'
/usr/bin/ld: (.text+0x176e): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x17b3): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x1842): undefined reference to `ssh_userauth_kbdint'
/usr/bin/ld: (.text+0x1860): undefined reference to `ssh_userauth_kbdint_getnprompts'
/usr/bin/ld: (.text+0x187e): undefined reference to `ssh_userauth_kbdint_setanswer'
/usr/bin/ld: (.text+0x18a1): undefined reference to `ssh_userauth_kbdint'
/usr/bin/ld: (.text+0x18c3): undefined reference to `ssh_userauth_kbdint_getnprompts'
/usr/bin/ld: (.text+0x18e6): undefined reference to `ssh_userauth_kbdint'
/usr/bin/ld: (.text+0x1942): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x19bf): undefined reference to `sftp_seek64'
/usr/bin/ld: (.text+0x1af8): undefined reference to `ssh_scp_request_get_size'
/usr/bin/ld: (.text+0x1c1d): undefined reference to `ssh_pki_import_privkey_file'
/usr/bin/ld: (.text+0x1cdd): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x1d50): undefined reference to `ssh_string_free_char'
/usr/bin/ld: (.text+0x1ef4): undefined reference to `ssh_userauth_list'
/usr/bin/ld: (.text+0x1f34): undefined reference to `ssh_session_get_known_hosts_entry'
/usr/bin/ld: (.text+0x1f68): undefined reference to `ssh_pki_export_pubkey_base64'
/usr/bin/ld: (.text+0x1f9a): undefined reference to `ssh_key_type'
/usr/bin/ld: (.text+0x2182): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x2323): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x2361): undefined reference to `sftp_opendir'
/usr/bin/ld: (.text+0x23c4): undefined reference to `ssh_set_blocking'
/usr/bin/ld: (.text+0x23f7): undefined reference to `ssh_scp_new'
/usr/bin/ld: (.text+0x2421): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x245f): undefined reference to `ssh_userauth_gssapi'
/usr/bin/ld: (.text+0x258f): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x25d2): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x263d): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x2673): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x26a3): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x2857): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x287c): undefined reference to `sftp_dir_eof'
/usr/bin/ld: (.text+0x2976): undefined reference to `sftp_get_error'
/usr/bin/ld: (.text+0x2a5b): undefined reference to `sftp_readlink'
/usr/bin/ld: (.text+0x2ae8): undefined reference to `sftp_stat'
/usr/bin/ld: (.text+0x2b0d): undefined reference to `sftp_attributes_free'
/usr/bin/ld: (.text+0x2bc9): undefined reference to `ssh_scp_new'
/usr/bin/ld: (.text+0x2c4a): undefined reference to `ssh_userauth_publickey_auto'
/usr/bin/ld: (.text+0x2ddf): undefined reference to `ssh_pki_export_pubkey_base64'
/usr/bin/ld: (.text+0x2e13): undefined reference to `ssh_key_type'
/usr/bin/ld: (.text+0x3037): undefined reference to `sftp_seek64'
/usr/bin/ld: (.text+0x31d1): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x31f6): undefined reference to `ssh_userauth_try_publickey'
/usr/bin/ld: (.text+0x3226): undefined reference to `ssh_get_error'
/usr/bin/ld: (.text+0x3390): undefined reference to `ssh_session_update_known_hosts'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_send':
(.text+0x382d): undefined reference to `sftp_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_send':
(.text+0x3883): undefined reference to `ssh_scp_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_recv':
(.text+0x38ca): undefined reference to `ssh_scp_read'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_recv':
(.text+0x3aed): undefined reference to `sftp_async_read'
/usr/bin/ld: (.text+0x3b28): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: (.text+0x3b65): undefined reference to `sftp_async_read_begin'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_multi_statemach':
(.text+0x3c18): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `scp_doing':
(.text+0x3d98): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `sftp_doing':
(.text+0x3e48): undefined reference to `ssh_get_poll_flags'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `myssh_connect':
(.text+0x3f0c): undefined reference to `ssh_new'
/usr/bin/ld: (.text+0x3f2d): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3f43): undefined reference to `ssh_options_parse_config'
/usr/bin/ld: (.text+0x3f60): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3f99): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3fce): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x3fef): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x4038): undefined reference to `ssh_pki_import_pubkey_file'
/usr/bin/ld: (.text+0x4154): undefined reference to `ssh_options_set'
/usr/bin/ld: (.text+0x41b4): undefined reference to `ssh_options_set'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_init':
(.text+0x4269): undefined reference to `ssh_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_version':
(.text+0x42a4): undefined reference to `ssh_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-libssh.o): in function `Curl_ssh_cleanup':
(.text+0x4285): undefined reference to `ssh_finalize'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_do_close':
(.text+0x84): undefined reference to `ZSTD_freeDStream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_do_write':
(.text+0x127): undefined reference to `ZSTD_decompressStream'
/usr/bin/ld: (.text+0x12f): undefined reference to `ZSTD_isError'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `zstd_do_init':
(.text+0x221): undefined reference to `ZSTD_createDStream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_do_close':
(.text+0x25a): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_do_write':
(.text+0x32c): undefined reference to `BrotliDecoderDecompressStream'
/usr/bin/ld: (.text+0x380): undefined reference to `BrotliDecoderDestroyInstance'
/usr/bin/ld: (.text+0x3d5): undefined reference to `BrotliDecoderGetErrorCode'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `brotli_do_init':
(.text+0x457): undefined reference to `BrotliDecoderCreateInstance'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_do_init':
(.text+0x592): undefined reference to `inflateInit_'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_do_close':
(.text+0x635): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `deflate_do_close':
(.text+0x6c5): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `exit_zlib':
(.text+0x75c): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_do_init':
(.text+0x7fc): undefined reference to `zlibVersion'
/usr/bin/ld: (.text+0x828): undefined reference to `inflateInit2_'
/usr/bin/ld: (.text+0x879): undefined reference to `inflateInit2_'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `inflate_stream':
(.text+0x925): undefined reference to `inflate'
/usr/bin/ld: (.text+0xaa4): undefined reference to `inflateEnd'
/usr/bin/ld: (.text+0xabd): undefined reference to `inflateInit2_'
/usr/bin/ld: (.text+0xb5b): undefined reference to `inflateEnd'
/usr/bin/ld: (.text+0xba5): undefined reference to `inflateEnd'
/usr/bin/ld: (.text+0xbbd): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-content_encoding.o): in function `gzip_do_write':
(.text+0x1015): undefined reference to `inflateEnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cookie.o): in function `Curl_cookie_add':
(.text+0x12e6): undefined reference to `psl_is_cookie_domain_acceptable'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_disconnect':
(.text+0x38): undefined reference to `RTMP_Close'
/usr/bin/ld: (.text+0x40): undefined reference to `RTMP_Free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_connect':
(.text+0xef): undefined reference to `RTMP_Connect1'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_send':
(.text+0x196): undefined reference to `RTMP_Write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_recv':
(.text+0x1f4): undefined reference to `RTMP_Read'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_do':
(.text+0x27f): undefined reference to `RTMP_ConnectStream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_rtmp.o): in function `rtmp_setup_connection':
(.text+0x308): undefined reference to `RTMP_Alloc'
/usr/bin/ld: (.text+0x318): undefined reference to `RTMP_Init'
/usr/bin/ld: (.text+0x325): undefined reference to `RTMP_SetBufferMS'
/usr/bin/ld: (.text+0x335): undefined reference to `RTMP_SetupURL'
/usr/bin/ld: (.text+0x374): undefined reference to `RTMP_Free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_query':
(.text+0x113): undefined reference to `nghttp2_session_check_request_allowed'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_process_pending_input':
(.text+0x2c0): undefined reference to `nghttp2_session_mem_recv'
/usr/bin/ld: (.text+0x325): undefined reference to `nghttp2_session_check_request_allowed'
/usr/bin/ld: (.text+0x367): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_is_alive':
(.text+0x562): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x576): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_pri_spec':
(.text+0x6bf): undefined reference to `nghttp2_priority_spec_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `h2_progress_egress':
(.text+0x7ae): undefined reference to `nghttp2_submit_priority'
/usr/bin/ld: (.text+0x7bb): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x824): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x830): undefined reference to `nghttp2_session_send'
/usr/bin/ld: (.text+0x849): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x8de): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_begin_headers':
(.text+0xa0c): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `req_body_read_callback':
(.text+0xcbe): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_stream_close':
(.text+0xeb9): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0xf29): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: (.text+0xf7d): undefined reference to `nghttp2_http2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_handle_stream_close':
(.text+0x129d): undefined reference to `nghttp2_http2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_recv':
(.text+0x15e2): undefined reference to `nghttp2_session_consume'
/usr/bin/ld: (.text+0x166d): undefined reference to `nghttp2_session_get_local_window_size'
/usr/bin/ld: (.text+0x167c): undefined reference to `nghttp2_session_get_stream_effective_local_window_size'
/usr/bin/ld: (.text+0x168b): undefined reference to `nghttp2_session_get_stream_effective_recv_data_length'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_data_chunk_recv':
(.text+0x17f6): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x18b9): undefined reference to `nghttp2_session_consume'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_adjust_pollset':
(.text+0x1968): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x19d7): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0x1a01): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x1a48): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_ctx_clear':
(.text+0x1a87): undefined reference to `nghttp2_session_del'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_keep_alive':
(.text+0x2013): undefined reference to `nghttp2_submit_ping'
/usr/bin/ld: (.text+0x201f): undefined reference to `nghttp2_session_send'
/usr/bin/ld: (.text+0x204e): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x2074): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `http2_data_done.isra.0':
(.text+0x211c): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: (.text+0x214a): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x215b): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: (.text+0x2209): undefined reference to `nghttp2_session_consume'
/usr/bin/ld: (.text+0x2224): undefined reference to `nghttp2_session_send'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_cntrl':
(.text+0x22d1): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x2396): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0x23da): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x2434): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_ctx_init':
(.text+0x262c): undefined reference to `nghttp2_session_callbacks_new'
/usr/bin/ld: (.text+0x264e): undefined reference to `nghttp2_session_callbacks_set_send_callback'
/usr/bin/ld: (.text+0x2661): undefined reference to `nghttp2_session_callbacks_set_on_frame_recv_callback'
/usr/bin/ld: (.text+0x2674): undefined reference to `nghttp2_session_callbacks_set_on_frame_send_callback'
/usr/bin/ld: (.text+0x2687): undefined reference to `nghttp2_session_callbacks_set_on_data_chunk_recv_callback'
/usr/bin/ld: (.text+0x269a): undefined reference to `nghttp2_session_callbacks_set_on_stream_close_callback'
/usr/bin/ld: (.text+0x26ad): undefined reference to `nghttp2_session_callbacks_set_on_begin_headers_callback'
/usr/bin/ld: (.text+0x26c0): undefined reference to `nghttp2_session_callbacks_set_on_header_callback'
/usr/bin/ld: (.text+0x26d3): undefined reference to `nghttp2_session_callbacks_set_error_callback'
/usr/bin/ld: (.text+0x26f4): undefined reference to `nghttp2_option_new'
/usr/bin/ld: (.text+0x2725): undefined reference to `nghttp2_option_set_no_auto_window_update'
/usr/bin/ld: (.text+0x2736): undefined reference to `nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation'
/usr/bin/ld: (.text+0x2753): undefined reference to `nghttp2_session_client_new2'
/usr/bin/ld: (.text+0x2765): undefined reference to `nghttp2_option_del'
/usr/bin/ld: (.text+0x27fa): undefined reference to `nghttp2_pack_settings_payload'
/usr/bin/ld: (.text+0x2835): undefined reference to `nghttp2_session_callbacks_del'
/usr/bin/ld: (.text+0x28bc): undefined reference to `nghttp2_submit_settings'
/usr/bin/ld: (.text+0x28d8): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x2981): undefined reference to `nghttp2_session_upgrade2'
/usr/bin/ld: (.text+0x2997): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: (.text+0x2a23): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x2a5f): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x2a8b): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `cf_h2_send':
(.text+0x2fec): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x30c9): undefined reference to `nghttp2_session_check_request_allowed'
/usr/bin/ld: (.text+0x3139): undefined reference to `nghttp2_submit_request'
/usr/bin/ld: (.text+0x3365): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x3374): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0x342c): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x343c): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x3474): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x3484): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x34c8): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0x34cf): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x354d): undefined reference to `nghttp2_submit_request'
/usr/bin/ld: (.text+0x37ee): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0x3818): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0x38c8): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x391e): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_header':
(.text+0x39be): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x3d4d): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_ver':
(.text+0x40c4): undefined reference to `nghttp2_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `on_frame_recv':
(.text+0x436e): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: (.text+0x43e7): undefined reference to `nghttp2_session_get_remote_settings'
/usr/bin/ld: (.text+0x43f8): undefined reference to `nghttp2_session_get_remote_settings'
/usr/bin/ld: (.text+0x467a): undefined reference to `nghttp2_session_get_stream_effective_local_window_size'
/usr/bin/ld: (.text+0x4693): undefined reference to `nghttp2_session_get_stream_effective_recv_data_length'
/usr/bin/ld: (.text+0x4713): undefined reference to `nghttp2_session_get_stream_local_window_size'
/usr/bin/ld: (.text+0x473f): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x4acf): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: (.text+0x4ad8): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x4b6d): undefined reference to `nghttp2_submit_rst_stream'
/usr/bin/ld: (.text+0x4b74): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x4da5): undefined reference to `nghttp2_session_set_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-http2.o): in function `Curl_http2_request_upgrade':
(.text+0x4e95): undefined reference to `nghttp2_pack_settings_payload'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `idn_decode':
(.text+0x32): undefined reference to `idn2_check_version'
/usr/bin/ld: (.text+0x53): undefined reference to `idn2_lookup_ul'
/usr/bin/ld: (.text+0x8c): undefined reference to `idn2_lookup_ul'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_idn_decode':
(.text+0x123): undefined reference to `idn2_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_idn_encode':
(.text+0x192): undefined reference to `idn2_to_unicode_8z8z'
/usr/bin/ld: (.text+0x1b1): undefined reference to `idn2_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_free_idnconverted_hostname':
(.text+0x21a): undefined reference to `idn2_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-idn.o): in function `Curl_idnconvert_hostname':
(.text+0x2b1): undefined reference to `idn2_free'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `my_md5_init':
(.text+0x49): undefined reference to `nettle_md5_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `Curl_md5it':
(.text+0x96): undefined reference to `nettle_md5_init'
/usr/bin/ld: (.text+0xab): undefined reference to `nettle_md5_update'
/usr/bin/ld: (.text+0xbb): undefined reference to `nettle_md5_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `my_md5_final':
(.text+0x10): undefined reference to `nettle_md5_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md5.o): in function `my_md5_update':
(.text+0x2d): undefined reference to `nettle_md5_update'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_disconnect':
(.text+0x7e): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0x96): undefined reference to `ber_sockbuf_add_io'
/usr/bin/ld: (.text+0xa4): undefined reference to `ldap_unbind_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_done':
(.text+0x294): undefined reference to `ldap_abandon_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_recv':
(.text+0x3ea): undefined reference to `ldap_result'
/usr/bin/ld: (.text+0x411): undefined reference to `ldap_msgtype'
/usr/bin/ld: (.text+0x42d): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x486): undefined reference to `ldap_parse_result'
/usr/bin/ld: (.text+0x4da): undefined reference to `ldap_memfree'
/usr/bin/ld: (.text+0x4e6): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x51f): undefined reference to `ldap_get_dn_ber'
/usr/bin/ld: (.text+0x52f): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x551): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x5b7): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x5cb): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x5eb): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x613): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x658): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x6b9): undefined reference to `ldap_get_attribute_ber'
/usr/bin/ld: (.text+0x86e): undefined reference to `ber_memfree'
/usr/bin/ld: (.text+0x88a): undefined reference to `ber_free'
/usr/bin/ld: (.text+0x896): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x8a9): undefined reference to `ber_memfree'
/usr/bin/ld: (.text+0x909): undefined reference to `ldap_get_attribute_ber'
/usr/bin/ld: (.text+0x91f): undefined reference to `ber_free'
/usr/bin/ld: (.text+0x959): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0xa3e): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0xa56): undefined reference to `ber_memfree'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_ssl_connect':
(.text+0xafe): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0xb16): undefined reference to `ber_sockbuf_add_io'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_mechs':
(.text+0xb83): undefined reference to `ldap_search_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_bind':
(.text+0xc73): undefined reference to `ldap_sasl_bind'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_cancel_auth':
(.text+0xd42): undefined reference to `ldap_sasl_bind'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connecting':
(.text+0xe82): undefined reference to `ldap_result'
/usr/bin/ld: (.text+0xef1): undefined reference to `ldap_parse_result'
/usr/bin/ld: (.text+0xf5d): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0xf8f): undefined reference to `ldap_abandon_ext'
/usr/bin/ld: (.text+0xfc6): undefined reference to `ldap_msgtype'
/usr/bin/ld: (.text+0x10bd): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x114a): undefined reference to `ldap_msgfree'
/usr/bin/ld: (.text+0x11c7): undefined reference to `ber_free'
/usr/bin/ld: (.text+0x1260): undefined reference to `ldap_parse_sasl_bind_result'
/usr/bin/ld: (.text+0x128a): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x12e3): undefined reference to `ber_bvfree'
/usr/bin/ld: (.text+0x12f3): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x1340): undefined reference to `ldap_msgtype'
/usr/bin/ld: (.text+0x13dd): undefined reference to `ldap_parse_sasl_bind_result'
/usr/bin/ld: (.text+0x143d): undefined reference to `ldap_get_dn_ber'
/usr/bin/ld: (.text+0x146e): undefined reference to `ldap_get_attribute_ber'
/usr/bin/ld: (.text+0x14ae): undefined reference to `ldap_get_attribute_ber'
/usr/bin/ld: (.text+0x1517): undefined reference to `ber_memfree'
/usr/bin/ld: (.text+0x15c9): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x16e1): undefined reference to `ldap_set_option'
/usr/bin/ld: (.text+0x16ea): undefined reference to `ldap_msgfree'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_perform_auth':
(.text+0x17ff): undefined reference to `ldap_sasl_bind'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_do':
(.text+0x1970): undefined reference to `ldap_url_parse'
/usr/bin/ld: (.text+0x19e0): undefined reference to `ldap_get_option'
/usr/bin/ld: (.text+0x19f8): undefined reference to `ber_sockbuf_add_io'
/usr/bin/ld: (.text+0x1a25): undefined reference to `ldap_search_ext'
/usr/bin/ld: (.text+0x1a35): undefined reference to `ldap_free_urldesc'
/usr/bin/ld: (.text+0x1a9a): undefined reference to `ldap_err2string'
/usr/bin/ld: (.text+0x1ad2): undefined reference to `ldap_abandon_ext'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_connect':
(.text+0x1b5f): undefined reference to `ldap_pvt_url_scheme2proto'
/usr/bin/ld: (.text+0x1cb7): undefined reference to `ldap_init_fd'
/usr/bin/ld: (.text+0x1ce0): undefined reference to `ldap_set_option'
/usr/bin/ld: (.text+0x1cf0): undefined reference to `ldap_set_option'
/usr/bin/ld: (.text+0x1d7e): undefined reference to `ldap_start_tls'
/usr/bin/ld: (.text+0x1deb): undefined reference to `ldap_err2string'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-openldap.o): in function `oldap_setup_connection':
(.text+0x1ec6): undefined reference to `ldap_free_urldesc'
/usr/bin/ld: (.text+0x1f0b): undefined reference to `ldap_url_parse'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../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/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-sha256.o): in function `Curl_sha256it':
(.text+0x96): undefined reference to `nettle_sha256_init'
/usr/bin/ld: (.text+0xab): undefined reference to `nettle_sha256_update'
/usr/bin/ld: (.text+0xbb): undefined reference to `nettle_sha256_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../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/13/../../../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/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `check_gss_err.part.0':
(.text+0x77): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x9d): undefined reference to `gss_display_status'
/usr/bin/ld: (.text+0xd1): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x10f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x131): undefined reference to `gss_display_status'
/usr/bin/ld: (.text+0x15a): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x1d2): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-socks_gssapi.o): in function `Curl_SOCKS5_gssapi_negotiate':
(.text+0x391): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x3a5): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x4a9): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x4b8): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x5b8): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x5f2): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x601): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x610): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x621): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x6c6): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x6f0): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x735): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x75c): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x76d): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x7bc): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x7cb): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x7dc): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x804): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x813): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x832): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x85a): undefined reference to `gss_inquire_context'
/usr/bin/ld: (.text+0x88b): undefined reference to `gss_display_name'
/usr/bin/ld: (.text+0x8dc): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0x8eb): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x9b2): undefined reference to `gss_wrap'
/usr/bin/ld: (.text+0x9d5): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xa6d): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xb3f): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xc1c): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xc2d): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xc7c): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xc87): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xc96): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xcd6): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xd0e): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xd19): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xdb1): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xdf8): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xe03): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xe14): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xe3b): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xe46): undefined reference to `gss_release_name'
/usr/bin/ld: (.text+0xe55): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xe77): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xebb): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0xee7): undefined reference to `gss_unwrap'
/usr/bin/ld: (.text+0xf05): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf24): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf7a): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf85): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xf96): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_create_spnego_message':
(.text+0x97): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0xb9): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_cleanup_spnego':
(.text+0x111): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x12d): 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/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-spnego_gssapi.o): in function `Curl_auth_decode_spnego_message':
(.text+0x2b0): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x328): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x347): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x398): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x3a4): undefined reference to `gss_import_name'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_version':
(.text+0x154): undefined reference to `gnutls_check_version'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_send':
(.text+0x1a2): undefined reference to `gnutls_record_send'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `handshake':
(.text+0x281): undefined reference to `gnutls_handshake'
/usr/bin/ld: (.text+0x2a1): undefined reference to `gnutls_error_is_fatal'
/usr/bin/ld: (.text+0x2bb): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x34a): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x384): undefined reference to `gnutls_record_get_direction'
/usr/bin/ld: (.text+0x3a4): undefined reference to `gnutls_alert_get'
/usr/bin/ld: (.text+0x3ab): undefined reference to `gnutls_alert_get_name'
/usr/bin/ld: (.text+0x3c4): undefined reference to `gnutls_alert_get'
/usr/bin/ld: (.text+0x3cb): undefined reference to `gnutls_alert_get_name'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_recv':
(.text+0x44c): undefined reference to `gnutls_record_recv'
/usr/bin/ld: (.text+0x48e): undefined reference to `gnutls_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_sha256sum':
(.text+0x50e): undefined reference to `nettle_sha256_init'
/usr/bin/ld: (.text+0x51c): undefined reference to `nettle_sha256_update'
/usr/bin/ld: (.text+0x529): undefined reference to `nettle_sha256_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_close':
(.text+0x594): undefined reference to `gnutls_record_recv'
/usr/bin/ld: (.text+0x5a1): undefined reference to `gnutls_bye'
/usr/bin/ld: (.text+0x5a9): undefined reference to `gnutls_deinit'
/usr/bin/ld: (.text+0x5be): undefined reference to `gnutls_certificate_free_credentials'
/usr/bin/ld: (.text+0x5d4): undefined reference to `gnutls_srp_free_client_credentials'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_shutdown':
(.text+0x690): undefined reference to `gnutls_deinit'
/usr/bin/ld: (.text+0x699): undefined reference to `gnutls_certificate_free_credentials'
/usr/bin/ld: (.text+0x6b4): undefined reference to `gnutls_srp_free_client_credentials'
/usr/bin/ld: (.text+0x6f5): undefined reference to `gnutls_record_recv'
/usr/bin/ld: (.text+0x76a): undefined reference to `gnutls_bye'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_pull':
(.text+0x7f1): undefined reference to `gnutls_transport_set_errno'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_push':
(.text+0x881): undefined reference to `gnutls_transport_set_errno'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_random':
(.text+0x8ae): undefined reference to `gnutls_rnd'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_data_pending':
(.text+0x8d9): undefined reference to `gnutls_record_check_pending'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_init':
(.text+0x90d): undefined reference to `gnutls_global_init'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_cleanup':
(.text+0x945): undefined reference to `gnutls_global_deinit'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_client_init':
(.text+0x9c9): undefined reference to `gnutls_certificate_allocate_credentials'
/usr/bin/ld: (.text+0xa12): undefined reference to `gnutls_srp_allocate_client_credentials'
/usr/bin/ld: (.text+0xa2c): undefined reference to `gnutls_srp_set_client_credentials'
/usr/bin/ld: (.text+0xa6f): undefined reference to `gnutls_certificate_set_verify_flags'
/usr/bin/ld: (.text+0xa82): undefined reference to `gnutls_certificate_set_x509_trust_file'
/usr/bin/ld: (.text+0xabb): undefined reference to `gnutls_certificate_set_x509_trust_dir'
/usr/bin/ld: (.text+0xaf4): undefined reference to `gnutls_certificate_set_x509_crl_file'
/usr/bin/ld: (.text+0xb1c): undefined reference to `gnutls_init'
/usr/bin/ld: (.text+0xb56): undefined reference to `gnutls_server_name_set'
/usr/bin/ld: (.text+0xb6a): undefined reference to `gnutls_set_default_priority'
/usr/bin/ld: (.text+0xb7e): undefined reference to `gnutls_check_version'
/usr/bin/ld: (.text+0xc3a): undefined reference to `gnutls_priority_set_direct'
/usr/bin/ld: (.text+0xcb9): undefined reference to `gnutls_certificate_set_x509_key_file2'
/usr/bin/ld: (.text+0xcdf): undefined reference to `gnutls_credentials_set'
/usr/bin/ld: (.text+0xd01): undefined reference to `gnutls_global_init'
/usr/bin/ld: (.text+0xd63): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0xe89): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0xed3): undefined reference to `gnutls_ocsp_status_request_enable_client'
/usr/bin/ld: (.text+0xf46): undefined reference to `gnutls_certificate_set_x509_system_trust'
/usr/bin/ld: (.text+0xfbf): undefined reference to `gnutls_priority_set_direct'
/usr/bin/ld: (.text+0x1001): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x105b): undefined reference to `gnutls_credentials_set'
/usr/bin/ld: (.text+0x106a): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x10fa): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x115b): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x1183): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x1253): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x135b): undefined reference to `gnutls_certificate_set_x509_key_file'
/usr/bin/ld: (.text+0x1413): undefined reference to `gnutls_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_connect_step1':
(.text+0x155c): undefined reference to `gnutls_alpn_set_protocols'
/usr/bin/ld: (.text+0x15b4): undefined reference to `gnutls_transport_set_ptr'
/usr/bin/ld: (.text+0x15c3): undefined reference to `gnutls_transport_set_push_function'
/usr/bin/ld: (.text+0x15d2): undefined reference to `gnutls_transport_set_pull_function'
/usr/bin/ld: (.text+0x1662): undefined reference to `gnutls_session_set_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `Curl_gtls_verifyserver':
(.text+0x16fb): undefined reference to `gnutls_protocol_get_version'
/usr/bin/ld: (.text+0x1706): undefined reference to `gnutls_mac_get'
/usr/bin/ld: (.text+0x1714): undefined reference to `gnutls_cipher_get'
/usr/bin/ld: (.text+0x1722): undefined reference to `gnutls_kx_get'
/usr/bin/ld: (.text+0x1743): undefined reference to `gnutls_certificate_get_peers'
/usr/bin/ld: (.text+0x1822): undefined reference to `gnutls_cipher_get'
/usr/bin/ld: (.text+0x186a): undefined reference to `gnutls_x509_crt_init'
/usr/bin/ld: (.text+0x1880): undefined reference to `gnutls_x509_crt_import'
/usr/bin/ld: (.text+0x1897): undefined reference to `gnutls_x509_crt_init'
/usr/bin/ld: (.text+0x1911): undefined reference to `gnutls_x509_crt_import'
/usr/bin/ld: (.text+0x1924): undefined reference to `gnutls_x509_crt_check_issuer'
/usr/bin/ld: (.text+0x1933): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1983): undefined reference to `gnutls_x509_crt_get_dn_by_oid'
/usr/bin/ld: (.text+0x19aa): undefined reference to `gnutls_x509_crt_check_hostname'
/usr/bin/ld: (.text+0x19d6): undefined reference to `gnutls_x509_crt_get_expiration_time'
/usr/bin/ld: (.text+0x1a07): undefined reference to `gnutls_x509_crt_get_activation_time'
/usr/bin/ld: (.text+0x1a87): undefined reference to `gnutls_pubkey_init'
/usr/bin/ld: (.text+0x1a98): undefined reference to `gnutls_pubkey_import_x509'
/usr/bin/ld: (.text+0x1ac3): undefined reference to `gnutls_pubkey_deinit'
/usr/bin/ld: (.text+0x1aff): undefined reference to `gnutls_x509_crt_get_pk_algorithm'
/usr/bin/ld: (.text+0x1b1b): undefined reference to `gnutls_x509_crt_get_dn2'
/usr/bin/ld: (.text+0x1b3f): undefined reference to `gnutls_x509_crt_get_issuer_dn2'
/usr/bin/ld: (.text+0x1b60): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x1b7b): undefined reference to `gnutls_certificate_verify_peers2'
/usr/bin/ld: (.text+0x1be7): undefined reference to `gnutls_protocol_get_name'
/usr/bin/ld: (.text+0x1bfe): undefined reference to `gnutls_cipher_suite_get_name'
/usr/bin/ld: (.text+0x1ca1): undefined reference to `gnutls_ocsp_status_request_get'
/usr/bin/ld: (.text+0x1cbe): undefined reference to `gnutls_ocsp_resp_init'
/usr/bin/ld: (.text+0x1ccd): undefined reference to `gnutls_ocsp_resp_import'
/usr/bin/ld: (.text+0x1d07): undefined reference to `gnutls_ocsp_resp_get_single'
/usr/bin/ld: (.text+0x1e7b): undefined reference to `gnutls_strerror'
/usr/bin/ld: (.text+0x1f80): undefined reference to `gnutls_free'
/usr/bin/ld: (.text+0x1fad): undefined reference to `gnutls_x509_crt_get_activation_time'
/usr/bin/ld: (.text+0x1fcb): undefined reference to `gnutls_x509_crt_get_expiration_time'
/usr/bin/ld: (.text+0x1fe4): undefined reference to `gnutls_free'
/usr/bin/ld: (.text+0x2069): undefined reference to `gnutls_ocsp_resp_deinit'
/usr/bin/ld: (.text+0x2083): undefined reference to `gnutls_pk_algorithm_get_name'
/usr/bin/ld: (.text+0x20b0): undefined reference to `gnutls_x509_crt_get_version'
/usr/bin/ld: (.text+0x20e3): undefined reference to `gnutls_pubkey_export'
/usr/bin/ld: (.text+0x2137): undefined reference to `gnutls_pubkey_export'
/usr/bin/ld: (.text+0x21ab): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x222c): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x230b): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x23e7): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: (.text+0x241b): undefined reference to `gnutls_x509_crt_deinit'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o):(.text+0x24d9): more undefined references to `gnutls_x509_crt_deinit' follow
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-gtls.o): in function `gtls_verifyserver':
(.text+0x25cb): undefined reference to `gnutls_alpn_get_selected_protocol'
/usr/bin/ld: (.text+0x2635): undefined reference to `gnutls_session_get_data'
/usr/bin/ld: (.text+0x2662): undefined reference to `gnutls_session_get_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `proxy_h2_process_pending_input':
(.text+0xe3): undefined reference to `nghttp2_session_mem_recv'
/usr/bin/ld: (.text+0x1a0): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `proxy_h2_on_stream_close':
(.text+0x499): undefined reference to `nghttp2_http2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `proxy_h2_progress_egress':
(.text+0x51d): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: (.text+0x52a): undefined reference to `nghttp2_session_send'
/usr/bin/ld: (.text+0x544): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0x5fd): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_recv':
(.text+0x975): undefined reference to `nghttp2_session_consume'
/usr/bin/ld: (.text+0xd0f): undefined reference to `nghttp2_http2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_send':
(.text+0xead): undefined reference to `nghttp2_session_resume_data'
/usr/bin/ld: (.text+0xeb4): undefined reference to `nghttp2_is_fatal'
/usr/bin/ld: (.text+0xf07): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0xf43): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x1064): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x1076): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0x1154): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x121c): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_adjust_pollset':
(.text+0x1383): undefined reference to `nghttp2_session_get_remote_window_size'
/usr/bin/ld: (.text+0x140a): undefined reference to `nghttp2_session_get_stream_remote_window_size'
/usr/bin/ld: (.text+0x1424): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_ctx_clear':
(.text+0x14c7): undefined reference to `nghttp2_session_del'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `tunnel_send_callback':
(.text+0x1892): undefined reference to `nghttp2_session_get_stream_user_data'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_is_alive':
(.text+0x22bb): undefined reference to `nghttp2_session_want_read'
/usr/bin/ld: (.text+0x22cf): undefined reference to `nghttp2_session_want_write'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-cf-h2-proxy.o): in function `cf_h2_proxy_connect':
(.text+0x258f): undefined reference to `nghttp2_submit_request'
/usr/bin/ld: (.text+0x28d0): undefined reference to `nghttp2_session_callbacks_new'
/usr/bin/ld: (.text+0x28eb): undefined reference to `nghttp2_session_callbacks_set_send_callback'
/usr/bin/ld: (.text+0x28fe): undefined reference to `nghttp2_session_callbacks_set_on_frame_recv_callback'
/usr/bin/ld: (.text+0x2911): undefined reference to `nghttp2_session_callbacks_set_on_frame_send_callback'
/usr/bin/ld: (.text+0x2924): undefined reference to `nghttp2_session_callbacks_set_on_data_chunk_recv_callback'
/usr/bin/ld: (.text+0x2937): undefined reference to `nghttp2_session_callbacks_set_on_stream_close_callback'
/usr/bin/ld: (.text+0x294a): undefined reference to `nghttp2_session_callbacks_set_on_header_callback'
/usr/bin/ld: (.text+0x296f): undefined reference to `nghttp2_option_new'
/usr/bin/ld: (.text+0x2999): undefined reference to `nghttp2_session_callbacks_del'
/usr/bin/ld: (.text+0x2e62): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x2eb5): undefined reference to `nghttp2_option_set_no_auto_window_update'
/usr/bin/ld: (.text+0x2ec6): undefined reference to `nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation'
/usr/bin/ld: (.text+0x2ee3): undefined reference to `nghttp2_session_client_new2'
/usr/bin/ld: (.text+0x2ef5): undefined reference to `nghttp2_option_del'
/usr/bin/ld: (.text+0x2f42): undefined reference to `nghttp2_submit_settings'
/usr/bin/ld: (.text+0x2f5b): undefined reference to `nghttp2_session_set_local_window_size'
/usr/bin/ld: (.text+0x2f7b): undefined reference to `nghttp2_session_callbacks_del'
/usr/bin/ld: (.text+0x3101): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x312c): undefined reference to `nghttp2_session_callbacks_del'
/usr/bin/ld: (.text+0x31b2): undefined reference to `nghttp2_strerror'
/usr/bin/ld: (.text+0x31d1): undefined reference to `nghttp2_strerror'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `display_gss_error':
(.text+0x79): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x96): undefined reference to `gss_display_status'
/usr/bin/ld: (.text+0xa8): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_gssapi.o): in function `Curl_gss_init_sec_context':
(.text+0x17c): undefined reference to `gss_init_sec_context'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `setup_des_key':
(.text+0xf7): undefined reference to `nettle_des_set_key'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_lm_resp':
(.text+0x16c): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: (.text+0x18d): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: (.text+0x1ae): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-curl_ntlm_core.o): in function `Curl_ntlm_core_mk_lm_hash':
(.text+0x270): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: (.text+0x291): undefined reference to `nettle_des_encrypt'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-md4.o): in function `Curl_md4it':
(.text+0x36): undefined reference to `nettle_md4_init'
/usr/bin/ld: (.text+0x4b): undefined reference to `nettle_md4_update'
/usr/bin/ld: (.text+0x5b): undefined reference to `nettle_md4_digest'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_user_message':
(.text+0x1a8): undefined reference to `GSS_C_NT_HOSTBASED_SERVICE'
/usr/bin/ld: (.text+0x1b4): undefined reference to `gss_import_name'
/usr/bin/ld: (.text+0x1ef): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x22a): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_create_gssapi_security_message':
(.text+0x33d): undefined reference to `gss_unwrap'
/usr/bin/ld: (.text+0x3c1): undefined reference to `gss_release_buffer'
/usr/bin/ld: (.text+0x459): undefined reference to `gss_wrap'
/usr/bin/ld: (.text+0x488): undefined reference to `gss_release_buffer'
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libcurl.a(libcurl_gnutls_la-krb5_gssapi.o): in function `Curl_auth_cleanup_gssapi':
(.text+0x5ff): undefined reference to `gss_delete_sec_context'
/usr/bin/ld: (.text+0x61a): 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-04 17:01.25: Job failed: Failed: Build failed