[slime-devel] CVS update breaks Slime

Hello list, an CVS update left my slime broken. Here's the relevant error message: ; compiling file "/LISP/slime/swank-sbcl.lisp" (written 21 DEC 2011 11:19:52 AM): ; ; compilation unit aborted ; caught 1 fatal ERROR condition ; compilation aborted after 0:00:04.951 ;; ;; 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? TIA Ralf Mattes

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. -- Regards, Anton Kovalenko <http://github.com/akovalenko/sbcl-win32-threads/wiki> +7(916)345-34-02 | Elektrostal' MO, Russia

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.

Ralf Mattes <rm@mh-freiburg.de> writes:
Hello list,
an CVS update left my slime broken. Here's the relevant error message:
; compiling file "/LISP/slime/swank-sbcl.lisp" (written 21 DEC 2011 11:19:52 AM): ; ; compilation unit aborted ; caught 1 fatal ERROR condition ; compilation aborted after 0:00:04.951 ;; ;; 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? Fixed in CVS.
-- With best regards, Stas.
participants (3)
-
Anton Kovalenko
-
Ralf Mattes
-
Stas Boukarev