[issue17216] sparc linux build fails with could not import runpy module

2013-08-02 Thread Ned Deily
Ned Deily added the comment: Since there has been no further activity on this issue and it seems to be isolated to a particular user build, I'm going to close this. Feel free to reopen with more documentation if you believe there is a problem with Python itself. -- resolution: -

[issue17216] sparc linux build fails with could not import runpy module

2013-02-18 Thread uservorname usernachname
uservorname usernachname added the comment: Thanks for your hints. I got installed openssl-1.0.1d and ssl in fes-a120d19nas:/backup/fes-a120d19nas/Python-3.3.0# whereis openssl openssl: /usr/bin/openssl /usr/include/openssl fes-a120d19nas:/backup/fes-a120d19nas/Python-3.3.0# whereis ssl ssl:

[issue17216] sparc linux build fails with could not import runpy module

2013-02-17 Thread uservorname usernachname
uservorname usernachname added the comment: 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 21 | tee build-log.txt and get: gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -g

[issue17216] sparc linux build fails with could not import runpy module

2013-02-17 Thread uservorname usernachname
uservorname usernachname added the comment: I also tried to compile with ./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --bindir=/usr --sysconfdir=/etc --sbindir=/usr/sbin/ --build=sparc-linux --libdir=/usr/lib --includedir=/usr/include --datarootdir=/usr/share

[issue17216] sparc linux build fails with could not import runpy module

2013-02-17 Thread Ned Deily
Ned Deily added the comment: I'm glad you got a little further. Now it seems the build is failing when trying to build the _ssl and _hashlib extension modules. building '_ssl' extension gcc -pthread -fPIC -Wno-unused-result -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I./Include -I.

[issue17216] sparc linux build fails with could not import runpy module

2013-02-16 Thread Ned Deily
Ned Deily added the comment: For some reason in your build, the first bootstrap use of the compiler (to generate the sysconfig data) is failing because the runpy module can't be found. Python should be able to find it in the source directory; the Could not find platform dependent libraries