coreutils
[Top][All Lists]
Advanced

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

bootstrapping coreutils: autopoint from gettext 0.18.3.1 fails


From: Bernhard Voelker
Subject: bootstrapping coreutils: autopoint from gettext 0.18.3.1 fails
Date: Fri, 15 Nov 2013 12:04:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0

[CCing coreutils]

Since
  http://git.sv.gnu.org/cgit/gettext.git/commit/?id=32e194b4dc
  https://lists.gnu.org/archive/html/bug-gettext/2013-07/msg00002.html
bootstrapping coreutils fails during the autopoint run:

  ./bootstrap: autopoint --force
  sh: build-aux/git-version-gen: No such file or directory
  /usr/bin/m4:configure.ac:444: cannot open `m4/cu-progs.m4': \
    No such file or directory
  autom4te: /usr/bin/m4 failed with exit status: 1
  autopoint: *** Missing version: please specify in configure.ac \
    through a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext \
    version the package is using
  autopoint: *** Stop.

So m4 seems to be used earlier in the process,
to parse the AN_GNU_GETTEXT_VERSION from configure.ac,
before we have things setup for m4.

Bug
  http://savannah.gnu.org/bugs/?40083
seems to be related, but the fix was to just discard stderr.

Any idea?

Thanks & have a nice day,
Berny



reply via email to

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