Skip site navigation (1)Skip section navigation (2)
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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229223

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 iss=
ue
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 fai=
ls.

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-229223-21822-v6iyVRbdcE>