Date: Mon, 06 Aug 2018 01:44:46 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 229223] lang/python27: BROKEN again with openssl-devel Message-ID: <bug-229223-21822-v6iyVRbdcE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229223-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-229223-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229223 Kubilay Kocak <koobs@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |needs-qa CC| |python@FreeBSD.org --- Comment #4 from Kubilay Kocak <koobs@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.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229223-21822-v6iyVRbdcE>
