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 akineko
Recipients akineko
Date 2007-09-03.17:09:15
SpamBayes Score 0.025036605
Marked as misclassified No
Message-id <1188839355.89.0.39344138919.issue1095@psf.upfronthosting.co.za>
In-reply-to
Content
I thought this was already reported but I didn't see it in the list.
If this issue is already addressed, please discard.

The 'make install' failed if I re-run the installation again because
python-config under /usr/local/bin was already there.

Removing /usr/local/lib/python2.5/lib-dynload/Python-2.5.1-py2.5.egg-info
Writing /usr/local/lib/python2.5/lib-dynload/Python-2.5.1-py2.5.egg-info
if test -f /usr/local/bin/python -o -h /usr/local/bin/python; \
then rm -f /usr/local/bin/python; \
else true; \
fi
(cd /usr/local/bin; ln python2.5 python)
(cd /usr/local/bin; ln -sf python2.5-config python-config)
ln: cannot create python-config: File exists
make: *** [bininstall] Error 2

I didn't see such problem under 2.4.

Aki-
History
Date User Action Args
2007-09-03 17:09:16akinekosetspambayes_score: 0.0250366 -> 0.025036605
recipients: + akineko
2007-09-03 17:09:15akinekosetspambayes_score: 0.0250366 -> 0.0250366
messageid: <1188839355.89.0.39344138919.issue1095@psf.upfronthosting.co.za>
2007-09-03 17:09:15akinekolinkissue1095 messages
2007-09-03 17:09:15akinekocreate