[New-bugs-announce] [issue19618] test_sysconfig_module fails on Ubuntu 12.04

Berker Peksag report at bugs.python.org
Sat Nov 16 01:37:03 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19618>
_______________________________________


More information about the New-bugs-announce mailing list