This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Trunk frustration
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Trunk frustration
- From: Jan Hubicka <jh at suse dot cz>
- Date: Fri, 27 Jul 2001 17:49:20 +0200
- Cc: Jan Hubicka <jh at suse dot cz>, Gabriel Dos Reis <gdr at codesourcery dot com>, Daniel Berlin <dan at cgsoftware dot com>, gcc at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, Andreas Jaeger <aj at suse dot de>, Stan Shebs <shebs at apple dot com>, geoffk at geoffk dot org, kenner at vlsi1 dot ultra dot nyu dot edu, Jeffrey A Law <law at redhat dot com>
- References: <20010727154412.C19763@atrey.karlin.mff.cuni.cz> <Pine.BSF.4.33.0107271552040.20859-100000@taygeta.dbai.tuwien.ac.at>
>
> I have been using Sun as and Sun ld for years without problems.
>
> And in fact my last successful build dates back only four days, so I
> really hope we're just seeing some short term problem here.
>
> Thanks for having a look at this issue!
I am getting increassingly puzzled. Wasn't bootstrap expected to die here?
/tmp/egcs/build/gcc/xgcc -B/tmp/egcs/build/gcc/ -B/usr/local/sparc-sun-solaris2.8/bin/ -B/usr/local/sparc-sun-solaris2.8/lib/ -isystem /usr/local/sparc-sun-solaris2.8/include -m64 -I/tmp/egcs/build/sparc-sun-solaris2.8/sparcv9/libstdc++-v3 -I./sparc-sun-solaris2.8/bits/.. -I/tmp/egcs/build/sparc-sun-solaris2.8/sparcv9/libstdc++-v3 -fno-exceptions -o /tmp/egcs/build/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/src/gen-num-limits /tmp/egcs/libstdc++-v3/src/gen-num-limits.cc
sed -e '/^#/s/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*\)/_GLIBCPP_\1/g' \
-e 's,^#include "\(.*\)",#include <bits/\1>,g' \
< /tmp/egcs/libstdc++-v3/../gcc/gthr.h > sparc-sun-solaris2.8/bits/gthr.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
< /tmp/egcs/libstdc++-v3/../gcc/gthr-single.h > sparc-sun-solaris2.8/bits/gthr-single.h
sed -e 's/\(UNUSED\)/_GLIBCPP_\1/g' \
-e 's/\(GCC[ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*_H\)/_GLIBCPP_\1/g' \
-e 's/\([ABCDEFGHIJKLMNOPQRSTUVWXYZ_]*WEAK\)/_GLIBCPP_\1/g' \
< /tmp/egcs/libstdc++-v3/../gcc/gthr-posix.h > sparc-sun-solaris2.8/bits/gthr-default.h
make[7]: Leaving directory `/tmp/egcs/build/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/include'
Making all in libio
make[7]: Entering directory `/tmp/egcs/build/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/libio'
make[7]: Nothing to be done for `all'.
make[7]: Leaving directory `/tmp/egcs/build/sparc-sun-solaris2.8/sparcv9/libstdc++-v3/libio'
Making all in libmath
Do you use different configuration thatn sparc-sun-solaris2.8?
Any chance that the bug got fixed?
Honza