Bugzilla Automation <bugzi...@freebsd.org> has asked freebsd-python mailing list <pyt...@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. _______________________________________________ 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"