From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1hT1P5-0002oK-NS for mharc-grub-devel@gnu.org; Tue, 21 May 2019 05:49:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:42779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hT1P2-0002mM-7R for grub-devel@gnu.org; Tue, 21 May 2019 05:49:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hT1Ox-0005RX-M5 for grub-devel@gnu.org; Tue, 21 May 2019 05:49:48 -0400 Received: from mo6-p00-ob.smtp.rzone.de ([2a01:238:20a:202:5300::6]:26483) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hT1Ow-0005ND-P1 for grub-devel@gnu.org; Tue, 21 May 2019 05:49:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1558432178; s=strato-dkim-0002; d=aepfle.de; h=References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date: X-RZG-CLASS-ID:X-RZG-AUTH:From:Subject:Sender; bh=UnyPXUKRPLLPJQxAXq7GU40bbMjAbs1tPl4pObODzZs=; b=gikEXLxwQKPATq1yGbTnk1N1Lpp2xGWR7szY73bYSPfKQ2EFrfyysya59jQGosvrMo 0l19zVXCLaURFZSGpeNdYygIPZYQvqdWTrsr0/bVJAQGkyjlIbpeT+WcVCnHG7DEX7I1 uaOHv8ieBzxykZW+zkvQkES+qDqwFMLSzYcRdDZoSGvdVhLAn11K7HxYIMnIenkxtHCy 1AQqew0OeXeC9AP5NKdRQWC7sEG1x1HKadTzVBqtrlbHZ0BAUkgC5F7Hv7whLb5QHp2h pNiYKOlH16fS3RbnnFlejKMuvmHDLqwaUP2AYq+rce0vZJct02MV3O6mpRi3WAWzqyHC oo4A== X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QED/SSGq+wjGiUC4oc0Nr2ihluivcDRdyQYd1tcFv0/JdfdtvRXB+qTKkPmBD1yBGL" X-RZG-CLASS-ID: mo00 Received: from sender by smtp.strato.de (RZmta 44.21 AUTH) with ESMTPSA id N09966v4L9nc5tW (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp521r1 with 521 ECDH bits, eq. 15360 bits RSA)) (Client did not present a certificate); Tue, 21 May 2019 11:49:38 +0200 (CEST) Date: Tue, 21 May 2019 11:49:32 +0200 From: Olaf Hering To: Daniel Kiper Cc: grub-devel@gnu.org Subject: Re: grub.git fails to compiler after gnulib upgrade due to gettext Message-ID: <20190521114932.1362f99c.olaf@aepfle.de> In-Reply-To: <20190521113218.1f4733e6.olaf@aepfle.de> References: <20190520212638.236752eb.olaf@aepfle.de> <20190521092317.4iefbsq3li2544hr@tomti.i.net-space.pl> <20190521113218.1f4733e6.olaf@aepfle.de> X-Mailer: Claws Mail 2019.05.14 (GTK+ 2.24.32; x86_64-suse-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/l1KQOeMf4Ji.8vJJeIb+DIB"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 2a01:238:20a:202:5300::6 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2019 09:49:51 -0000 --Sig_/l1KQOeMf4Ji.8vJJeIb+DIB Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Am Tue, 21 May 2019 11:32:18 +0200 schrieb Olaf Hering : > Does gettext matter at all with --disable-nls? It does probably not matter at all, but due to this weird code in build-aux= /bootstrap it is enforced: grep '^[ ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \ Maybe gnulib has just no concept of --disable-nls in the project it serves? Olaf --Sig_/l1KQOeMf4Ji.8vJJeIb+DIB Content-Type: application/pgp-signature Content-Description: Digitale Signatur von OpenPGP -----BEGIN PGP SIGNATURE----- iFwEARECAB0WIQSkRyP6Rn//f03pRUBdQqD6ppg2fgUCXOPJrAAKCRBdQqD6ppg2 fueeAJEBcGSEkXQHA6NIS0u8t/7OiMbRAKDV0NAMZt9XiEvR1CHAxdJvCAbalg== =tD02 -----END PGP SIGNATURE----- --Sig_/l1KQOeMf4Ji.8vJJeIb+DIB--