[issue14330] don't use host python, use host search paths for host compiler

2012-08-08 Thread Matthias Klose
Matthias Klose added the comment: committed the ma.diff from #11715, msg167680. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Matthias Klose
Matthias Klose added the comment: these are all extensions, which use headers and libraries installed in multiarch paths, which I think are not found in this case. If the dpkg-dev package isn't installed, please install it and recheck. So this issue should be closed, maybe with the ma.diff

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Matthias Klose
Matthias Klose added the comment: and please make sure that other build dependencies are installed as well: sudo apt-get build-dep python3.2 (on 12.04/precise) sudo apt-get build-dep python3.3 (on 12.10/quantal) -- ___ Python tracker

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Matthias Klose
Matthias Klose added the comment: afaics, msg166444 doesn't have to do anything with the cross build issue, but a missing build dependency (here: dpkg-dev). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Georg Brandl
Georg Brandl added the comment: Ezio? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Stefan Krah
Stefan Krah added the comment: Installing dpkg-dev indeed resolved the issue for me on Debian Wheezy, but msg166444 said that the problem appeared in 7955d769fdf5. So was dpkg-dev already an official dependency before 7955d769fdf5 or not? -- nosy: +skrah

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Stefan Krah
Stefan Krah added the comment: With ma.diff from #11715 dpkg-dev is indeed not required (checked on Wheezy). -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___

[issue14330] don't use host python, use host search paths for host compiler

2012-08-07 Thread Ezio Melotti
Ezio Melotti added the comment: On another Ubuntu 12.04 machine with dpkg-dev installed I didn't have any issue. Once I removed dpkg-dev I was able to reproduce the issue again. Applying ma.diff from #11715 solves the issue, with and without dpkg-dev installed. --

[issue14330] don't use host python, use host search paths for host compiler

2012-08-04 Thread Georg Brandl
Georg Brandl added the comment: Matthias: ping. I don't want to hold up beta2 indefinitely. In order to resolve this blocker, we will revert the batch of cross-compiling patches in a few days if there is no progress here. -- ___ Python tracker

[issue14330] don't use host python, use host search paths for host compiler

2012-08-02 Thread Georg Brandl
Georg Brandl added the comment: Matthias, any comments? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___ ___ Python-bugs-list mailing

[issue14330] don't use host python, use host search paths for host compiler

2012-07-28 Thread Nick Coghlan
Nick Coghlan ncogh...@gmail.com added the comment: Everything is still building happily for me on Fedora, so I suggest looking at the Debian/Ubuntu multiarch support (which is the origin of the dpkg-architecture call). Background in http://bugs.python.org/issue11715 -- nosy: +barry,

[issue14330] don't use host python, use host search paths for host compiler

2012-07-27 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: just back in DE today, but still travelling. Won't be able to look at this before late Monday. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330

[issue14330] don't use host python, use host search paths for host compiler

2012-07-26 Thread Georg Brandl
Changes by Georg Brandl ge...@python.org: -- priority: normal - release blocker ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___ ___

[issue14330] don't use host python, use host search paths for host compiler

2012-07-26 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I would really like to release beta2 this weekend. Is it possible to get this resolved by then? -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330

[issue14330] don't use host python, use host search paths for host compiler

2012-07-25 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: The last changeset (7955d769fdf5) caused some problem on my machine. Before the changeset I was getting: Python build finished, but the necessary bits to build these modules were not found: _bz2 _curses

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: the updated patch addresses: - fix typo mentioned in msg156044 - don't use the host python during build and installation - for include files and libraries, use the search directories provided by gcc, and only fall back to hard coded

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Matthias Klose
Changes by Matthias Klose d...@debian.org: -- nosy: +tarek ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___ ___ Python-bugs-list mailing

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset b285ec79e5de by Matthias Klose in branch 'default': previous patch needs patch from issue #14330 http://hg.python.org/cpython/rev/b285ec79e5de -- nosy: +python-dev ___

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Patch looks okay as it contains no important changes to distutils, the compilers or any big part; it’s the sort of changes that have been accepted to fix Mac issue or support multiarch on Debian. I would prefer safer names for environment

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: PYTHON_BUILD_HOST_PLATFORM is confusing/misleading. I'll use _PYTHON_HOST_PLATFORM (with the leading underscore to mark it somehow internal). -- ___ Python tracker rep...@bugs.python.org

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset cfbe51e66749 by doko in branch 'default': - Issue #14330: For cross builds, don't use host python, use host search paths http://hg.python.org/cpython/rev/cfbe51e66749 --

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: applied -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___ ___

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: +if _PROJECT_BASE in os.environ: Can you use _PYTHON_PROJECT_BASE here? Thanks. (BTW it would be nice if you could mark the bugs for which you did commits as closed+fixed+committed.) -- ___ Python

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 86ac09f118be by doko in branch 'default': - Issue #14330: For cross builds, don't use host python, use host search paths http://hg.python.org/cpython/rev/86ac09f118be --

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Matthias Klose
Matthias Klose d...@debian.org added the comment: now renamed, add added the news entry -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Matthias Klose
Changes by Matthias Klose d...@debian.org: -- resolution: - fixed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330 ___ ___ Python-bugs-list

[issue14330] don't use host python, use host search paths for host compiler

2012-06-30 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 7955d769fdf5 by doko in branch 'default': - Issue #14330: Don't derive the include and library search dirs http://hg.python.org/cpython/rev/7955d769fdf5 -- ___ Python