[Python-bugs-list] [Bug #122680] compile python 2.0 on irix 6.5

noreply@sourceforge.net noreply@sourceforge.net
Thu, 23 Nov 2000 08:32:48 -0800


Bug #122680, was updated on 2000-Nov-17 04:11
Here is a current snapshot of the bug.

Project: Python
Category: Build
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: compile python 2.0 on irix 6.5

Details: tried to compile python 2.0 with irix6.5
with irix-cc and egcs

'import site' failed; use -v for traceback
Python 2.0 (#3, Nov 17 2000, 13:05:58) 
[GCC egcs-2.91.66 19990314 (egcs-1.1.2 release)] on irix6
Type "copyright", "credits" or "license" for more information.

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

nearly same error-message with irix-cc, 
any ideas ??



Follow-Ups:

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

Comment:
Are you the same "Nobody" who submitted bug #122517?
This looks like a nearly identical bug report.  I cannot
reproduce this on:
	IRIX64 6.5 04191225 IP27
	MIPSpro Compilers:  Version 7.30

Suggest doing a "make distclean" and retrying.
Possibly you have a corrupt source installation or something else is wrong with your system.

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

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

Comment:
Yes, i was first time not shure
which Category to use,

no more problems now after starting
from scratch

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

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