GNU bug report logs -
#79255
Can't run SCSH
Previous Next
Full log
View this message in rfc822 format
Tom Willemse <tom <at> ryuslash.org> writes:
> Hello Guix,
>
> For about 2 weeks now when I try to guix pull in the latest changes and
> afterwards I can't run scsh:
>
> > scsh
> scsh: No such file or directory
>
> Even when I try to run it with a pure guix shell it doesn't come up:
>
> > guix shell --pure scsh -- scsh
> scsh: No such file or directory
>
> I was hoping that it was just something to do with Guix setup, but with
> the guix shell command not helping I'm guessing it isn't an issue on my
> end.
>
> Thank you!
I took a quick look, it seems that it looks for
/gnu/store/zk081l8qwim3893kaaq5ks7vdqg7q0na-scheme48-1.9.3/lib/scheme48-1.9.2/scheme48vm
and it fails with ENOENT.
Notice that it looks in scheme48-1.9.3 package, but the lib path is
scheme48-1.9.2.
Did not have time to debug this further.
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
This bug report was last modified 21 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.