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

Bug#723977: missing symlink in /usr/share/common-lisp/systems



Package: cl-swank
Version: 1:20130626-1
Severity: important

cl-swank does not contain the symlink in
/usr/share/common-lisp/systems so it can't be loaded from asdf:

> % sbcl
> This is SBCL 1.1.11.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.
> * (require :asdf)
>
> NIL
> * (asdf:load-system :swank)
>
> debugger invoked on a ASDF/FIND-SYSTEM:MISSING-COMPONENT in thread
> #<THREAD "main thread" RUNNING {1002ADAF33}>:
>   Component :SWANK not found
>
> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [ABORT] Exit debugger, returning to top level.
>
> ((:METHOD ASDF/OPERATE:OPERATE (SYMBOL T)) ASDF/LISP-ACTION:LOAD-OP :SWANK) [fast-method]
> 0] 

> % ecl                 
> ECL (Embeddable Common-Lisp) 13.5.1 (git:UNKNOWN)
> Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
> Copyright (C) 1993 Giuseppe Attardi
> Copyright (C) 2000 Juan J. Garcia-Ripoll
> ECL is free software, and you are welcome to redistribute it
> under certain conditions; see file 'Copyright' for details.
> Type :h for Help.  
> Top level in: #<process TOP-LEVEL>.
> > (require :asdf)
> 
> ;;; Loading #P"/usr/lib/ecl-13.5.1/asdf.fas"
> ("ASDF" "CMP")
> > (asdf:load-system :swank)
> 
> Condition of type: MISSING-COMPONENT
> Component :SWANK not found
> 
> Available restarts:
> 
> 1. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
> 
> Broken at SI:BYTECODES. [Evaluation of: (ASDF/OPERATE:LOAD-SYSTEM :SWANK)] In: #<process TOP-LEVEL>.
> >> 

-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.9-1-amd64 (SMP w/6 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages cl-swank depends on:
ii  cl-asdf  2:3.0.2.4-1

cl-swank recommends no packages.

Versions of packages cl-swank suggests:
ii  slime  1:20130626-1

-- no debconf information



Reply to: