This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients eric.araujo, georg.brandl
Date 2012-06-25.19:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340651734.76.0.42100141309.issue15184@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-06-25 19:15:34georg.brandlsetrecipients: + georg.brandl, eric.araujo
2012-06-25 19:15:34georg.brandlsetmessageid: <1340651734.76.0.42100141309.issue15184@psf.upfronthosting.co.za>
2012-06-25 19:15:34georg.brandllinkissue15184 messages
2012-06-25 19:15:33georg.brandlcreate