Issue 17031: fix running regen in cross builds (original) (raw)

Issue17031

โžœ

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/61233

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:40 admin set github: 61233
2013-01-25 17:47:31 doko set status: open -> closedresolution: fixedstage: resolved
2013-01-25 17:45:59 python-dev set nosy: + python-devmessages: +
2013-01-25 17๐Ÿ”ž36 eric.araujo set nosy: + eric.araujomessages: +
2013-01-25 14:21:30 doko create