[issue12225] current tip doesn't build without mercurial installed

2011-07-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4e0c1128cda2 by Ralf Schmitt in branch '3.2': disable ASDLGEN if hg won't work, or if python is not installed. http://hg.python.org/cpython/rev/4e0c1128cda2 -- ___ Python tracker

Re: [issue12225] current tip doesn't build without mercurial installed

2011-06-01 Thread Ned Deily
In article , Roundup Robot wrote: > Roundup Robot added the comment: > > New changeset 435eec7b41f0 by Ralf Schmitt in branch 'default': > disable ASDLGEN if hg won't work, or if python is not installed. > http://hg.python.org/cpython/rev/435eec7b41f0 > > -- > nosy: +python-dev > reso

[issue12225] current tip doesn't build without mercurial installed

2011-06-01 Thread Ralf Schmitt
Ralf Schmitt added the comment: Roumen Petrov writes: > Roumen Petrov added the comment: > > Check for python executable is not complete . What about if system has > only version 3+ installed ? The shebang in Parser/asdl_c.py reads '#! /usr/bin/env python'. That is what the makefile is calli

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ned Deily
Ned Deily added the comment: As the OP notes, autoconf needs to be run to update `configure` and those changes needs to be pushed as well so that 'configure.in' and 'configure' are in sync again. -- nosy: +ned.deily ___ Python tracker

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Benjamin Peterson
Benjamin Peterson added the comment: 2011/5/31 Roumen Petrov : > > Roumen Petrov added the comment: > > Check for python executable is not complete . What about if system has only > version 3+ installed ? Then hg can't possibly be installed either. -- ___

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Roumen Petrov
Roumen Petrov added the comment: Check for python executable is not complete . What about if system has only version 3+ installed ? -- nosy: +rpetrov ___ Python tracker ___ ___

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 435eec7b41f0 by Ralf Schmitt in branch 'default': disable ASDLGEN if hg won't work, or if python is not installed. http://hg.python.org/cpython/rev/435eec7b41f0 -- nosy: +python-dev resolution: duplicate -> fixed __

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ralf Schmitt
Changes by Ralf Schmitt : Added file: http://bugs.python.org/file22215/0908fbf86e43.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ralf Schmitt
Ralf Schmitt added the comment: I've setup a hg repo on bitbucket with that patch. -- hgrepos: +24 ___ Python tracker ___ ___ Python-

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ralf Schmitt
Ralf Schmitt 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

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread R. David Murray
R. David Murray added the comment: I should have mentioned the bug number in the body, thanks for adding that. FYI, the bug number also appears in the 'superseder' field, and (more interesting to you in this context) if you just say, for example, issue 12152 or #12152 roundup will automatica

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ralf Schmitt
Ralf Schmitt added the comment: duplicate of http://bugs.python.org/issue12152 -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread R. David Murray
R. David Murray added the comment: I'm closing this as invalid/duplicate, but I'm sure this isn't the last time we'll get this report. It would be nice if we could think of a way to improve the situation. -- nosy: +benjamin.peterson, r.david.murray resolution: -> duplicate stage: -

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Santoso Wijaya
Santoso Wijaya added the comment: FYI, the dependency is introduced in changeset http://hg.python.org/cpython/rev/0daa6ba25d9b -- components: +Build nosy: +santa4nt ___ Python tracker

[issue12225] current tip doesn't build without mercurial installed

2011-05-31 Thread Ralf Schmitt
New submission from Ralf Schmitt : configure works, but make immediately fails: % make ./Parser/asdl_c.py -h ./Include ./Parser/Python.asdl Traceback (most recent call last): File "./Parser/asdl_c.py", line 1214, in main(args[0]) File "./Parser/asdl_c.py", line 1158, in main m