[Bug 270940] ftp/curl: fails with Undefined symbol "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation"

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 19 Apr 2023 20:59:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270940

            Bug ID: 270940
           Summary: ftp/curl: fails with Undefined symbol
                    "nghttp2_option_set_no_rfc9113_leading_and_trailing_ws
                    _validation"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: asomers@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

On FreeBSD 12.4 with the latest quarterly packages, including Curl 7.88.1, it
fails with this error:

curl https://sh.rustup.rs -sSf | sh -s -- -y
ld-elf.so.1: /usr/local/lib/libcurl.so.4: Undefined symbol
"nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation"

However, that does not happen on 12.4-PRERELEASE with the pkg main branch.  Nor
does it happen on 13.1-RELEASE.

The failure looks similar to 269253 , except that bug concerns a failure in
cmake, not curl.  Might curl need a similar fix?

-- 
You are receiving this mail because:
You are the assignee for the bug.