From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: bug#37505: "make check" fails on a fresh Guix checkout Date: Tue, 01 Oct 2019 12:50:22 +0200 Message-ID: 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]:51886) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iFFkI-0003X4-HN for bug-guix@gnu.org; Tue, 01 Oct 2019 06:51:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iFFkG-0007Lg-EW for bug-guix@gnu.org; Tue, 01 Oct 2019 06:51:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52086) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iFFkE-0007HI-JU for bug-guix@gnu.org; Tue, 01 Oct 2019 06:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iFFkE-0003s7-GG for bug-guix@gnu.org; Tue, 01 Oct 2019 06:51:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87a7akreuf.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37505-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > Konrad Hinsen skribis: > >> en@boldquot.po:2849: format specifications in 'msgstr[0]' are not a subs= et of those in 'msgid_plural' >> en@boldquot.po:2856: format specifications in 'msgstr[0]' are not a subs= et of those in 'msgid_plural' >> /gnu/store/6z2rl8vrbcghvwcjdcf740b8l2cgx25a-profile/bin/msgfmt: found 2 = fatal errors > > Fixed in 43f7fd8783af1e824904a76115a8ae8ccbb19f06, thanks! Thanks! Unfortunately, a very similar error still blocks compiling a fresh Guix checkout: make[5]: Entering directory '/home/hinsen/guix/guix/po/guix' sed -e '/^#/d' -e 's/HEADER/en@boldquot.header/g' ./insert-header.sin > = en@boldquot.insert-header en@boldquot: en@boldquot: msgmerge --lang=3Den@boldquot en@boldquot.po guix.pot -o en@boldquot.ne= w.po ........................................................................= .................... done. make[5]: Leaving directory '/home/hinsen/guix/guix/po/guix' make[4]: Leaving directory '/home/hinsen/guix/guix/po/guix' rm -f en@boldquot.gmo && /gnu/store/6z2rl8vrbcghvwcjdcf740b8l2cgx25a-pro= file/bin/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.po en@boldquot.po:2864: format specifications in 'msgstr[0]' are not a subs= et of those in 'msgid_plural' /gnu/store/6z2rl8vrbcghvwcjdcf740b8l2cgx25a-profile/bin/msgfmt: found 1 = fatal error Cheers, Konrad.