From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by sourceware.org (Postfix) with ESMTP id 133C5386F022 for ; Wed, 16 Dec 2020 14:59:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 133C5386F022 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=ldv@altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 8CA5972C8B5; Wed, 16 Dec 2020 17:59:48 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 7BA677CC819; Wed, 16 Dec 2020 17:59:48 +0300 (MSK) Date: Wed, 16 Dec 2020 17:59:48 +0300 From: "Dmitry V. Levin" To: Mark Wielaard Cc: elfutils-devel@sourceware.org Subject: Re: [PATCH] Modernize gettext infrastructure Message-ID: <20201216145945.GB30159@altlinux.org> References: <20201215234032.GA19917@altlinux.org> <6aab7f98c38ac2eef357622f8a2073c0ac855a2c.camel@klomp.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6aab7f98c38ac2eef357622f8a2073c0ac855a2c.camel@klomp.org> X-Spam-Status: No, score=-6.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2020 14:59:50 -0000 Hi Mark, On Wed, Dec 16, 2020 at 03:05:54PM +0100, Mark Wielaard wrote: > Hi Dmitry, > > On Wed, 2020-12-16 at 02:40 +0300, Dmitry V. Levin wrote: > > Switch to use AM_GNU_GETTEXT, AM_GNU_GETTEXT_VERSION, and > > AM_GNU_GETTEXT_REQUIRE_VERSION, this allows to stop bundling gettext > > infrastructure files and let autoreconf invoke autopoint which will > > set the gettext infrastructure up. > > This is a good idea. And as far as I can see this is correct. > > But it does mean for a git checkout people now need to have gettext- > tools installed (but not for a released build). I suppose people are used to it nowadays, given that AM_GNU_GETTEXT and AM_GNU_GETTEXT_VERSION are quite widespread macros. > I don't know if all the > buildbot workers have it installed, so when you do check it in please > keep an eye on > https://builder.wildebeest.org/buildbot/#/builders?tags=elfutils Is there a way to find it out beforehand? -- ldv