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 ned.deily
Recipients Ivailo.Monev, ned.deily
Date 2015-02-13.08:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423816401.31.0.866897468594.issue23435@psf.upfronthosting.co.za>
In-reply-to
Content
So the real problem here is configuring with --prefix=/ and then using make install DESTDIR to install to a temporary location.  This is a duplicate of Issue9674; the problem is that --prefix=/ results in build variable the start with '//', like '//lib', and that confuses os.path.join as used in Distutils.  You might want to try the patch available there and comment on that issue.
History
Date User Action Args
2015-02-13 08:33:21ned.deilysetrecipients: + ned.deily, Ivailo.Monev
2015-02-13 08:33:21ned.deilysetmessageid: <1423816401.31.0.866897468594.issue23435@psf.upfronthosting.co.za>
2015-02-13 08:33:21ned.deilylinkissue23435 messages
2015-02-13 08:33:21ned.deilycreate