I installed sbcl and slime through MacPorts and get the following error when I type "M-x slime" in emacs when launched in Terminal.app:
This is SBCL 1.0.23, 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.
*
; loading #P"/opt/local/share/emacs/site-lisp/slime/swank-loader.lisp"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-backend.fasl"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-source-path-parser.fasl"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-source-file-cache.fasl"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-sbcl.fasl"
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-gray.fasl"
STYLE-WARNING:
Implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P.
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank.fasl"
WARNING: These Swank interfaces are unimplemented:
(ALL-THREADS CALLS-WHO DISASSEMBLE-FRAME INTERRUPT-THREAD RECEIVE-IF SEND
SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SPAWN WHO-SPECIALIZES)
; compiling file "/opt/local/share/emacs/site-lisp/slime/contrib/swank-presentation-streams.lisp" (written 20 DEC 2008 08:27:13 PM):
;
; compilation unit aborted
; caught 1 fatal ERROR condition
; compilation aborted after 0:00:00
;;
;; Error while loading: /Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/contrib/swank-presentation-streams.fasl
;; Condition: Lock on package SB-IMPL violated when interning INDENTING-STREAM.
;; See also:
;; The SBCL Manual, Node "Package Locks"
;; Aborting.
;; *
I have not had this problem in the past when installing sbcl/slime through MacPorts. Any ideas about what is going wrong here? Thanks in advance...
This is SBCL 1.0.23, 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.
*
; loading #P"/opt/local/share/emacs/site-lisp/slime/swank-loader.lisp"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-backend.fasl"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-source-path-parser.fasl"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-source-file-cache.fasl"
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-sbcl.fasl"
STYLE-WARNING: redefining EMACS-INSPECT (#<BUILT-IN-CLASS T>) in DEFMETHOD
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank-gray.fasl"
STYLE-WARNING:
Implicitly creating new generic function STREAM-READ-CHAR-WILL-HANG-P.
; loading #P"/Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/swank.fasl"
WARNING: These Swank interfaces are unimplemented:
(ALL-THREADS CALLS-WHO DISASSEMBLE-FRAME INTERRUPT-THREAD RECEIVE-IF SEND
SLDB-BREAK-AT-START SLDB-BREAK-ON-RETURN SPAWN WHO-SPECIALIZES)
; compiling file "/opt/local/share/emacs/site-lisp/slime/contrib/swank-presentation-streams.lisp" (written 20 DEC 2008 08:27:13 PM):
;
; compilation unit aborted
; caught 1 fatal ERROR condition
; compilation aborted after 0:00:00
;;
;; Error while loading: /Users/me/.slime/fasl/2008-08-31/sbcl-1.0.23-darwin-x86/contrib/swank-presentation-streams.fasl
;; Condition: Lock on package SB-IMPL violated when interning INDENTING-STREAM.
;; See also:
;; The SBCL Manual, Node "Package Locks"
;; Aborting.
;; *
I have not had this problem in the past when installing sbcl/slime through MacPorts. Any ideas about what is going wrong here? Thanks in advance...