[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug??



I can't seem to compile PCL in this version of KCL; I noticed that
KCL isn't listed in the list of Lisps for which PCL has been tested or
in the list for which PCL has not been tested yet, but it is mentioned
later on in notes.text...

here is what happend when I tried compiling it.

These files compiled successfully:

	boot.o          defs.o          kcl-low.o       pkg.o           precom4.o
	braid1.o        fin.o           kcl-patches.o   points.o        slots.o
	combin.o        fsc.o           low.o           precom1.o       std-class.o
	dcode.o         init.o          macros.o        precom2.o       vector.o
	defclass.o      iterate.o       methods.o       precom3.o       walk.o

but then I got this error:

	Compiling FIXUP...
	Compiling /tmp/burdick/pcl/src/fixup.lsp.
	Error: The index, 8, is too large.
	Error signalled by FIX-EARLY-GENERIC-FUNCTIONS.
	Backtrace:  > eval > FIX-EARLY-GENERIC-FUNCTIONS
	; (FIX-EARLY-GENERIC-FUNCTIONS) is being compiled.
	;;; The form (FIX-EARLY-GENERIC-FUNCTIONS) was not evaluated successfully.
	;;; You are recommended to compile again.
	
	Error: Can't determine class of #<compiled-closure COMPUTE-APPLICABLE-METHODS-1>
	Error signalled by LET*.
	Backtrace:  > eval > let > setf > let* > |(SETF GENERIC-FUNCTION-NAME)|
	; (LET (#) ...) is being compiled.
	;;; The form (LET ((GF #'COMPUTE-APPLICABLE-METHODS-1)) (SETF (GENERIC-FUNCTION-NAME
	GF) 'COMPUTE-APPLICABLE-METHODS) (SETF (SYMBOL-FUNCTION 'COMPUTE-APPLICABLE-METHODS)
	GF)) was not evaluated successfully.
	;;; You are recommended to compile again.
	No FASL generated.
	Loading binary of FIXUP...
	Error: Cannot open the file /tmp/burdick/pcl/bin/fixup.o.
	Error signalled by LOAD.
	
	Broken at LOAD.  Type :H for Help.
	>>
	
	
KCL is supported at purdue, but there could be a bug still in it,
since this is a relatively new port (for a Sequent Symmetry), but I
used it (and compiled with it) heavily a year ago (and those files
still compile and run fine), so that's probably not the problem.

Can you offer any advice??

	-- Bill Burdick
	burdick@cello.ecn.purdue.edu