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

Re: Moving glibc out of unstable



On Sun, Oct 26, 2003 at 10:10:57PM -0500, Daniel Jacobowitz wrote:
> Wonderful.  Could you post the results of zgrep 'Error' in the
> various log-test's in /usr/share/doc/libc6.1/?

Ahh, yes, of course.  

*** Summary of errors ***
Both builds : annexc.out 
Linuxthreads Build : tst-attr1
NPTL Build : tst-cancel[6,9,17] and test-[float,double,ldouble]

Errors with some context

*** BOTH BUILDS ***
[/home/user/glibc-2.3.2.ds1/build-tree/ia64-libc/posix/annexc.out] Error 1 (ignored)

diff between two annexc.out's
--- /home/user/glibc-2.3.2.ds1/build-tree/ia64-libc/posix/annexc.out    2003-10-27 00:03:33.447079233 +0000
+++ /home/user/glibc-2.3.2.ds1/build-tree/ia64-nptl/posix/annexc.out    2003-10-27 00:16:04.099413787 +0000
@@ -67,7 +67,6 @@
 *  invalid macro `SSIZE_MAX'
 *  invalid macro `XATTR_SIZE_MAX'
 *  invalid macro `XATTR_LIST_MAX'
-*  invalid macro `TIMER_MAX'
 *  invalid macro `TTY_NAME_MAX'
 *  invalid macro `XATTR_NAME_MAX'
 ** macro `_POSIX_CLOCKRES_MAX' not defined
@@ -79,6 +78,7 @@
 !! not available
 === pthread.h ===
 *  invalid macro `sched_priority'
+*  invalid macro `PTHREAD_RWLOCK_INITIALIZER'
 ** macro `PTHREAD_PRIO_INHERIT' not defined
 ** macro `PTHREAD_PRIO_NONE' not defined
 ** macro `PTHREAD_PRIO_PROTECT' not defined


*** LINUXTHREADS BUILD ***
[/home/user/glibc-2.3.2.ds1/build-tree/ia64-libc/linuxthreads/tst-attr1.out] Error 1

tst-attr1.out reads as 

initial thread stack 0x60000fffff7fc000-0x60000fffffffc000 (0x800000)
thread stack 0x2000000000100000-0x2000000000500000 (0x400000)
/home/user/glibc-2.3.2.ds1/build-tree/ia64-libc/linuxthreads/tst-attr1: guardsize differs 32768 != 16384
thread stack 0x2000000000100000-0x2000000000308000 (0x208000)
/home/user/glibc-2.3.2.ds1/build-tree/ia64-libc/linuxthreads/tst-attr1: guardsize differs 32768 != 16384
thread stack 0x2000000000308000-0x2000000000548000 (0x240000)
thread guardsize 262144

*** NPTL build ***
---
nptl/tst-cancel[6,9,17] failed with "Timed out: killed the child process"

---
test-float failed with  :

testing float (without inline functions)
Failure: fdim (0, NaN) == NaN: Exception "Invalid operation" set
Failure: fdim (9, NaN) == NaN: Exception "Invalid operation" set
Failure: fdim (-9, NaN) == NaN: Exception "Invalid operation" set
Failure: fdim (inf, NaN) == NaN: Exception "Invalid operation" set
Failure: fdim (-inf, NaN) == NaN: Exception "Invalid operation" set
Failure: fdim (NaN, NaN) == NaN: Exception "Invalid operation" set
Failure: fmax (0, NaN) == 0: Exception "Invalid operation" set
Failure: fmax (9, NaN) == 9: Exception "Invalid operation" set
Failure: fmax (-9, NaN) == -9: Exception "Invalid operation" set
Failure: fmax (inf, NaN) == inf: Exception "Invalid operation" set
Failure: fmax (-inf, NaN) == -inf: Exception "Invalid operation" set
Failure: fmin (0, NaN) == 0: Exception "Invalid operation" set
Failure: fmin (9, NaN) == 9: Exception "Invalid operation" set
Failure: fmin (-9, NaN) == -9: Exception "Invalid operation" set
Failure: fmin (inf, NaN) == inf: Exception "Invalid operation" set
Failure: fmin (-inf, NaN) == -inf: Exception "Invalid operation" set

---
test-[double|ldouble] failed with 

__ieee754_exp2l not implemented
__ieee754_log2l not implemented

-i



Reply to: