<div dir="ltr">That SBCL version is 4 years old, isn't it?  Can you try with a more recent one? </div><div dir="ltr"><br></div><div dir="ltr">Cheers, </div><div dir="ltr">Luís </div><span>
</span><br><div class="gmail_quote"><div dir="ltr">On Tue, May 16, 2017, 21:02 lvalais <<a href="mailto:lvalais@lrde.epita.fr" target="_blank">lvalais@lrde.epita.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, I'm trying to run slime for the first time with sbcl.  Previously,<br>
I was using clisp. I'm using for now the pre-compiled version of sbcl.<br>
When I try to start slime, I get the errors shown below.<br>
<br>
Can someone help?<br>
<br>
Kind Regards<br>
Leo<br>
<br>
$ sbcl<br>
sbcl<br>
This is SBCL 1.1.6.0-3c5581a, an implementation of ANSI Common Lisp.<br>
More information about SBCL is available at <<a href="http://www.sbcl.org/" rel="noreferrer" target="_blank">http://www.sbcl.org/</a>>.<br>
<br>
SBCL is free software, provided as is, with absolutely no warranty.<br>
It is mostly in the public domain; some portions are provided under<br>
BSD-style licenses.  See the CREDITS and COPYING files in the<br>
distribution for more information.<br>
* (load "~/.emacs.d/lisp/slime/swank-loader.lisp")<br>
(load "~/.emacs.d/lisp/slime/swank-loader.lisp")<br>
<br>
T<br>
* (swank-loader:init)<br>
(swank-loader:init)<br>
ASDF could not load sb-bsd-sockets because<br>
Error while trying to load definition for system sb-bsd-sockets from<br>
pathname<br>
/usr/local/lib/sbcl/contrib/sb-bsd-sockets.asd:<br>
    don't recognize component type REQUIRE-SYSTEM.<br>
;;<br>
;; Error compiling ~/.emacs.d/lisp/slime/swank/sbcl.lisp:<br>
;;   Error while trying to load definition for system sb-bsd-sockets<br>
from<br>
;;   pathname /usr/local/lib/sbcl/contrib/sb-bsd-sockets.asd:<br>
;;      don't recognize component type REQUIRE-SYSTEM<br>
;;<br>
<br>
debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR:<br>
   Error while trying to load definition for system sb-bsd-sockets from<br>
pathname<br>
   /usr/local/lib/sbcl/contrib/sb-bsd-sockets.asd:<br>
      don't recognize component type REQUIRE-SYSTEM<br>
<br>
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.<br>
<br>
restarts (invokable by number or by possibly-abbreviated name):<br>
   0: [RETRY                                 ] Retry EVAL of current<br>
toplevel form.<br>
   1: [CONTINUE                              ] Ignore error and continue<br>
loading file "/usr/local/lib/sbcl/contrib/sb-bsd-sockets.asd".<br>
   2: [ABORT                                 ] Abort loading file<br>
"/usr/local/lib/sbcl/contrib/sb-bsd-sockets.asd".<br>
   3: [REINITIALIZE-SOURCE-REGISTRY-AND-RETRY] Retry finding system<br>
                                               sb-bsd-sockets after<br>
                                               reinitializing the<br>
                                               source-registry.<br>
   4:                                          Exit debugger, returning<br>
to top<br>
                                               level.<br>
<br>
((FLET #:LAMBDA2229 :IN ASDF::LOAD-SYSDEF)<br>
#<ASDF::FORMATTED-SYSTEM-DEFINITION-ERROR {12B12229}>)<br>
0]<br>
<br>
</blockquote></div>