This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:17dokosetrecipients: + doko, lemburg, barry, jafo, jcea, belopolsky, pitrou, christian.heimes, matejcik, tarek, ivazquez, eric.araujo, Arfrever, akitada, andybuckley, catalin.iacob
2013-11-07 15:56:17dokosetmessageid: <1383839777.52.0.367648220743.issue1294959@psf.upfronthosting.co.za>
2013-11-07 15:56:17dokolinkissue1294959 messages
2013-11-07 15:56:17dokocreate