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 vstinner
Recipients koobs, vstinner
Date 2014-09-30.11:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412075710.94.0.470127563443.issue22521@psf.upfronthosting.co.za>
In-reply-to
Content
On buildbots FreeBSD 6.4 and 7.2, the compilation of the ctypes module fails because the function "ffi_call_win32" is missing. I don't understand why a "win32" function would be needed on FreeBSD!?

http://buildbot.python.org/all/builders/x86%20FreeBSD%207.2%203.x/builds/5618/steps/test/logs/stdio

http://buildbot.python.org/all/builders/x86%20FreeBSD%206.4%203.x/builds/5060/steps/compile/logs/stdio

*** WARNING: renaming "_ctypes" since importing it failed: build/lib.freebsd-6.4-RELEASE-i386-3.5-pydebug/_ctypes.so: Undefined symbol "ffi_call_win32"
History
Date User Action Args
2014-09-30 11:15:10vstinnersetrecipients: + vstinner, koobs
2014-09-30 11:15:10vstinnersetmessageid: <1412075710.94.0.470127563443.issue22521@psf.upfronthosting.co.za>
2014-09-30 11:15:10vstinnerlinkissue22521 messages
2014-09-30 11:15:10vstinnercreate