[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2014-01-27 Thread Berker Peksag
Berker Peksag added the comment: The cause of the test failure was the Lib/_sysconfigdata.py file which is created by the _generate_posix_vars() function in Lib/sysconfig.py. With a fresh copy of the repo and a clean build, all tests are passed. -- resolution: - out of date stage: -

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2013-11-18 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I also can't reproduce this in Python 3.3 or 3.4 on Trusty Tahr (what will be Ubuntu 14.04). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19618 ___

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2013-11-17 Thread Avichal Dayal
Avichal Dayal added the comment: On my system Ubuntu 12.04 -64bit ./python -m test -v test_sysconfig ./python -m distutils/tests/test_sysconfig both run fine -- nosy: +Avichal.Dayal ___ Python tracker rep...@bugs.python.org

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2013-11-16 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +barry ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19618 ___ ___ Python-bugs-list mailing

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2013-11-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Please add system/os/py-version info. On my Win7-64 machine, C:\Programs\Python34python -m test -v test_sysconfig C:\Programs\Python34python -m distutils.tests.test_sysconfig both pass (and run slightly different sets of tests). -- nosy: +terry.reedy

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2013-11-16 Thread Terry J. Reedy
Terry J. Reedy added the comment: Sorry, about system comment. Got here by link on mail list and read message, not title. Py version is still relevant, as one should try latest releases before reporting. -- ___ Python tracker rep...@bugs.python.org

[issue19618] test_sysconfig_module fails on Ubuntu 12.04

2013-11-15 Thread Berker Peksag
New submission from Berker Peksag: This is probably related to issue 17679. == FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)