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

Fails to build with curl 7.62.0 #313

Closed
mones opened this issue Nov 12, 2018 · 3 comments
Closed

Fails to build with curl 7.62.0 #313

mones opened this issue Nov 12, 2018 · 3 comments

Comments

@mones
Copy link
Contributor

mones commented Nov 12, 2018

Hi Hoa,

It has been reported that libetpan 1.9.1 fails to build with new curl 7.62.0 with the following error:

newsfeed.c: In function 'curl_error_convert':
newsfeed.c:538:3: error: duplicate case value
case CURLE_SSL_CACERT:
^~~~
newsfeed.c:533:3: note: previously used here
case CURLE_SSL_PEER_CERTIFICATE:
^~~~
make[9]: *** [Makefile:579: newsfeed.lo] Error 1

At first sight looks like an easy fix, but there's more info which could be relevant on the original bug report: https://bugs.debian.org/913383

Thanks in advance!

@mones
Copy link
Contributor Author

mones commented Nov 22, 2018

Hi there Hoa! Any chance of getting an official patch for this?

@dinhvh
Copy link
Owner

dinhvh commented Nov 22, 2018

The fix is already here:
945f370

Not in 1.9.1 though.

@dinhvh dinhvh closed this as completed Nov 22, 2018
@mones
Copy link
Contributor Author

mones commented Nov 23, 2018

Uh, sorry! Didn't noticed it was already fixed ;-)

Many thanks!

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

2 participants