[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-06-06 Thread Petr Ovtchenkov
Petr Ovtchenkov added the comment: This mean that code for search in /usr/include/... in multiarch environment was added by you in commit fc1903166 2012-09-21 13:52:29 +0200, so in my suggestion I just don't change behaviour of you code. As for my opinion, any additions of -I/usr/in

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-06-06 Thread Petr Ovtchenkov
Petr Ovtchenkov added the comment: Matthias, This question is really for you: fc1903166 (doko2012-09-21 13:52:29 +0200 422) if multiarch_path_component != '': fc1903166 (doko2012-09-21 13:52:29 +0200 423) add_d

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-05-24 Thread Petr Ovtchenkov
Petr Ovtchenkov added the comment: for 2.7 branch -- Added file: http://bugs.python.org/file42984/0002-Compilation-ssl-module-for-foreign-target-platform.patch ___ Python tracker <http://bugs.python.org/issue27

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-05-24 Thread Petr Ovtchenkov
Petr Ovtchenkov added the comment: for 2.7 branch -- versions: +Python 2.7 Added file: http://bugs.python.org/file42983/0001-Compilation-modules-for-foreign-target-platform.patch ___ Python tracker <http://bugs.python.org/issue27

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-05-24 Thread Petr Ovtchenkov
Petr Ovtchenkov added the comment: for 3.5 branch -- Added file: http://bugs.python.org/file42982/0002-Compilation-ssl-module-for-foreign-target-platform.patch ___ Python tracker <http://bugs.python.org/issue27

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-05-24 Thread Petr Ovtchenkov
Petr Ovtchenkov added the comment: for 3.5 branch -- Added file: http://bugs.python.org/file42981/0001-Compilation-modules-for-foreign-target-platform.patch ___ Python tracker <http://bugs.python.org/issue27

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-05-24 Thread Petr Ovtchenkov
Changes by Petr Ovtchenkov : Removed file: http://bugs.python.org/file42963/cpython.patch ___ Python tracker <http://bugs.python.org/issue27101> ___ ___ Python-bugs-list m

[issue27101] Compilation of python (modules) for foreign target platform problem.

2016-05-23 Thread Petr Ovtchenkov
New submission from Petr Ovtchenkov: Compilation of python for foreign target platform problem. Host arch is x86_64, target arch is arm (arm32). Configuration is (target arch part): (cd build-python && \ DESTDIR=${SYSROOT} \ PKG_CONFIG=true \ LIBFFI_IN