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.

classification
Title: _ctypes not failing, can't find reason
Type: Stage: resolved
Components: Cross-Build Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Alex.Willmer, Brian Spratke, iritkatriel
Priority: normal Keywords:

Created on 2019-05-28 21:53 by Brian Spratke, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python3.7Output.zip Brian Spratke, 2019-05-28 21:53
Messages (2)
msg343822 - (view) Author: Brian Spratke (Brian Spratke) Date: 2019-05-28 21:53
I am trying to cross compile Python 3.7 for Android. I have Python building, but I keep getting an error that _ctypes failed to build, but I see nothing that jumps out as a reason.  

_ctypes_test builds, before that I see this INFO message
INFO: Can't locate Tcl/Tk libs and/or headers

 grpmodule and crypt module have issues as well, but I do not feel that those are related.

Are there any other ideas people can throw out?
msg410659 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2022-01-15 19:44
Python 3.7 is no longer maintained, so it's unlikely anyone will look at this now. Please create a new issue if you can reproduce the problem on a current version (>=3.9).
History
Date User Action Args
2022-04-11 14:59:15adminsetgithub: 81265
2022-01-15 19:44:11iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg410659

resolution: out of date
stage: resolved
2019-05-28 21:53:56Brian Spratkecreate