Bug 227852

Summary: security/py-cryptography fails to build with libressl-2.7.2_1
Product: Ports & Packages Reporter: Walter Schwarzenfeld <w.schwarzenfeld>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed DUPLICATE    
Severity: Affects Only Me CC: jakub_lach, rozhuk.im
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
py-cryptography-build.log
none
screenlog-py-cryptography none

Description Walter Schwarzenfeld freebsd_triage 2018-04-29 14:46:26 UTC
Created attachment 192909 [details]
py-cryptography-build.log

py-cryptography fails to build with libressl-2.7.2_1. Attached build.log.
Comment 1 Walter Schwarzenfeld freebsd_triage 2018-04-29 14:52:02 UTC
Created attachment 192911 [details]
screenlog-py-cryptography
Comment 2 Walter Schwarzenfeld freebsd_triage 2018-04-29 14:52:29 UTC
Screenlog shows the error better.
Comment 3 jakub_lach 2018-04-29 14:57:55 UTC
See 226906
Comment 4 Ivan Rozhuk 2018-04-29 15:34:50 UTC
Duplicate https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226906
?
Comment 5 Walter Schwarzenfeld freebsd_triage 2018-04-29 15:37:15 UTC
I could build it if I comment out in the Makefile:

CFLAGS+=       -I${OPENSSLINC}
LDFLAGS+=      -L${OPENSSLLIB}
Comment 6 Tobias Kortkamp freebsd_committer freebsd_triage 2018-04-30 13:19:52 UTC
(In reply to w.schwarzenfeld from comment #5)
Are you sure that you're not just accidentally linking with base OpenSSL when
you're removing them?

*** This bug has been marked as a duplicate of bug 226906 ***