New submission from Trent Nelson: 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. ---------- assignee: trent files: readonly_src.patch keywords: patch messages: 169430 nosy: trent priority: low severity: normal stage: needs patch status: open title: Unable to build Python out-of-tree when source tree is readonly. type: compile error versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file27054/readonly_src.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15819> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com