[Bug 229223] lang/python27: BROKEN again with openssl-devel
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Aug 6 01:44:48 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229223
Kubilay Kocak <koobs at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
Keywords| |needs-qa
CC| |python at FreeBSD.org
--- Comment #4 from Kubilay Kocak <koobs at FreeBSD.org> ---
I can reproduce this issue, but the bugs/commits referenced here (BPO 26470)
and those in the previous bug 222795 that reported the same issue have
apparently been released (ports version is currently 2.7.15)
The latest port update (ports r469635) removed the patches for upstream issue
30622 which fixed NPN detection. I wonder if they're still needed (or they were
updated subsequent to the release, or the patch was inadvertently removed)
The actual error is:
/wrkdirs/usr/ports/lang/python27/work/Python-2.7.15/Modules/_ssl.c:2117:44:
error: use of undeclared identifier 'PySSL_selected_npn_protocol'
{"selected_npn_protocol", (PyCFunction)PySSL_selected_npn_protocol,
METH_NOARGS},
^
1 warning and 1 error generated.
I tried compiling openssl-devel with NPN option on, but the build still fails.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the freebsd-python
mailing list