Max Lin <address@hidden> writes:
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.
Could you provide a link to the actual build log? As 0.19.5.1 is a
minor bug-fix release, we didn't add it to the archive nor autopoint
(like 0.18.1.1, etc). So, the dependent packages should refer to it as
0.19.5 rather than 0.19.5.1.