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 uservorname.usernachname
Recipients ned.deily, uservorname.usernachname
Date 2013-02-17.13:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361109566.8.0.342432630999.issue17216@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your hint. I did:
./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --bindir=/usr  --sysconfdir=/etc --sbindir=/usr/sbin/ & make 2>&1 | tee build-log.txt

and get:

gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I./Include -I. -I/c/backup/fes-a120d19nas/Python-3.3.0/Include -I/c/backup/fes-a120d19nas/Python-3.3.0 -c /c/backup/fes-a120d19nas/Python-3.Modules/_hashopenssl.c -o build/temp.linux-padre-3.3/c/backup/fes-a120d19nas/Python-3.Modules/_hashopenssl.o
gcc -pthread -shared build/temp.linux-padre-3.3/c/backup/fes-a120d19nas/Python-3.Modules/_hashopenssl.o -L/usr/local/lib -lssl -lcrypto -o build/lib.linux-padre-3.3/_hashlib.cpython-33m.so
make: *** [sharedmods] Error 138

I also tried to compile with ./configure --build=sparc-linux but it results in getting the same make error.

Maybe it have to do something with uname --m
padre
?
When compiling other programs I have to set build=sparc-linux But as you can see its using here  linux-padre. Also gcc is using sparc-unkown-linux

If you need any other information let me know it.
History
Date User Action Args
2013-02-17 13:59:30uservorname.usernachnamesetrecipients: + uservorname.usernachname, ned.deily
2013-02-17 13:59:26uservorname.usernachnamesetmessageid: <1361109566.8.0.342432630999.issue17216@psf.upfronthosting.co.za>
2013-02-17 13:59:26uservorname.usernachnamelinkissue17216 messages
2013-02-17 13:59:26uservorname.usernachnamecreate