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, doko, masamoto, serhiy.storchaka, vstinner, xdegaye, yan12125
Date 2016-12-09.21:10:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481317824.07.0.827339469058.issue28190@psf.upfronthosting.co.za>
In-reply-to
Content
The only change that is needed here is to not include /usr/include/ncursesw in setup.py when cross compiling to ensure that the headers of the build platform are not included.  When cross compiling Python, it is the responsability of the packager to set the appropriate CPPFLAGS and LDFLAGS upon invoking configure, so that the curses headers are included and the curses libraries are linked at build time.
The same is true for the other extension modules, readline, openssl, libffi, etc...
History
Date User Action Args
2016-12-09 21:10:24xdegayesetrecipients: + xdegaye, doko, vstinner, serhiy.storchaka, masamoto, Alex.Willmer, yan12125
2016-12-09 21:10:24xdegayesetmessageid: <1481317824.07.0.827339469058.issue28190@psf.upfronthosting.co.za>
2016-12-09 21:10:24xdegayelinkissue28190 messages
2016-12-09 21:10:23xdegayecreate