[cl-debian] Bug#359215: cl-swank: xref.lisp still presents in the swank.asd for clisp
Luca Capello
luca at pca.it
Mon Mar 27 10:20:46 UTC 2006
Package: cl-swank
Version: 1:20060306-1
Severity: important
Tags: patch
Hello,
since version 20030606-1, xref.lisp is no more present, but there's
still a reference in swank.asd that prevents the swank to be loaded on
clisp:
====
luca at gismo:~$ clisp
[...]
[1]> (asdf:oos 'asdf:load-op 'swank)
; loading system definition from \
/usr/share/common-lisp/systems/swank.asd into #<PACKAGE ASDF7677>
[...]
*** - OPEN: file #P"/usr/share/common-lisp/source/slime/xref.lisp" \
does not exist
=====
Here the trivial patch (tested with clisp-1:2.38-2):
=====
--- swank.asd 2006-03-27 12:14:58.000000000 +0200
+++ swank.asd.ORG 2006-03-27 12:14:17.000000000 +0200
@@ -54,6 +54,7 @@
#+allegro (:file "swank-allegro")
#+allegro (:file "swank-gray")
+ #+clisp (:file "xref")
#+clisp (:file "metering")
#+clisp (:file "swank-clisp")
#+clisp (:file "swank-gray")
=====
BTW, IIRC xref.lisp was the only reason to keep slime/cl-swank in
non-free: now that it's gone, shouldn't slime/cl-swank enter main?
Thx, bye,
Gismo / Luca
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages cl-swank depends on:
ii common-lisp-controller 5.11 This is a Common Lisp source and c
cl-swank recommends no packages.
-- no debconf information
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
URL: <https://mailman.common-lisp.net/pipermail/cl-debian/attachments/20060327/388885f9/attachment.sig>
More information about the Cl-debian
mailing list