[issue8453] build_installer.py breaks bzip compilation

Ned Deily report at bugs.python.org
Mon Apr 19 11:43:04 CEST 2010


Ned Deily <nad at acm.org> added the comment:

Odd, works for me on 10.4, 10.5, and 10.6 (but I have never tried running under buildbot, if that is what is happening here).
  
For 10.4 with its most-recent Xcode installed:

$ /usr/bin/ld -v
Apple Computer, Inc. version cctools-622.9~2
$ /usr/bin/gcc -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /var/tmp/gcc/gcc-5370~2/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5370)
$ uname -a
Darwin <hostname> 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
$ /usr/bin/python ./build-installer.py --build-dir ../../dmg
...
gcc-4.0 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk  -o bzip2 bzip2.o -L. -lbz2
gcc-4.0 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c bzip2recover.c
...
echo ".so man1/bzdiff.1" > /Users/nad/2.7.dmg/build/dmg/libraries/usr/local//man/man1/bzcmp.1
Done Bzip2 1.0.5

Using local copy of ZLib 1.2.3
...

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8453>
_______________________________________


More information about the Python-bugs-list mailing list