Bug #78622 fails to build on x32 linux
Submitted: 29 Sep 2015 9:39 Modified: 6 May 2022 15:25
Reporter: Arek M Email Updates:
Status: Unsupported Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version:2.1.3 OS:Linux (x32 architecture)
Assigned to: CPU Architecture:Any

[29 Sep 2015 9:39] Arek M
Description:
C extension fails to build on x32 architecture (https://en.wikipedia.org/wiki/X32_ABI)

Installing C Extension running build running build_py running build_ext # info['libs']: ['mysqlclient', 'pthread', 'z', 'm', 'rt', 'ssl', 'crypto', 'dl'] Python is 32-bit, but does not match MySQL C API 64-bit architecture, type: x86_64 

How to repeat:
Build on x32 linux with c extension

Full build log:
http://goo.gl/BAa98k
[3 Oct 2015 7:48] Arek M
http://git.pld-linux.org/gitweb.cgi?p=packages/python-mysql-connector.git;a=blob_plain;f=3...
[19 May 2016 15:59] Chiranjeevi Battula
Hello Arkadiusz,

Thank you for the report and contribution.
In order to submit contributions you must first sign the Oracle Contribution Agreement (OCA).
For additional information please check http://www.oracle.com/technetwork/community/oca-486395.html.
If you have any questions, please contact the MySQL community team.

Thanks,
Chiranjeevi.
[6 May 2022 15:25] Javier TreviƱo
x32 architecture is not supported by Connector/Python.