From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37505: "make check" fails on a fresh Guix checkout Date: Tue, 01 Oct 2019 23:04:10 +0200 Message-ID: <87imp8kwj9.fsf@gnu.org> References: <87a7akreuf.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35285) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFPKW-00045u-HH for bug-guix@gnu.org; Tue, 01 Oct 2019 17:05:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFPKQ-0000GT-RG for bug-guix@gnu.org; Tue, 01 Oct 2019 17:05:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54389) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFPKQ-0000GK-HV for bug-guix@gnu.org; Tue, 01 Oct 2019 17:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFPKQ-0006Gk-Bm for bug-guix@gnu.org; Tue, 01 Oct 2019 17:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Konrad Hinsen's message of "Tue, 01 Oct 2019 17:11:41 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Konrad Hinsen Cc: 37505-done@debbugs.gnu.org Hello! Konrad Hinsen skribis: > OK, I triple-checked: there still is a problem. There are two places in > pull.scm that used '~*'. The attached patch removes the second one. Oops, my bad. > From 370579d7ac4e01fd66bdf4518d31f7d3bc17a65a Mon Sep 17 00:00:00 2001 > From: Konrad Hinsen > Date: Tue, 1 Oct 2019 17:06:58 +0200 > Subject: [PATCH] pull: Do not use '~*', which 'msgfmt' fails to interpret. > > Really fixes . Applied, thanks! Ludo=E2=80=99.