From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: core-updates fails to "make dist" missing guix-manual.pot Date: Tue, 03 Sep 2019 14:27:51 +0200 Message-ID: <87imq9va2g.fsf@gnu.org> References: <87woez7bbz.fsf@yucca> 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]:34401) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i57uc-00022h-7d for guix-devel@gnu.org; Tue, 03 Sep 2019 08:27:54 -0400 In-Reply-To: <87woez7bbz.fsf@yucca> (Vagrant Cascadian's message of "Mon, 26 Aug 2019 16:31:44 -0700") 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: Vagrant Cascadian Cc: guix-devel@gnu.org Hello, Vagrant Cascadian skribis: > 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=3D/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 Did that problem eventually vanish? If not, did you try =E2=80=9Cmake doc-pot-update=E2=80=9D? I think that=E2=80=99s supposed to happen automatically, but maybe somethin= g=E2=80=99s wrong. HTH, Ludo=E2=80=99.