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 koobs
Recipients Arfrever, Sjlver, WanderingLogic, brett.cannon, doko, koobs, loewis, pitrou, python-dev
Date 2015-06-10.03:57:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433908639.74.0.911321465954.issue22359@psf.upfronthosting.co.za>
In-reply-to
Content
We've (FreeBSD) seen and received several random and intermittent reports of failures during this stage of the build for all versions of Python, resulting in errors such as, among others:

Parser/pgen.o: file not recognized: File truncated
*** [Parser/pgen] Error code 1

pgenmain.c:(.text+0x258): undefined reference to `_Py_pgen'
*** [Parser/pgen] Error code 1
1 error
*** [Include/graminit.h] Error code 2

See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200622

Given the existing patch breaks cross-builds, is there an alternative or safer way to make this section of the build more robust in order to make progress?
History
Date User Action Args
2015-06-10 03:57:19koobssetrecipients: + koobs, loewis, brett.cannon, doko, pitrou, Arfrever, python-dev, Sjlver, WanderingLogic
2015-06-10 03:57:19koobssetmessageid: <1433908639.74.0.911321465954.issue22359@psf.upfronthosting.co.za>
2015-06-10 03:57:19koobslinkissue22359 messages
2015-06-10 03:57:19koobscreate