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 anal.phabet
Recipients anal.phabet
Date 2012-09-27.19:34:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348774482.12.0.162165798013.issue16065@psf.upfronthosting.co.za>
In-reply-to
Content
python 2.7.2 installation:
CFLAGS="-D_GNU_SOURCE -D_BSD_SOURCE" ./configure -C --prefix="/" || exit 1
make -j9  || exit 1
make DESTDIR="//opt/python" install || exit 1

what python generates out of 
       --install-scripts=//bin \
       --install-platlib=//lib/python2.7/lib-dynload \
is both wrong (i.e. the platlib stuff also ignores DESTDIR passed to make)
History
Date User Action Args
2012-09-27 19:34:42anal.phabetsetrecipients: + anal.phabet
2012-09-27 19:34:42anal.phabetsetmessageid: <1348774482.12.0.162165798013.issue16065@psf.upfronthosting.co.za>
2012-09-27 19:34:41anal.phabetlinkissue16065 messages
2012-09-27 19:34:41anal.phabetcreate