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 Amos.Anderson
Recipients Amos.Anderson, julians37, khinsen, phyreman, ronaldoussoren
Date 2010-05-06.01:35:45
SpamBayes Score 7.182058e-06
Marked as misclassified No
Message-id <1273109747.48.0.0397309771571.issue3646@psf.upfronthosting.co.za>
In-reply-to
Content
I believe I applied the patch correctly to my Python-2.6.5.tar.bz2, on my OSX 10.6.3 machine, configured with:
./configure --enable-framework=/Users/amos/triad/trunk/src/python

but "make install" now fails with this error at the end:

ln: /usr/local/bin/python2.6: Permission denied
ln: /usr/local/bin/pythonw2.6: Permission denied
ln: /usr/local/bin/idle2.6: Permission denied
ln: /usr/local/bin/pydoc2.6: Permission denied
ln: /usr/local/bin/python2.6-config: Permission denied
ln: /usr/local/bin/smtpd2.6.py: Permission denied
make[1]: *** [altinstallunixtools] Error 1
make: *** [frameworkaltinstallunixtools] Error 2


everything else appears ok...


p.s. I tried:
./configure --enable-universalsdk --with-universal-archs=intel --enable-framework=/Users/amos/triad/trunk/src/python
and got the same error.
History
Date User Action Args
2010-05-06 01:35:47Amos.Andersonsetrecipients: + Amos.Anderson, ronaldoussoren, khinsen, julians37, phyreman
2010-05-06 01:35:47Amos.Andersonsetmessageid: <1273109747.48.0.0397309771571.issue3646@psf.upfronthosting.co.za>
2010-05-06 01:35:46Amos.Andersonlinkissue3646 messages
2010-05-06 01:35:45Amos.Andersoncreate