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 ned.deily
Recipients ned.deily, wmoreno3
Date 2013-05-18.20:58:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368910684.45.0.838203180843.issue18008@psf.upfronthosting.co.za>
In-reply-to
Content
You did not provide enough information to determine exactly what went wrong in your build but you are likely running in an environment with non-standard permissions (umask, root, ACLs, etc.).  Note that the failure occurs when the main Makefile rule to build Include/graminit.h ($(GRAMMAR_H): around Makefile.pre.in:669) gets a permission denied error trying to execute the pgen executable (Parser/pgen) created in the previously executed rule ($(PGEN): Makefile.pre.in:677). Most likely the executable lacks executable permission.  Check the permissions on Parser/pgen to determine if that was so and determine why the cc -o build recipe was unable to set the normal executable permissions on it or why it was subsequently unable to be executed by make.
History
Date User Action Args
2013-05-18 20:58:04ned.deilysetrecipients: + ned.deily, wmoreno3
2013-05-18 20:58:04ned.deilysetmessageid: <1368910684.45.0.838203180843.issue18008@psf.upfronthosting.co.za>
2013-05-18 20:58:04ned.deilylinkissue18008 messages
2013-05-18 20:58:04ned.deilycreate