#648415 clfswm executable fails to start

Package:
clfswm
Source:
clfswm
Submitter:
Jose Antonio Ortega Ruiz
Date:
2011-11-11 16:33:03 UTC
Severity:
important
#648415#5
Date:
2011-11-11 12:08:08 UTC
From:
To:
Dear Maintainer,

   * What led up to the situation?

Trying to start clfswm with startx and 'exec clfswm' in .xinitrc

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

startx

   * What was the outcome of this action?

The following error:

   *** - LOAD: A file with name /usr/share/common-lisp/source/cl-asdf/asdf.lisp does not exist

This happens with any invocation of clfswm, no need to call it via startx.

   * What outcome did you expect instead?

An X session with clfswm as my window manager :)

Thanks,
jao

#648415#10
Date:
2011-11-11 14:56:53 UTC
From:
To:
Jose Antonio Ortega Ruiz <jao@gnu.org> writes:

Are you using clisp?  Is cl-asdf installed?

clfswm doesn't depend on cl-asdf since clfswm depends on cl-clx-sbcl and
sbcl has included asdf in its package.  If you use clfswm with clisp,
you have to install cl-asdf.

#648415#15
Date:
2011-11-11 15:11:55 UTC
From:
To:
lisp clfswm uses?
#648415#20
Date:
2011-11-11 16:21:01 UTC
From:
To:
"Jose A. Ortega Ruiz" <jao@gnu.org> writes:

Variously.  See clfswm's manpage or README.Debian for details.

#648415#25
Date:
2011-11-11 16:30:40 UTC
From:
To:
On Fri, Nov 11 2011, Desmond O. Chang wrote:


[...]

My apologies for not RTFM before asking, and thanks for your patience.
(With sbcl, it complains that the :CLX package cannot be found, but i
understand what's the problem there.)