stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] trouble requiring swank


From: Eric Abrahamsen
Subject: [STUMP] trouble requiring swank
Date: Tue, 15 May 2012 12:09:09 +0800
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

I'm on archlinux, trying to connect to my stumpwm process through emacs
using the instructions here:

https://wiki.archlinux.org/index.php/Stumpwm#With_Quicklisp_.28recommended.29

I'm using emacs 24 (from git), sbcl 1.0.56-1 (from the arch package),
swank installed via quickload, and slime from CVS.

When I try to eval (require 'swank) in stumpwm (preparatory to starting
the swank server), I get this error message:

--8<---------------cut here---------------start------------->8---
; compiling file 
"/home/eric/quicklisp/dists/quicklisp/software/slime-20120407-cvs/swank-sbcl.lisp"
 (written 15 MAY 2012 11:08:09 AM):
ASDF could not load sb-introspect because
#<SB-SYS:FD-STREAM for "file /usr/lib/sbcl/sb-introspect/introspect.fasl"
  {B983001}>
is a fasl file compiled with SBCL 1.0.56, and can't be loaded into SBCL 1.0.54..
; compilation aborted after 0:00:00.049
;; 
;; Error while compiling 
/home/eric/quicklisp/dists/quicklisp/software/slime-20120407-cvs/swank-sbcl.lisp:
;;   #<SB-SYS:FD-STREAM for "file /usr/lib/sbcl/sb-introspect/introspect.fasl"
;;     {B983001}>
;;   is a fasl file compiled with SBCL 1.0.56, and can't be loaded into SBCL
;;   1.0.54.
;; Aborting.
;; ASDF could not load swank because No restart ABORT is active..
; 
; compilation unit aborted
;   caught 3 fatal ERROR conditions
--8<---------------cut here---------------end--------------->8---

I really have no idea what would be causing this -- I've only got one
sbcl on my system, and it's definitely 1.0.56, so I don't know what
would be trying to use sbcl 1.0.54. I'm able to require sb-introspect
from a regular repl…

Any hints?

Thanks,
Eric





reply via email to

[Prev in Thread] Current Thread [Next in Thread]