This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: today's work


On Thu, Aug 09, 2001 at 04:43:13PM +0200, Andreas Jaeger wrote:
> The problems I noticed so far are:
> On i686:
> Err: Cannot run on the en_US.UTF-8 locale
> make[2]: *** [/builds/glibc/main-gcc-2.95/libio/tst-ungetwc2.out] Error 1

Worked for me, dunno, guess because it found en_US.UTF-8 in /usr/lib/locale.
Both --enable-kernel=2.2.5 and --enable-kernel=2.4.1 i686 builds passed make
check completely.

> On ia64:
> In file included from test-tgmath.c:139:
> test-tgmath.c: In function `compile_test':
> test-tgmath.c:221: warning: implicit declaration of function `__tgmath_real_type'
> test-tgmath.c:221: parse error before `__tgmres'
> 
> This looks like a compiler bug.

Yep, looks like a compiler bug.
gcc-2.96-RH (particularly 2.96-95) passed full make check.
Are you using Jim Wilson's snapshot? Guess it is a preprocessor bug which is
fixed in 2.96-RH (the 2nd generation cpp lexer did not work well on this,
while current 3rd generation cpp lexer does (the one in 3.0 or 2.96-RH).

> On Alpha:
> pthread_create failed
> make[2]: *** [/usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex7.out] Error 134
> /usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex9: cannot create thread
> make[2]: *** [/usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex9.out] Error 1
> /usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex10: cannot create thread
> make[2]: *** [/usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex10.out] Error 1
> make[2]: *** [/usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex11.out] Error 1
> make[2]: *** [/usr/src/packages/BUILD/glibc-2.2/cc/linuxthreads/ex14.out] Error 1
> 
> Seeems that threads are broken - but I have no time to investigate
> today/tomorrow where the problem is (kernel, glibc, binutils or GCC).

Worked for me too. Alpha passed with just one problem - two tilde tests in
globtest.out failed, apparently because $HOME pointed to directory which was
not mounted in that particular buildroot.

Cannot check s390, Florian, can you check that (glibc-2.2.4-3.src.rpm)?

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]