This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

Re: 3.0 bootstrap broken


Nathan Sidwell wrote:
> 
> The bootstrap is broken on several platforms. It has been this way
> since Saturday morning UK time.

and this is where sparc-sun-solaris2.7 dies.

/bin/sh ../libtool --tag CXX --mode=compile /local/nathan/dev/egcs/gcc/xgcc -B/local/nathan/dev/egcs/gcc/ -nostdinc++  -L/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3/src -L/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3/src/.libs -B/usr/local/egcs/sparc-SunOS-5/sparc-sun-solaris2.7/bin/ -B/usr/local/egcs/sparc-SunOS-5/sparc-sun-solaris2.7/lib/ -isystem /usr/local/egcs/sparc-SunOS-5/sparc-sun-solaris2.7/include -nostdinc++       -I../include -I../include/std -I../include/c_std -I../include  -I../libsupc++ -I../libio -I../libio -I../libmath                        -g -O2 -fno-implicit-templates               -Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once          -ffunction-sections -fdata-sections  -g    -c stdexcept.cc
/local/nathan/dev/egcs/gcc/xgcc -B/local/nathan/dev/egcs/gcc/ -nostdinc++ -L/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3/src -L/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3/src/.libs -B/usr/local/egcs/sparc-SunOS-5/sparc-sun-solaris2.7/bin/ -B/usr/local/egcs/sparc-SunOS-5/sparc-sun-solaris2.7/lib/ -isystem /usr/local/egcs/sparc-SunOS-5/sparc-sun-solaris2.7/include -nostdinc++ -I../include -I../include/std -I../include/c_std -I../include -I../libsupc++ -I../libio -I../libio -I../libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c stdexcept.cc  -fPIC -DPIC -o .libs/stdexcept.o
In file included from ../include/std/cstdio:31,
                 from ../include/bits/c++io.h:35,
                 from ../include/bits/fpos.h:39,
                 from ../include/bits/char_traits.h:40,
                 from ../include/bits/std_string.h:41,
                 from stdexcept.cc:34:
../include/c_std/bits/std_cstdio.h:110: `vfscanf' not declared
../include/c_std/bits/std_cstdio.h:112: `vscanf' not declared
../include/c_std/bits/std_cstdio.h:114: `vsscanf' not declared
In file included from ../include/bits/fpos.h:40,
                 from ../include/bits/char_traits.h:40,
                 from ../include/bits/std_string.h:41,
                 from stdexcept.cc:34:
../include/c_std/bits/std_cwchar.h:143: `vfwscanf' not declared
../include/c_std/bits/std_cwchar.h:145: `vswscanf' not declared
../include/c_std/bits/std_cwchar.h:147: `vwscanf' not declared
../include/c_std/bits/std_cwchar.h:162: `wcstof' not declared
../include/c_std/bits/std_cwchar.h:176: `wcstok' not declared
../include/c_std/bits/std_cwchar.h:181: `wcsftime' not declared
make[4]: *** [stdexcept.lo] Error 1
make[4]: Leaving directory `/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/local/nathan/dev/egcs/sparc-sun-solaris2.7/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/local/nathan/dev/egcs'
make: *** [bootstrap] Error 2

nathan
-- 
Dr Nathan Sidwell   ::   http://www.codesourcery.com   ::   CodeSourcery LLC
         'But that's a lie.' - 'Yes it is. What's your point?'
nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org


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