New submission from John Abel <[EMAIL PROTECTED]>: The build process on Leopard fails:
cd Mac && make altinstallunixtools DESTDIR="" if [ ! -d "/usr/local/bin" ]; then \ /usr/bin/install -c -d -m 755 "/usr/local/bin" ;\ fi for fn in python2.6 pythonw2.6 idle2.6 \ pydoc2.6 python2.6-config) smtpd2.6.py ;\ do \ ln -fs "/Library/Frameworks/Python.framework/Versions/2.6/bin/${fn}" "/usr/local/bin/${fn}" ;\ done /bin/sh: -c: line 0: syntax error near unexpected token `)' /bin/sh: -c: line 0: `for fn in python2.6 pythonw2.6 idle2.6 pydoc2.6 python2.6-config) smtpd2.6.py ;do ln -fs "/Library/Frameworks/Python.framework/Versions/2.6/bin/${fn}" "/usr/local/bin/${fn}" ;done' make[1]: *** [altinstallunixtools] Error 2 make: *** [frameworkaltinstallunixtools] Error 2 To fix, remove the additional ) following -config on line 116 of Mac/Makefile: pydoc$(VERSION) python$(VERSION)-config) smtpd$(VERSION).py ;\ ---------- components: Build messages: 68730 nosy: johna severity: normal status: open title: 2.6b1 Build Fails On OSX 10.5 versions: Python 2.6 _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3199> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com