Message129652
| Author | Arfrever |
|---|---|
| Recipients | Arfrever, loewis |
| Date | 2011-02-27.20:52:37 |
| SpamBayes Score | 1.8895389e-06 |
| Marked as misclassified | No |
| Message-id | <1298839958.2.0.606859505036.issue11347@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-02-27 20:52:38 | Arfrever | set | recipients: + Arfrever, loewis |
| 2011-02-27 20:52:38 | Arfrever | set | messageid: <1298839958.2.0.606859505036.issue11347@psf.upfronthosting.co.za> |
| 2011-02-27 20:52:37 | Arfrever | link | issue11347 messages |
| 2011-02-27 20:52:37 | Arfrever | create | |