From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11937 invoked by alias); 3 Jun 2014 10:35:26 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 11487 invoked by uid 48); 3 Jun 2014 10:35:21 -0000 From: "naroyce at hotmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/17007] Check Scanf15 bits/syscall.h No such file Date: Tue, 03 Jun 2014 10:35:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: naroyce at hotmail dot com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg00019.txt.bz2 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 ^ 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.