[New-bugs-announce] [issue3199] 2.6b1 Build Fails On OSX 10.5

John Abel report at bugs.python.org
Wed Jun 25 16:32:36 CEST 2008


New submission from John Abel <john.abel at ccj-online.co.uk>:

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 <report at bugs.python.org>
<http://bugs.python.org/issue3199>
_______________________________________


More information about the New-bugs-announce mailing list