[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:16 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234568
Bug ID: 234568
Summary: lang/python27 build against libressl 2.8.3
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: python at FreeBSD.org
Reporter: adridg at freebsd.org
Assignee: python at FreeBSD.org
Flags: maintainer-feedback?(python at FreeBSD.org)
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list