all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50090] [PATCH] gnu/local.mk: add setuid.scm to installed modules
@ 2021-08-17  9:25 Sergei Trofimovich
  2021-08-30 12:54 ` bug#50090: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Trofimovich @ 2021-08-17  9:25 UTC (permalink / raw)
  To: 50090; +Cc: Sergei Trofimovich

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50090: [PATCH] gnu/local.mk: add setuid.scm to installed modules
  2021-08-17  9:25 [bug#50090] [PATCH] gnu/local.mk: add setuid.scm to installed modules Sergei Trofimovich
@ 2021-08-30 12:54 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-08-30 12:54 UTC (permalink / raw)
  To: Sergei Trofimovich; +Cc: 50090-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-30 12:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-17  9:25 [bug#50090] [PATCH] gnu/local.mk: add setuid.scm to installed modules Sergei Trofimovich
2021-08-30 12:54 ` bug#50090: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.