Solved Poudriere won't build python27 without SSLv3

Hi,

I'm trying to build lang/python27 with security/openssl from ports with poudirere.
The /etc/make.conf I use with poudriere is the following:
Code:
OPTIONS_SET=CPU_OPTS DEFAULT_VIMRC DOCS GEOIP HTTP2 HTTP_GEOIP HTTP_REALIP ICONV NLS OPTIMIZED_CFLAGS THREADS
OPTIONS_UNSET=BASH EXAMPLES JAVA LDAP MD2 MDNSRESPONDER MONO OPENGL PAM SSL2 SSL3 WEBP X11 ZSH
WITH_LANG=german
DEFAULT_VERSIONS+= ssl=openssl
And security/openssl is build without SSL2 and SSL3.

Trying to build lang/python27 always fails in the package phase with:
Code:
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
but https://wiki.freebsd.org/OpenSSL/No-SSLv3 states, that python27 shouldn't have any problems with SSLv3 removed?
Here's the complete log: http://paste.ubuntu.com/17590749/

I'm using 10.3-RELEASE-p5 with an up to date ports tree.
 
Back
Top