public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: bootstrap/4989: Bootstrap on Linux x86 fails.
@ 2002-01-21 20:56 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-01-21 20:56 UTC (permalink / raw)
  To: apbianco, rodrigc, gcc-bugs, gcc-prs, nobody, sefer

Synopsis: Bootstrap on Linux x86 fails.

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Mon Jan 21 20:56:12 2002
State-Changed-Why:
    No feedback.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4989


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

* Re: bootstrap/4989: Bootstrap on Linux x86 fails.
@ 2002-01-01 16:00 rodrigc
  0 siblings, 0 replies; 3+ messages in thread
From: rodrigc @ 2002-01-01 16:00 UTC (permalink / raw)
  To: apbianco, rodrigc, gcc-bugs, gcc-prs, nobody, sefer

Synopsis: Bootstrap on Linux x86 fails.

State-Changed-From-To: open->feedback
State-Changed-By: rodrigc
State-Changed-When: Tue Jan  1 16:00:23 2002
State-Changed-Why:
    apbianco@redhat.com sent this e-mail out before,
    but it looks like it got garbled and inserted into the
    Fix section of this PR.
    
    Are you still getting the same problem?
    Can you follow these instructions and give us your feedback?
    
    Thanks.
    
    ======
    I haven't bootstrapped in a long time, but I would suspect
                   a lot of people are doing that on x86 (with all the language
                   support you're requesting.)
    
                   If this persists, you should send email to java@gcc.gnu.org,
                   since the Boehm GC is a part of the GCC Java runtime.
    
                   Note that the pre-processor might have changed recently
                   in order to be more compliant, although I couldn't find
                   evidences of it -- this error mode has been in effect for
                   a while. 
    
                   So it could be a configuration problem where you end up
                   with an improperly #define'ed macro.
    
                   Could you try the same libtool invokation along with the 
                   `-E'  flag and post the results?
    
                   Thank you.
    
                   We'll see what really gets cpp upset.
    ======================================================

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4989


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

* bootstrap/4989: Bootstrap on Linux x86 fails.
@ 2001-12-03  7:56 sefer
  0 siblings, 0 replies; 3+ messages in thread
From: sefer @ 2001-12-03  7:56 UTC (permalink / raw)
  To: gcc-gnats


>Number:         4989
>Category:       bootstrap
>Synopsis:       Bootstrap on Linux x86 fails.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Dec 03 07:56:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     sefer@hotmail.com
>Release:        gcc 3.1 development
>Organization:
>Environment:

>Description:
Hi!

Trying to compile the latest gcc-3.1 from cvs has failed continously in the bootstrap process the last few days.
This is the configure command I used:
../egcs/configure --prefix=/opt/gcc-3.1 --enable-threads --enable-shared --enable-languages=c,c++,f77,objc,java --host=i686-mandrake-linux-gnu

And then I typed "make bootstrap" only to fail after a long while with that error:

/bin/sh ./libtool --mode=compile /home/zvi/t/ccc/gcc/xgcc -B/home/zvi/t/ccc/gcc/ -B/opt/gcc-3.1/i686-mandrake-linux-gnu/bin/ -B/opt/gcc-3.1/i686-mandrake-linux-gnu/lib/ -isystem /opt/gcc-3.1/i686-mandrake-linux-gnu/include -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1  -I. -I../../../egcs/boehm-gc  -I../../../egcs/boehm-gc/include   -fexceptions -I././targ-include -I./../../../egcs/boehm-gc/./libc/include -g -O2 -c ../../../egcs/boehm-gc/os_dep.c
/home/zvi/t/ccc/gcc/xgcc -B/home/zvi/t/ccc/gcc/ -B/opt/gcc-3.1/i686-mandrake-linux-gnu/bin/ -B/opt/gcc-3.1/i686-mandrake-linux-gnu/lib/ -isystem /opt/gcc-3.1/i686-mandrake-linux-gnu/include -DGC_LINUX_THREADS=1 -D_REENTRANT=1 -DTHREAD_LOCAL_ALLOC=1 -DSILENT=1 -DNO_SIGNALS=1 -DNO_EXECUTE_PERMISSION=1 -DALL_INTERIOR_POINTERS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1 -DATOMIC_UNCOLLECTABLE=1 -I. -I../../../egcs/boehm-gc -I../../../egcs/boehm-gc/include -fexceptions -I././targ-include -I./../../../egcs/boehm-gc/./libc/include -g -O2 -c ../../../egcs/boehm-gc/os_dep.c  -fPIC -DPIC -o .libs/os_dep.o
../../../egcs/boehm-gc/os_dep.c:21:9: string constants are not valid in #if
../../../egcs/boehm-gc/os_dep.c:1854:9: string constants are not valid in #if
make[3]: *** [os_dep.lo] Error 1
make[3]: Leaving directory `/home/zvi/t/ccc/i686-mandrake-linux-gnu/boehm-gc'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/zvi/t/ccc/i686-mandrake-linux-gnu/boehm-gc'
make[1]: *** [all-target-boehm-gc] Error 2
make[1]: Leaving directory `/home/zvi/t/ccc'
make: *** [bootstrap] Error 2


Thanks,
  Sefer.
>How-To-Repeat:

>Fix:

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


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

end of thread, other threads:[~2002-01-22  4:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-21 20:56 bootstrap/4989: Bootstrap on Linux x86 fails rodrigc
  -- strict thread matches above, loose matches on Subject: below --
2002-01-01 16:00 rodrigc
2001-12-03  7:56 sefer

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