all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: stumpwm on guix - "sb-cltl2" issues
@ 2022-05-03 14:18 Wil deBeest
  0 siblings, 0 replies; 7+ messages in thread
From: Wil deBeest @ 2022-05-03 14:18 UTC (permalink / raw)
  To: Benjamin Slade; +Cc: help-guix


Benjamin Slade <beoram@gmail.com> writes:

> I'm trying to run my long-standing stumpwm init.lisp on a recent Guix
> install, using the packaged stumpwm, however when it launches, it
> fails to process the init.lisp and gives me an "Don't know how to
> REQUIRE sb-cltl2." error.
> 
> I've set the SBCL_HOME variable both in .xprofile and in the init.lisp
> itself [via `(sb-posix:putenv
> "SBCL_HOME=/run/current-system/profile/lib/sbcl/")' ], but this
> doesn't seem to help.
> 
> Is there a good way around this? (On my other system I just compile
> stumpwm from source and install; I don't know if that makes a
> difference here.)
> 
>  —Ben

I used to have the same problem, but I don't remember what fixed it.

SBCL_HOME isn't set at all, I only have `exec /home/bovid-19/.guix-profile/bin/stumpwm' in my
`~/.xinitrc', and my stumpwm init file starts like this:

(in-package :stumpwm)
(require 'sb-cltl2)


I'm not sure what else I can look for.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* Re: stumpwm on guix - "sb-cltl2" issues
@ 2022-05-03 14:35 Wil deBeest
  2022-05-06 14:44 ` Katherine Cox-Buday
  0 siblings, 1 reply; 7+ messages in thread
From: Wil deBeest @ 2022-05-03 14:35 UTC (permalink / raw)
  To: Benjamin Slade; +Cc: help-guix


Wil deBeest <bovid-19@4tii.de> writes:

> 
> Benjamin Slade <beoram@gmail.com> writes:
> 
>> I'm trying to run my long-standing stumpwm init.lisp on a recent Guix
>> install, using the packaged stumpwm, however when it launches, it
>> fails to process the init.lisp and gives me an "Don't know how to
>> REQUIRE sb-cltl2." error.
>> I've set the SBCL_HOME variable both in .xprofile and in the init.lisp
>> itself [via `(sb-posix:putenv
>> "SBCL_HOME=/run/current-system/profile/lib/sbcl/")' ], but this
>> doesn't seem to help.
>> Is there a good way around this? (On my other system I just compile
>> stumpwm from source and install; I don't know if that makes a
>> difference here.)
>> —Ben
> 
> I used to have the same problem, but I don't remember what fixed it.
> 
> SBCL_HOME isn't set at all, I only have `exec /home/bovid-19/.guix-profile/bin/stumpwm' in my
> `~/.xinitrc', and my stumpwm init file starts like this:
> 
> (in-package :stumpwm)
> (require 'sb-cltl2)
> 
> 
> I'm not sure what else I can look for.

I have probably found the solution: in addition to stumpwm, I also have
`cl-trivial-cltl2' and `cl-asdf' (and sbcl) in my system configuration.
If you can confirm that those two packages are what was missing, we
should add them to the stumpwm package as inputs.


^ permalink raw reply	[flat|nested] 7+ messages in thread
* stumpwm on guix - "sb-cltl2" issues
@ 2022-04-16  0:29 Benjamin Slade
  2022-04-16 17:40 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 7+ messages in thread
From: Benjamin Slade @ 2022-04-16  0:29 UTC (permalink / raw)
  To: help-guix

I'm trying to run my long-standing stumpwm init.lisp on a recent Guix install, using the packaged stumpwm, however when it launches, it fails to process the init.lisp and gives me an "Don't know how to REQUIRE sb-cltl2." error.

I've set the SBCL_HOME variable both in .xprofile and in the init.lisp itself [via `(sb-posix:putenv "SBCL_HOME=/run/current-system/profile/lib/sbcl/")' ], but this doesn't seem to help.

Is there a good way around this? (On my other system I just compile stumpwm from source and install; I don't know if that makes a difference here.)

 —Ben

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-07-03  2:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-03 14:18 stumpwm on guix - "sb-cltl2" issues Wil deBeest
  -- strict thread matches above, loose matches on Subject: below --
2022-05-03 14:35 Wil deBeest
2022-05-06 14:44 ` Katherine Cox-Buday
2022-05-13 19:09   ` Benjamin Slade
2022-07-03  1:31     ` Benjamin Slade
2022-04-16  0:29 Benjamin Slade
2022-04-16 17:40 ` Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.