Opened 14 years ago

Closed 14 years ago

#25511 closed defect (duplicate)

alpine-2.00 Build failure: Conflict with OpenSSL 1.0.0

Reported by: misteravery@… Owned by: todmorrison (Tod Morrison)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: alpine

Description

sudo port -v install alpine +passfile

I'm attaching the output from main.log. The relevant lines (as far as I can tell) are the following:

:info:build Building OS-dependent module
:info:build If you get No such file error messages for files x509.h, ssl.h,
:info:build pem.h, buffer.h, bio.h, and crypto.h, that means that OpenSSL
:info:build is not installed on your system. Either install OpenSSL first
:info:build or build with command: make osx SSLTYPE=none
:info:build `cat CCTYPE` -c `cat CFLAGS` `cat OSCFLAGS` -c osdep.c
:info:build In file included from osdep.c:264:
:info:build /usr/include/openssl/x509v3.h:135: error: redefinition of typedef 'X509V3_CTX'
:info:build /opt/local/include/openssl/ossl_typ.h:148: error: previous declaration of 'X509V3_CTX' was here
:info:build In file included from osdep.c:265:
:info:build /usr/include/openssl/ssl.h:354: error: redefinition of typedef 'SSL'
:info:build /opt/local/include/openssl/ossl_typ.h:145: error: previous declaration of 'SSL' was here
:info:build /usr/include/openssl/ssl.h:355: error: redefinition of typedef 'SSL_CTX'
:info:build /opt/local/include/openssl/ossl_typ.h:146: error: previous declaration of 'SSL_CTX' was here
:info:build In file included from osdep.c:266:
:info:build /usr/include/openssl/err.h:290: error: redefinition of typedef 'ERR_FNS'
:info:build /opt/local/include/openssl/ossl_typ.h:157: error: previous declaration of 'ERR_FNS' was here
:info:build In file included from osdep.c:271:
:info:build /usr/include/openssl/rand.h:86: error: redefinition of typedef 'RAND_METHOD'
:info:build /opt/local/include/openssl/ossl_typ.h:134: error: previous declaration of 'RAND_METHOD' was here
:info:build make[4]: *** [osdep.o] Error 1
:info:build make[3]: *** [osx] Error 2
:info:build make[2]: *** [OSTYPE] Error 2
:info:build make[1]: *** [oxp] Error 2
:info:build make: *** [c-client] Error 2

Attachments (1)

main.log (44.8 KB) - added by misteravery@… 14 years ago.
Output from port of build failure for alpine

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by misteravery@…

Attachment: main.log added

Output from port of build failure for alpine

comment:1 Changed 14 years ago by misteravery@…

Maybe related to #20971 ?

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Keywords: alpine build removed
Owner: changed from macports-tickets@… to todmorrison@…

Please remember to cc the maintainer.

comment:3 in reply to:  1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: newclosed
Summary: alpine-2.00 Build failure: Conflict with OpenSSLalpine-2.00 Build failure: Conflict with OpenSSL 1.0.0

Replying to misteravery@…:

Maybe related to #20971 ?

What makes you think so? That ticket was closed as fixed 10 months ago.

It looks to me like a new problem. Your log is with openssl 0.9.8o; #25603 has been filed with the same error but I'll close this as a duplicate of that since that has logs with the newer openssl 1.0.0a.

Note: See TracTickets for help on using tickets.