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


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

Re: new make check problem


Jack Howarth <howarth@fuse.net> writes:

> Any idea why we would be seeing this make check failure against when
> glibc cvs is built against Linux 2.4-test7 but against 2.2.17pre16? 
> Is this another place where ppc missed a changed that intel has?

Look at the source

> /usr/src/redhat/BUILD/glibc-2.1.92/build-ppc-linux/io/test-lfs: cannot
> stat file `/tmp/lfsUEMvga': Value too large for defined data type

This means that writing beyond the 2GB barrier worked but you cannot
stat the file afterwards.  Looks like a kernel bug.  Run strace.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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