Processed: Re: Bug#640815: slime: Crash upon loading: there is no package with name "ASDF"

2011-09-08 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 640815 README.Debian should explain how to setup ASDF in the CL > machine Bug #640815 [slime] slime: Crash upon loading: there is no package with name "ASDF" Changed Bug title to 'README.Debian should explain how to setup ASDF in the CL

Bug#640815: slime: Crash upon loading: there is no package with name "ASDF"

2011-09-08 Thread Sébastien Villemot
retitle 640815 README.Debian should explain how to setup ASDF in the CL machine severity 640815 wishlist thanks Ok I realized that I had to manually setup ASDF in my ~/.clisprc: (load #P"/usr/share/common-lisp/source/cl-asdf/asdf.lisp") Or, for SBCL, in my ~/.sbclrc (require 'asdf) Mention

Bug#640951: sbcl: ASDF::SPLIT is undefined

2011-09-08 Thread frozencemetery
Package: sbcl Version: 1:1.0.40.0-2 Severity: important This has been reported upstream with patch included. The basic problem is that installer.lisp references a split function, but this function has been renamed in asdf.lisp to split-string. Upstr