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 schmir
Recipients benjamin.peterson, r.david.murray, santoso.wijaya, schmir
Date 2011-05-31.21:13:52
SpamBayes Score 0.0001365981
Marked as misclassified No
Message-id <1306876433.66.0.89700595197.issue12225@psf.upfronthosting.co.za>
In-reply-to
Content
here's a patch that fixes the issue.
You can use hg import to apply it to your hg repo, autoconf has to be run afterwards.

The log message is:

    disable ASDLGEN if hg won't work, or if python is not installed.
    
    This change makes configure check for
    - the existence of a hg repository
    - the hg executable itself
    - the python executable
    
    Running $(srcdir)/Parser/asdl_c.py (i.e. ASDLGEN) will fail if any of
    the above prerequisites is missing, so we now disable it instead.
    
    Also see http://bugs.python.org/issue12225 and
    http://bugs.python.org/issue12152
History
Date User Action Args
2011-05-31 21:13:53schmirsetrecipients: + schmir, benjamin.peterson, r.david.murray, santoso.wijaya
2011-05-31 21:13:53schmirsetmessageid: <1306876433.66.0.89700595197.issue12225@psf.upfronthosting.co.za>
2011-05-31 21:13:53schmirlinkissue12225 messages
2011-05-31 21:13:53schmircreate