[issue8453] build_installer.py breaks bzip compilation

Martin v. Löwis report at bugs.python.org
Mon Apr 19 08:30:34 CEST 2010


New submission from Martin v. Löwis <martin at v.loewis.de>:

The current build_installer fails to build dependencies, e.g. with

gcc-4.0 -arch i386 -arch ppc -isysroot /Developer/SDKs/MacOSX10.4u.sdk  -o bzip2 bzip2.o -L. -lbz2
collect2: cannot find 'ld'
collect2: cannot find 'ld'
lipo: can't open input file: /var/tmp//cc8o5UUU.out (No such file or directory)

For the full buildlog, see

http://www.python.org/dev/buildbot/builders/2.7.dmg/builds/9/steps/compile/logs/stdio

----------
assignee: ronaldoussoren
messages: 103557
nosy: loewis, ronaldoussoren
severity: normal
status: open
title: build_installer.py breaks bzip compilation
versions: Python 2.7

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


More information about the Python-bugs-list mailing list