This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2016年04月09日 18:40 by yan12125, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| allow-disable-libmpdec.patch | yan12125, 2016年04月09日 18:40 | |||
| Messages (5) | |||
|---|---|---|---|
| msg263105 - (view) | Author: (yan12125) * | Date: 2016年04月09日 18:40 | |
As said by Stefan Krah in http://bugs.python.org/issue23496#msg236886, Android ports can use pure python decimal module. Of course I can, but _decimal is always built and error messages are spamming. This change allow disabling _decimal from ./configure. For the complete build process, have a look into scripts and patches from https://github.com/yan12125/python3-android. |
|||
| msg263106 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2016年04月09日 19:17 | |
I thought you solved the locale problem in #20305. So it still does not build? |
|||
| msg263107 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2016年04月09日 19:35 | |
In any case: It is not uncommon that some C module does not build. You can disable modules in setup.py: # This global variable is used to hold the list of modules to be disabled. disabled_module_list = [] |
|||
| msg263109 - (view) | Author: (yan12125) * | Date: 2016年04月09日 20:11 | |
Regarding #20305: Now building is fine, while some runtime errors exist. I don't see reasons running ncurses on Android, so kicking those errors are not in my plan. For this change: Thanks for pointing that variable - not noticing it before. Seems I still need to patch setup.py for disabling some specific modules? I don't like patches. They're just temporary workarounds for me. I see issue20210 proposing a general solution for disabling modules. Maybe I'll working on that instead. |
|||
| msg264239 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2016年04月26日 09:12 | |
After #26846 _decimal builds on Android. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:29 | admin | set | github: 70910 |
| 2016年04月26日 09:12:10 | skrah | set | superseder: Workaround for non-standard stdlib.h on Android resolution: rejected -> fixed messages: + msg264239 |
| 2016年04月09日 20:11:06 | yan12125 | set | messages: + msg263109 |
| 2016年04月09日 19:35:17 | skrah | set | status: open -> closed messages: + msg263107 assignee: skrah resolution: rejected stage: resolved |
| 2016年04月09日 19:17:31 | skrah | set | nosy:
+ skrah messages: + msg263106 |
| 2016年04月09日 18:40:00 | yan12125 | create | |