emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50090: closed ([PATCH] gnu/local.mk: add setuid.scm to installed mod


From: GNU bug Tracking System
Subject: bug#50090: closed ([PATCH] gnu/local.mk: add setuid.scm to installed modules)
Date: Mon, 30 Aug 2021 12:55:02 +0000

Your message dated Mon, 30 Aug 2021 14:54:40 +0200
with message-id <87lf4jay9b.fsf@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@gnu.org.)


-- 
50090: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50090
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#50090: [PATCH] gnu/local.mk: add setuid.scm to installed modules Date: Mon, 30 Aug 2021 14:54:40 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Sergei Trofimovich <slyich@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]