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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22521>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to