public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "jack.carter at imgtec dot com" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug build/13966] Some elf tests fail with "fatal error: cstdio: No such file or directory" on trunk
Date: Thu, 05 Sep 2013 22:48:00 -0000	[thread overview]
Message-ID: <bug-13966-131-7dpMfLKT35@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-13966-131@http.sourceware.org/bugzilla/>

http://sourceware.org/bugzilla/show_bug.cgi?id=13966

Jack Carter <jack.carter at imgtec dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack.carter at imgtec dot com

--- Comment #18 from Jack Carter <jack.carter at imgtec dot com> ---
I am seeing this problem now with 4.9.0.

I build and run on a Mips board, but as a cross compile, MIPS to MIPS, so I
don't use the installed system headers.

For what it is worth:

% grep sysincludes config.make
sysincludes = -nostdinc -isystem
/home/jcarter/workarea/gcc/ifunc/mips_native/install-mips-mti-linux-gnu/lib/gcc/mips-mti-linux-gnu/4.9.0/include
-isystem
/home/jcarter/workarea/gcc/ifunc/mips_native/install-mips-mti-linux-gnu/lib/gcc/mips-mti-linux-gnu/4.9.0/include-fixed
-isystem
/home/jcarter/workarea/gcc/ifunc/mips_native/sysroot-mips-mti-linux-gnu/usr/include

c++-sysincludes = 

Here is the familiar invocation:

mips-mti-linux-gnu-g++ tst-unique3.cc -c  -O2 -Wall -Winline -Wwrite-strings
-fmerge-all-constants -frounding-math -g        -I../include
-I/home/jcarter/workarea/gcc/ifunc/mips_native/obj-mips-mti-linux-gnu/glibc/elf
 -I/home/jcarter/workarea/gcc/ifunc/mips_native/obj-mips-mti-linux-gnu/glibc 
-I../ports/sysdeps/unix/sysv/linux/mips/mips32/nptl 
-I../ports/sysdeps/unix/sysv/linux/mips/mips32 
-I../ports/sysdeps/unix/sysv/linux/mips/nptl 
-I../ports/sysdeps/unix/sysv/linux/mips  -I../nptl/sysdeps/unix/sysv/linux 
-I../nptl/sysdeps/pthread  -I../sysdeps/pthread 
-I../ports/sysdeps/unix/sysv/linux  -I../sysdeps/unix/sysv/linux 
-I../sysdeps/gnu  -I../sysdeps/unix/inet  -I../nptl/sysdeps/unix/sysv 
-I../ports/sysdeps/unix/sysv  -I../sysdeps/unix/sysv 
-I../ports/sysdeps/unix/mips/mips32  -I../ports/sysdeps/unix/mips 
-I../nptl/sysdeps/unix  -I../ports/sysdeps/unix  -I../sysdeps/unix 
-I../sysdeps/posix  -I../ports/sysdeps/mips/mips32/fpu 
-I../ports/sysdeps/mips/mips32  -I../ports/sysdeps/mips/ieee754 
-I../ports/sysdeps/mips/soft-fp  -I../ports/sysdeps/mips/include
-I../ports/sysdeps/mips  -I../sysdeps/ieee754/flt-32 
-I../sysdeps/ieee754/dbl-64  -I../sysdeps/wordsize-32 
-I../ports/sysdeps/mips/fpu  -I../ports/sysdeps/mips/nptl  -I../sysdeps/ieee754
 -I../sysdeps/generic  -I../nptl  -I../ports  -I.. -I../libio -I. -nostdinc
-isystem
/home/jcarter/workarea/gcc/ifunc/mips_native/install-mips-mti-linux-gnu/lib/gcc/mips-mti-linux-gnu/4.9.0/include
-isystem
/home/jcarter/workarea/gcc/ifunc/mips_native/install-mips-mti-linux-gnu/lib/gcc/mips-mti-linux-gnu/4.9.0/include-fixed
-isystem
/home/jcarter/workarea/gcc/ifunc/mips_native/sysroot-mips-mti-linux-gnu/usr/include
 -D_LIBC_REENTRANT -include ../include/libc-symbols.h   -DNOT_IN_libc=1    -o
/home/jcarter/workarea/gcc/ifunc/mips_native/obj-mips-mti-linux-gnu/glibc/elf/tst-unique3.o
-MD -MP -MF
/home/jcarter/workarea/gcc/ifunc/mips_native/obj-mips-mti-linux-gnu/glibc/elf/tst-unique3.o.dt
-MT
/home/jcarter/workarea/gcc/ifunc/mips_native/obj-mips-mti-linux-gnu/glibc/elf/tst-unique3.o
tst-unique3.cc:3:18: fatal error: cstdio: No such file or directory
 #include <cstdio>

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


  parent reply	other threads:[~2013-09-05 22:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-10  9:47 [Bug build/13966] New: " cryptooctoploid at gmail dot com
2012-04-10 10:14 ` [Bug build/13966] " cryptooctoploid at gmail dot com
2012-04-10 17:55 ` carlos_odonell at mentor dot com
2012-04-19 20:01 ` joseph at codesourcery dot com
2012-04-19 21:26 ` cryptooctoploid at gmail dot com
2012-04-20  7:47 ` schwab@linux-m68k.org
2012-04-20 10:31 ` cryptooctoploid at gmail dot com
2012-04-20 12:17 ` schwab@linux-m68k.org
2012-04-20 12:23 ` schwab@linux-m68k.org
2012-04-20 12:28 ` cryptooctoploid at gmail dot com
2012-05-17 14:10 ` carlos_odonell at mentor dot com
2012-06-27 22:33 ` jsm28 at gcc dot gnu.org
2012-07-12 12:39 ` wbrana at gmail dot com
2012-09-02 13:33 ` allan at archlinux dot org
2012-09-02 17:09 ` cryptooctoploid at gmail dot com
2012-09-02 22:30 ` allan at archlinux dot org
2012-09-05 14:19 ` allan at archlinux dot org
2012-11-01 14:13 ` cryptooctoploid at gmail dot com
2012-11-01 14:25 ` allan at archlinux dot org
2012-11-01 14:54 ` schwab@linux-m68k.org
2012-11-01 15:53 ` cryptooctoploid at gmail dot com
2013-09-05 22:48 ` jack.carter at imgtec dot com [this message]
2013-09-06  0:31 ` joseph at codesourcery dot com
2013-09-06  9:35 ` jack.carter at imgtec dot com
2014-06-25 11:19 ` fweimer at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-13966-131-7dpMfLKT35@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).