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 dellair.jie
Recipients David.Edelsohn, dellair.jie, vstinner
Date 2013-11-27.19:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385579307.11.0.532516341733.issue19661@psf.upfronthosting.co.za>
In-reply-to
Content
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>
History
Date User Action Args
2013-11-27 19:08:27dellair.jiesetrecipients: + dellair.jie, vstinner, David.Edelsohn
2013-11-27 19:08:27dellair.jiesetmessageid: <1385579307.11.0.532516341733.issue19661@psf.upfronthosting.co.za>
2013-11-27 19:08:27dellair.jielinkissue19661 messages
2013-11-27 19:08:26dellair.jiecreate