[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gettext] autopoint from gettext 0.19.5.1 is buggy in some use cases
From: |
Max Lin |
Subject: |
[bug-gettext] autopoint from gettext 0.19.5.1 is buggy in some use cases |
Date: |
Tue, 21 Jul 2015 16:55:09 +0800 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
Hi list,
Since gettext 0.19.5.1 released, we've trying to update version 0.19.5.1
to openSUSE Factory, gettext is build succeeded itself, however we got
some problem when others packages using new gettext at build time with
'autoreconf --force'(basically the failure in autopoint).
While debugging it, I've found the issues below,
1) the version number is 0.19.5.1 now, but the supported version check
in autopoint doesn't have 0.19.5.1 exists, then we will get the error below,
[ 37s] + autoreconf --force --install
[ 38s] autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your
configure.ac
[ 38s] file requires the infrastructure from
gettext-0.19.5.1 but this version
[ 38s] is older. Please upgrade to gettext-0.19.5.1 or
newer.
[ 38s] autopoint: *** Stop.
2) per above, even adds 0.19.5.1 to autopoint as supported version, the
archive.dit.tar in the released tarball[1] also need a update, it
doesn't have the archive data for 0.19.5.1, then we get the error below,
[ 34s] + autoreconf --force --install
[ 35s] tar: gettext-0.19.5.1: Not found in archive
[ 35s] tar: Exiting with failure status due to previous errors
[ 35s] autopoint: *** infrastructure files for version 0.19.5.1 not
found; this is autopoint from GNU gettext-tools 0.19.5.1
[ 35s] autopoint: *** Stop.
[ 35s] autoreconf: autopoint failed with exit status: 1
Is it known issues?
[1] ftp://ftp.gnu.org/gnu/gettext/gettext-0.19.5.1.tar.xz
Best regards,
Max
- [bug-gettext] autopoint from gettext 0.19.5.1 is buggy in some use cases,
Max Lin <=