Message105119
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. |
|
Date |
User |
Action |
Args |
2010-05-06 01:35:47 | Amos.Anderson | set | recipients:
+ Amos.Anderson, ronaldoussoren, khinsen, julians37, phyreman |
2010-05-06 01:35:47 | Amos.Anderson | set | messageid: <1273109747.48.0.0397309771571.issue3646@psf.upfronthosting.co.za> |
2010-05-06 01:35:46 | Amos.Anderson | link | issue3646 messages |
2010-05-06 01:35:45 | Amos.Anderson | create | |
|