Date: Wed, 02 Jan 2019 13:40:13 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 234568] lang/python27 build against libressl 2.8.3 Message-ID: <bug-234568-21822-t6s1dI1Wkh@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-234568-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-234568-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-python mailing list <python@FreeBSD.org> for maintainer-feedback: Bug 234568: lang/python27 build against libressl 2.8.3 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D234568 --- 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+=3Dssl=3Dlibressl So the whole jail builds against libressl. The "make" part of python27 is successful, but "make package" fails. During build, this is the only releva= nt message I see: *** WARNING: renaming "_ssl" since importing it failed:=20 build/lib.freebsd-12.0-STABLE-amd64-2.7/_ssl.so:=20 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-234568-21822-t6s1dI1Wkh>