[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2015-03-18 Thread STINNER Victor
STINNER Victor added the comment: FreeBSD 6.4 buildbot is broken (hg update fails), FreeBSD 7.2 is offline. I close the issue. -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2015-03-18 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- resolution: out of date - duplicate superseder: - Python 2.7.9 ctypes module doesn't build on FreeBSD x86 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22521

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2015-03-18 Thread koobs
koobs added the comment: FWIW, see #23042 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22521 ___ ___ Python-bugs-list mailing list

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2014-11-01 Thread Dmitry Sivachenko
Dmitry Sivachenko added the comment: On modern FreeBSD version (10/stable) on i386 arch it fails with the following error: build/temp.freebsd-10.0-RELEASE-p10-i386-3.4/usr/ports/lang/python34/work/Python-3.4.2/Modules/_ctypes/libffi/src/x86/ffi.o: In function `.LBB4_4':

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2014-10-14 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com: -- nosy: +Arfrever ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22521 ___

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2014-09-30 Thread STINNER Victor
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!?

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2014-09-30 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- components: +ctypes keywords: +buildbot ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22521 ___

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2014-09-30 Thread STINNER Victor
STINNER Victor added the comment: I don't understand why a win32 function would be needed on FreeBSD!? I see the function defined in libffi, but I don't see it used in the ctypes module. Note: the system libffi is not used, these buildbots compile the embedded version of libffi: checking

[issue22521] ctypes compilation fails on FreeBSD: Undefined symbol ffi_call_win32

2014-09-30 Thread Antoine Pitrou
Antoine Pitrou added the comment: Those FreeBSD versions are totally obsolete, perhaps we should simply ignore any failures on them. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22521