[issue26865] Meta-issue: support of the android platform

2017-12-10 Thread Xavier de Gaye
Change by Xavier de Gaye : -- versions: +Python 3.7 -Python 3.6 ___ Python tracker ___

[issue26865] Meta-issue: support of the android platform

2017-12-10 Thread Xavier de Gaye
Xavier de Gaye added the comment: Remove depencies that are not specific to Android. -- dependencies: -add the '--disable-test-suite' option to configure, add the '--enable-sourceless-distribution' option to configure, cross compilation of third-party extension

[issue26865] Meta-issue: support of the android platform

2017-12-09 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue 22724 is fixed for Android. -- dependencies: -byte-compile fails for cross-builds ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2017-12-09 Thread Xavier de Gaye
Change by Xavier de Gaye : -- dependencies: +Add platform.android_ver() to test.pythoninfo for Android platforms, Do not use the canonical path in pydoc test_mixed_case_module_names_are_lower_cased, [asyncio] test failure when the platform lacks a functional

[issue26865] Meta-issue: support of the android platform

2017-12-09 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #32031: Do not use the canonical path in pydoc test_mixed_case_module_names_are_lower_cased issue #32059: detect_modules() in setup.py must also search the sysroot paths issue #32126: [asyncio] test failure when the platform lacks a

[issue26865] Meta-issue: support of the android platform

2017-01-19 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28180: sys.getfilesystemencoding() should default to utf-8 -- dependencies: +sys.getfilesystemencoding() should default to utf-8 ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2017-01-14 Thread Xavier de Gaye
Xavier de Gaye added the comment: Current status: --- Available using the pyona build system [1]: * Cross compilation of Python for a given Android API level and architecture with android-ndk-r13b. * Cross compilation of third party extension modules (currently as a patch). *

[issue26865] Meta-issue: support of the android platform

2017-01-06 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #29176: /tmp does not exist on Android and is used by curses.window.putwin() issue #29177: skip tests of test_logging when bind() raises PermissionError (non-root user on Android) issue #29180: skip tests that raise PermissionError in test_os (non-root

[issue26865] Meta-issue: support of the android platform

2017-01-05 Thread Xavier de Gaye
Xavier de Gaye added the comment: Removing issues from the dependencies list: issue #22747: Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined This issue is fixed for Android. issue #26859: unittest fails with "Start directory is not importable" when

[issue26865] Meta-issue: support of the android platform

2017-01-05 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28833: cross compilation of third-party extension modules -- dependencies: +byte-compile fails for cross-builds, cross compilation of third-party extension modules ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-12-21 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #29040: building Android with android-ndk-r14 -- dependencies: +building Android with android-ndk-r14 ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-12-17 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28996: wcscoll is broken on Android and test_locale fails issue #28997: test_readline.test_nonascii fails on Android -- dependencies: +test_readline.test_nonascii fails on Android, wcscoll is broken on Android and test_locale fails

[issue26865] Meta-issue: support of the android platform

2016-12-14 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: -setup.py: do not add system header locations when cross compiling ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-12-13 Thread Xavier de Gaye
Xavier de Gaye added the comment: Removing from the dependencies some issues that have become out of scope. -- dependencies: -Cross-build _curses failed if host ncurses headers and target ncurses headers have different layouts, add function to os module for getting path to default

[issue26865] Meta-issue: support of the android platform

2016-12-07 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #20211: setup.py: do not add system header locations when cross compiling issue #28190: Detect curses headers correctly for cross-compiling -- dependencies: +Detect curses headers correctly for cross-compiling, setup.py: do not add system header

[issue26865] Meta-issue: support of the android platform

2016-11-21 Thread Xavier de Gaye
Xavier de Gaye added the comment: New issues raised upon testing on the Android API 24 emulator: issue #28683: bind() on a unix socket raises PermissionError on Android for a non-root user issue #28684: [asyncio] bind() on a unix socket raises PermissionError on Android for a non-root user

[issue26865] Meta-issue: support of the android platform

2016-11-18 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28740: Add sys.getandroidapilevel() -- dependencies: +Add sys.getandroidapilevel() ___ Python tracker ___

[issue26865] Meta-issue: support of the android platform

2016-11-12 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28662: catch also PermissionError in tests when spawning a non existent program issue #28664: test_bz2 fails with BrokenPipeError when bunzip2 is missing issue #28668: instanciation of multiprocessing.Queue raises ImportError in test_logging --

[issue26865] Meta-issue: support of the android platform

2016-11-03 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28596: on Android _bootlocale on startup relies on too many library modules -- dependencies: +on Android _bootlocale on startup relies on too many library modules ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-10-30 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28562: test_asyncio fails on Android upon calling getaddrinfo() -- dependencies: +test_asyncio fails on Android upon calling getaddrinfo() ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-10-26 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #28538: _socket module cross-compilation error on android-24 -- dependencies: +_socket module cross-compilation error on android-24 ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-10-15 Thread Ethan Smith
Changes by Ethan Smith : -- nosy: +Ethan Smith ___ Python tracker ___ ___ Python-bugs-list

[issue26865] Meta-issue: support of the android platform

2016-09-13 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: -byte-compile fails for cross-builds ___ Python tracker ___

[issue26865] Meta-issue: support of the android platform

2016-07-31 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27659: Check for the existence of crypt() -- dependencies: +Check for the existence of crypt() ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-07-28 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: Maybe the term "normal usages" is not accurate. I was trying to refer all possible Python usages on Android, and the test suite is a subset of them, so they should be fixed, too. I propose the aforementioned change (creating another meta-issue) because there

[issue26865] Meta-issue: support of the android platform

2016-07-28 Thread Xavier de Gaye
Xavier de Gaye added the comment: > Some dependent issues, like issue26852, issue26859 and issue27640, are for > reducing the size of an installation. How about moving them to another > meta-issue? First they are not critical for normal usages on Android. Second > they are not limited to

[issue26865] Meta-issue: support of the android platform

2016-07-28 Thread Xavier de Gaye
Xavier de Gaye added the comment: Roman, can you please enter a new issue for that problem. -- ___ Python tracker ___

[issue26865] Meta-issue: support of the android platform

2016-07-28 Thread Chi Hsuan Yen
Chi Hsuan Yen added the comment: Some dependent issues, like issue26852, issue26859 and issue27640, are for reducing the size of an installation. How about moving them to another meta-issue? First they are not critical for normal usages on Android. Second they are not limited to Android -

[issue26865] Meta-issue: support of the android platform

2016-07-28 Thread Roman Evstifeev
Roman Evstifeev added the comment: While not only android issue, there is a problem with dumbdbm module: it internally tries to do os.chmod() on a FAT-formatted sdcard and fails, because FAT does not support chmod. -- ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-07-28 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27640: add the '--disable-test-suite' option to configure -- dependencies: +add the '--disable-test-suite' option to configure ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-07-26 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27627: clang fails to build ctypes on Android armv7 -- dependencies: +clang fails to build ctypes on Android armv7 ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-07-24 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27606: Android cross-built for armv5te with clang and '-mthumb' crashes with SIGSEGV or SIGILL -- dependencies: +Android cross-built for armv5te with clang and '-mthumb' crashes with SIGSEGV or SIGILL ___

[issue26865] Meta-issue: support of the android platform

2016-07-21 Thread Xavier de Gaye
Xavier de Gaye added the comment: Larry asked in msg 270937: > Is there a plan to make Android a supported platform in 3.6? This is the list of Android related issues that will modify the standard library and core Python when fixed: issue 16255: subrocess.Popen needs /bin/sh but Android

[issue26865] Meta-issue: support of the android platform

2016-07-09 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27472: add the 'unix_shell' attribute to test.support -- dependencies: +add the 'unix_shell' attribute to test.support ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-07-02 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27442: expose Android API level in sys.implementation -- dependencies: +expose Android API level in sys.implementation ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-06-26 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #22724: byte-compile fails for cross-builds -- dependencies: +byte-compile fails for cross-builds ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-06-25 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: +rename the platform directory from plat-$(MACHDEP) to plat-$(PLATFORM_TRIPLET) ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-05-22 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #16255: subrocess.Popen needs /bin/sh but Android only has /system/bin/sh issue #16353: add function to os module for getting path to default shell -- dependencies: +subrocess.Popen needs /bin/sh but Android only has /system/bin/sh

[issue26865] Meta-issue: support of the android platform

2016-05-22 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #22747: Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined -- dependencies: +Interpreter fails in initialize on systems where HAVE_LANGINFO_H is undefined ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-05-21 Thread Xavier de Gaye
Xavier de Gaye added the comment: No, regular users can't adjust dependencies, but I can now. Thanks Zachary. -- ___ Python tracker ___

[issue26865] Meta-issue: support of the android platform

2016-05-21 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: +Large files are not supported on Android, RTLD_* macros are not defined on Android, add is_android in test.support to detect Android platform, android: test_cmd_line fails, android: test_concurrent_futures fails,

[issue26865] Meta-issue: support of the android platform

2016-05-20 Thread Zachary Ware
Zachary Ware added the comment: Xavier: It's been long enough that I don't remember whether regular Users can adjust Dependencies, but since you didn't do it yourself I assume they can't. I've just given you the Developer role, so you can now :) -- nosy: +zach.ware

[issue26865] Meta-issue: support of the android platform

2016-05-15 Thread Xavier de Gaye
Xavier de Gaye added the comment: issue #27027: add is_android in test.support to detect Android platform -- ___ Python tracker ___

[issue26865] Meta-issue: support of the android platform

2016-05-04 Thread Xavier de Gaye
Xavier de Gaye added the comment: Tests that fail on an android emulator running an x86 system image at API level 21: issue #26944: android: test_posix fails -- ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-05-03 Thread Xavier de Gaye
Xavier de Gaye added the comment: All the dependencies of this issue are tagged with Components:Cross-Build and a title starting with 'android'. Tests that fail on an android emulator running an x86 system image at API level 21: issue #26918: android: test_pipes fails issue #26919:

[issue26865] Meta-issue: support of the android platform

2016-04-29 Thread Berker Peksag
Changes by Berker Peksag : -- dependencies: +cross-compilation of extension module links to the wrong python library ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-04-29 Thread Xavier de Gaye
Xavier de Gaye added the comment: build issue #26884: cross-compilation of extension module links to the wrong python library This should be added to the meta-issue dependencies, I guess. -- ___ Python tracker

[issue26865] Meta-issue: support of the android platform

2016-04-26 Thread Chi Hsuan Yen
Changes by Chi Hsuan Yen : -- nosy: +Chi Hsuan Yen ___ Python tracker ___ ___

[issue26865] Meta-issue: support of the android platform

2016-04-26 Thread Eric Snow
Changes by Eric Snow : -- nosy: +eric.snow ___ Python tracker ___ ___

[issue26865] Meta-issue: support of the android platform

2016-04-26 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___

[issue26865] Meta-issue: support of the android platform

2016-04-26 Thread Zachary Ware
Changes by Zachary Ware : -- dependencies: +SYS_getdents64 does not need to be defined on android API 21, add a COMPILEALL_FLAGS Makefile variable, add function to os module for getting path to default shell, add platform.android_ver() for android, android