bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: make check fails for gettext-0.16 under Solaris 9


From: Ralf Menzel
Subject: Re: make check fails for gettext-0.16 under Solaris 9
Date: Thu, 30 Nov 2006 16:31:54 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (usg-unix-v)

Hello,

Bruno Haible <address@hidden> writes:
> Ralf Menzel wrote:
>> FAIL: recode-sr-latin-2
>
> With only these two (minor) failures, you can do a "make install".

For the record:

I had at look at the failure of the recode-sr-latin-2 test. Here is my
conclusion:

1. recode-sr-latin-2 tries to find out if there is a EUC-JP locale on
   my system by calling testlocale (in gettext-tools/tests).

2. I have no EUC-JP locale installed on my system.

3. testlocale does only test locales on systems where the following
   holds:

   defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2)

4. As this doesn't hold here (Solaris 9) testlocale claims that my
   system does have a EUC-JP locale.

5. When I add "-DHAVE_LOCALE_NULL" to CPPFLAGS, the test gets
   (successfully) skipped.

Bye,
Ralf Menzel




reply via email to

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