[New-bugs-announce] [issue22521] ctypes compilation fails on FreeBSD: Undefined symbol "ffi_call_win32"

STINNER Victor report at bugs.python.org
Tue Sep 30 13:15:10 CEST 2014


New submission from STINNER Victor:

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"

----------
messages: 227878
nosy: haypo, koobs
priority: normal
severity: normal
status: open
title: ctypes compilation fails on FreeBSD: Undefined symbol "ffi_call_win32"
type: compile error
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22521>
_______________________________________


More information about the New-bugs-announce mailing list