Package: common-lisp-controller
Version: 7.0

Upon installing version 7.0 of common-lisp-controller, cl-swank
breaks. (This is using sbcl 1:1.0.31.0-2, cl-swank 1:20090908-1). This
is because swank uses CALCULATE-FASL-ROOT, which was exported by the
older (6.*) versions of clc, but seemingly not by 7.0.

I've attached the log of the error you get trying to load swank, but it
doesn't really contain much more relevant information.


Rupert

This is SBCL 1.0.31.0.debian, 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.
STYLE-WARNING:
   redefining ASDF:PERFORM :AFTER (#<STANDARD-CLASS ASDF:LOAD-OP>
                                   #<SB-MOP:EQL-SPECIALIZER {AD964B9}>) in 
DEFMETHOD
* (require :swank)
; compiling file "/usr/share/common-lisp/source/slime/swank-loader.lisp" 
(written 10 SEP 2009 09:11:20 AM):
; compiling (DEFPACKAGE :SWANK-LOADER ...)
; compiling (IN-PACKAGE :SWANK-LOADER)
; compiling (DEFVAR *SOURCE-DIRECTORY* ...)
; compiling (DEFPARAMETER *SYSDEP-FILES* ...)
; compiling (DEFPARAMETER *IMPLEMENTATION-FEATURES* ...)
; compiling (DEFPARAMETER *OS-FEATURES* ...)
; compiling (DEFPARAMETER *ARCHITECTURE-FEATURES* ...)
; compiling (DEFUN LISP-VERSION-STRING ...)
; compiling (DEFUN UNIQUE-DIR-NAME ...)
; compiling (DEFUN FILE-NEWER-P ...)
; compiling (DEFUN SLIME-VERSION-STRING ...)
; compiling (DEFUN DEFAULT-FASL-DIR ...); compilation aborted because of fatal 
error:
;   READ failure in COMPILE-FILE:
;     SB-INT:SIMPLE-READER-PACKAGE-ERROR at 5151 (line 128, column 45) on 
#<SB-SYS:FD-STREAM for "file 
/usr/share/common-lisp/source/slime/swank-loader.lisp" {B297599}>:
;       Symbol "CALCULATE-FASL-ROOT" not found in the COMMON-LISP-CONTROLLER 
package.
; compilation aborted after 0:00:00.023

WARNING:
   COMPILE-FILE warned while performing #<COMPILE-OP NIL {B12DA09}> on
   #<SWANK-LOADER-FILE "swank-loader" {B03D501}>.

debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial thread" 
RUNNING {AA6E781}>:
  erred while invoking #<COMPILE-OP NIL {B12DA09}> on
  #<SWANK-LOADER-FILE "swank-loader" {B03D501}>
; 
; compilation unit aborted
;   caught 2 fatal ERROR conditions
* 

Reply via email to