Message202354
| Author | doko |
|---|---|
| Recipients | Arfrever, akitada, andybuckley, barry, belopolsky, catalin.iacob, christian.heimes, doko, eric.araujo, ivazquez, jafo, jcea, lemburg, matejcik, pitrou, tarek |
| Date | 2013-11-07.15:56:17 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1383839777.52.0.367648220743.issue1294959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
the patch in msg202343 is wrong, hardcoding lib64 on Debian/Ubuntu. At least the configure check should check for lib64 as a directory and not a symlink, and only then default to lib64. two other issues with the patch: - I would like to see any new OS-dependent locations in the sysconfig module, not the sys module. - Please don't depend on uname for the autoconf check, but on the gnu host triplet. - Please don't add another `arch' attribute to sys. We already have enough of these in sysconfig. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-11-07 15:56:17 | doko | set | recipients: + doko, lemburg, barry, jafo, jcea, belopolsky, pitrou, christian.heimes, matejcik, tarek, ivazquez, eric.araujo, Arfrever, akitada, andybuckley, catalin.iacob |
| 2013-11-07 15:56:17 | doko | set | messageid: <1383839777.52.0.367648220743.issue1294959@psf.upfronthosting.co.za> |
| 2013-11-07 15:56:17 | doko | link | issue1294959 messages |
| 2013-11-07 15:56:17 | doko | create | |