[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-07-22 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset f4470babf79b by Ned Deily in branch 'default': Issue #15188: Prevent test_ldshared_value failure due to slightly http://hg.python.org/cpython/rev/f4470babf79b -- ___

[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-07-22 Thread Ned Deily
Ned Deily n...@acm.org added the comment: With the changes here along with the fixes in Issue15184, I'm declaring this resolved for 3.3. If and when _sysconfigdata.py gets moved, build-installer.py will need to be tweaked. -- dependencies: -_sysconfigdata is generated in srcdir, not

[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-07-21 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset cd883160ad97 by Ned Deily in branch 'default': Issue #15188: Modify the OS X build_installer script to remove temporary http://hg.python.org/cpython/rev/cd883160ad97 -- nosy: +python-dev

[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-07-21 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Pending the final resolution of Issue15298, this changes ensures that the temporary build paths do not leak into the installed interpreter. At the moment, the test is still failing because the CFLAGS values returned by the two sysconfigs differ in

[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-07-12 Thread Ned Deily
Ned Deily n...@acm.org added the comment: The resolution of this test failure is dependent on the resolution of Issue15298, which will change the approach needed. Since this is a relatively minor issue, I don't think there is a need for a interim fix. -- components: +Tests priority:

[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-07-12 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- dependencies: +_sysconfigdata is generated in srcdir, not builddir ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15188 ___

[issue15188] test_ldshared_value failure on OS X using python.org Pythons

2012-06-26 Thread Ned Deily
New submission from Ned Deily n...@acm.org: == FAIL: test_ldshared_value (test.test_sysconfig.TestSysConfig) -- Traceback (most recent call last): File