Re: grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-21 Thread Colin Watson
On Tue, May 21, 2019 at 12:20:00PM +0200, Daniel Kiper wrote: > On Tue, May 21, 2019 at 11:32:18AM +0200, Olaf Hering wrote: > > Am Tue, 21 May 2019 11:23:17 +0200 > > schrieb Daniel Kiper : > > > Could you tell us more? OS version, etc... > > > > Well, SLES11. But most importantly, the old gettext

Re: grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-21 Thread Daniel Kiper
Adding Colin who is the original author. Colin, could you take a look at this thread? Daniel On Tue, May 21, 2019 at 11:32:18AM +0200, Olaf Hering wrote: > Am Tue, 21 May 2019 11:23:17 +0200 > schrieb Daniel Kiper : > > > Could you tell us more? OS version, etc... > > Well, SLES11. But most impo

Re: grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-21 Thread Olaf Hering
Am Tue, 21 May 2019 11:49:32 +0200 schrieb Olaf Hering : > Maybe gnulib has just no concept of --disable-nls in the project it serves? Even if I disable the gettext checks, there is no check to enforce a new enough autoconf. For short, the toolchain must be updated for the upcoming grub2. Both a

Re: grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-21 Thread Olaf Hering
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

Re: grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-21 Thread Olaf Hering
Am Tue, 21 May 2019 11:23:17 +0200 schrieb Daniel Kiper : > Could you tell us more? OS version, etc... Well, SLES11. But most importantly, the old gettext. Does gettext matter at all with --disable-nls? Olaf pgpsx1zJgQ2lU.pgp Description: Digitale Signatur von OpenPGP

Re: grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-21 Thread Daniel Kiper
Hi Olaf, On Mon, May 20, 2019 at 09:26:38PM +0200, Olaf Hering wrote: > Since the upgrade of gnulib grub.git#master fails to compile if gettext is > "too old". This also happens with configure --disable-nls: > > + bash bootstrap --gnulib-srcdir=./grub-core/lib/gnulib --skip-po --no-git > --no-bo

grub.git fails to compiler after gnulib upgrade due to gettext

2019-05-20 Thread Olaf Hering
Since the upgrade of gnulib grub.git#master fails to compile if gettext is "too old". This also happens with configure --disable-nls: + bash bootstrap --gnulib-srcdir=./grub-core/lib/gnulib --skip-po --no-git --no-bootstrap-sync bootstrap: Error: 'gettext' version == 0.17 is too old bootstrap: