[comp.sys.mips] SPP package installation

delgado@bingvaxu.cc.binghamton.edu (Jose Delgado) (09/21/90)

HELP !!

I've been trying to install SPP on a MIPS workstation  RS3230
(R3000 processor and R3010 FPU):
	RISC/os 4.50
	spp 5.0
4_50 UMIPS mips RS3230 ATT_V3_0


It doesn't make any difference if I change the "build proms" to any 
machine/version/type.  The last one I set was:

	MACHINES= M120
	VERSIONS= MIPS
	BINTYPES= BO



It seems that the directory sable is not created by the install program.
If anybody has an idea of how to get around this problem please let me
know.  my e-mail address is: delgado@bingvaxu.cc.binghamton.edu

Thanks,
Jose Delgado
Dept. of EE
T J Watson School of Engineering
SUNY at Binghamton




The following message was stored in the file:
	 	/usr/src/mips/usr/src/SA/Install.out


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

	cd include; if [ ! -d dbgmon ]; then \
		ln -s ../dbgmon dbgmon; fi
	cd include; if [ ! -d prom ]; then \
		ln -s ../prom prom; fi
	cd include; if [ ! -d saio ]; then \
		ln -s ../saio saio; fi
	cd include; if [ ! -d machine ]; then \
		ln -s mips machine; fi
	cd include; if [ ! -f signal.h ]; then \
		ln -s sys/signal.h signal.h; fi
	cd include; if [ ! -f ctype.h ]; then \
		ln -s saio/ctype.h ctype.h; fi
XXXXXX Make all for saio XXXXXX
	if [ all = remake ]; \
		then \
			/bin/make tags 'DESTROOT=/usr/src/mips'; \
		fi
XXXXXX Make all for saio/M120 XXXXXX
XXXXXX Make all for saio/M120/MIPS XXXXXX
XXXXXX Make all for saio/M120/MIPS/PSAIO_BO XXXXXX
saio/M120/MIPS make all done
saio/M120 make all done
XXXXXX Make all for saio/SAIO XXXXXX
	cd SAIO; /bin/make all 'DESTROOT=/usr/src/mips'
XXXXXX Make all for saio/SAIO/MIPS XXXXXX
XXXXXX Make all for saio/SAIO/MIPS/SAIO_BO XXXXXX
saio/SAIO/MIPS make all done
saio/SAIO make all done
saio make all done
XXXXXX Make all for diags XXXXXX
XXXXXX Make all for pon XXXXXX
	XX Make all for pon/MIPS_PON_BO XXXXXX
	XX Make all for pon/MIPS_PON_BG XXXXXX
	XX Make all for pon/SABLE_PON_BO XXXXXX
	XX Make all for pon/SABLE_PON_BG XXXXXX
diags/pon make all done
XXXXXX Make all for unixcmds XXXXXX
XXXXXX Make all for unixcmds/bfsd XXXXXX
XXXXXX Make all for unixcmds/convert XXXXXX
XXXXXX Make all for unixcmds/scripts XXXXXX
XXXXXX Make all for unixcmds/sable XXXXXX
sh: sable: does not exist
*** Error code 1

Stop.
*** Error code 1

Stop.