[Python-bugs-list] [Bug #119221] Include/graminit.h and Parser/graminit.c erroneously in dist

noreply@sourceforge.net noreply@sourceforge.net
Wed, 25 Oct 2000 22:03:47 -0700


Bug #119221, was updated on 2000-Oct-25 22:03
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Include/graminit.h and Parser/graminit.c erroneously in dist

Details: I install for multiple architectures by first unpacking the tar file into a read-only directory, then symlinking the files into a shadow tree, via X11 'lndir'.  Worked fine on Python 1.*.  With 2.0, however, the files Include/graminit.h and Parser/graminit.c are supplied in the tar file, and also generated by the build process.  Of course, they cannot be copied into their respective directories, because the files they are overwriting are in a read-only volume.

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=119221&group_id=5470