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]

bootstrap/3124: failure building libstdc++ v3 on Debian 2.2



>Number:         3124
>Category:       bootstrap
>Synopsis:       failure building libstdc++ v3 on Debian 2.2
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Jun 11 10:46:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Scott Johnston
>Release:        3.0 20010610 (prerelease)
>Organization:
Accom Inc.
>Environment:
System: Linux scott 2.2.14-5.0 #1 Tue Mar 7 21:07:39 EST 2000 i686 unknown
Architecture: i686

	
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ../gcc/configure  : (reconfigured) 
>Description:
	Attempted to bootstrap gcc-3.0 from cvs on 6/10/01, on a Debian 2.2
        i686 platform (gcc-2.95.2 was the bootstrapping compiler).  xgcc
	gets built, then the following error occurs compiling stdexcept.cc:

make[1]: Entering directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3'
make "AR_FLAGS=rc" 	"CC_FOR_BUILD=gcc" 	"CC_FOR_TARGET=/home/johnston/gcc-3.0/build-gcc/gcc/xgcc -B/home/johnston/gcc-3.0/build-gcc/gcc/ -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include" 	"CFLAGS=-g -O2" 	"CXXFLAGS=-g -O2 -D_GNU_SOURCE" 	"CFLAGS_FOR_BUILD=" 	"CFLAGS_FOR_TARGET=-g -O2" 	"INSTALL=/bin/sh /home/johnston/gcc-3.0/gcc/install-sh -c" 	"INSTALL_DATA=/bin/sh /home/johnston/gcc-3.0/gcc/install-sh -c -m 644" 	"INSTALL_PROGRAM=/bin/sh /home/johnston/gcc-3.0/gcc/install-sh -c " 	"INSTALL_SCRIPT=/bin/sh /home/johnston/gcc-3.0/gcc/install-sh -c" 	"LDFLAGS=" 	"LIBCFLAGS=-g -O2" 	"LIBCFLAGS_FOR_TARGET=-g -O2" 	"MAKE=make" 	"MAKEINFO=makeinfo  " 	"PICFLAG=" 	"PICFLAG_FOR_TARGET=" 	"SHELL=/bin/sh" 	"RUNTESTFLAGS=" 	"exec_prefix=/usr/local" 	"infodir=/usr/local/info" 	"libdir=/usr/local/lib" 	"includedir=/usr/local/include" 	"prefix=/usr/local" 	"tooldir=/usr/local/i686-pc-linux-gnu" 	"AR=ar" 	"AS=as" 	"LD=ld" 	!
"LIBCFLAGS=-g -O2" 	"PICFLAG=" 	"RANLIB=ranlib" 	"NM=nm" 	"NM_FOR_BUILD=" 	"NM_FOR_TARGET=nm" 	"DESTDIR=" 	"WERROR="  all-recursive
make[2]: Entering directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3'
Making all in libio
make[3]: Entering directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/libio'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/libio'
Making all in libmath
make[3]: Entering directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/libmath'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/libmath'
Making all in libsupc++
make[3]: Entering directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
Making all in src
make[3]: Entering directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/src'
/bin/sh ../libtool --tag CXX --mode=compile /home/johnston/gcc-3.0/build-gcc/gcc/xgcc -B/home/johnston/gcc-3.0/build-gcc/gcc/ -nostdinc++  -L/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/src -L/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -nostdinc++ 	-I../../../../gcc/libstdc++-v3/include -I../../../../gcc/libstdc++-v3/include/std -I../../../../gcc/libstdc++-v3/include/c_std -I../include 	-I../../../../gcc/libstdc++-v3/libsupc++ -I../libio -I../../../../gcc/libstdc++-v3/libio -I../../../../gcc/libstdc++-v3/libmath 	 	         -g -O2 -D_GNU_SOURCE -fno-implicit-templates 	 	-Wall -Wno-format -W -Wwrite-strings -Winline  -fdiagnostics-show-location=once 	 	-ffunction-sections -fdata-sections  -g    -c ../../../../gcc/libstdc++-v3/src/stdexcept.cc
/home/johnston/gcc-3.0/build-gcc/gcc/xgcc -B/home/johnston/gcc-3.0/build-gcc/gcc/ -nostdinc++ -L/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/src -L/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/usr/local/i686-pc-linux-gnu/bin/ -B/usr/local/i686-pc-linux-gnu/lib/ -isystem /usr/local/i686-pc-linux-gnu/include -nostdinc++ -I../../../../gcc/libstdc++-v3/include -I../../../../gcc/libstdc++-v3/include/std -I../../../../gcc/libstdc++-v3/include/c_std -I../include -I../../../../gcc/libstdc++-v3/libsupc++ -I../libio -I../../../../gcc/libstdc++-v3/libio -I../../../../gcc/libstdc++-v3/libmath -g -O2 -D_GNU_SOURCE -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -g -c ../../../../gcc/libstdc++-v3/src/stdexcept.cc  -fPIC -DPIC -o .libs/stdexcept.o
In file included from ../../../../gcc/libstdc++-v3/include/bits/fpos.h:40,
                 from ../../../../gcc/libstdc++-v3/include/bits/char_traits.h:40,
                 from ../../../../gcc/libstdc++-v3/include/bits/std_string.h:41,
                 from ../../../../gcc/libstdc++-v3/src/stdexcept.cc:34:
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:134: `fputwc' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:135: `fputws' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:136: `fwide' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:137: `fwprintf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:138: `fwscanf' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:139: `swprintf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:140: `swscanf' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:141: `vfwprintf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:142: `vfwscanf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:143: `vswprintf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:144: `vswscanf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:145: `vwprintf' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:146: `vwscanf' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:147: `wprintf' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:148: `wscanf' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:149: `getwc' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:150: `getwchar' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:156: `putwc' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:157: `putwchar' 
   not declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:158: `ungetwc' not 
   declared
../../../../gcc/libstdc++-v3/include/c_std/bits/std_cwchar.h:180: `wcsftime' 
   not declared
make[3]: *** [stdexcept.lo] Error 1
make[3]: Leaving directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-recursive-am] Error 2
make[1]: Leaving directory `/home/johnston/gcc-3.0/build-gcc/i686-pc-linux-gnu/libstdc++-v3'
make: *** [all-target-libstdc++-v3] Error 2

>How-To-Repeat:
	
>Fix:
	
>Release-Note:
>Audit-Trail:
>Unformatted:


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