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 martin.panter
Recipients gward, martin.panter
Date 2016-11-15.20:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479241482.84.0.264108382858.issue28700@psf.upfronthosting.co.za>
In-reply-to
Content
Is the problem something like a missing C function prototype? Maybe you see compiler warnings, but the compiler and linker carry on with the wrong prototype. If you build with “make -s”, warnings might be easier to see.

If my guess is right, this would be similar to Issue 27659, where a module half builds with warnings about a missing crypt() function prototype, although it later fails when linking. Maybe more configure or setup.py checks? (I’m not a fan of configure, but it often seems the easiest short-term solution.)
History
Date User Action Args
2016-11-15 20:24:42martin.pantersetrecipients: + martin.panter, gward
2016-11-15 20:24:42martin.pantersetmessageid: <1479241482.84.0.264108382858.issue28700@psf.upfronthosting.co.za>
2016-11-15 20:24:42martin.panterlinkissue28700 messages
2016-11-15 20:24:42martin.pantercreate