From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29765 invoked by alias); 10 Apr 2012 17:55:28 -0000 Received: (qmail 29677 invoked by uid 22791); 10 Apr 2012 17:55:25 -0000 X-SWARE-Spam-Status: No, hits=-3.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Apr 2012 17:55:12 +0000 From: "carlos_odonell at mentor dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug build/13966] Some elf tests fail with "fatal error: cstdio: No such file or directory" on trunk Date: Tue, 10 Apr 2012 17:55: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-Keywords: glibc_2.15 X-Bugzilla-Severity: normal X-Bugzilla-Who: carlos_odonell at mentor dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: carlos_odonell at mentor dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Keywords Status Last reconfirmed CC AssignedTo Flags Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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 X-SW-Source: 2012-04/txt/msg00182.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13966 Carlos O'Donell changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |glibc_2.15 Status|NEW |ASSIGNED Last reconfirmed| |2012-04-10 CC| |carlos_odonell at mentor | |dot com AssignedTo|unassigned at sourceware |carlos_odonell at mentor |dot org |dot com Flags| |review?(joseph at | |codesourcery dot com) --- Comment #2 from Carlos O'Donell 2012-04-10 17:54:51 UTC --- Octoploid, Thanks for the patch! I don't know how this worked in the past. Compiling a C++ application with -nostdinc is not going to work. Adding -nostdinc removes: /usr/include/c++/4.5 /usr/include/c++/4.5/i686-linux-gnu /usr/include/c++/4.5/backward /usr/local/include /usr/include/i386-linux-gnu /usr/include And glibc doesn't provide back the required headers to build a C++ application. I can reproduce this on my x86 build/test system, in fact you can see the failures in the 2.15 known issues: http://sourceware.org/glibc/wiki/Release/2.15 Joseph, Do you have any idea about the right fix for this? The use of C++ applications in the testsuite won't work reliably without C++ headers. I have no objection to applying Octoploid's patch since it fixes the *immediate* testsuite failures that you can see are present in 2.15 known issues. Should glibc's testsuite infrastructure add back: /usr/include/c++/4.5 /usr/include/c++/4.5/i686-linux-gnu /usr/include/c++/4.5/backward e.g. add back only the C++ header directories? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.