From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2509 invoked by alias); 17 Jul 2002 17:46:02 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 2465 invoked by uid 71); 17 Jul 2002 17:46:00 -0000 Resent-Date: 17 Jul 2002 17:46:00 -0000 Resent-Message-ID: <20020717174600.2464.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, root@chaos.nrl.navy.mil Received: (qmail 32321 invoked from network); 17 Jul 2002 17:36:32 -0000 Received: from unknown (HELO chaos.nrl.navy.mil) (132.250.146.46) by sources.redhat.com with SMTP; 17 Jul 2002 17:36:32 -0000 Received: from chaos.nrl.navy.mil (localhost [127.0.0.1]) by chaos.nrl.navy.mil (8.12.2/8.10.2) with ESMTP id g6HHaVet005692 for ; Wed, 17 Jul 2002 13:36:31 -0400 (EDT) Received: (from root@localhost) by chaos.nrl.navy.mil (8.12.2/8.12.2/Submit) id g6HHaVOC005691; Wed, 17 Jul 2002 13:36:31 -0400 (EDT) Message-Id: <200207171736.g6HHaVOC005691@chaos.nrl.navy.mil> Date: Wed, 17 Jul 2002 10:46:00 -0000 From: root@chaos.nrl.navy.mil To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: 3.113 Subject: bootstrap/7343: error in bootstrapping on powerpc-apple-darwin5.5 X-SW-Source: 2002-07/txt/msg00528.txt.bz2 List-Id: >Number: 7343 >Category: bootstrap >Synopsis: error in bootstrapping on powerpc-apple-darwin5.5 >Confidential: no >Severity: critical >Priority: medium >Responsible: unassigned >State: open >Class: support >Submitter-Id: net >Arrival-Date: Wed Jul 17 10:46:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gregory Orris >Release: 3.1 >Organization: Naval Research Laboratory >Environment: System: Darwin chaos.nrl.navy.mil 5.5 Darwin Kernel Version 5.5: Thu May 30 14:51:26 PDT 2002; root:xnu/xnu-201.42.3.obj~1/RELEASE_PPC Power Macintosh powerpc host: powerpc-apple-darwin5.5 build: powerpc-apple-darwin5.5 target: powerpc-apple-darwin5.5 configured with: ./configure >Description: bootstrap error in in compiling globals.cc from libstdc++-v3 /Volumes/Home/Downloads/GNU/gcc-3.1/gcc/xgcc -shared-libgcc -B/Volumes/Home/Downloads/GNU/gcc-3.1/gcc/ -nostdinc++ -L/Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/src -L/Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/src/.libs -B/usr/local/powerpc-apple-darwin5.5/bin/ -B/usr/local/powerpc-apple-darwin5.5/lib/ -isystem /usr/local/powerpc-apple-darwin5.5/include -nostdinc++ -I/Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5 -I/Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include -I../libsupc++ -I../libmath -g -O2 -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdiagnostics-show-location=once -g -c globals.cc -o globals.o In file included from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/bits/localefwd.h:48, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/ios:48, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/istream:44, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/fstream:45, from globals.cc:30: /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:68: ` isalnum' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:69: ` isalpha' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:70: ` iscntrl' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:71: ` isdigit' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:72: ` isgraph' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:73: ` islower' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:74: ` isprint' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:75: ` ispunct' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:76: ` isspace' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:77: ` isupper' not declared /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/cctype:78: ` isxdigit' not declared In file included from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/bits/locale_facets.h:397, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/bits/basic_ios.h:41, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/ios:51, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/istream:44, from /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/fstream:45, from globals.cc:30: /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h: In member function `bool std::ctype::is(unsigned int, char) const': /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:50: no matching function for call to `isspace(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:53: no matching function for call to `isprint(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:56: no matching function for call to `iscntrl(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:59: no matching function for call to `isupper(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:62: no matching function for call to `islower(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:65: no matching function for call to `isalpha(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:68: no matching function for call to `isdigit(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:71: no matching function for call to `ispunct(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:74: no matching function for call to `isxdigit(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:77: no matching function for call to `isalnum(char&)' /Volumes/Home/Downloads/GNU/gcc-3.1/powerpc-apple-darwin5.5/libstdc++-v3/include/powerpc-apple-darwin5.5/bits/ctype_inline.h:80: no matching function for call to `isgraph(char&)' make[4]: *** [globals.lo] Error 1 make[3]: *** [all-recursive] Error 1 make[2]: *** [all-recursive-am] Error 2 make[1]: *** [all-target-libstdc++-v3] Error 2 make: *** [bootstrap] Error 2 >How-To-Repeat: ./configure; make bootstrap >Fix: unknown >Release-Note: >Audit-Trail: >Unformatted: