Date: Tue, 01 Mar 2016 20:42:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 207624] security/py-cryptography: build failure after openssl update Message-ID: <bug-207624-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207624 Bug ID: 207624 Summary: security/py-cryptography: build failure after openssl update Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: koobs@FreeBSD.org Reporter: pierre@guinoiseau.eu Assignee: koobs@FreeBSD.org Flags: maintainer-feedback?(koobs@FreeBSD.org) Fails to build in poudriere after the openssl update to 1.0.2_9: building '_openssl' extension creating build/temp.freebsd-10.2-RELEASE-p10-amd64-2.7/build creating build/temp.freebsd-10.2-RELEASE-p10-amd64-2.7/build/temp.freebsd-10.2-RELEA= SE-p10-amd64-2.7 cc -DNDEBUG -O2 -pipe -march=3Dcore2 -I/usr/local/include -fstack-protect= or -fno-strict-aliasing -fPIC -I/usr/local/include/python2.7 -c build/temp.freebsd-10.2-RELEASE-p10-amd64-2.7/_openssl.c -o build/temp.freebsd-10.2-RELEASE-p10-amd64-2.7/build/temp.freebsd-10.2-RELEA= SE-p10-amd64-2.7/_openssl.o build/temp.freebsd-10.2-RELEASE-p10-amd64-2.7/_openssl.c:687:6: error: conflicting types for 'BIO_new_mem_buf' BIO *BIO_new_mem_buf(void *, int); ^ /usr/local/include/openssl/bio.h:692:6: note: previous declaration is here BIO *BIO_new_mem_buf(const void *buf, int len); ^ 1 error generated. error: command 'cc' failed with exit status 1 *** Error code 1 Stop. make: stopped in /usr/ports/security/py-cryptography --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207624-13>