bug#68591: Error when using shepherd on foreign distro

2024-01-19 Thread Einar Largenius
Hi,

I am setting up shepherd for use by my user account on a foreign distro. I 
setup as described in the manual in the section "(shepherd) Managing User 
Services". When I try to run it using shepherd, it crashes on the line:

 ;; Send shepherd into the background
 (perform-service-action 'shepherd 'daemonize)

with the error:

Uncaught exception while loading configuration file 
'/home/jaadu/.config/shepherd/init.scm': (goops-error #f "No applicable method 
for ~S in call ~S" (#< service-actions (1)> (service-actions 
shepherd)) ())

Removing said line resolves the issue.

-- 
Med vänliga hälsningar Einar





bug#54280: stumpwm won't load libraries

2022-03-08 Thread Einar Largenius
Hello!

I have an issue where I can't get slynk to load inside stumpwm with Guix
as the package manager. I have no issue loading slynk with either nyxt
or when running a sbcl-repl even without modifying
asdf:*central-registry*. These are the packages I have in my profile:

glibc-locales   2.33out 
/gnu/store/nrr24nvf6548if5wdpvxhlvjif3x9jjp-glibc-locales-2.33
nyxt2.2.4   out 
/gnu/store/rf5aamdsdd039mhn4c3vsx5zgzzmnzdx-nyxt-2.2.4
sbcl2.2.2   out 
/gnu/store/129g8pcc2ybs1p81ak28lj44i0wkyiqj-sbcl-2.2.2
cl-slynk1.0.43-5.0470c02out 
/gnu/store/zc8h7xy78k6ybfq74k4wvx0yhg4pz6ln-cl-slynk-1.0.43-5.0470c02
stumpwm 20.11   out 
/gnu/store/y88ghx13yv9b6a2sa7b8hnxgcnw8x3ka-stumpwm-20.11

If I just try to load slynk directly asdf doesn't seem to find it at
all. If I try to add the *.asd files that Guix provides:

(push (uiop:subpathname* (user-homedir-pathname) 
".guix-profile/share/common-lisp/systems/") asdf:*central-registry*)

And then try to load, I still get an error:

Don't know how to REQUIRE SB-CLTL2

stumpwm itself works without issue.

-- 
With kind regards Einar





bug#35785: guix won't download if locale is set to swedish

2019-05-19 Thread Einar Largenius


> Could you paste the complete output of ‘guix pull -v2’ when running
> under that locale?

Yes sorry. I have not setup email yet on that system so I need to
manually transcribe any output. This should be the complete output:

Updating channel 'guix' from Git repository at 
'https://git.savannah.gnu.org/git/guix.git'...
Building from this channel:
  guix   https://git.savannah.gnu.org/git/guix.git  f5557bd
guix pull: error: lstat: Filen eller katalogen finns inte: 
"ftp://sourceware.org/pub/libffi-3.2.1.tar.gz;





bug#35785: guix won't download if locale is set to swedish

2019-05-17 Thread Einar Largenius
Hello.

I just downloaded guix and installed it. In my config I have this line:

(locale "sv_SE.utf8")

If I run 'guix pull' I get the error:

guix pull: error: lstat: Filen eller katalogen finns inte: 
"ftp://sourceware.org/pub/libffi-3.2.1.tar.gz;

The part in swedish means "file or directory does not exist".

'LANG= guix pull' works without issue.