tags 545344 + pending
thanks

Hi Dean!

On Sun, 06 Sep 2009 18:33:24 +0200, Dean Menezes wrote:
> stumpwm fails to start with an error "cannot find component stumpwm" in CLISP 
> 2.48
> I can manually register stumpwm.asd, but this stops working after I kill 
> stumpwm

This is caused by a change in common-lisp-controller_6.19:

  
http://lists.alioth.debian.org/pipermail/pkg-common-lisp-devel/2009-September/001461.html
  
http://git.debian.org/?p=pkg-common-lisp/common-lisp-controller.git;a=commitdiff;h=c42c50aae7088c42e5afd345aae956945d19421a

This means that instead of using ASDF directly:

  (asdf:oos 'asdf:load-op 'stumpwm)

you should use it through clc:

  (clc:clc-require 'stumpwm)

I fixed this in the Debian stumpwm binary:

  
http://git.debian.org/?p=pkg-common-lisp/stumpwm.git;a=commitdiff;h=91b285cf359de2ee4fbdca8653201da49d948df6

Thx, bye,
Gismo / Luca

Attachment: pgp4zc64qnvuy.pgp
Description: PGP signature

_______________________________________________
pkg-common-lisp-devel mailing list
pkg-common-lisp-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel

Reply via email to