Opened 6 years ago
Closed 4 years ago
#57686 closed defect (fixed)
libetpan @1.9.1: error: duplicate case value 'CURLE_PEER_FAILED_VERIFICATION'
Reported by: | kencu (Ken) | Owned by: | pmetzger (Perry E. Metzger) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | libetpan |
Description (last modified by kencu (Ken))
libetpan
built fairly recently, but no longer builds for me. I presume some update to curl
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 current version on the buildbots, it appears, presumably built against some previous curl.
Attachments (1)
Change History (6)
Changed 6 years ago by kencu (Ken)
comment:1 Changed 6 years ago by kencu (Ken)
Description: | modified (diff) |
---|
comment:2 Changed 6 years ago by jmroot (Joshua Root)
Owner: | set to pmetzger |
---|---|
Status: | new → assigned |
comment:3 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
libetpan 1.9.4 builds for me today. Do you still see this problem?
comment:5 Changed 4 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
<http://packages.macports.org/libetpan/libetpan-1.9.4_1.darwin_10.x86_64.tbz2>
seems like it was fixed by some update to libetpan.
Note: See
TracTickets for help on using
tickets.
Remember to assign to the maintainer.