After updating to dev-libs/openssl-1.0.2g I experience this: % python3 -c 'import ssl' Traceback (most recent call last): File "<string>", line 1, in <module> File "/usr/lib64/python3.5/ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error propagate ImportError: /usr/lib64/python3.5/lib-dynload/_ssl.cpython-35m-x86_64-linux-gnu.so: undefined symbol: SSLv2_method This is true for ~amd64 versions of Python 2.7, 3.4 and 3.5. Simple rebuild solves the issue, but it's caught by neither `@preserved-rebuild` nor `revdep-rebuild nor autorebuilding emerge machinery.
got 12 reports at my tinderbox related to this issue within 2 hours.
(In reply to Nikolaj Sjujskij from comment #0) > After updating to dev-libs/openssl-1.0.2g I experience this: Latest app-portage/layman-2.3.0-r1 and stable net-p2p/deluge-1.3.12 were crashing after upgrading openssl. Layman with: SSLError was:Can't connect to HTTPS URL because the SSL module is not available. Deluge with: ImportError: /usr/lib64/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method Rebuilding my versions of Python solved this. Thanks!
Let's unify those bug reports. *** This bug has been marked as a duplicate of bug 576128 ***