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
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
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
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
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
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