From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagrant Cascadian Subject: Cannot build guix from git due to .po file errors Date: Wed, 25 Mar 2020 11:47:33 -0700 Message-ID: <87sghwjmpm.fsf@yucca> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48552) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHB43-00026c-36 for guix-devel@gnu.org; Wed, 25 Mar 2020 14:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHB3y-0003eh-58 for guix-devel@gnu.org; Wed, 25 Mar 2020 14:47:42 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:44702) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jHB3x-0003eL-Ul for guix-devel@gnu.org; Wed, 25 Mar 2020 14:47:38 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100b]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 35B851A9BD for ; Wed, 25 Mar 2020 11:47:36 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain I haven't been able to build guix from a local checkout lately: $ git describe --match=v'*' v1.0.1-13415-g0557618dbe $ git clean -dfx $ guix environment --pure guix [env]$ ./bootstrap && ./configure --localstatedir=/var && make -j4 check ++ find po/doc -type f -name 'guix-manual*.po' ... make[4]: Leaving directory '/home/vagrant/src/guix-workspace/po/guix' rm -f en@quot.gmo && /gnu/store/p50cw1g05g566bkbr6ylcibqffhha8w4-profile/bin/msgfmt -c --statistics --verbose -o en@quot.gmo en@quot.po make[5]: Leaving directory '/home/vagrant/src/guix-workspace/po/guix' make[4]: Leaving directory '/home/vagrant/src/guix-workspace/po/guix' rm -f en@boldquot.gmo && /gnu/store/p50cw1g05g566bkbr6ylcibqffhha8w4-profile/bin/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.po en@quot.po:4573: format specifications in 'msgstr[0]' are not a subset of those in 'msgid_plural' /gnu/store/p50cw1g05g566bkbr6ylcibqffhha8w4-profile/bin/msgfmt: found 1 fatal error en@quot.po: 938 translated messages. make[3]: *** [Makefile:202: en@quot.gmo] Error 1 make[3]: *** Waiting for unfinished jobs.... en@boldquot.po:4591: format specifications in 'msgstr[0]' are not a subset of those in 'msgid_plural' /gnu/store/p50cw1g05g566bkbr6ylcibqffhha8w4-profile/bin/msgfmt: found 1 fatal error en@boldquot.po: 938 translated messages. make[3]: *** [Makefile:202: en@boldquot.gmo] Error 1 make[3]: Leaving directory '/home/vagrant/src/guix-workspace/po/guix' make[2]: *** [Makefile:239: stamp-po] Error 2 make[2]: Leaving directory '/home/vagrant/src/guix-workspace/po/guix' make[1]: *** [Makefile:4904: check-recursive] Error 1 make[1]: Leaving directory '/home/vagrant/src/guix-workspace' make: *** [Makefile:5372: check] Error 2 This has been several days at least, haven't tried to bisect the issue... I've heard that some people can't reproduce it... "guix pull" from the same commit works fine, but obviously takes a lot more CPU and human cycles to run guix pull every change I want to test. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXnunRQAKCRDcUY/If5cW qk9cAP0YPzWwYyb6i9LkJ4HQs3m9HOl+gCgtlEAbTTyiM4q+agEAxNY1PdcXIzxe bkAdo3Gjz3ZGKx1yD2o4RllmpRZGSA4= =IHsu -----END PGP SIGNATURE----- --=-=-=--