Arfrever Frehtes Taifersar Arahesis <arfrever....@gmail.com> added the comment:

Regardless of this patch, such a libpython3.so regular file cannot exist in 
Gentoo. Gentoo package manager disallows installation, when it detects file 
collisions. If I rename libpython3.so of Python 3.2 to libpython3-3.2.so and 
libpython3.so of Python 3.3 to libpython3-3.3.so, then ldconfig will create 
libpython3.so symlink pointing to potentially wrong target library. This 
problem can be avoided by removing soname from libpython3.so, so whole 
-Wl,-h${soname} could be removed.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11347>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to