unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Jonathan Brielmaier <jonathan.brielmaier@web.de>
To: 37505@debbugs.gnu.org
Subject: bug#37505: "make check" fails on a fresh Guix checkout
Date: Wed, 25 Sep 2019 18:22:29 +0200	[thread overview]
Message-ID: <57a231e2-3dbb-a2ab-e075-bd2a3d5ea173@web.de> (raw)
In-Reply-To: <m1ef05n088.fsf@fastmail.net>

The following diff mitigates this build failure for me:

diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm
index 0372278705..04970cf503 100644
--- a/guix/scripts/pull.scm
+++ b/guix/scripts/pull.scm
@@ -304,7 +304,7 @@ to display."
                 (new
                  (let ((count (length new)))
                    (format (current-error-port)
-                          (N_ "  ~*One new channel:~%"
+                          (N_ "  ~a new channel:~%"
                                "  ~a new channels:~%" count)
                            count)
                    (for-each display-channel new))))
@@ -314,7 +314,7 @@ to display."
                 (removed
                  (let ((count (length removed)))
                    (format (current-error-port)
-                          (N_ "  ~*One channel removed:~%"
+                          (N_ "  ~a channel removed:~%"
                                "  ~a channels removed:~%" count)
                            count)
                    (for-each display-channel removed))))

  parent reply	other threads:[~2019-09-25 16:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-24 16:11 bug#37505: "make check" fails on a fresh Guix checkout Konrad Hinsen
2019-09-24 21:09 ` Danny Milosavljevic
2019-09-25 16:22 ` Jonathan Brielmaier [this message]
2019-10-01  9:32 ` Ludovic Courtès
2019-10-01 10:50   ` Konrad Hinsen
2019-10-01 10:59     ` Konrad Hinsen
2019-10-01 15:11       ` Konrad Hinsen
2019-10-01 21:04         ` 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=57a231e2-3dbb-a2ab-e075-bd2a3d5ea173@web.de \
    --to=jonathan.brielmaier@web.de \
    --cc=37505@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).