GNU bug report logs

#79255 Can't run SCSH

PackageSource(s)Maintainer(s)
guix PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to bug-guix@gnu.org:
bug#79255; Package guix. (Sat, 16 Aug 2025 13:55:02 GMT) (full text, mbox, link).


Acknowledgement sent to Tom Willemse <tom@ryuslash.org>:
New bug report received and forwarded. Copy sent to bug-guix@gnu.org. (Sat, 16 Aug 2025 13:55:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Tom Willemse <tom@ryuslash.org>
To: bug-guix@gnu.org
Subject: Can't run SCSH
Date: Sat, 16 Aug 2025 06:53:35 -0700
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!

-- 
Cheers,

Tom


Find me on the Fediverse: https://goto.ryuslash.org/@ryuslash




Information forwarded to bug-guix@gnu.org:
bug#79255; Package guix. (Sun, 17 Aug 2025 15:35:01 GMT) (full text, mbox, link).


Message #8 received at 79255@debbugs.gnu.org (full text, mbox, reply):

From: Tomas Volf <~@wolfsden.cz>
To: Tom Willemse <tom@ryuslash.org>
Cc: 79255@debbugs.gnu.org
Subject: Re: bug#79255: Can't run SCSH
Date: Sun, 17 Aug 2025 17:34:26 +0200
Tom Willemse <tom@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.




Information forwarded to bug-guix@gnu.org:
bug#79255; Package guix. (Tue, 19 Aug 2025 06:44:02 GMT) (full text, mbox, link).


Message #11 received at 79255@debbugs.gnu.org (full text, mbox, reply):

From: Tom Willemse <tom@ryuslash.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 79255@debbugs.gnu.org
Subject: Re: bug#79255: Can't run SCSH
Date: Mon, 18 Aug 2025 23:42:51 -0700
Tomas Volf <~@wolfsden.cz> writes:

> Tom Willemse <tom@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.

Oh excellent, thanks! This put me on the right path and it turns out
it's because the Makefile.in in the scsh project has a reference to
scheme48-1.9.2. I've created a test package with a snippet to modify the
Makefile.in and so far testing it it seems to work fine now.

I'll open a PR as soon as I can if someone else doesn't fix it first.

-- 
Cheers,

Tom


Find me on the Fediverse: https://goto.ryuslash.org/@ryuslash




Information forwarded to bug-guix@gnu.org:
bug#79255; Package guix. (Wed, 20 Aug 2025 16:57:01 GMT) (full text, mbox, link).


Message #14 received at 79255@debbugs.gnu.org (full text, mbox, reply):

From: Tom Willemse <tom@ryuslash.org>
To: Tomas Volf <~@wolfsden.cz>
Cc: 79255@debbugs.gnu.org
Subject: Re: bug#79255: Can't run SCSH
Date: Wed, 20 Aug 2025 09:55:52 -0700
Tom Willemse <tom@ryuslash.org> writes:

> I'll open a PR as soon as I can if someone else doesn't fix it first.

I've opened the PR: https://codeberg.org/guix/guix/pulls/2121

-- 
Cheers,

Tom


Find me on the Fediverse: https://goto.ryuslash.org/@ryuslash




Reply sent to Andreas Enge <andreas@enge.fr>:
You have taken responsibility. (Thu, 21 Aug 2025 09:31:02 GMT) (full text, mbox, link).


Notification sent to Tom Willemse <tom@ryuslash.org>:
bug acknowledged by developer. (Thu, 21 Aug 2025 09:31:03 GMT) (full text, mbox, link).


Message #19 received at 79255-done@debbugs.gnu.org (full text, mbox, reply):

From: Andreas Enge <andreas@enge.fr>
To: Tom Willemse <tom@ryuslash.org>
Cc: 79255-done@debbugs.gnu.org, Tomas Volf <~@wolfsden.cz>
Subject: Re: bug#79255: Can't run SCSH
Date: Thu, 21 Aug 2025 11:29:48 +0200
Pushed, thanks!

Andreas





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Mon Sep 8 15:19:32 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.