This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: compilation of the _ctypes module fails on OpenIndiana: ffi_prep_closure_loc symbol is missing
Type: compile error Stage:
Components: Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jcea, vstinner
Priority: normal Keywords:

Created on 2014-06-12 15:05 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg220357 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2014-06-12 15:05
http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/7900/steps/test/logs/stdio

gcc -shared (...)Modules/_ctypes/_ctypes.o (...) -o build/lib.solaris-2.11-i86pc.64bit-3.5-pydebug/_ctypes.so (...)
*** WARNING: renaming "_ctypes" since importing it failed: ld.so.1: python: fatal: relocation error: file build/lib.solaris-2.11-i86pc.64bit-3.5-pydebug/_ctypes.so: symbol ffi_prep_closure_loc: referenced symbol not found
(...)
Failed to build these modules: _ctypes   _curses   _curses_panel   _lzma
msg238435 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2015-03-18 13:29
This issue has been fixed.
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65933
2015-03-18 13:29:40vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg238435
2014-06-12 20:35:10ned.deilysetnosy: + jcea
2014-06-12 15:05:46vstinnercreate