This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Bootstrap failure on i386-unknown-freebsd6.3
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: libstdc++ at gcc dot gnu dot org
- Cc: Paolo Carlini <paolo dot carlini at oracle dot com>
- Date: Fri, 8 Aug 2008 20:22:43 +0200 (CEST)
- Subject: Bootstrap failure on i386-unknown-freebsd6.3
I started to see this very recently, not sure when exaxtly due to a
different, unrelated problem I tried to track down on the 4.3 branch.
This is mainline on i386-unknown-freebsd6.3.
Likely related to
2008-08-06 Paolo Carlini <paolo.carlini@oracle.com>
* acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): New, checks for
common values of EOF, SEEK_CUR, SEEK_END.
* configure.ac: Use it.
* include/bits/ios_base.h: Likewise.
* include/bits/char_traits.h: Likewise.
* config/locale/gnu/ctype_members.cc: Include <cstdio>.
* config/locale/generic/ctype_members.cc: Likewise.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Adjust dg-error lines.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Likewise.
* configure: Regenerate.
* config.h.in: Likewise.
I assume?
libtool: compile: /usr/nabil-files/pfeifer/OBJ-0808-1752/./gcc/xgcc -shared-libgcc -B/usr/nabil-files/pfeifer/OBJ-0808-1752/./gcc -nostdinc++ -L/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown-freebsd6.3/libstdc++-v3/src -L/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown-freebsd6.3/libstdc++-v3/src/.libs -B/files/pfeifer/gcc/i386-unknown-freebsd6.3/bin/ -B/files/pfeifer/gcc/i386-unknown-fre
ebsd6.3/lib/ -isystem /files/pfeifer/gcc/i386-unknown-freebsd6.3/include -isystem /files/pfeifer/gcc/i386-unknown-freebsd6.3/sys-include -I/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown-freebsd6.3/libstdc++-v3/include/i386-unknown-freebsd6.3 -I/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown-freebsd6.3/libstdc++-v3/include -I/sw/test/GCC/trunk/libstdc++-v3/libsupc++
-fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -O2 -c ctype_members.cc -fPIC -DPIC -o .libs/ctype_members.o
ctype_members.cc: In member function 'virtual char
std::ctype<wchar_t>::do_narrow(wchar_t, char) const':
ctype_members.cc:124: error: 'EOF' was not declared in this scope
ctype_members.cc: In member function 'virtual const wchar_t* std::ctype<wchar_t>::do_narrow(const wchar_t*, const wchar_t*, char, char*) const':
ctype_members.cc:140: error: 'EOF' was not declared in this scope
ctype_members.cc:149: error: 'EOF' was not declared in this scope
ctype_members.cc: In member function 'void std::ctype<wchar_t>::_M_initialize_ctype()':
ctype_members.cc:163: error: 'EOF' was not declared in this scope
gmake[4]: *** [ctype_members.lo] Error 1
gmake[4]: Leaving directory
`/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown
-freebsd6.3/libstdc++-v3/src'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory
`/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown
-freebsd6.3/libstdc++-v3'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/nabil-files/pfeifer/OBJ-0808-1752/i386-unknown
-freebsd6.3/libstdc++-v3'
gmake[1]: *** [all-target-libstdc++-v3] Error 2
gmake[1]: Leaving directory `/usr/nabil-files/pfeifer/OBJ-0808-1752'
gmake: *** [bootstrap-lean] Error 2
Gerald