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, bennykj, xdegaye, yan12125
Date 2016-10-15.19:19:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476559187.61.0.787871700948.issue28444@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch fixes the problem and allows cross-building the extension modules independently of the configuration of the native interpreter that may have set some modules to be statically built. The patch also prints now the list of modules that are detected by setup.py and configured in one of the Setup files to be statically built into the interpreter.

So you don't need to build from scratch a native interpreter anymore. Can you please test the patch using the Ubuntu interpreter for the cross-build and check that the extension modules are correctly built now.

It's my turn to thank you for your reports and your tests and reactivity that are very helpful in fixing this problem :)
History
Date User Action Args
2016-10-15 19:19:47xdegayesetrecipients: + xdegaye, Alex.Willmer, yan12125, bennykj
2016-10-15 19:19:47xdegayesetmessageid: <1476559187.61.0.787871700948.issue28444@psf.upfronthosting.co.za>
2016-10-15 19:19:47xdegayelinkissue28444 messages
2016-10-15 19:19:47xdegayecreate