Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:

The cause is that distutils.sysconfig.parse_makefile() tries to convert
each value to an int, and does succeed on "--with-suffix=3".

The attached patch uses %s formatting to build the program name, this
will accept int values.
All versions are affected.

----------
keywords: +needs review, patch
nosy: +amaury.forgeotdarc
stage:  -> patch review
versions: +Python 2.6
Added file: http://bugs.python.org/file12218/build_scripts.patch

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4524>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to