This is the mail archive of the glibc-bugs@sourceware.org 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]

[Bug libc/17732] New: Many test failures on ILP32 targets


https://sourceware.org/bugzilla/show_bug.cgi?id=17732

            Bug ID: 17732
           Summary: Many test failures on ILP32 targets
           Product: glibc
           Version: 2.21
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com

On ILP32 targets like x32, I got

make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/stdio-common/tst-fmemopen2.o]
Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/libio/tst-ftell-active-handler.o]
Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/timezone/tst-timezone.o] Error
1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/time/tst-posixtz.o] Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/time/clocktest.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/posix/tst-regex.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/io/test-utime.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/nptl/tst-mutex5.o]
Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/nptl/tst-mutex5a.o] Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/nptl/tst-mutexpi5.o] Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/nptl/tst-mutexpi5a.o] Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-timer.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-clock.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-mqueue1.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-mqueue4.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-mqueue3.o]
Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-timer4.o]
Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-cpuclock1.o] Error 1
make[4]: *** [/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-timer5.o]
Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-cpuclock2.o] Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-cputimer3.o] Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-cputimer1.o] Error 1
make[4]: ***
[/export/build/gnu/glibc-x32/build-x86_64-linux/rt/tst-cputimer2.o] Error 1

Most of errors look like

tst-fmemopen2.c: In function âdo_testâ:
tst-fmemopen2.c:24:7: error: format â%ldâ expects argument of type âlong intâ,
but argument 2 has type âoff_tâ [-Werror=format=]
       printf ("first ftello returned %ld, expected %zu\n", o, nstr);
       ^
tst-fmemopen2.c:31:7: error: format â%ldâ expects argument of type âlong intâ,
but argument 2 has type âoff_tâ [-Werror=format=]
       printf ("second ftello returned %ld, expected 0\n", o);
       ^
tst-fmemopen2.c:42:7: error: format â%ldâ expects argument of type âlong intâ,
but argument 2 has type âoff_tâ [-Werror=format=]
       printf ("third ftello returned %ld, expected %zu\n", o, nstr);
       ^
tst-fmemopen2.c:53:7: error: format â%ldâ expects argument of type âlong intâ,
but argument 2 has type âoff_tâ [-Werror=format=]
       printf ("fourth ftello returned %ld, expected %zu\n", o, nstr2);
       ^
cc1: all warnings being treated as errors

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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