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

Re: [parisc-linux] glibc nptl failure baseline update.



On 2/6/07, Guy Martin <gmsoft@gentoo.org> wrote:
The NaN fix was applied. The bug changed this way after aplying it :
Test suite completed:
  2917 test cases plus 2564 tests for exception flags executed.
  4 errors occurred.

This is a tolerance issue. Udate sysdeps/hppa/fpu/libm-test-ulps. I
regenerated it on 2006-12-03, this may fix the last of those failure.

This is the result of the test :
hake patches # cat /var/tmp/portage/glibc-2.5/work/build-default-hppa2.0-unknown-linux-gnu-nptl/string/tst-strxfrm2.out
setlocale failed

  if (setlocale (LC_ALL, "de_DE.UTF-8") == NULL)
      puts ("setlocale failed");
This locale is not installed. It's not likely to work :)

Not so, the test framework sets LOCPATH to $objdir/localedata so it
has access to recently built locales. Something is wrong with your
environment, this test should pass.

> Watch out there is a compiler bug I ran into with vfprintf. I have a
> patch to disable delayed branch reorganization when compiling
> vfprintf.c from stdio.

Where is this patch ? :)

It is part of this patch:
http://www.parisc-linux.org/~carlos/libc-head-2007-02-05.diff
-CFLAGS-vfprintf.c = -Wno-uninitialized
+CFLAGS-vfprintf.c = -Wno-uninitialized -fno-delayed-branch

I used this binutils :
GNU ld version 2.17.50.0.9 20070103
I'll try a newer version but got not much hope.

I didn't say it's fixed in a newer binutils. I meant to say that we
likely need to fix binutils :-)

So far so good, python and openldap test suite wich failed in odd ways wrt thread stuff now works fine :)
This is still only in a chroot, we'll put that in portage soon for testing.

Excellent! What kernel are you using?

Cheers,
Carlos.



Reply to: