Discussion:
slime setup broken
(too old to reply)
Helmut Jarausch
2013-06-06 06:34:01 UTC
Permalink
Hi,

I'm trying to set up slime with emacs-24.3

When I exec M-x slime I get

(progn (load "/usr/share/emacs/site-lisp/slime/swank-loader.lisp" :verbose t)
(funcall (read-from-string "swank:start-server") "/tmp/slime.4217" :coding-system "iso-latin-1-unix"))

.....

; loading #P"/usr/share/emacs/site-lisp/slime/swank-loader.lisp"
STYLE-WARNING: SB-C::MERGE-TAIL-CALLS has been deprecated as of SBCL 1.0.53.74.

In future SBCL versions SB-C::MERGE-TAIL-CALLS will signal a full warning at
compile-time.
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
STYLE-WARNING:
Implicitly creating new generic function
SWANK-BACKEND::STREAM-READ-CHAR-WILL-HANG-P.

; compiling file "/usr/share/common-lisp/source/swank/contrib/swank-sprof.lisp" (written 05 JUN 2013 08:57:19 AM):
; compiling (IN-PACKAGE :SWANK)
; compiling (REQUIRE :SB-SPROF);
; caught ERROR:
; READ error during COMPILE-FILE:
;
; Lock on package SB-C violated when interning HAIRY-ARG-PROCESSOR while in
; package SWANK.
; See also:
; The SBCL Manual, Node "Package Locks"
;
; (in form starting at line: 12, column: 23, file-position: 178)

; compilation aborted after 0:00:00.020

debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
...

What's broken on my machine (Gentoo). SBCL is working since it has compiled Maxima, e.g.

Many thanks for a hint,
Helmut.
Raymond Wiker
2013-06-06 17:57:55 UTC
Permalink
Post by Helmut Jarausch
Hi,
I'm trying to set up slime with emacs-24.3
When I exec M-x slime I get
(progn (load "/usr/share/emacs/site-lisp/slime/swank-loader.lisp" :verbose t)
(funcall (read-from-string "swank:start-server") "/tmp/slime.4217" :coding-system "iso-latin-1-unix"))
.....
; loading #P"/usr/share/emacs/site-lisp/slime/swank-loader.lisp"
STYLE-WARNING: SB-C::MERGE-TAIL-CALLS has been deprecated as of SBCL 1.0.53.74.
In future SBCL versions SB-C::MERGE-TAIL-CALLS will signal a full warning at
compile-time.
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
Implicitly creating new generic function
SWANK-BACKEND::STREAM-READ-CHAR-WILL-HANG-P.
; compiling (IN-PACKAGE :SWANK)
; compiling (REQUIRE :SB-SPROF);
;
; Lock on package SB-C violated when interning HAIRY-ARG-PROCESSOR while in
; package SWANK.
; The SBCL Manual, Node "Package Locks"
;
; (in form starting at line: 12, column: 23, file-position: 178)
; compilation aborted after 0:00:00.020
debugger invoked on a UIOP/LISP-BUILD:COMPILE-FILE-ERROR in thread
...
What's broken on my machine (Gentoo). SBCL is working since it has compiled Maxima, e.g.
Many thanks for a hint,
Helmut.
You're probably running an outdated version of slime, but your sbcl
installation may also be outdated. The most recent release of sbcl is
1.1.8.

Loading...