https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192511

--- Comment #20 from Kevin Zheng <kevinz5...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to