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 martin.panter
Recipients Arfrever, Sjlver, WanderingLogic, brett.cannon, doko, koobs, loewis, martin.panter, pitrou, python-dev
Date 2015-06-10.04:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433909765.37.0.492986015251.issue22359@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW two times recently I saw strange intermittent build errors. I use “make -j2” on Linux. The one time that I investigated was a Python module (math or cmath perhaps?) failing to build because some dependency was zero bytes, and looking through the build log, I saw duplicate compiler commands lines printed out one after the other to build that dependency.
History
Date User Action Args
2015-06-10 04:16:05martin.pantersetrecipients: + martin.panter, loewis, brett.cannon, doko, pitrou, Arfrever, python-dev, koobs, Sjlver, WanderingLogic
2015-06-10 04:16:05martin.pantersetmessageid: <1433909765.37.0.492986015251.issue22359@psf.upfronthosting.co.za>
2015-06-10 04:16:05martin.panterlinkissue22359 messages
2015-06-10 04:16:04martin.pantercreate