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
标题: cross add Python's library directory when building python standard extensions
类型: compile error Stage:
Components: Cross-Build, Distutils Versions: Python 3.4, Python 3.5, Python 2.7
process
状态: closed Resolution: fixed
Dependencies: 后续:
分配给: 抄送列表: Arfrever, BreamoreBoy, doko, dstufft, eric.araujo, python-dev, rpetrov
优先级: normal 关键字: patch

Created on 2013-02-17 16:42 by rpetrov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

文件
文件名 上传时间 Description 编辑
0001-cross-add-current-dir-in-library-path-if-building-py.patch rpetrov, 2013-02-17 16:42
0002-issue17219-add-current-dir-in-library-path-if-buildi.patch rpetrov, 2013-10-13 08:46 version 2013-10-01
Messages (4)
msg182278 - (view) Author: Roumen Petrov (rpetrov) * 日期: 2013-02-17 16:42
For native build distutils add current directory to library path. This is not activated in case of cross-build.

Before , as part of issue3871 and issue15483, was updated setup.py , but now I would like to propose a simple more general solution with attached patch.
msg227987 - (view) Author: Mark Lawrence (BreamoreBoy) * 日期: 2014-09-30 19:35
The patch is a one line change to distutils/command/build_ext.py.  Can we have the stage set and a patch review done please, distutils is black magic to me.
msg228142 - (view) Author: Roundup Robot (python-dev) (Python triager) 日期: 2014-10-02 00:12
New changeset 222e0faa5fa9 by doko in branch '2.7':
- Issue #17219: Add library build dir for Python extension cross-builds.
https://hg.python.org/cpython/rev/222e0faa5fa9

New changeset c5f908c56fbd by doko in branch '3.4':
- Issue #17219: Add library build dir for Python extension cross-builds.
https://hg.python.org/cpython/rev/c5f908c56fbd

New changeset 80a515e255aa by doko in branch 'default':
- Issue #17219: Add library build dir for Python extension cross-builds.
https://hg.python.org/cpython/rev/80a515e255aa
msg228222 - (view) Author: Matthias Klose (doko) * (Python committer) 日期: 2014-10-02 11:50
fixed in 2.7, 3.4 and 3.5
历史
日期 用户 动作 参数
2022-04-11 14:57:41admin修改github: 61421
2014-10-02 11:50:54doko修改状态: open -> closed
resolution: fixed
消息: + msg228222

versions: + Python 2.7, Python 3.5
2014-10-02 00:12:57python-dev修改抄送: + python-dev
消息: + msg228142
2014-09-30 19:35:10BreamoreBoy修改抄送: + eric.araujo, BreamoreBoy, dstufft
消息: + msg227987
components: + Distutils
2013-10-13 08:46:17rpetrov修改文件: + 0002-issue17219-add-current-dir-in-library-path-if-buildi.patch
2013-02-17 20:57:59Arfrever修改抄送: + Arfrever
2013-02-17 16:48:07rpetrov修改type: compile error
components: + Cross-Build, - Build
2013-02-17 16:42:40rpetrov创建