[Bug 269253] devel/cmake-core: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 2 10:34:28 GMT 2023
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269253
--- Comment #4 from Christos Chatzaras <chris at cretaforce.gr> ---
Thank you. It works.
If I understood the issue correctly:
1) If you don't have libnghttp2 separately installed then cmake-core builds
with an older version of libnghttp2 and the build is successful.
2) If you have libnghttp2 v1.5 then some header is not compatible and
cmake-core doesn't build successfully.
So to get this resolved there are 3 options:
1) Add cmake-core a build dependency to libnghttp2 and use --system-nghttp2
2) Patch cmake-core to use libnghttp2 v1.5 header.
3) Wait for cmake-core to update their files to be compatible with libnghttp2
v1.5
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the kde-freebsd
mailing list