[slime-devel] #<STANDARD-GENERIC-FUNCTION SWANK-BACKEND:CREATE-SOCKET (0)>

Helmut Eller heller at common-lisp.net
Sat Feb 4 20:10:57 UTC 2006


* Prashant Acharekar [2006-02-04 14:02+0100] writes:

> ; compiling file "/Users/hrush/slime/swank-sbcl.lisp" (written 21 JAN
> 2006 03:01:20 AM):
> compilation aborted because of fatal error:
>   READ failure in COMPILE-FILE:
>     READER-ERROR at 1066 (line 42, column 41) on #<SB-SYS:FD-STREAM
> for "file /Users/hrush/slime/swank-sbcl.lisp" {1036A8B1}>:
> package "SB-BSD-SOCKETS" not found

It looks like your SBCL isn't installed properly.  What do get if you
you try

 (setq *load-verbose* t)
 (require 'sb-bsd-sockets)

in a normal terminal?  The expected output is below.  After fixing 
the SBCL installation you should remove the ~/.slime/fasl directory before
trying to reload SLIME.

Helmut.

bash$ sbcl
...
* (setq *load-verbose* t)

T
* (require :sb-bsd-sockets)

; loading #P"/usr/lib/sbcl/sb-bsd-sockets/sb-bsd-sockets.asd"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/defpackage.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/split.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/malloc.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/constants.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/sockets.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/sockopt.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/inet.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/local.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/name-service.fasl"
; loading #P"/usr/lib/sbcl/sb-bsd-sockets/misc.fasl"
("SB-BSD-SOCKETS")
* 





More information about the slime-devel mailing list