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/13966] New: Some elf tests fail with "fatal error: cstdio: No such file or directory" on trunk


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]