[New-bugs-announce] [issue19106] Prepare .hgtouch and Tools/hg/hgtouch.py to run on the bots

Eli Bendersky report at bugs.python.org
Fri Sep 27 17:25:57 CEST 2013


New submission from Eli Bendersky:

Background: we'd like to enable running 'make touch' on the bots before 'make -jN', to avoid problems with scripts that auto-generate code for the Python build (bootstrapping). pydev thread: https://mail.python.org/pipermail/python-dev/2013-September/128992.html

A couple of issues are prerequisites:

1. Fix the asdl dependencies in .hgtouch:

Include/ast.h: Parser/Python.asdl Parser/asdl.py Parser/asdl_c.py
Python/Python-ast.c: Include/ast.h

The file Include/ast.h is not, in fact, auto-generated. But Include/Python-ast.h *is*, and it does not appear in this file.

2. Make sure 'hg touch' itself runs on Python 2.4 because that's what some bots have (and other older systems like RHEL 5)

----------
assignee: eli.bendersky
components: Build
messages: 198482
nosy: eli.bendersky, ezio.melotti, loewis, pitrou
priority: normal
severity: normal
status: open
title: Prepare .hgtouch and Tools/hg/hgtouch.py to run on the bots
type: behavior
versions: Python 3.4

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


More information about the New-bugs-announce mailing list