[New-bugs-announce] [issue15184] Test failure in test_sysconfig_module

Georg Brandl report at bugs.python.org
Mon Jun 25 21:15:34 CEST 2012


New submission from Georg Brandl <georg at python.org>:

On default, have this single failure on my box (Gentoo amd64):

======================================================================
FAIL: test_sysconfig_module (distutils.tests.test_sysconfig.SysconfigTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/gbr/devel/python/Lib/distutils/tests/test_sysconfig.py", line 105, in test_sysconfig_module
    self.assertEqual(global_sysconfig.get_config_var('LDSHARED'),sysconfig.get_config_var('LDSHARED'))
AssertionError: 'gcc -pthread -shared' != '/usr/bin/clang -shared'
- gcc -pthread -shared
+ /usr/bin/clang -shared


While clang is installed, I haven't set anything to clang while configuring, or in my environment.

----------
components: Tests
messages: 164005
nosy: eric.araujo, georg.brandl
priority: high
severity: normal
status: open
title: Test failure in test_sysconfig_module
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15184>
_______________________________________


More information about the New-bugs-announce mailing list