[issue9436] test_sysconfig failure

Antoine Pitrou report at bugs.python.org
Sat Jul 31 17:53:11 CEST 2010


New submission from Antoine Pitrou <pitrou at free.fr>:

When I use the following configuration (in order to build a 32-bit Python a 64-bit OS):
  ./configure --with-computed-gotos CFLAGS=-m32 LDFLAGS=-m32

I then get a failure in test_sysconfig:

======================================================================
FAIL: test_ldshared_value (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/m32/Lib/test/test_sysconfig.py", line 285, in test_ldshared_value
    self.assertIn(ldflags, ldshared)
AssertionError: '-m32 ' not found in 'gcc -pthread -shared'

----------
components: Library (Lib)
messages: 112162
nosy: jyasskin, pitrou, tarek
priority: normal
severity: normal
status: open
title: test_sysconfig failure
type: behavior
versions: Python 3.2

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


More information about the Python-bugs-list mailing list