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.

Author siming85
Recipients siming85
Date 2018-03-13.02:31:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520908295.51.0.467229070634.issue33063@psf.upfronthosting.co.za>
In-reply-to
Content
compiling Python 3.5.5 under RHEL 6.4, 32-bit:

build/temp.linux-x86_64-3.5/opt/python/Python-3.5.5/Modules/_ctypes/libffi/src/x86/ffi.o: In function `ffi_prep_closure_loc':
/opt/python/Python-3.5.5/Modules/_ctypes/libffi/src/x86/ffi.c:678: undefined reference to `ffi_closure_FASTCALL'
/usr/bin/ld: build/temp.linux-x86_64-3.5/opt/python/Python-3.5.5/Modules/_ctypes/libffi/src/x86/ffi.o: relocation R_386_GOTOFF against undefined hidden symbol `ffi_closure_FASTCALL' can not be used when making a shared object
/usr/bin/ld: final link failed: Bad value


related to https://bugs.python.org/issue23042 - but it seems like the patch for x86/ffi.c never made it to release.
History
Date User Action Args
2018-03-13 02:31:35siming85setrecipients: + siming85
2018-03-13 02:31:35siming85setmessageid: <1520908295.51.0.467229070634.issue33063@psf.upfronthosting.co.za>
2018-03-13 02:31:35siming85linkissue33063 messages
2018-03-13 02:31:34siming85create