GNU bug report logs -
#50090
[PATCH] gnu/local.mk: add setuid.scm to installed modules
Previous Next
Reported by: Sergei Trofimovich <slyich <at> gmail.com>
Date: Tue, 17 Aug 2021 09:27:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 30 Aug 2021 14:54:40 +0200
with message-id <87lf4jay9b.fsf <at> gnu.org>
and subject line Re: bug#50090: [PATCH] gnu/local.mk: add setuid.scm to installed modules
has caused the debbugs.gnu.org bug report #50090,
regarding [PATCH] gnu/local.mk: add setuid.scm to installed modules
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
50090: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50090
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Noticed as a pull failure when use guix-master:
$ guix pull
Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to f7094f5 (29 new commits)...
Building from this channel:
guix https://git.savannah.gnu.org/git/guix.git f7094f5
Backtrace:
In ice-9/boot-9.scm:
...
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
no code for module (gnu system setuid)
* gnu/local.mk: Add setuid.scm to installed modules.
---
gnu/local.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/local.mk b/gnu/local.mk
index 6dda311743..868f4fa23a 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -667,6 +667,7 @@ GNU_SYSTEM_MODULES = \
%D%/system/mapped-devices.scm \
%D%/system/nss.scm \
%D%/system/pam.scm \
+ %D%/system/setuid.scm \
%D%/system/shadow.scm \
%D%/system/uuid.scm \
%D%/system/vm.scm \
--
2.32.0
[Message part 3 (message/rfc822, inline)]
Hi,
Sergei Trofimovich <slyich <at> gmail.com> skribis:
> Noticed as a pull failure when use guix-master:
>
> $ guix pull
> Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'...
> Authenticating channel 'guix', commits 9edb3f6 to f7094f5 (29 new commits)...
> Building from this channel:
> guix https://git.savannah.gnu.org/git/guix.git f7094f5
> Backtrace:
> In ice-9/boot-9.scm:
> ...
> ice-9/boot-9.scm:1685:16: In procedure raise-exception:
> no code for module (gnu system setuid)
This was fixed soon after in 45235e67e4aeac96ad8d60265bef054990aeb425.
Thanks,
Ludo’.
This bug report was last modified 3 years and 268 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.