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.

classification
Title: fix running regen in cross builds
Type: Stage: resolved
Components: Cross-Build Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: doko Nosy List: doko, eric.araujo, python-dev
Priority: normal Keywords: needs review, patch

Created on 2013-01-25 14:21 by doko, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
regen.diff doko, 2013-01-25 14:21 review
Messages (3)
msg180588 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-01-25 14:21
currently regen calls the python interpreter for the host, not the build machine. You can't directly use BUILD_FOR_PYTHON, because this one uses ./python explicitly, so use BUILDPYTHON instead.

I'd like to see this for 3.3 and the trunk.
msg180599 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2013-01-25 17:18
Not an autotools expert, but patch looks good.  Apparently 3.3 is still open to such changes.
msg180601 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-01-25 17:45
New changeset ff5cf42136b3 by doko in branch '3.3':
- Issue #17031: Fix running regen in cross builds.
http://hg.python.org/cpython/rev/ff5cf42136b3

New changeset 1942987921e9 by doko in branch 'default':
- Issue #17031: Fix running regen in cross builds.
http://hg.python.org/cpython/rev/1942987921e9
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61233
2013-01-25 17:47:31dokosetstatus: open -> closed
resolution: fixed
stage: resolved
2013-01-25 17:45:59python-devsetnosy: + python-dev
messages: + msg180601
2013-01-25 17:18:36eric.araujosetnosy: + eric.araujo
messages: + msg180599
2013-01-25 14:21:30dokocreate