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
标题: Do not rely on AC_RUN_IFELSE tests in the configury
类型: Stage:
Components: Cross-Build Versions: Python 3.3
process
状态: open Resolution:
Dependencies: 后续:
分配给: doko 抄送列表: Arfrever, doko, python-dev
优先级: normal 关键字: patch

doko2012-03-15 17:23 创建。最近一次由 admin2022-04-11 14:57 修改。

文件
文件名 上传时间 Description 编辑
long-long-format.diff doko, 2012-03-15 18:29 long-long-format.diff review
computed-gotos.diff doko, 2012-03-15 18:50 computed-gotos.diff review
buggy-getaddrinfo.diff doko, 2012-03-15 19:36 buggy-getaddrinfo.diff review
profiling.diff doko, 2012-06-30 14:54 review
Messages (8)
msg155918 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2012-03-15 17:23
AC_RUN_IFELSE tests can't be used in cross builds, and have to fall back to some default in the case of a cross build.  This is a meta issue to collect changes for the conversion of such tests.
msg155928 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2012-03-15 18:29
when using gcc, use a compilation test for the cross build check for long long format.
msg155934 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2012-03-15 18:50
when configured --with(out)-computed-gotos for a cross, use this value instead of defaulting to no.
msg155935 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 2012-03-15 18:51
New changeset fbbf9c187662 by Matthias Klose in branch 'default':
- Issue #14324: Fix configure tests for cross builds.
http://hg.python.org/cpython/rev/fbbf9c187662

New changeset 29ee48f843ec by Matthias Klose in branch 'default':
- Issue #14324: Fix configure tests for cross builds.
http://hg.python.org/cpython/rev/29ee48f843ec
msg155945 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2012-03-15 19:36
when configured with --(en|dis)able-ipv6 for cross builds, don't fail the configury due to the missing buggy-getaddrinfo check.
msg155947 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 2012-03-15 19:42
New changeset 58cd710d9dff by Matthias Klose in branch 'default':
- Issue #14324: Fix configure tests for cross builds.
http://hg.python.org/cpython/rev/58cd710d9dff
msg164383 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2012-06-30 14:54
use a linker test to check for profiling support (derived from the patch in issue #3754.
msg164384 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 2012-06-30 14:54
New changeset 575efae8ec57 by doko in branch 'default':
- Issue #14324: use a linker test to check for profiling support
http://hg.python.org/cpython/rev/575efae8ec57
历史
日期 用户 动作 参数
2022-04-11 14:57:28admin修改github: 58532
2012-06-30 14:54:48python-dev修改消息: + msg164384
2012-06-30 14:54:13doko修改文件: + profiling.diff

消息: + msg164383
2012-03-15 22:18:40Arfrever修改抄送: + Arfrever
2012-03-15 19:42:32python-dev修改消息: + msg155947
2012-03-15 19:36:36doko修改文件: + buggy-getaddrinfo.diff

消息: + msg155945
2012-03-15 18:51:59python-dev修改抄送: + python-dev
消息: + msg155935
2012-03-15 18:50:45doko修改文件: + computed-gotos.diff

消息: + msg155934
2012-03-15 18:29:20doko修改文件: + long-long-format.diff

消息: + msg155928
2012-03-15 17:23:09doko创建