I have so far had two issues, one that should definitely be addressed by the 
package maintainers and one that . One was that this line in Mac/Makefile.in,

$(CC) $(subst -arch i386,,$(subst -arch ppc,,$(LDFLAGS))) -o $@ 
@UNIVERSAL_ARCH64_FLAGS@ $(srcdir)/Tools/pythonw.c

was causing the '-arch ppc' that forms a prefix of '-arch ppc64' to be removed, 
leaving only a "64" when using --universal-archs=all. I worked around this by 
adding a space before the two commas.

The second was that the PythonDocumentation target doesn't seem to build, due 
to some Sphinx error that I haven't hunted down yet. Here's the traceback:

...
...
A    tools/pygments/filter.py
Checked out revision 80558.

Exception occurred:
  File 
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/encodings/utf_8_sig.py",
 line 19, in decode
    if input.startswith(codecs.BOM_UTF8):
AttributeError: 'buffer' object has no attribute 'startswith'
The full traceback has been saved in 
/var/folders/lf/lfVpd1o4GcqQEL0xQ150lU+++TU/-Tmp-/sphinx-err-6FaAYF.log, if you 
want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message 
can be provided next time.
Either send bugs to the mailing list at 
<http://groups.google.com/group/sphinx-dev/>,
or report them in the tracker at 
<http://bitbucket.org/birkenfeld/sphinx/issues/>. Thanks!
make: *** [build] Error 1
mkdir -p build/html build/doctrees
python tools/sphinx-build.py -b html -d build/doctrees -D latex_paper_size=  . 
build/html 
Running Sphinx v0.6.5
loading pickled environment... not found
building [html]: targets for 465 source files that are out of date
updating environment: 465 added, 0 changed, 0 removed
reading sources... [  0%] about
Traceback (most recent call last):
  File 
"/Users/dwf/src/tarball/Python-2.6.5/Mac/BuildScript/build-installer.py", line 
1114, in <module>
    main()
  File 
"/Users/dwf/src/tarball/Python-2.6.5/Mac/BuildScript/build-installer.py", line 
1082, in main
    buildPythonDocs()
  File 
"/Users/dwf/src/tarball/Python-2.6.5/Mac/BuildScript/build-installer.py", line 
673, in buildPythonDocs
    runCommand('make html')
  File 
"/Users/dwf/src/tarball/Python-2.6.5/Mac/BuildScript/build-installer.py", line 
353, in runCommand
    raise RuntimeError, "command failed: %s"%(commandline,)
RuntimeError: command failed: make html
d...@chebyshev:~/src/tarball/Python-2.6.5/Mac/BuildScript$ 


_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to