[issue5795] test_distutils failure on the ppc Debian buildbot

2009-04-20 Thread Tarek Ziadé
Tarek Ziadé added the comment: Fixed in r71758, all green under ppc. I am updating the News file now thanks! -- status: open -> closed ___ Python tracker ___ ___

[issue5795] test_distutils failure on the ppc Debian buildbot

2009-04-20 Thread Tarek Ziadé
Tarek Ziadé added the comment: r71758 fixes it, but I'd like to run the buildbot on the debian ppc slave before I update Misc/NEWS and merge in py3K. I tried to force a build here, but it failed http://www.python.org/dev/buildbot/trunk.stable/ppc%20Debian%20unstable%20trunk I'll ask Matthias

[issue5795] test_distutils failure on the ppc Debian buildbot

2009-04-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, I assume "-arch x86_64" is a MacOS X-specific gcc flag. The problem could be with distutils.tests.test_util:test_get_platform which borks the environment variable CFLAGS by adding this flag. -- ___ Python tracker

[issue5795] test_distutils failure on the ppc Debian buildbot

2009-04-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Two strange things: - "-arch" doesn't exist, it should be "-march=" - why is there a reference to x86_64 on a ppc buildbot? -- nosy: +doko ___ Python tracker __

[issue5795] test_distutils failure on the ppc Debian buildbot

2009-04-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : The following test fails on the ppc Debian buildbot (trunk and py3k): test_build_ext (distutils.tests.test_build_ext.BuildExtTestCase) ... gcc-4.3: x86_64: No such file or directory cc1: error: unrecognized command line option "-arch" ERROR =