https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207739
xmi...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xmi...@gmail.com --- Comment #3 from xmi...@gmail.com --- I'm running 10-STABLE/amd64, same problem with www/firefox and www/libxul. Seems like the recent base openssl update in rev. 296317 caused some ABI/API breakage: $ youtube-dl Traceback (most recent call last): File "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) ... File "/usr/local/lib/python2.7/ssl.py", line 97, in <module> import _ssl # if we can't import it, let the error propagate ImportError: /usr/local/lib/python2.7/lib-dynload/_ssl.so: Undefined symbol "SSLv2_method" Rebuilding lang/python?? doesn't help, _ssl.so is not built at all, packaging fails. Some other ports are affected as well: $ cd /usr/ports/www/nghttp2 $ make www_nghttp2_SET=ASIO ... asio_cl-asio-cl.o: In function `boost::asio::ssl::context::context(boost::asio::ssl::context_base::method)': asio-cl.cc:(.text._ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE[_ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE]+0xac): undefined reference to `SSLv2_method' asio-cl.cc:(.text._ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE[_ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE]+0xbe): undefined reference to `SSLv2_client_method' asio-cl.cc:(.text._ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE[_ZN5boost4asio3ssl7contextC2ENS1_12context_base6methodE]+0xd0): undefined reference to `SSLv2_server_method' ... -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ 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"