all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55494] [PATCH] daemon: runChild() is forbidden to talk during environment set up
@ 2022-05-17 21:08 yarl-baudig
  2022-05-19 14:48 ` bug#55324: bug#55494: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: yarl-baudig @ 2022-05-17 21:08 UTC (permalink / raw)
  To: 55494

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







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

* bug#55324: bug#55494: [PATCH] daemon: runChild() is forbidden to talk during environment set up
  2022-05-17 21:08 [bug#55494] [PATCH] daemon: runChild() is forbidden to talk during environment set up yarl-baudig
@ 2022-05-19 14:48 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-05-19 14:48 UTC (permalink / raw)
  To: yarl-baudig; +Cc: 55324-done, 55494-done

Hi,

yarl-baudig@mailoo.org skribis:

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

Oh, good catch!

I tweaked the commit log and applied it.

Thank you!

Ludo’.




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

end of thread, other threads:[~2022-05-19 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-17 21:08 [bug#55494] [PATCH] daemon: runChild() is forbidden to talk during environment set up yarl-baudig
2022-05-19 14:48 ` bug#55324: bug#55494: " 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.