all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sergei Trofimovich <slyich@gmail.com>
To: 50090@debbugs.gnu.org
Cc: Sergei Trofimovich <slyich@gmail.com>
Subject: [bug#50090] [PATCH] gnu/local.mk: add setuid.scm to installed modules
Date: Tue, 17 Aug 2021 10:25:53 +0100	[thread overview]
Message-ID: <20210817092553.2641725-1-slyich@gmail.com> (raw)

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





             reply	other threads:[~2021-08-17  9:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-17  9:25 Sergei Trofimovich [this message]
2021-08-30 12:54 ` bug#50090: [PATCH] gnu/local.mk: add setuid.scm to installed modules Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210817092553.2641725-1-slyich@gmail.com \
    --to=slyich@gmail.com \
    --cc=50090@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.