[issue9164] 2.7 sysconfig should handle arch duplicates

Jyrki Wahlstedt report at bugs.python.org
Mon Jul 5 11:46:59 CEST 2010


New submission from Jyrki Wahlstedt <jyrki.wahlstedt at wahlstedt.fi>:

Hi,
in building Python 2.7 (using MacPorts)I end up in a situation that the build stops in sysconfig.py due to duplicate arch args on compile line. Compiling stops, because there is no way to find machine value from ('i386', 'i386', 'x86_64', 'x86_64'). The duplicates should be removed so that findall-sort-tuple would give only the unique values.

----------
components: Build
messages: 109314
nosy: jyrkiwahlstedt
priority: normal
severity: normal
status: open
title: 2.7 sysconfig should handle arch duplicates
type: compile error
versions: Python 2.7

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


More information about the Python-bugs-list mailing list