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 doko
Recipients doko
Date 2011-05-23.07:49:57
SpamBayes Score 8.3851575e-07
Marked as misclassified No
Message-id <1306136998.74.0.24135440074.issue12152@psf.upfronthosting.co.za>
In-reply-to
Content
when building without an hg repository present, the build fails with:

./Parser/asdl_c.py -h ../Include ../Parser/Python.asdl
Traceback (most recent call last):
  File "../Parser/asdl_c.py", line 1214, in <module>
    main(args[0])
  File "../Parser/asdl_c.py", line 1158, in main
    mod.version = get_file_revision(srcfile)
  File "../Parser/asdl_c.py", line 1142, in get_file_revision
    p = subprocess.Popen(args, stdout=subprocess.PIPE)
  File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [../Include/Python-ast.h] Error 1
History
Date User Action Args
2011-05-23 07:49:58dokosetrecipients: + doko
2011-05-23 07:49:58dokosetmessageid: <1306136998.74.0.24135440074.issue12152@psf.upfronthosting.co.za>
2011-05-23 07:49:58dokolinkissue12152 messages
2011-05-23 07:49:57dokocreate