New submission from Berker Peksag: This is probably related to issue 17679.
====================================================================== FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/berker/projects/cpython/Lib/distutils/tests/test_sysconfig.py", line 132, in test_sysconfig_module self.assertEqual(global_sysconfig.get_config_var('CFLAGS'), sysconfig.get_config_var('CFLAGS')) AssertionError: '-Wno-unused-result -g -O0 -Wall -Wstrict-prototypes' != '-Wno-unused-result -Werror=declaration-after-statement -g -O0[22 chars]ypes' - -Wno-unused-result -g -O0 -Wall -Wstrict-prototypes + -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstrict-prototypes ---------- components: Distutils, Tests messages: 202994 nosy: berker.peksag priority: normal severity: normal status: open title: test_sysconfig_module fails on Ubuntu 12.04 type: behavior versions: Python 3.3, Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19618> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com