[New-bugs-announce] [issue15819] Unable to build Python out-of-tree when source tree is readonly.
Trent Nelson
report at bugs.python.org
Thu Aug 30 08:49:22 CEST 2012
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 <report at bugs.python.org>
<http://bugs.python.org/issue15819>
_______________________________________
More information about the New-bugs-announce
mailing list