dellair jie added the comment:

I have rebuilt Python 3.3.2 with GCC 4.4.0 on AIX6.1.
There was no warning. But, still seeing the same import offset runtime error:

gcc -pthread -DNDEBUG -g -fwrapv -O0 -Wall -Wstrict-prototypes -IInclude -I. 
-Iopenssl/include -Iopenssl/include -IPython/Python-3.3.2-aix/Include 
-IPython/Python-3.3.2-aix -c Python/Python-3.3.2-aix/Modules/_ssl.c -o 
build/temp.aix-6.1-3.3Python/Python-3.3.2-aix/Modules/_ssl.o

Python/Python-3.3.2-aix/Modules/ld_so_aix gcc -pthread 
-bI:Python/Python-3.3.2-aix/Modules/python.exp 
build/temp.aix-6.1-3.3Python/Python-3.3.2-aix/Modules/_ssl.o -Lopenssl/lib 
-Lopenssl/lib -lssl -lcrypto -o build/lib.aix-6.1-3.3/_ssl.so

*** WARNING: importing extension "_ssl" failed with 
build/lib.aix-6.1-3.3/_ssl.so: <class 'RuntimeError'>: invalid slot offset: 
<traceback object at 0x30378788>

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19661>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to