
21 Dec
2011
21 Dec
'11
4:13 p.m.
Anton Kovalenko <anton@sw4me.com> writes:
Ralf Mattes <rm@mh-freiburg.de> writes:
;; Error while compiling /LISP/slime/swank-sbcl.lisp: ;; Lock on package SB-IMPL violated when interning FD-STREAM-FD-TYPE. ;; See also: ;; The SBCL Manual, Node "Package Locks" ;; Aborting. ;; *
This is with: This is SBCL 1.0.43.0.debian, an implementation of ANSI Common Lisp. More information about SBCL is available at <http://www.sbcl.org/>.
what went wrong here?
Your SBCL is too old. FD-STREAM-FD-TYPE was added between 1.0.48 and 1.0.49. Ralf's SBCL is alright, Slime shouldn't break backwards compatibility with SBCL, especially with such recent versions.
-- With best regards, Stas.