-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.56: build failure against curl-8.11.0 #78
Comments
I think it is because of #define CURL_STRICTER /* not used since 8.11.0 */ in curl.h. It used to work with #define CURL_STRICTER I think Net::Curl's Makefile.PL can't handle the comment. |
Good idea, thanks, @mauke .
I get it to compile, there are still lots of deprecation warnings, and then the self tests hang for me after writing
|
freebsd-git
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Dec 12, 2024
* Fails to build with curl 8.11.0 and newer * Outdated, upstream is at 0.56 released in April 2024 while current version in tree was released in 2022 * Set expiration date to 2025-02-28 unless someone provides a patch Reference: sparky/perl-Net-Curl#78 Reported by: pkg-fallout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When compiling the latest release, 0.56, against curl-8.11.0, there are many deprecation warnings, but also some errors that break the build:
The text was updated successfully, but these errors were encountered: