Date: Fri, 02 Jan 2015 03:03:39 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 192511] [patch] fix lang/python27 build with libressl Message-ID: <bug-192511-21822-lIFZfMAiLn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192511-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-192511-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511 --- Comment #20 from Kevin Zheng <kevinz5000@gmail.com> --- Using the version in the ports tree, I'm getting this error: *** WARNING: renaming "_ssl" since importing it failed: build/lib.freebsd-10.1-RELEASE-p2-amd64-2.7/_ssl.so: Undefined symbol "SSLv2_method" This probably happened because LibreSSL ripped out SSLv2 support, which causes the ssl module to not be built, leading to a package failure later on: Failed to build these modules: _ssl 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 *** Error code 1 I've reported this problem here because all of the above patches seem to deal only with the RAND_egd() issue. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192511-21822-lIFZfMAiLn>