public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: root@chaos.nrl.navy.mil
To: gcc-gnats@gcc.gnu.org
Subject: bootstrap/7343: error in bootstrapping on powerpc-apple-darwin5.5
Date: Wed, 17 Jul 2002 10:46:00 -0000	[thread overview]
Message-ID: <200207171736.g6HHaVOC005691@chaos.nrl.navy.mil> (raw)


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


             reply	other threads:[~2002-07-17 17:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-17 10:46 root [this message]
2002-11-06 16:36 dje
2002-11-06 17:06 Andrew Pinski
2003-05-01 17:46 Andreas Tobler
2003-05-06 14:32 bangerth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200207171736.g6HHaVOC005691@chaos.nrl.navy.mil \
    --to=root@chaos.nrl.navy.mil \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).