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 srid
Recipients srid
Date 2009-06-26.23:49:20
SpamBayes Score 2.926675e-09
Marked as misclassified No
Message-id <1246060162.58.0.439928346048.issue6348@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder which commit introduced this regression which used to work 
before (I think till rc1).

This error occurs on solaris10-x86, solaris8-sparc, solaris8-sparc64 
and aix5-powerpc.

(...)
ranlib libpython3.1.a
cc   -o python \
                Modules/python.o \
                libpython3.1.a -lresolv -lsocket -lnsl -lintl -lrt -
ldl   -lm  
Fatal Python error: Py_Initialize: can't initialize sys standard streams
IOError: [Errno 29] Illegal seek
*** Error code 134
The following command caused the error:
case $MAKEFLAGS in \
*s*)  CC='cc' LDSHARED='cc -G' OPT='-DNDEBUG -O' ./python -E ./setup.py 
-q build;; \
*)  CC='cc' LDSHARED='cc -G' OPT='-DNDEBUG -O' ./python -E ./setup.py 
build;; \
esac
make: Fatal error: Command failed for target `sharedmods'


Entire build log (solaris10-x86) is attached.
History
Date User Action Args
2009-06-26 23:49:22sridsetrecipients: + srid
2009-06-26 23:49:22sridsetmessageid: <1246060162.58.0.439928346048.issue6348@psf.upfronthosting.co.za>
2009-06-26 23:49:21sridlinkissue6348 messages
2009-06-26 23:49:21sridcreate