[issue18148] Make of Python 3.2.2 fails on Solaris SPARC
New submission from Donal Duane: Hi, I am trying to configure/make/make install Python 3.2.2 on Solaris SPARC. The configure goes ok, but I am getting an error when doing make. I am using GCC 3.4.6. Error: make/usr/local/bin/gcc -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -o Modules/python.o ./Modules/python.cIn file included from Include/Python.h:50,from ./Modules/python.c:3:Include/pyport.h:257:13: #error "This platform's pyconfig.h needs to define PY_FORMAT_LONG_LONG"*** Error code 1make: Fatal error: Command failed for target `Modules/python.o' Regards, Donal -- components: Cross-Build messages: 190713 nosy: eeiddne priority: normal severity: normal status: open title: Make of Python 3.2.2 fails on Solaris SPARC type: compile error versions: Python 3.2 ___ Python tracker <http://bugs.python.org/issue18148> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue18029] Python SSL support is missing from SPARC build
New submission from Donal Duane: Hi, We have 2 Python 3.2 builds - one on x86 (Solaris 10), and one on SPARC (Solaris 10). The x86 build works fine for SSL, but the SPARC build was either built without SSL support pecified, or, there was an issue with the build. $ bash $ . /etc/opt/ericsson/system.env $ export PYTHONPATH PYTHONHOME PYTHON_HOME_3PP $ /opt/python/python/python3.2 Python 3.2.2 (default, Nov 16 2011, 05:23:55) [GCC 3.4.6] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import _ssl Traceback (most recent call last): File "", line 1, in >>> ImportError: No module named _ssl >>> $ ls -l /opt/python/python/lib-dynload/ | grep ssl -r-xr-xr-x 1 root other 110604 Nov 21 2011 _ssl_failed.so are there any know issues with building in SSL support to Python 3.2 on Solaris SPARC 10? If not - is there anyway to include it POST-compile? Any support much appreciated. Regards, Dónal -- components: Extension Modules messages: 189762 nosy: eeiddne priority: normal severity: normal status: open title: Python SSL support is missing from SPARC build type: security versions: Python 3.2 ___ Python tracker <http://bugs.python.org/issue18029> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue25158] Python 3.2.2 and 3.5.0 Do not seem compatible with OpenSSL 1.0.2d on Solaris 10
New submission from Donal Duane: Hi, I have been trying to compile both Python 3.2.2, and 3.5.0 with OpenSSL 1.0.2d. Python 3.2.2 succeeds to compile and install, but fails to load the OpenSSL module: >>> import ssl ld.so.1: python3.2: fatal: relocation error: file /usr/local/ssl/lib/libssl.so.1.0.0: symbol EVP_aes_128_cbc_hmac_sha256: referenced symbol not found Killed Python 3.5.0 fails to make install: ld.so.1: python: fatal: relocation error: file /usr/local/ssl/lib/libssl.so.1.0.0: symbol EVP_aes_128_cbc_hmac_sha256: referenced symbol not found *** Error code 137 make: Fatal error: Command failed for target `install' Has anyone seen this behavior? Up to now, we have been successfully using Python 3.2.2 with OpenSSL 1.0.1j, but cannot use that version anymore due to a critical SSL security bug. I would greatly appreciate any information on the above errors. Regards, Dónal -- components: Extension Modules messages: 250928 nosy: eeiddne priority: normal severity: normal status: open title: Python 3.2.2 and 3.5.0 Do not seem compatible with OpenSSL 1.0.2d on Solaris 10 type: compile error versions: Python 3.2, Python 3.5 ___ Python tracker <http://bugs.python.org/issue25158> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com