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 Arfrever, doko, georg.brandl, larry, siming85, vstinner
Date 2014-10-15.13:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413380822.61.0.965387437646.issue22634@psf.upfronthosting.co.za>
In-reply-to
Content
make log from RHEL 6.4 for python 3.4.2.

Also got this on the STDERR:

$ make > ../make.log
build/temp.linux-x86_64-3.4/opt/python-3.4.2/Python-3.4.2/Modules/_ctypes/libffi/src/x86/ffi.o: In function `ffi_prep_closure_loc':
/opt/python-3.4.2/Python-3.4.2/Modules/_ctypes/libffi/src/x86/ffi.c:679: undefined reference to `ffi_closure_FASTCALL'
/usr/bin/ld: build/temp.linux-x86_64-3.4/opt/python-3.4.2/Python-3.4.2/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
collect2: ld returned 1 exit status
History
Date User Action Args
2014-10-15 13:47:02siming85setrecipients: + siming85, georg.brandl, doko, vstinner, larry, Arfrever
2014-10-15 13:47:02siming85setmessageid: <1413380822.61.0.965387437646.issue22634@psf.upfronthosting.co.za>
2014-10-15 13:47:02siming85linkissue22634 messages
2014-10-15 13:47:02siming85create