Opened 7 years ago
Last modified 8 months ago
#56401 assigned defect
py27-cryptography fails to build with libressl-devel 2.7.2 — at Version 1
Reported by: | bK4gYuRo | Owned by: | stromnov (Andrey Stromnov) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-cryptography |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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 (2)
Changed 7 years ago by bK4gYuRo
comment:1 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign removed |
---|---|
Description: | modified (diff) |
Keywords: | py27-cryptography libressl-devel removed |
Owner: | set to stromnov |
Port: | py-cryptography added; py27-crytpography removed |
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.