This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: glibc-2.8 tarballs?
On Wed, 21 May 2008, Jakub Jelinek wrote:
> On Tue, May 20, 2008 at 09:30:33PM -0400, Allin Cottrell wrote:
> > To revert to the issue I raised not so long ago: has anyone got
> > glibc-2.8 to pass, on "make check", the newly-introduced
> > tst-gettext6, on which my machine (Thinkpad, Intel Core 2) hung?
> > (This is a test for multi-threaded use of gettext, as I understand
> > it.)
>
> Works just fine here, on i386, x86_64, ppc, ppc64, sparcv9.
Ah, just for the record: this test goes OK if you have the locale
ja_JP.UTF-8 defined, which I did not at first. The unusual thing
is that, without this locale, tst-gettext6 didn't explicitly fail,
it just went into outer space.
Allin Cottrell