public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/3302: gcc 3.0 bootstrap fails on fresh mandrake 8.0 install
@ 2001-06-20 12:56 stewart
  0 siblings, 0 replies; 2+ messages in thread
From: stewart @ 2001-06-20 12:56 UTC (permalink / raw)
  To: gcc-gnats

>Number:         3302
>Category:       bootstrap
>Synopsis:       gcc 3.0 bootstrap fails on fresh mandrake 8.0 install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jun 20 12:56:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     stewart@neuron.com
>Release:        gcc 3.0
>Organization:
>Environment:
Mandrake 8.0 (Traktopel) for i586 on Dell Latitude 600 - 512MB RAM
>Description:
tried both gcc 2-96 and "kgcc" provided by mandrake. error during bootstrap follows:

/home/stewart/src/gcc/gcc-3.0-obj/gcc/xgcc -B/home/stewart/src/gcc/gcc-3.0-obj/gcc/ -nostdinc++ -L/home/stewart/src/gcc/gcc-3.0-obj/i686-pc-linux-gnu/libstdc++-v3/src -L/home/stewart/src/gcc/gcc-3.0-obj/i686-pc-linux-gnu/libstdc++-v3/src/.libs -B/home/stewart/gcc/i686-pc-linux-gnu/bin/ -B/home/stewart/gcc/i686-pc-linux-gnu/lib/ -isystem /home/stewart/gcc/i686-pc-linux-gnu/include -I../../../../gcc-3.0/libstdc++-v3/../gcc -I../../../../gcc-3.0/libstdc++-v3/../include -I../../../../gcc-3.0/libstdc++-v3/include -I../../../../gcc-3.0/libstdc++-v3/include/std -I../../../../gcc-3.0/libstdc++-v3/include/c_std -I../include -I../../../../gcc-3.0/libstdc++-v3/libsupc++ -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-3.0/libstdc++-v3/libsupc++/eh_alloc.cc  -fPIC -DPIC -o eh_alloc.o
In file included from ../../../../gcc-3.0/libstdc++-v3/libsupc++/eh_alloc.cc:39:
../include/bits/gthr.h:29:2: invalid preprocessing directive #_GLIBCPP_ifndef
../include/bits/gthr.h:30:2: invalid preprocessing directive #_GLIBCPP_define
../include/bits/gthr.h:84:2: invalid preprocessing directive #_GLIBCPP_if
../include/bits/gthr.h:85:2: invalid preprocessing directive #_GLIBCPP_include
../include/bits/gthr.h:86:2: invalid preprocessing directive #_GLIBCPP_elif
../include/bits/gthr.h:87:2: invalid preprocessing directive #_GLIBCPP_include
../include/bits/gthr.h:88:2: invalid preprocessing directive #_GLIBCPP_elif
../include/bits/gthr.h:89:2: invalid preprocessing directive #_GLIBCPP_include
../include/bits/gthr.h:92:2: invalid preprocessing directive #_GLIBCPP_elif
../include/bits/gthr.h:93:2: invalid preprocessing directive #_GLIBCPP_if
../include/bits/gthr.h:94:2: invalid preprocessing directive #_GLIBCPP_ifndef
../include/bits/gthr.h:95:2: invalid preprocessing directive #_GLIBCPP_define
../include/bits/gthr.h:96:2: invalid preprocessing directive #_GLIBCPP_endif
../include/bits/gthr.h:97:2: invalid preprocessing directive #_GLIBCPP_endif
../include/bits/gthr.h:98:2: invalid preprocessing directive #_GLIBCPP_include
../include/bits/gthr.h:101:2: invalid preprocessing directive #_GLIBCPP_else
../include/bits/gthr.h:102:2: invalid preprocessing directive #_GLIBCPP_include
../include/bits/gthr.h:103:2: invalid preprocessing directive #_GLIBCPP_endif
../include/bits/gthr.h:105:2: invalid preprocessing directive #_GLIBCPP_endif
make[4]: *** [eh_alloc.lo] Error 1
make[4]: Leaving directory `/home/stewart/src/gcc/gcc-3.0-obj/i686-pc-linux-gnu/libstdc++-v3/libsupc++'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/stewart/src/gcc/gcc-3.0-obj/i686-pc-linux-gnu/libstdc++-v3'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/home/stewart/src/gcc/gcc-3.0-obj/i686-pc-linux-gnu/libstdc++-v3'
make[1]: *** [all-target-libstdc++-v3] Error 2
make[1]: Leaving directory `/home/stewart/src/gcc/gcc-3.0-obj'
make: *** [bootstrap] Error 2
>How-To-Repeat:
with clean gcc 3.0 source tarball:

../gcc-3.0/configure --prefix=/home/stewart/gcc --enable-threads - -enable-languages=c++,java --with-gnu-as
make bootstrap
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: bootstrap/3302: gcc 3.0 bootstrap fails on fresh mandrake 8.0 install
@ 2001-06-21 14:22 ljrittle
  0 siblings, 0 replies; 2+ messages in thread
From: ljrittle @ 2001-06-21 14:22 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, ljrittle, nobody, stewart

Synopsis: gcc 3.0 bootstrap fails on fresh mandrake 8.0 install

Responsible-Changed-From-To: unassigned->ljrittle
Responsible-Changed-By: ljrittle
Responsible-Changed-When: Thu Jun 21 14:22:51 2001
Responsible-Changed-Why:
    Mine.
State-Changed-From-To: open->closed
State-Changed-By: ljrittle
State-Changed-When: Thu Jun 21 14:22:51 2001
State-Changed-Why:
    Duplicate of 3284.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3302&database=gcc


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

end of thread, other threads:[~2001-06-21 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-20 12:56 bootstrap/3302: gcc 3.0 bootstrap fails on fresh mandrake 8.0 install stewart
2001-06-21 14:22 ljrittle

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