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 build/17007] Check Scanf15 bits/syscall.h No such file


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

naroyce at hotmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #2 from naroyce at hotmail dot com ---
(In reply to Andreas Schwab from comment #1)
Are you sure? I had not made any source changes to glibc. It was git clean -xdf
and git reset --hard.

If I DON'T make that "include" change to the Makefile, it fails looking for
"bits/syscall.h"

If I DO make the change, "check" completes with:
*****
FAIL: conform/POSIX2008/cpio.h/conform
FAIL: conform/UNIX98/cpio.h/conform
FAIL: conform/UNIX98/fmtmsg.h/conform
FAIL: conform/XOPEN2K/cpio.h/conform
FAIL: conform/XOPEN2K/fmtmsg.h/conform
FAIL: conform/XOPEN2K8/cpio.h/conform
FAIL: conform/XOPEN2K8/fmtmsg.h/conform
FAIL: conform/XPG3/cpio.h/conform
FAIL: conform/XPG4/cpio.h/conform
FAIL: conform/XPG4/fmtmsg.h/conform
FAIL: math/test-double
FAIL: math/test-float
FAIL: math/test-idouble
FAIL: math/test-ifloat
FAIL: rt/tst-cpuclock2
Summary of test results:
     15 FAIL
   1636 PASS
      1 UNRESOLVED
    120 XFAIL
      4 XPASS
*****
The "conform" always fail, but I'm guessing it's pretty new and unconcerning
based on http://comments.gmane.org/gmane.comp.lib.glibc.alpha/40411. Though
frankly I think the issue is similar to scanf15/17 where the header is not
being found:
*****
    /media/tmp/glibcBuild/conform/POSIX2008/cpio.h/scratch/cpio.h-test.c:1:18:
fatal error: cpio.h: No such file or directory
     #include <cpio.h>
                      ^
    compilation terminated.
*****
The "math" always fail whether or not I set flags (neon/vfp3/nothing set)
The "rt/tst-cpuclock2" sometimes does pass.

If there is more information you need or tests to be run, just let me know.

-- 
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]