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.

classification
Title: problems to compile 2.0 on IRIX 6.5
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: cgw, haralds
Priority: normal Keywords:

Created on 2000-11-15 18:20 by anonymous, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (3)
msg2413 - (view) Author: Nobody/Anonymous (nobody) Date: 2000-11-15 18:20
./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
msg2414 - (view) Author: Charles G Waldman (cgw) (Python triager) Date: 2000-11-22 22:38
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.
msg2415 - (view) Author: Harald Schaeffler (haralds) Date: 2000-11-23 16:29
that's it, i'm sure that i tried this several
times but ...
well i started from scratch and now it works !
thanx
History
Date User Action Args
2022-04-10 16:03:29adminsetgithub: 33478
2000-11-15 18:20:12anonymouscreate