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.

作者 doko
收信人 doko
日期 2012-08-08.10:52:56
SpamBayes Score -1.0
Marked as misclassified
Message-id <1344423177.77.0.190751096511.issue15591@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2012-08-08 10:52:57doko修改recipients: + doko
2012-08-08 10:52:57doko修改messageid: <1344423177.77.0.190751096511.issue15591@psf.upfronthosting.co.za>
2012-08-08 10:52:57doko链接issue15591 messages
2012-08-08 10:52:56doko创建