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
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
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.