[slime-devel] Re: CVS version can't find swank?

R. Mattes rm at mh-freiburg.de
Wed Jan 18 10:14:32 UTC 2006


On Tue, 17 Jan 2006 22:36:54 +0000, Jonathon McKitrick wrote:

> On Tue, Jan 17, 2006 at 11:21:59PM +0100, Helmut Eller wrote:
> : * Jonathon McKitrick [2006-01-17 23:00+0100] writes:
> : 
> : > I *just* updated from cvs and now sbcl and slime cannot find swank.
> : >
> : > (require 'swank) returns nil, and swank:create-server fails of course.
> : >
> : > Any ideas?
> : 
> : How do you load slime?  With `M-x slime'?
> : 
> : If you want to load the server manually, you need the following steps
> : now:
> : 
> : (load ".../swank-loader.lisp")
> : (swank-loader:load-swank)
> : (swank:create-server)
> 
> I was almost *sure* I didn't have to do this before today.  Did something
> change?
>

Seems so.
I can't start slime/sbcl from emacs anymore (`M-x slime'). While
investigating i found out that the following doesn't work either:

 ralf at hobbes:/LISP/slime$ rlwrap sbcl --noinform --userinit /dev/null 

 * (asdf:oos 'asdf:load-op :swank)

 ; loading system definition from /usr/local/src/LISP/slime/swank.asd into
 ; #<PACKAGE "ASDF3932">
 ; registering #<SYSTEM :SWANK {481A7439}> as SWANK NIL
 * (find-package :swank)

 NIL
 * 


HTH  Ralf Mattes
> 
> 
> -Jonathon





More information about the slime-devel mailing list