Ralf Schmitt <sch...@gmail.com> added the comment:

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

----------
keywords: +patch
Added file: 
http://bugs.python.org/file22213/0001-disable-ASDLGEN-if-hg-won-t-work-or-if-python-is-not.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12225>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to