[issue9912] Fail when vsvarsall.bat produces stderr

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue9912] Fail when vsvarsall.bat produces stderr

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9912] Fail when vsvarsall.bat produces stderr

2014-09-29 Thread Mark Lawrence
Mark Lawrence added the comment: Ping. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9912 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9912] Fail when vsvarsall.bat produces stderr

2014-06-26 Thread Mark Lawrence
Mark Lawrence added the comment: The patch is two extra lines that look fine to me, can somebody do a commit review please? -- components: -Distutils2 nosy: +BreamoreBoy, dstufft versions: +Python 3.4, Python 3.5 -3rd party, Python 3.2 ___ Python

[issue9912] Fail when vsvarsall.bat produces stderr

2010-10-22 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I’d replace “created stderr” with “printed on stderr”, but otherwise msvc9_log.diff looks good. distutils is feature-frozen, but I think any changes that help debugging are good. Tarek, do you agree? --

[issue9912] Fail when vsvarsall.bat produces stderr

2010-10-22 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- components: +Distutils2 stage: needs patch - patch review versions: +3rd party -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9912 ___

[issue9912] Fail when vsvarsall.bat produces stderr

2010-10-22 Thread Marc-Andre Lemburg
Marc-Andre Lemburg m...@egenix.com added the comment: Éric Araujo wrote: Éric Araujo mer...@netwok.org added the comment: I’d replace “created stderr” with “printed on stderr”, but otherwise msvc9_log.diff looks good. distutils is feature-frozen, but I think any changes that help

[issue9912] Fail when vsvarsall.bat produces stderr

2010-09-21 Thread Floris Bruynooghe
New submission from Floris Bruynooghe floris.bruynoo...@gmail.com: It would have saved me a lot of time if msvc9compiler would fail if executing the vsvarsall.bat file produced any output. The attached patch does this and fails when I try to compile from within a cygwin environment. I've

[issue9912] Fail when vsvarsall.bat produces stderr

2010-09-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: A non-empty stderr does not mean that a command failed. For example, the Microsoft compiler cl.exe prints the version string to stderr. -- nosy: +amaury.forgeotdarc ___ Python tracker

[issue9912] Fail when vsvarsall.bat produces stderr

2010-09-21 Thread Floris Bruynooghe
Floris Bruynooghe floris.bruynoo...@gmail.com added the comment: I'm aware of that but my limited testing showed that in this case that doesn't happen. However if this is considered too brittle to just plain fail as soon as there's stderr, how about using distutils' log facility to log the

[issue9912] Fail when vsvarsall.bat produces stderr

2010-09-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: yes, displaying the stderr content is a good idea. -- stage: - needs patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9912 ___

[issue9912] Fail when vsvarsall.bat produces stderr

2010-09-21 Thread Floris Bruynooghe
Floris Bruynooghe floris.bruynoo...@gmail.com added the comment: msvc9_log.diff does log stderr at warning level when it occurs. -- Added file: http://bugs.python.org/file18961/msvc9_log.diff ___ Python tracker rep...@bugs.python.org