[issue17086] backport cross-build patches to the 2.7 branch

2013-06-14 Thread Jeroen Demeyer

Jeroen Demeyer added the comment:

This is causing breakage, see #17990 and #18000.

--
nosy: +jdemeyer

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-04-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 87331820569a by doko in branch '2.7':
- Issue #17086: Search the include and library directories provided by the
http://hg.python.org/cpython/rev/87331820569a

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-04-10 Thread Matthias Klose

Matthias Klose added the comment:

the call to add_gcc_paths() wasn't backported.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-03-24 Thread Matthias Klose

Matthias Klose added the comment:

this is about setting PYTHONPATH for regenerating the plat directory. This 
doesn't break anything afaics and doesn't do any harm.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-03-24 Thread Matthias Klose

Matthias Klose added the comment:

cross build patch is applied, closing the issue.

--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-02-10 Thread Arfrever Frehtes Taifersar Arahesis

Arfrever Frehtes Taifersar Arahesis added the comment:

http://hg.python.org/cpython/rev/8ee6d96a1019#l5.150

You changed PYTHONPATH, but all other branches (e.g. 3.3 and default) set 
previous value (PYTHONPATH=`pwd`/Lib). Was it an accidental change?

--
nosy: +Arfrever
status: pending - open

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-01-31 Thread Matthias Klose

Matthias Klose added the comment:

config.add and config.sub are needed for the AC_CANONICAL_HOST macro. the patch 
includes these and the regenerated configure script.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-01-31 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 8ee6d96a1019 by doko in branch '2.7':
- Issue #17086: Backport the patches from the 3.3 branch to cross-build
http://hg.python.org/cpython/rev/8ee6d96a1019

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-01-31 Thread Matthias Klose

Matthias Klose added the comment:

now committed, watching the buildds

--
stage:  - committed/rejected
status: open - pending
type:  - enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-01-30 Thread Matthias Klose

New submission from Matthias Klose:

I would like to check in a backport of the cross build patches on Thu or Fri, 
so that these can be checked for the upcoming 2.7.4 release.  The backport was 
made using the current state of the cross build support on the 3.3 branch.

The patch is tested with native builds on linux, and a cross build targeting 
arm-linux-gnueabihf.

--
assignee: doko
files: cross-2.7.diff
keywords: patch
messages: 180998
nosy: benjamin.peterson, doko
priority: normal
severity: normal
status: open
title: backport cross-build patches to the 2.7 branch
versions: Python 2.7
Added file: http://bugs.python.org/file28914/cross-2.7.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17086] backport cross-build patches to the 2.7 branch

2013-01-30 Thread Benjamin Peterson

Benjamin Peterson added the comment:

Did you mean to add that config.guess file?

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17086
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com