maintainer-feedback requested: [Bug 234568] lang/python27 build against libressl 2.8.3
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jan 2 13:40:15 UTC 2019
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-python mailing
list <python at FreeBSD.org> for maintainer-feedback:
Bug 234568: lang/python27 build against libressl 2.8.3
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234568
--- Description ---
I have a poudriere jail with 12.0, on a 12-STABLE host. The host uses base
openssl, but because of PRs that ask for libressl compatibility I have a set
for libressl. In that set:
DEFAULT_VERSIONS+=ssl=libressl
So the whole jail builds against libressl. The "make" part of python27 is
successful, but "make package" fails. During build, this is the only relevant
message I see:
*** WARNING: renaming "_ssl" since importing it failed:
build/lib.freebsd-12.0-STABLE-amd64-2.7/_ssl.so:
Undefined symbol "SSLv3_method"
and then "make package" fails with
pkg-static: Unable to access file /wrkdirs/usr/ports/lang/python27/
work/stage/usr/local/lib/python2.7/lib-dynload/_ssl.so:
No such file or directory
This makes sense, since _ssl.so has been renamed; I can see it in stagedir:
/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/
lib-dynload/_ssl_failed.so
It looks like libressl 2.8.3 retired the SSLv3 bits, since previous PRs have
addressed libressl compatibility already.
More information about the freebsd-python
mailing list