bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible GETTEXT version mismatch?


From: Assaf Gordon
Subject: Possible GETTEXT version mismatch?
Date: Fri, 23 Aug 2019 21:13:55 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Hello,

Just checking, but could it be that there's some mismatch
in gnulib about gettext?

  $ git grep GETTEXT_MACRO_VERSION
  build-aux/po/Makefile.in.in:GETTEXT_MACRO_VERSION = 0.19
  [...]
  m4/po.m4:  AC_SUBST([GETTEXT_MACRO_VERSION], [0.20])

While trying to upgrade gnulib in GNU datamash,
I got into an endless cycle of failing with:

      make[2]: Entering directory '/home/gordon/projects/datamash/po'
      *** error: gettext infrastructure mismatch: using a Makefile.in.in
      from gettext version 0.19 but the autoconf macros are from gettext
      version 0.20

Then running "gettextize" with version 0.20.1 solves it,
but re-running "./bootstrap" brings the problem back (I guess by getting
the older po/Makefile.in.in from gnulib?).

Thanks,
 - assaf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]