[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
351/376: Remove chatty message
From: |
Ludovic Courtès |
Subject: |
351/376: Remove chatty message |
Date: |
Wed, 28 Jan 2015 22:06:07 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit 4acca1a5b94b6f761819cdd2ee4e661896626871
Author: Eelco Dolstra <address@hidden>
Date: Fri Dec 12 13:43:59 2014 +0100
Remove chatty message
This broke building with "-vv", because the builder is not allowed to
write to stderr at this point.
---
src/libstore/build.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index 127fcfd..d759d15 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -2137,8 +2137,6 @@ void DerivationGoal::runChild()
setuid() when run as root sets the real, effective and
saved UIDs. */
if (buildUser.enabled()) {
- printMsg(lvlChatty, format("switching to user ‘%1%’") %
buildUser.getUser());
-
if (setgroups(0, 0) == -1)
throw SysError("cannot clear the set of supplementary groups");
- 345/376: allow custom docbook paths/URLs, use a working URL for docbook.rng, (continued)
- 345/376: allow custom docbook paths/URLs, use a working URL for docbook.rng, Ludovic Courtès, 2015/01/28
- 344/376: Urgh, Ludovic Courtès, 2015/01/28
- 343/376: Provide default pagers, Ludovic Courtès, 2015/01/28
- 346/376: Don't use ?=, Ludovic Courtès, 2015/01/28
- 347/376: Remove canary stuff, Ludovic Courtès, 2015/01/28
- 348/376: Remove dead code, Ludovic Courtès, 2015/01/28
- 350/376: Doh, Ludovic Courtès, 2015/01/28
- 338/376: Don't wait for PID -1, Ludovic Courtès, 2015/01/28
- 352/376: Get rid of unnecessary "interrupted by the user" message with -vvv, Ludovic Courtès, 2015/01/28
- 353/376: Don't abort if we get a signal while waiting for the pager, Ludovic Courtès, 2015/01/28
- 351/376: Remove chatty message,
Ludovic Courtès <=
- 356/376: Shut up a Valgrind warning, Ludovic Courtès, 2015/01/28
- 349/376: Remove tabs, Ludovic Courtès, 2015/01/28
- 355/376: Fix some memory leaks, Ludovic Courtès, 2015/01/28
- 357/376: Silence some warnings on GCC 4.9, Ludovic Courtès, 2015/01/28
- 358/376: Install cacert before running nix-channel, Ludovic Courtès, 2015/01/28
- 359/376: Better error message, Ludovic Courtès, 2015/01/28
- 362/376: Undocument nix-generate-patches, Ludovic Courtès, 2015/01/28
- 367/376: Fix image in PDF, Ludovic Courtès, 2015/01/28
- 354/376: Ensure we're writing to stderr in the builder, Ludovic Courtès, 2015/01/28
- 360/376: Style, Ludovic Courtès, 2015/01/28