>>>>> "Rodrigo" == Rodrigo Ventura <[EMAIL PROTECTED]> writes:
Rodrigo> Hello all. I just downloaded CMUCL-19a and tried to install it in
my
Rodrigo> Linux box (SuSE 9.1). I'm a CMUCL user for some time, and I've been
Rodrigo> using 18e until today. However, while upgrading I ran into a
couple of
Rodrigo> nasty problems; I hope you guys could help me out. Here goes:
Rodrigo> 1. my setup is to untar everything into /usr/local/cmucl and then
Rodrigo> setup all necessary symlinks to make it work (namely
Rodrigo> /usr/local/bin/lisp and /usr/local/lib/cmucl).
Yes, I do essentially the same.
Rodrigo> 2. first problem: config does not seem to work!
Probably because no one has mentioned any problems because no one uses
config?
Rodrigo> Option number: 7
Rodrigo> ;; Loading
#p"/usr/local/cmucl/lib/cmucl/lib/subsystems/gray-streams-library.x86f".
Rodrigo> Attempt to modify the locked package LISP, by
Rodrigo> redefining function CHARACTER-OUTPUT-STREAM-LISP-STREAM
Rodrigo> [Condition of type PACKAGE-LOCKED-ERROR]
A package lock problem. I can probably fix this.
Rodrigo> 3. but as I don't actually need grey stuff nor CLX stuff, I disable
Rodrigo> it, but it takes forever... is it supposed to take so many time (P4
Rodrigo> 2.6GHz)? It hasn't stopped yet...
Takes forever for what?
Rodrigo> ;; Loading #p"/usr/local/cmucl/lib/cmucl/lib/site.lisp".
Rodrigo> Saved "/usr/local/cmucl/lib/cmucl/lib/lisp.core" as
"/usr/local/bin/lisp.core.BAK".
Rodrigo> [Doing purification:
Rodrigo>
----------------------------------------------------------------------
Rodrigo> QUESTION: why on earth it saves lisp.core on /usr/local/bin ?????
I'll look into it.
Rodrigo> 5. ...so I have up building a new core. Next step was to re-compile
Rodrigo> ILisp stuff (xemacs), but it didn't quite work also:
[snipped useless stuff that should have been snipped]
Rodrigo> ; (PCL::GENERIC-FUNCTION-PRETTY-ARGLIST FUNC)
Rodrigo> ; Warning: Undefined function PCL::GENERIC-FUNCTION-PRETTY-ARGLIST
Rodrigo> ; ;
That function doesn't exist anymore. I think you need a newer version
of ilisp. Or you might like to try SLIME
(http://www.cliki.net/SLIME).
Rodrigo> 6. While compiling the code I'm working on, which compiled fine
with
Rodrigo> 18e, I get lots of these messages, repeat over and over again:
Rodrigo>
----------------------------------------------------------------------
Rodrigo> ; Compiling LAMBDA (PCL::.PV-CELL. PCL::.NEXT-METHOD-CALL.
KERNEL::OBJECT STREAM):
Rodrigo> ; Compiling Top-Level Form:
Rodrigo> ; Compiling LAMBDA (PCL::.PV-CELL. PCL::.NEXT-METHOD-CALL.
KERNEL::OBJECT STREAM):
Rodrigo> ; Compiling Top-Level Form:
Rodrigo> ...
Rodrigo>
----------------------------------------------------------------------
Sorry, can't help with this because there's not enough info to figure
out anything.
Ray