[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)

[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 rep...@bugs.python.org

[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 rep...@bugs.python.org

[issue11599] Useless error message when distutils fails compiling

2012-04-25 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Ping. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11599 ___ ___ Python-bugs-list mailing

[issue11599] Useless error message when distutils fails compiling

2012-04-25 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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. --

[issue11599] Useless error message when distutils fails compiling

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

[issue11599] Useless error message when distutils fails compiling

2011-08-18 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: Added file: http://bugs.python.org/file22938/fix-11599.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11599 ___

[issue11599] Useless error message when distutils fails compiling

2011-06-11 Thread Roundup Robot
Roundup Robot devnull@devnull 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

[issue11599] Useless error message when distutils fails compiling

2011-06-11 Thread Éric Araujo
Éric Araujo mer...@netwok.org 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 rep...@bugs.python.org http://bugs.python.org/issue11599

[issue11599] Useless error message when distutils fails compiling

2011-03-20 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr 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-18 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: 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