◐ Shell
clean mode source ↗

Issue 5507: ctypes configuration fails on mips-linux (and probably Irix)

Issue5507

Created on 2009-03-18 12:08 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg83744 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2009-03-18 12:08
|   File "build/temp.linux-mips-2.6/libffi/fficonfig.py", line 32, in
<module>
|     ffi_sources += ffi_platforms['MIPS']
| KeyError: 'MIPS'

however the fficonfig.py file has only MIPS_LINUX and MIPS_IRIX keys.
msg83856 - (view) Author: Roumen Petrov (rpetrov) * Date: 2009-03-20 07:09
please find already open issue and close this one.
msg86764 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2009-04-28 20:12
Duplicate of issue 4305.
History
Date User Action Args
2022-04-11 14:56:46adminsetgithub: 49757
2009-04-28 20:12:34thellersetstatus: open -> closed
resolution: duplicate
messages: + msg86764
2009-03-20 07:09:16rpetrovsetnosy: + rpetrov
messages: + msg83856
2009-03-18 12:08:20dokocreate