help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: SLIME and SBCL (Common Lisp)


From: Emanuel Berg
Subject: Re: SLIME and SBCL (Common Lisp)
Date: Sun, 27 Jun 2021 16:16:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

>> Trying to get SLIME and SBCL Common Lisp up-and-running but
>> my old stuff won't wort. It gets stuck on the count-up
>> connection phase.
>>
>> I installed slime and sbcl from the Debian repos [...]
>
> I had an old installation from MELPA as well, so that was
> what got used... dammit.

Yes, now it evals and byte-compile is fine but now the error
message is instead

(progn (load "/usr/share/common-lisp/source/slime/swank-loader.lisp" :verbose 
t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall 
(read-from-string "swank:start-server") "/tmp/slime.111300"))

This is SBCL 2.1.1.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
fatal error encountered in SBCL pid 111468 tid 111468:
invalid magic number in core: f145342434c should have been 5342434c


Process inferior-lisp exited abnormally with code 1
(progn (load "/usr/share/common-lisp/source/slime/swank-loader.lisp" :verbose 
t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall 
(read-from-string "swank:start-server") "/tmp/slime.111300"))

This is SBCL 2.1.1.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
fatal error encountered in SBCL pid 111854 tid 111854:
invalid magic number in core: f145342434c should have been 5342434c


Process inferior-lisp exited abnormally with code 1

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]