From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Shepherd release! Date: Tue, 20 Mar 2018 17:31:28 +0100 Message-ID: <874llak8tb.fsf@gnu.org> References: <87zi38w5oq.fsf@gnu.org> <20180316135546.GA5407@jurong> <87370wvwyk.fsf@gnu.org> <20180319191432.GA2387@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eyKAi-0000So-VO for guix-devel@gnu.org; Tue, 20 Mar 2018 12:31:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eyKAf-0000Pm-Rc for guix-devel@gnu.org; Tue, 20 Mar 2018 12:31:36 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:48088) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eyKAf-0000OQ-Lf for guix-devel@gnu.org; Tue, 20 Mar 2018 12:31:33 -0400 In-Reply-To: <20180319191432.GA2387@jurong> (Andreas Enge's message of "Mon, 19 Mar 2018 20:14:32 +0100") 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: Andreas Enge Cc: Guix-devel , Carlo Zancanaro Hello, Andreas Enge skribis: > On Mon, Mar 19, 2018 at 05:42:11PM +0100, Ludovic Court=C3=A8s wrote: >> You probably need to run =E2=80=98gettextize=E2=80=99 first. > > That is strange, why have I never heard about this command before? [...] > Then I just went ahead and did "autoreconf -vfi", but this yielded the > following error message: > > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal --force -I m4 > configure.ac:86: error: `po/Makefile.in' is already registered with AC_CO= NFIG_FILES. > ../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from... That=E2=80=99s because gettextize added po/Makefile.in a second time in AC_= CONFIG_FILES. I don=E2=80=99t understand why =E2=80=98autoreconf=E2=80=99 doesn=E2=80=99t= invoke =E2=80=98gettextize=E2=80=99 by itself. We=E2=80=99re doing the same as in Guix. Other than that, it=E2=80=99s working as expected. :-) Ludo=E2=80=99.