From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vagrant Cascadian Subject: core-updates fails to "make dist" missing guix-manual.pot Date: Mon, 26 Aug 2019 16:31:44 -0700 Message-ID: <87woez7bbz.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]:58858) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i2Oam-0002O3-9z for guix-devel@gnu.org; Mon, 26 Aug 2019 19:40:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i2Oak-0007Iu-GP for guix-devel@gnu.org; Mon, 26 Aug 2019 19:40:07 -0400 Received: from [2600:3c01:e000:267:0:a171:de7:c] (port=49504 helo=cascadia.aikidev.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i2Oak-0007EP-B4 for guix-devel@gnu.org; Mon, 26 Aug 2019 19:40:06 -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 C6B051AA48 for ; Mon, 26 Aug 2019 16:31:48 -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.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org --=-=-= Content-Type: text/plain I'm trying to generate a tarball from core-updates using "make dist". With the following commit it always ends in a failure due to missing guix-manual.pot: 893c2df00daa4e6dd6a7ff3813d7df5329877f9e Merge branch 'master' into core-updates $ ./bootstrap && ./configure --localstatedir=/var && make dist .... make[2]: *** No rule to make target 'po/doc/guix-manual.pot', needed by 'distdir-am'. Stop. make[2]: Leaving directory '/home/vagrant/src/guix-tarball' make[1]: *** [Makefile:4967: distdir] Error 2 make[1]: Leaving directory '/home/vagrant/src/guix-tarball' make: *** [Makefile:5072: dist] Error 2 I haven't tested "make dist" on master. It seems like something that was fixed in a commit just before 1.0.0: 81824af6a4b30368ed497686976c26f742bc6c8a build: 'guix-manual.*.po' no longer depends on 'guix-manual.pot'. Maybe that's just a red herring, though. live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXWRr4QAKCRDcUY/If5cW qs6DAQCaBMRYXkSd34xcr2F6YrOW5sxoQ+6e19wk2LvhKMv6OQEAmEAfqEBYYXQa 5r3MKQy9mfrApb5yJW7miQC2GDx/yAc= =KH3C -----END PGP SIGNATURE----- --=-=-=--