
Package: cl-mcclim Severity: normal Tags: patch etch sid Since SBCL 0.9.3, there is a new API for threading. The McClim version in Debian Unstable and Testing still uses the old API and therefore fails being compiled by recent SBCL versions in these Debian distributions: ; /var/cache/common-lisp-controller/rvb/sbcl/mcclim/Lisp-Dep/mp-sbcl.fasl written ; compilation finished in 0:00:01 WARNING: COMPILE-FILE warned while performing #<COMPILE-OP NIL {B825DD9}> on #<CL-SOURCE-FILE "mp-sbcl" {B6FD599}>. debugger invoked on a ASDF:COMPILE-FAILED in thread #<THREAD "initial thread" {AA83491}>: erred while invoking #<COMPILE-OP NIL {B825DD9}> on #<CL-SOURCE-FILE "mp-sbcl" {B6FD599}> Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL. restarts (invokable by number or by possibly-abbreviated name): 0: [RETRY ] Retry performing #<ASDF:COMPILE-OP NIL {B825DD9}> on #<ASDF:CL-SOURCE-FILE "mp-sbcl" {B6FD599}>. 1: [ACCEPT] Continue, treating #<ASDF:COMPILE-OP NIL {B825DD9}> on #<ASDF:CL-SOURCE-FILE "mp-sbcl" {B6FD599}> as having been successful. 2: [ABORT ] Exit debugger, returning to top level. The current CVS version of McClim contains updates for the new SBCL threading API. I am attaching the extracted patch and hereby report that applying these patches makes SBCL compile McClim cleanly. Thank you for considering, René van Bevern