Opened 6 years ago
Last modified 4 years ago
#57686 closed defect
libetpan @1.9.1: error: duplicate case value 'CURLE_PEER_FAILED_VERIFICATION' — at Initial Version
Reported by: | kencu (Ken) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libetpan |
Description
libetpan
built fairly recently, but no longer builds for me. I presume some update to openssl
had caused it to fail now:
libtool: compile: /opt/local/bin/clang-mp-3.9 -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -I../../../src/data-types -I../../../src/low-level/imf -I/opt/local/include -DDEBUG -I/opt/local/include -D_REENTRANT -I/opt/local/include -I/opt/local/include -pipe -Os -arch x86_64 -W -Wall -c newsfeed_item.c -o newsfeed_item.o >/dev/null 2>&1 newsfeed.c:538:8: error: duplicate case value 'CURLE_PEER_FAILED_VERIFICATION' case CURLE_SSL_CACERT: ^ /opt/local/include/curl/curl.h:589:26: note: expanded from macro 'CURLE_SSL_CACERT' #define CURLE_SSL_CACERT CURLE_PEER_FAILED_VERIFICATION ^ newsfeed.c:533:8: note: previous case defined here case CURLE_SSL_PEER_CERTIFICATE: ^ /opt/local/include/curl/curl.h:610:36: note: expanded from macro 'CURLE_SSL_PEER_CERTIFICATE' #define CURLE_SSL_PEER_CERTIFICATE CURLE_PEER_FAILED_VERIFICATION ^ 1 error generated. make[7]: *** [newsfeed.lo] Error 1
we still have the last version on the buildbots, it appears.
Note: See
TracTickets for help on using
tickets.