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: h2py.py: search the multiarch include dir if it does exist
Type: Stage: resolved
Components: Build Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doko, python-dev, vstinner
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
ma-h2py.diff doko, 2013-01-25 11:59 review
Messages (2)
msg180571 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2013-01-25 11:59
On MultiArch systems, header files are split into /usr/include and /usr/include/<multiarch-tuple>. Make sure that h2py finds all headers. Currently the build of IN.py is broken, when running on such a system.
msg180572 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-01-25 12:21
New changeset 5981425cc48e by doko in branch '2.7':
- Issue #17029: Let h2py search the multiarch system include directory.
http://hg.python.org/cpython/rev/5981425cc48e

New changeset 039e17133391 by doko in branch '3.2':
- Issue #17029: Let h2py search the multiarch system include directory.
http://hg.python.org/cpython/rev/039e17133391

New changeset c97447e36665 by doko in branch '3.3':
- Issue #17029: Let h2py search the multiarch system include directory.
http://hg.python.org/cpython/rev/c97447e36665

New changeset f69eced9ff9d by doko in branch 'default':
- Issue #17029: Let h2py search the multiarch system include directory.
http://hg.python.org/cpython/rev/f69eced9ff9d
History
Date User Action Args
2022-04-11 14:57:40adminsetgithub: 61231
2013-10-14 01:46:58ezio.melottisetstatus: open -> closed
resolution: fixed
stage: resolved
2013-01-25 13:53:01pitrousetnosy: + vstinner
2013-01-25 12:21:11python-devsetnosy: + python-dev
messages: + msg180572
2013-01-25 11:59:29dokocreate