[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 ___ ___ Pytho

[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 ___ ___ Python-bugs-list mailin

[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

[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 ___

[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 ___

[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

[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 ___ __

[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

[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

[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 ___ ___ Python-bugs-list mailin

[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 n