[New-bugs-announce] [issue22634] importing _ctypes failed: undefined symbol: ffi_call_win32

Siming Yuan report at bugs.python.org
Tue Oct 14 21:59:45 CEST 2014


New submission from Siming Yuan:

Compiling Python 3.4.2 32-bit using GCC under RHEL6.4 and RHEL5.5 yields to crash:

*** WARNING: renaming "_ctypes" since importing it failed: build/lib.linux-x86_64-3.4/_ctypes.cpython-34m.so: undefined symbol: ffi_call_win32

Why is it referring to a win32 api when i'm compiling under Linux?

This failure causes pip installation to also fail due to missing ctypes module.

FYI - 3.4.1 under exact same env. builds fine.

----------
components: Build
messages: 229342
nosy: Siming.Yuan
priority: normal
severity: normal
status: open
title: importing _ctypes failed: undefined symbol: ffi_call_win32
type: compile error
versions: Python 3.4

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


More information about the New-bugs-announce mailing list