GNU bug report logs - #50090
[PATCH] gnu/local.mk: add setuid.scm to installed modules

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sergei Trofimovich <slyich <at> gmail.com>
Subject: bug#50090: closed (Re: bug#50090: [PATCH] gnu/local.mk: add
 setuid.scm to installed modules)
Date: Mon, 30 Aug 2021 12:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#50090: [PATCH] gnu/local.mk: add setuid.scm to installed modules

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 50090 <at> debbugs.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)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Sergei Trofimovich <slyich <at> gmail.com>
Cc: 50090-done <at> debbugs.gnu.org
Subject: Re: bug#50090: [PATCH] gnu/local.mk: add setuid.scm to installed
 modules
Date: Mon, 30 Aug 2021 14:54:40 +0200
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’.

[Message part 3 (message/rfc822, inline)]
From: Sergei Trofimovich <slyich <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Sergei Trofimovich <slyich <at> gmail.com>
Subject: [PATCH] gnu/local.mk: add setuid.scm to installed modules
Date: Tue, 17 Aug 2021 10:25:53 +0100
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.