Opened 6 years ago

Last modified 6 months ago

#56401 assigned defect

py27-cryptography fails to build with libressl-devel 2.7.2 — at Initial Version

Reported by: bK4gYuRo Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: py-cryptography

Description

Errors start with this

:info:build /opt/local/include/openssl/x509.h:919:6: note: previous declaration is here
:info:build void X509_get0_signature(const ASN1_BIT_STRING **psig,
:info:build      ^
:info:build build/temp.macosx-10.13-x86_64-2.7/_openssl.c:2472:7: error: redefinition of 'X509_VERIFY_PARAM_set1_host' as different kind of symbol
:info:build int (*X509_VERIFY_PARAM_set1_host)(X509_VERIFY_PARAM *, const char *,
:info:build       ^
:info:build /opt/local/include/openssl/x509_vfy.h:564:5: note: previous definition is here
:info:build int X509_VERIFY_PARAM_set1_host(X509_VERIFY_PARAM *param, const char *name,
:info:build     ^
:info:build build/temp.macosx-10.13-x86_64-2.7/_openssl.c:2474:7: error: redefinition of 'X509_VERIFY_PARAM_set1_email' as different kind of symbol
}}} and many more follow

Change History (1)

Changed 6 years ago by bK4gYuRo

Attachment: main.log added
Note: See TracTickets for help on using tickets.