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.
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.
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.