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

noreply@sourceforge.net noreply@sourceforge.net
Sat, 28 Oct 2000 11:58:29 -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.

Follow-Ups:

Date: 2000-Oct-28 11:58
By: effbot

Comment:
Note that these files are not generated on all platforms; if you remove them, you'll break all non-Unix builds.
-------------------------------------------------------

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