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 matejcik
Recipients Arfrever, eric.araujo, loewis, matejcik, nijel, rothrock, rpetrov, sergiodj, soundmurderer, spektrum, tarek
Date 2010-08-22.22:57:32
SpamBayes Score 1.1551455e-05
Marked as misclassified No
Message-id <1282517854.7.0.666800224655.issue858809@psf.upfronthosting.co.za>
In-reply-to
Content
the problem this patch was solving is "python libraries install into "prefix/lib" regardless of what is the correct local LIBDIR" - which is obviously broken on systems where LIBDIR is something other than "prefix/lib", most notable example being "prefix/lib64" on current 64bit linuxes.


but as far i can tell, this problem was fixed (to an extent) in 2.7 by partially applying this patch.
SCRIPTDIR is still prefix/lib, but the correctness of that is up for a long and winded debate.
History
Date User Action Args
2010-08-22 22:57:35matejciksetrecipients: + matejcik, loewis, nijel, spektrum, tarek, sergiodj, eric.araujo, rpetrov, Arfrever, rothrock, soundmurderer
2010-08-22 22:57:34matejciksetmessageid: <1282517854.7.0.666800224655.issue858809@psf.upfronthosting.co.za>
2010-08-22 22:57:33matejciklinkissue858809 messages
2010-08-22 22:57:32matejcikcreate