[issue15184] Test failure in test_sysconfig_module

2012-07-22 Thread Ned Deily
Ned Deily added the comment: The buildbot failures were reproducible on OS X 10.6 with Xcode 3. With the latest two fixes and with the fixes for Issue15188, I believe this issue is resolved for 3.3. -- status: open -> closed ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset c286d50ecd19 by Ned Deily in branch 'default': Issue #15184: Some config variables in test_sysconfig_module http://hg.python.org/cpython/rev/c286d50ecd19 -- ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31349bc40214 by Ned Deily in branch 'default': Issue #15184: Fix test__remove_unsupported_archs failures on 10.6 http://hg.python.org/cpython/rev/31349bc40214 -- status: pending -> open ___ Python tracke

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Ned Deily
Ned Deily added the comment: I believe I've fixed the buildbot failure but the buildbot is not very stable and test runs aren't always completing. I'll check back on it later. -- resolution: -> fixed status: open -> pending ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset 295b715b6875 by Ned Deily in branch 'default': Issue #15184: Ensure configuration-related environment variables http://hg.python.org/cpython/rev/295b715b6875 -- ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Ned Deily
Ned Deily added the comment: The new buildbot failure is due to that buildbot using env variables for some of the config variables during execution. The new tests need to isolate themselves from that. Should have a fix shortly. -- ___ Python trac

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread koobs
koobs added the comment: FYI, Added two FreeBSD based buildslaves to the cluster not long ago, one is dedicated to python+CLANG http://buildbot.python.org/all/buildslaves/koobs-freebsd-clang -- nosy: +koobs ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: OK, test passes here now with clang installed. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Ned Deily
Ned Deily added the comment: The problem isn't with clang. The problem was that the test appeared to be taking an OS X only code path apparently because a clang was installed on a Gentoo machine. -- ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Buildbot test failure: > http://buildbot.python.org/all/builders/AMD64%20Snow%20Leopard%203.x/builds/66 These failures are not new, and the buildbot is an unstable one. As for clang, the Lion buildbot uses it and is green. Its configure line is "./configure

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Georg Brandl
Georg Brandl added the comment: Damn, I don't have clang on this machine. Will install and test. -- ___ Python tracker ___ ___ Pytho

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Ned Deily
Ned Deily added the comment: Buildbot test failure: http://buildbot.python.org/all/builders/AMD64%20Snow%20Leopard%203.x/builds/66 -- resolution: fixed -> status: pending -> open ___ Python tracker __

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Ned Deily
Ned Deily added the comment: I've committed an updated version of the refactoring patch which attempts to handle some additional edge cases and which includes a number of additional tests. I still have not been able to reproduce the original failure so I'm setting the status to pending await

[issue15184] Test failure in test_sysconfig_module

2012-07-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d76b83803e7e by Ned Deily in branch 'default': Issue #15184: Ensure consistent results of OS X configuration http://hg.python.org/cpython/rev/d76b83803e7e -- nosy: +python-dev ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-18 Thread Ned Deily
Ned Deily added the comment: I don't see how this is related to Issue15298. In the failure here, sysconfig returns the expected value; the problem is with what distutils.sysconfig returns. -- ___ Python tracker

[issue15184] Test failure in test_sysconfig_module

2012-07-18 Thread Richard Oudkerk
Richard Oudkerk added the comment: I suspect the problem is related to http://bugs.python.org/issue15298. Basically the global sysconfig module caches the results of parsing Makefile in Lib/_sysconfigdata.py. This can cause you to get the config vars from an old configure and build. ---

[issue15184] Test failure in test_sysconfig_module

2012-07-16 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file26163/issue15184_preserve_config_vars.patch ___ Python tracker ___ ___ Python

[issue15184] Test failure in test_sysconfig_module

2012-07-16 Thread Ned Deily
Ned Deily added the comment: Georg, are you still able to reproduce this? I've subsequently tried on a Debian platform with an installed clang and could not reproduce. And, after further inspecting the current code, I really don't see how the clang substitution could happen on a non-darwin p

[issue15184] Test failure in test_sysconfig_module

2012-06-26 Thread Georg Brandl
Georg Brandl added the comment: Moving to blocker for beta2. -- priority: deferred blocker -> release blocker ___ Python tracker ___

[issue15184] Test failure in test_sysconfig_module

2012-06-26 Thread Éric Araujo
Éric Araujo added the comment: Moving stuff common to both sysconfig modules into a shared module sounds good, but the existence and API of distutils.sysconfig needs to be preserved. -- ___ Python tracker ___

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Georg Brandl
Georg Brandl added the comment: Sounds good. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file26164/issue15184_osx_support.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Ned Deily
Ned Deily added the comment: This test failure points at a few issues: - The CFLAGS modification should only be taking place on OS X systems. AFAICT, all of that code is protected by sys.platform checks. One possible culprit, though, might be distutils test test_unixccompiler which attempt

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue15184] Test failure in test_sysconfig_module

2012-06-25 Thread Georg Brandl
New submission from Georg Brandl : On default, have this single failure on my box (Gentoo amd64): == FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)