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]
Other format: [Raw text]

Re: glibc 2.3 on linux-mips


> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/math/test-fpucw.out] Error 1
> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/math/test-float.out] Error 1
> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/math/test-double.out] Error 1
> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/math/test-ifloat.out] Error 1
> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/math/test-idouble.out] Error 1

These I'm not going to worry about, since I don't have any idea about the
mips FPU stuff.

> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/stdio-common/tst-rndseek.out] Error 1
> make[4]: *** [/glibc/glibc-package-2.3/mips-linux/obj/libio/tst-mmap-fflushsync.out] Error 1

These tests exercise machine-independent code that works everywhere else.
So please investigate these failures.  The first step is to look at those
.out files, and from there repeat the test program runs (snarf the command
line from the make output and try it again) and then debug them once you
have an idea where they are going wrong.

> make[4]: [/glibc/glibc-package-2.3/mips-linux/obj/posix/annexc.out] Error 1 (ignored)

This has to do with anal API checks rather than any code actually not
working.  So it may be worthwhile to investigate, but it's not crucial.


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