[issue11599] Useless error message when distutils fails compiling

2014-03-13 Thread Éric Araujo
Éric Araujo added the comment: Fixed! -- components: -Distutils2 resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: +Python 3.4 -3rd party, Python 3.2 ___ Python tracker

[issue11599] Useless error message when distutils fails compiling

2014-03-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset 43b06352221b by Éric Araujo in branch '3.3': Make distutils error messages more helpful (#11599). http://hg.python.org/cpython/rev/43b06352221b New changeset c04260b59e8c by Éric Araujo in branch 'default': Merge 3.3 (#11599) http://hg.python.org/cp

[issue11599] Useless error message when distutils fails compiling

2014-03-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 37bca30c3e19 by Éric Araujo in branch '2.7': Make distutils error messages more helpful (#11599). http://hg.python.org/cpython/rev/37bca30c3e19 -- ___ Python tracker _

[issue11599] Useless error message when distutils fails compiling

2012-04-25 Thread Éric Araujo
Éric Araujo added the comment: I will apply this this week; I don’t think I need to ask the ML after all, the output is already different when you run with DISTUTILS_DEBUG — and it’s debug mode anyway, not regular use, so I don’t foresee any compat issue. -- versions: -Python 3.1 __

[issue11599] Useless error message when distutils fails compiling

2012-04-25 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11599] Useless error message when distutils fails compiling

2011-08-18 Thread Éric Araujo
Changes by Éric Araujo : Added file: http://bugs.python.org/file22938/fix-11599.diff ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue11599] Useless error message when distutils fails compiling

2011-08-18 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file21316/fix-compile-error-messages.diff ___ Python tracker ___ ___ Python-bugs

[issue11599] Useless error message when distutils fails compiling

2011-06-11 Thread Éric Araujo
Éric Araujo added the comment: I intend to ask on distutils-sig whether doing the change in distutils would break code. -- assignee: tarek -> eric.araujo ___ Python tracker ___

[issue11599] Useless error message when distutils fails compiling

2011-06-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3ba34c03f2fc by Éric Araujo in branch 'default': Adjust logging in packaging.util.spawn (related to #11599) http://hg.python.org/cpython/rev/3ba34c03f2fc -- nosy: +python-dev ___ Python tracker

[issue11599] Useless error message when distutils fails compiling

2011-03-20 Thread Antoine Pitrou
Antoine Pitrou added the comment: > It appears a choice has been made to print only the first argument in > the error messages; attached patch changes that, please test. Well, I don't have the failing setup at hand anymore, but the patch looks reasonable to me. Thank you! -- _

[issue11599] Useless error message when distutils fails compiling

2011-03-20 Thread Éric Araujo
Éric Araujo added the comment: It appears a choice has been made to print only the first argument in the error messages; attached patch changes that, please test. -- components: +Distutils2 keywords: +patch nosy: +alexis versions: +3rd party Added file: http://bugs.python.org/file21316

[issue11599] Useless error message when distutils fails compiling

2011-03-18 Thread Antoine Pitrou
New submission from Antoine Pitrou : Really, can't distutils at least display the command-line that failed to execute? Traceback (most recent call last): File "/home/antoine/cpython/default/Lib/distutils/unixccompiler.py", line 176, in _compile extra_postargs) File "/home/antoine/cpyt