[Python-bugs-list] [Bug #122517] problems to compile 2.0 on IRIX 6.5

noreply@sourceforge.net noreply@sourceforge.net
Mon, 27 Nov 2000 13:25:30 -0800


Bug #122517, was updated on 2000-Nov-15 10:20
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Closed
Resolution: Invalid
Bug Group: Not a Bug
Priority: 5
Summary: problems to compile 2.0 on IRIX 6.5

Details: ./configure --prefix=/usr/local/sbin/python/ --with-threads --without-gcc --with-cxx=CC

no errors...

gmake test:

PYTHONPATH= ./python -tt ./Lib/test/regrtest.py -l
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 35, in ?
    import string
ImportError: No module named string
gmake: [test] Error 1 (ignored)
PYTHONPATH= ./python -tt ./Lib/test/regrtest.py -l
'import site' failed; use -v for traceback
Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 35, in ?
    import string
ImportError: No module named string
gmake: *** [test] Error 1


Follow-Ups:

Date: 2000-Nov-22 14:38
By: cgw

Comment:
I am unable to reproduce this on:
	IRIX64 6.5 04191225 IP27
	MIPSpro Compilers: Version 7.30

using the identical ./configure command

Suggest doing a "make distclean" and retrying.

-------------------------------------------------------

Date: 2000-Nov-23 08:29
By: HaraldS

Comment:
that's it, i'm sure that i tried this several
times but ...
well i started from scratch and now it works !
thanx

-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=122517&group_id=5470