[New-bugs-announce] [issue3870] Parser/adsl_c.py requires python in order to build python

Gregory P. Smith report at bugs.python.org
Mon Sep 15 00:51:32 CEST 2008


New submission from Gregory P. Smith <greg at krypto.org>:

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

----------
components: Build
messages: 73238
nosy: gregory.p.smith
priority: normal
severity: normal
status: open
title: Parser/adsl_c.py requires python in order to build python
type: compile error
versions: Python 2.5, Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3870>
_______________________________________


More information about the New-bugs-announce mailing list