From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16070 invoked by alias); 10 Apr 2012 09:47:43 -0000 Received: (qmail 16046 invoked by uid 22791); 10 Apr 2012 09:47:42 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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 09:47:30 +0000 From: "cryptooctoploid at gmail dot com" To: glibc-bugs@sources.redhat.com Subject: [Bug build/13966] New: Some elf tests fail with "fatal error: cstdio: No such file or directory" on trunk Date: Tue, 10 Apr 2012 09:47:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cryptooctoploid at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: 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/msg00173.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13966 Bug #: 13966 Summary: Some elf tests fail with "fatal error: cstdio: No such file or directory" on trunk Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: build AssignedTo: unassigned@sourceware.org ReportedBy: cryptooctoploid@gmail.com CC: carlos@systemhalted.org Classification: Unclassified For example: g++ tst-unique3lib.cc -c -O2 -Wall -Winline -Wwrite-strings -fmerge-all-constants -g -fPIC -I../include -I/var/tmp/glibc-build/elf -I/var/tmp/glibc-build -I../nptl/sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/wordsize-64 -I../nptl/sysdeps/unix/sysv/linux -I../nptl/sysdeps/pthread -I../sysdeps/pthread -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../nptl/sysdeps/unix/sysv -I../sysdeps/unix/sysv -I../sysdeps/unix/x86_64 -I../nptl/sysdeps/unix -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/x86_64/fpu -I../nptl/sysdeps/x86_64 -I../sysdeps/x86_64 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64/wordsize-64 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic -I../nptl -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include -isystem /usr/lib/gcc/x86_64-pc-linux-gnu/4.8.0/include-fixed -isystem /usr/include -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DPIC -DSHARED -DNOT_IN_libc=1 -o /var/tmp/glibc-build/elf/tst-unique3lib.os -MD -MP -MF /var/tmp/glibc-build/elf/tst-unique3lib.os.dt -MT /var/tmp/glibc-build/elf/tst-unique3lib.os tst-unique3lib.cc:1:18: fatal error: cstdio: No such file or directory compilation terminated. This is apparently caused by the -nostdinc flag; without it the problem vanishes. -- 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.