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 davin
Recipients Arfrever, Danya.Alexeyevsky, davin, koobs, lemburg, vstinner
Date 2015-03-18.15:31:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426692710.82.0.505516786966.issue23042@psf.upfronthosting.co.za>
In-reply-to
Content
To provide supporting information, using the i386 release of FreeBSD 10.1:

* ctypes fails to build with the latest from Python 2.7 branch with the message:

    build/temp.freebsd-10.1-RELEASE-i386-2.7-pydebug/usr/home/davin/pycoredev/cpython/Modules/_ctypes/libffi/src/x86/ffi.o: In function `ffi_prep_closure_loc':
    /usr/home/davin/pycoredev/cpython/Modules/_ctypes/libffi/src/x86/ffi.c:677: undefined reference to `ffi_closure_FASTCALL'
    /usr/home/davin/pycoredev/cpython/Modules/_ctypes/libffi/src/x86/ffi.c:683: undefined reference to `ffi_closure_THISCALL'
    /usr/home/davin/pycoredev/cpython/Modules/_ctypes/libffi/src/x86/ffi.c:689: undefined reference to `ffi_closure_STDCALL'
    /usr/bin/ld: build/lib.freebsd-10.1-RELEASE-i386-2.7-pydebug/_ctypes.so: hidden symbol `ffi_closure_FASTCALL' isn't defined
    /usr/bin/ld: final link failed: Nonrepresentable section on output
    cc: error: linker command failed with exit code 1 (use -v to see invocation)
    
    ...
    
    Failed to build these modules:
    _ctypes                                               


* Note that the above failure message was described in issue22521 by @Danya.Alexeyevsky

* ctypes also fails to build with the latest from default/3.5 branch with the very same message


Apparently the compilation failure messages differ between FreeBSD 8.3 and 10.1 (both i386).
History
Date User Action Args
2015-03-18 15:31:50davinsetrecipients: + davin, lemburg, vstinner, Arfrever, Danya.Alexeyevsky, koobs
2015-03-18 15:31:50davinsetmessageid: <1426692710.82.0.505516786966.issue23042@psf.upfronthosting.co.za>
2015-03-18 15:31:50davinlinkissue23042 messages
2015-03-18 15:31:50davincreate