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 serhiy.storchaka
Recipients ronbarak, serhiy.storchaka
Date 2015-07-12.13:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436709004.58.0.0204348567967.issue24616@psf.upfronthosting.co.za>
In-reply-to
Content
It would be more helpful if you sent text output instead of graphical screenshot. Just redirect stdout and stderr of the command to the file.

    make install >make_install_fail.txt 2>&1
History
Date User Action Args
2015-07-12 13:50:04serhiy.storchakasetrecipients: + serhiy.storchaka, ronbarak
2015-07-12 13:50:04serhiy.storchakasetmessageid: <1436709004.58.0.0204348567967.issue24616@psf.upfronthosting.co.za>
2015-07-12 13:50:04serhiy.storchakalinkissue24616 messages
2015-07-12 13:50:04serhiy.storchakacreate