public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/3124: failure building libstdc++ v3 on Debian 2.2
@ 2001-11-13  8:16 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-13  8:16 UTC (permalink / raw)
  To: gcc-bugs, gcc-gnats, gcc-prs, nobody, scott

Synopsis: failure building libstdc++ v3 on Debian 2.2

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Nov 18 20:11:53 2001
State-Changed-Why:
    Problem fixed in gcc 3.0 release.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3124&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: bootstrap/3124: failure building libstdc++ v3 on Debian 2.2
@ 2001-11-13  8:26 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2001-11-13  8:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR bootstrap/3124; it has been noted by GNATS.

From: rodrigc@gcc.gnu.org
To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org,
  nobody@gcc.gnu.org, scott@accom.com
Cc:  
Subject: Re: bootstrap/3124: failure building libstdc++ v3 on Debian 2.2
Date: 19 Nov 2001 04:11:53 -0000

 Synopsis: failure building libstdc++ v3 on Debian 2.2
 
 State-Changed-From-To: open->closed
 State-Changed-By: rodrigc
 State-Changed-When: Sun Nov 18 20:11:53 2001
 State-Changed-Why:
     Problem fixed in gcc 3.0 release.
 
 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=3124&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

* bootstrap/3124: failure building libstdc++ v3 on Debian 2.2
@ 2001-06-11 10:46 scott
  0 siblings, 0 replies; 3+ messages in thread
From: scott @ 2001-06-11 10:46 UTC (permalink / raw)
  To: gcc-gnats; +Cc: johnston

>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:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-11-19  4:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-13  8:16 bootstrap/3124: failure building libstdc++ v3 on Debian 2.2 rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2001-11-13  8:26 rodrigc
2001-06-11 10:46 scott

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).