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

2022-01-29 Thread Irit Katriel
Irit Katriel added the comment: 2.7 and 3.5 are no longer maintained. Please create a new issue if you are still having this problem with a current version (>= 3.9). -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed

[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/include/...

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

2016-06-06 Thread Matthias Klose
Matthias Klose added the comment: sorry, I don't understand your last comment. -- ___ Python tracker ___ ___

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

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

2016-06-04 Thread Matthias Klose
Matthias Klose added the comment: The 0002-* patches look fine, however the 0001-* patches are wrong if you are in a Multi-Arch environment, where you can find valid headers in /usr/include. From my point of view, the set of include and header directories should be directly initialized from

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

2016-05-28 Thread Ned Deily
Changes by Ned Deily : -- nosy: +doko ___ Python tracker ___ ___ Python-bugs-list mailing

[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

[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

[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

[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

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

[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_INCLUDEDIR=