[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gettext] gettext-0.19.8 released
From: |
Michael Felt |
Subject: |
Re: [bug-gettext] gettext-0.19.8 released |
Date: |
Thu, 9 Jun 2016 22:12:38 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 |
Hi Daiko,
Thanks for the fixes - glad to have gettext as the LCD, rather than
gnuiconv.
The build is very clean UNTIL gnulib-lib - more detail on that (lots of
warnings), and hard-coded gcc compiler flag warnings, but something else
that required an environment change "to build".
Recently I discovered that GNU/Linux does not have (by default) a
library that "responds", or is resolved by -liconv. I expect that is why
it no longer tested in "autotools" to resolve for iconv, iconv_open and
iconv_close.
The (first) hard stop happened in gettext-tools/gnulib-lib
The solution was "simple": export LDFLAGS="-liconv"
Running "make check" returns:
PASS: test-lock
============================================================================
Testsuite summary for gettext-runtime 0.19.8
============================================================================
# TOTAL: 1
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
it then goes on awhile, with several FAIL messages (so I am re-running
make check with 0.19.5 for comparission)
the end is:
SKIP: autopoint-1
SKIP: autopoint-2
SKIP: autopoint-3
PASS: cldr-plurals-1
/bin/sh: not found
make: 1254-004 The error code from the last command is 1.
So, not knowing what the test is after cldr-plurals I cannot guess what
is having issues with "/bin/sh" which is, of course, available. So I
expect something else is "missing".
Michael
On 09-Jun-16 09:36, Daiki Ueno wrote:
This is the announcement of a new release of GNU gettext.
* Portability:
- Improve OS/2 kLIBC support.
- Fix libintl compilation issue with pre-C99 compilers. It was a
regression since 0.19.5.
- The AM_GNU_GETTEXT Autoconf macro can now detect musl-libc's
gettext as a compatible implementation.
Thanks,