This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doko
Recipients doko
Date 2012-08-08.10:52:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344423177.77.0.190751096511.issue15591@psf.upfronthosting.co.za>
In-reply-to
Content
I see this on all Debian and Ubuntu releases, when stdout is redirected. I expect to see the compiler and linker invocations for the sharedmods target, but I only see stderr (compiler and linker warnings).

e.g. make 2>&1 | tee log
or   script -c 'make' log

can this be reproduced on Debian/Ubuntu, or is this seen on other Linux distributions as well?
History
Date User Action Args
2012-08-08 10:52:57dokosetrecipients: + doko
2012-08-08 10:52:57dokosetmessageid: <1344423177.77.0.190751096511.issue15591@psf.upfronthosting.co.za>
2012-08-08 10:52:57dokolinkissue15591 messages
2012-08-08 10:52:56dokocreate