all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: yarl-baudig@mailoo.org
To: 55494@debbugs.gnu.org
Subject: [bug#55494] [PATCH] daemon: runChild() is forbidden to talk during environment set up
Date: Tue, 17 May 2022 23:08:54 +0200 (CEST)	[thread overview]
Message-ID: <ea-mime-62840ee6-4587-244ac94a@www-8.mailo.com> (raw)

DerivationGoal::startBuilder() is waiting for an empty line as a check that
the environment set up is fine.

Fixes <https://issues.guix.gnu.org/55324>
---
 nix/libstore/build.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
index f6431bb726..9305208009 100644
--- a/nix/libstore/build.cc
+++ b/nix/libstore/build.cc
@@ -2057,7 +2057,6 @@ void DerivationGoal::runChild()
                 Path source = i->second;
                 Path target = chrootRootDir + i->first;
                 if (source == "/proc") continue; // backwards compatibility
-                debug(format("bind mounting `%1%' to `%2%'") % source % target);
                 if (stat(source.c_str(), &st) == -1)
                     throw SysError(format("getting attributes of path `%1%'") % source);
                 if (S_ISDIR(st.st_mode))
-- 
2.36.0







             reply	other threads:[~2022-05-18 12:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17 21:08 yarl-baudig [this message]
2022-05-19 14:48 ` bug#55324: bug#55494: [PATCH] daemon: runChild() is forbidden to talk during environment set up 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=ea-mime-62840ee6-4587-244ac94a@www-8.mailo.com \
    --to=yarl-baudig@mailoo.org \
    --cc=55494@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.