Skip to content
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

curl 4.0 "Option SOME_OPTION (10123) not supported" #192

Closed
jeroen opened this issue Jul 23, 2019 · 1 comment
Closed

curl 4.0 "Option SOME_OPTION (10123) not supported" #192

jeroen opened this issue Jul 23, 2019 · 1 comment

Comments

@jeroen
Copy link
Owner

jeroen commented Jul 23, 2019

As of curl 4.0 we do stricter type checking based on typecheck-gcc.h. Unfortunately it looks like these macros were incomplete in old versions of libcurl.

This is particularly a problem on travis which still defaults to Ubuntu 14.04 which has libcurl 7.35.0. But also the CRAN mac builder runs El-Capitain which targets libcurl 7.43.0.

As a solution maybe we should only use strict type checking on recent enough versions of libcurl.

@jeroen
Copy link
Owner Author

jeroen commented Jul 23, 2019

One example is UNIX_SOCKET_PATH used by stevedore. See travis log.

@jeroen jeroen changed the title curl 4.0 "Option FOO_BAR (10123) not supported" curl 4.0 "Option SOME_OPTION (10123) not supported" Jul 23, 2019
@jeroen jeroen closed this as completed in 327ae62 Aug 27, 2019
richfitz added a commit to richfitz/stevedore that referenced this issue Aug 27, 2019
jeroen added a commit that referenced this issue Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant