[issue4524] Build fails at running build_scripts

2009-02-21 Thread Tarek Ziadé
Tarek Ziadé added the comment: fixed in r69598. Thanks for the patch Amaury. -- status: open -> closed ___ Python tracker ___ ___ Pyth

[issue4524] Build fails at running build_scripts

2009-02-13 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- versions: +Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue4524] Build fails at running build_scripts

2009-02-13 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- priority: -> high ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue4524] Build fails at running build_scripts

2009-01-04 Thread Tarek Ziadé
Tarek Ziadé added the comment: I will write an isolated test in distutils to reproduce this issue, -- assignee: -> tarek components: +Distutils nosy: +tarek ___ Python tracker _

[issue4524] Build fails at running build_scripts

2008-12-04 Thread Chris Hills
Chris Hills <[EMAIL PROTECTED]> added the comment: In hindsight I did not need to use --with-suffix as I assumed the interpreter would be installed as "python" by default, but it is not. The patch however does fix the reported problem for me. ___ Python trac

[issue4524] Build fails at running build_scripts

2008-12-04 Thread Amaury Forgeot d'Arc
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 versi

[issue4524] Build fails at running build_scripts

2008-12-04 Thread Chris Hills
New submission from Chris Hills <[EMAIL PROTECTED]>: On linux-g++-32 with command line `./configure --enable-ipv6 --with- suffix=3`, python is compiled okay but the build scripts fail as follows:- running build_scripts copying and adjusting /tmp/Python-3.0/Tools/scripts/idle -> build/ scripts-3