Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Build error when upgrading from curl 7.61.1 -> 7.62.0 #310

Open
obadz opened this issue Nov 25, 2018 · 1 comment · May be fixed by #311
Open

Build error when upgrading from curl 7.61.1 -> 7.62.0 #310

obadz opened this issue Nov 25, 2018 · 1 comment · May be fixed by #311

Comments

@obadz
Copy link

obadz commented Nov 25, 2018

Build error:

make[2]: Entering directory '/build/source/zlibrary/core/src/unix/curl'
Compiling ZLCurlNetworkManager.o ...ZLCurlNetworkManager.cpp: In member function 'virtual std::__cxx11::string ZLCurlNetworkManager::perform(const Vector&) const':
ZLCurlNetworkManager.cpp:288:5: error: duplicate case value
     case CURLE_SSL_CACERT:
     ^~~~
ZLCurlNetworkManager.cpp:282:5: note: previously used here
     case CURLE_PEER_FAILED_VERIFICATION:
     ^~~~
make[2]: *** [/build/source/zlibrary/core/../../makefiles/subdir.mk:15: ZLCurlNetworkManager.o] Error 1
make[2]: Leaving directory '/build/source/zlibrary/core/src/unix/curl'
make[1]: *** [Makefile:41: .objects] Error 1
make[1]: Leaving directory '/build/source/zlibrary/core'
make: *** [Makefile:9: all] Error 1
builder for '/nix/store/68wwfvvga47pzjfwx2awzi49w5qbf8z6-fbreader-qt4-0.99.6.drv' failed with exit code 2

Relevant curl commit: curl/curl@3f3b26d

Mentioned in:

NixOS/nixpkgs#49514 (comment)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913382

@obadz
Copy link
Author

obadz commented Dec 9, 2018

Thanks for #311 @vcunat!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant