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 trent
Recipients trent
Date 2012-08-30.06:49:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346309362.14.0.312540957077.issue15819@psf.upfronthosting.co.za>
In-reply-to
Content
This is somewhat related to Issue #9860.  You can't currently build Python out-of-tree when the source directory is readonly.  This is because there are a few Parser/pgen/AST/python_asdl.py steps that try and write to $(srcdir).

The attached patch fixes this.
History
Date User Action Args
2012-08-30 06:49:22trentsetrecipients: + trent
2012-08-30 06:49:22trentsetmessageid: <1346309362.14.0.312540957077.issue15819@psf.upfronthosting.co.za>
2012-08-30 06:49:21trentlinkissue15819 messages
2012-08-30 06:49:20trentcreate