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 gregory.p.smith
Recipients gregory.p.smith
Date 2008-09-14.22:51:31
SpamBayes Score 5.6003148e-05
Marked as misclassified No
Message-id <1221432692.91.0.760928984013.issue3870@psf.upfronthosting.co.za>
In-reply-to
Content
Parser/asdl_c.py starts with  "#! /usr/bin/env python"  and is required
when building python.  The prevents python from being built on systems
without an existing python interpreter installed.  Which came first, the
python or the egg?

found when attempting to build python from subversion on FreeBSD 6.3.

This is what make trys to run that fails:

 ./Parser/asdl_c.py -h ./Include Parser/Python.asdl
History
Date User Action Args
2008-09-14 22:51:33gregory.p.smithsetrecipients: + gregory.p.smith
2008-09-14 22:51:32gregory.p.smithsetmessageid: <1221432692.91.0.760928984013.issue3870@psf.upfronthosting.co.za>
2008-09-14 22:51:32gregory.p.smithlinkissue3870 messages
2008-09-14 22:51:31gregory.p.smithcreate