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.

Author xdegaye
Recipients Alex.Willmer, xdegaye
Date 2016-04-26.13:01:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461675697.75.0.0916516767531.issue26853@psf.upfronthosting.co.za>
In-reply-to
Content
The android loader complains when shared libraries are not linked against their needed libraries (see also issue #21668).  When ncurses is cross-compiled as a shared library, the curses and readline modules must be linked with libtinfow.so.

The attached patch is a quick hack: setup.py spawns readelf to get the list of needed libraries, but this fails as the readelf path name is wrong (it is not the absolute path) and so cannot be used as is for a correct patch.
History
Date User Action Args
2016-04-26 13:01:37xdegayesetrecipients: + xdegaye, Alex.Willmer
2016-04-26 13:01:37xdegayesetmessageid: <1461675697.75.0.0916516767531.issue26853@psf.upfronthosting.co.za>
2016-04-26 13:01:37xdegayelinkissue26853 messages
2016-04-26 13:01:37xdegayecreate