This is the mail archive of the gcc@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: gcc on OSR5 status. was: bootstraps broken during last 24 hours


Robert Lipe propounded (on Mon, Jan 08, 2001 at 06:58:37PM -0600):
| > | > And I also just did a suuccessful bootstrap for i686-pc-udk using
| > | 
| > | Excellent.  This is with or without the MAP_ANONYMOUS hack?
| > 
| > Was that something introduced in the tree over the weekend?
| > It's nothing that I tickled from my keyboard. :-)
| 
| This was the mmap thing in ggc-page where it tries to use MAP_ANON
| becuase it sees a #define and then fails becuase it doesn't actually
| work.  You were the one that reported it many months ago.
| 
| > | As an aside, C++ on UDK is broken becuase of various remaining issues in
| > | v3, but you've disabled C++ so you don't see those failures.
| > 
| > C++ bootstrapping is still broken on OSR 5.0.6 too.
| 
| That's disturbing.    My full bootstrap with all languages succeeds.
| 
| Tell me more.

I just did a configure without specifying any languages.  Went away, and
it quit in the middle of java compiling with a complaint about some iconv
functions; weird, considering that I've got a brand new libiconv.so
just installed yesterday (can't compile mutt without it these days).

So I reverted to enabling just c,c++.  

Screen capture (including weird double spacing):

/s/tools/gccobj/gcc/g++ -B/s/tools/gccobj/gcc/ -nostdinc++ -L/s/tools/gccobj/i68
6-pc-sco3.2v5.0.6/libstdc++-v3/src -L/s/tools/gccobj/i686-pc-sco3.2v5.0.6/libstd
c++-v3/src/.libs -B/usr/local/i686-pc-sco3.2v5.0.6/bin/ -B/usr/local/i686-pc-sco
3.2v5.0.6/lib/ -isystem /usr/local/i686-pc-sco3.2v5.0.6/include -nostdinc++ -I/s
/tools/gcc/libstdc++-v3/include -I/s/tools/gcc/libstdc++-v3/include/std -I/s/too
ls/gcc/libstdc++-v3/include/c_std -I../include -I/s/tools/gcc/libstdc++-v3/libsu
pc++ -I../libio -I/s/tools/gcc/libstdc++-v3/libio -I/s/tools/gcc/libstdc++-v3/li
bmath -fno-implicit-templates -Wall -Wno-format -W -Wwrite-strings -Winline -fdi
agnostics-show-location=once -ffunction-sections -fdata-sections -g -c /s/tools/
gcc/libstdc++-v3/src/ios.cc -o ios.o
/s/tools/gcc/libstdc++-v3/src/ios.cc:0: warning: -ffunction-sections may affect

   debugging on some targets.
In file included from /s/tools/gcc/libstdc++-v3/include/bits/locale_facets.h:39,

                 from /s/tools/gcc/libstdc++-v3/include/bits/std_locale.h:38,
                 from /s/tools/gcc/libstdc++-v3/include/bits/std_fstream.h:40,
                 from /s/tools/gcc/libstdc++-v3/src/ios.cc:36:
/s/tools/gcc/libstdc++-v3/include/c_std/bits/std_ctime.h:52: parse error before

   `double'


-- 
JP

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