https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229223
Kubilay Kocak <ko...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Keywords| |needs-qa CC| |pyt...@freebsd.org --- Comment #4 from Kubilay Kocak <ko...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"