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 r.david.murray
Recipients r.david.murray, tarek
Date 2009-05-28.21:01:52
SpamBayes Score 3.9902583e-09
Marked as misclassified No
Message-id <1243544515.37.0.19833579137.issue6138@psf.upfronthosting.co.za>
In-reply-to
Content
With current trunk, after a make distclean; ./configure; make install
sequence, I get the following error:

[...]
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed -e "s,@EXENAME@,/usr/local/bin/python2.7," < ./Misc/python-config.in
>python-config
/usr/bin/install -c python-config /usr/local/bin/python2.7-config
rm python-config
./python -E ./setup.py install \
                --prefix=/usr/local \
                --install-scripts=/usr/local/bin \
                --install-platlib=/usr/local/lib/python2.7/lib-dynload \
                --root=/
running install
error: must supply either home or prefix/exec-prefix -- not both
make: *** [sharedinstall] Error 1
History
Date User Action Args
2009-05-28 21:01:55r.david.murraysetrecipients: + r.david.murray, tarek
2009-05-28 21:01:55r.david.murraysetmessageid: <1243544515.37.0.19833579137.issue6138@psf.upfronthosting.co.za>
2009-05-28 21:01:53r.david.murraylinkissue6138 messages
2009-05-28 21:01:52r.david.murraycreate