public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libgcj/1174: Re: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
  2000-12-20 12:21 java/1173: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed hargettp
@ 2000-12-20 12:20 ` Tom Tromey
  2000-12-20 12:22   ` libgcj/1228: " Phil Hargett
  0 siblings, 1 reply; 4+ messages in thread
From: Tom Tromey @ 2000-12-20 12:20 UTC (permalink / raw)
  To: hargettp; +Cc: java-gnats

>Number:         1174
>Category:       libgcj
>Synopsis:       Re: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    green
>State:          closed
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Wed Dec 20 12:16:56 PST 2000
>Closed-Date:    Thu Mar 30 11:13:49 PST 2000
>Last-Modified:  Thu Mar 30 11:16:02 PST 2000
>Originator:     
>Release:        
>Organization:
>Environment:

>Description:
 You can't build the latest libgcj with the 2.95.2 gcj.
 Tom
>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR libgcj/190

State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Thu Mar 30 11:13:49 2000
State-Changed-Why:
    Another bogus PR.
    Is the mail interface broken?

From: tromey@cygnus.com
To: green@cygnus.com, java-gnats@sourceware.cygnus.com, tromey@cygnus.com
Cc:  
Subject: Re: libgcj/190
Date: 30 Mar 2000 19:13:49 -0000

 Synopsis: Re: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
 
 State-Changed-From-To: open->closed
 State-Changed-By: tromey
 State-Changed-When: Thu Mar 30 11:13:49 2000
 State-Changed-Why:
     Another bogus PR.
     Is the mail interface broken?
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=190&database=java
>Unformatted:



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

* java/1173: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
@ 2000-12-20 12:21 hargettp
  2000-12-20 12:20 ` libgcj/1174: Re: gcj/189: " Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: hargettp @ 2000-12-20 12:21 UTC (permalink / raw)
  To: java-gnats

>Number:         1173
>Category:       java
>Synopsis:       can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apbianco
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 20 12:16:54 PST 2000
>Closed-Date:    Wed May 03 17:31:36 PDT 2000
>Last-Modified:  Wed May  3 17:40:00 PDT 2000
>Originator:     Phil Hargett
>Release:        2.95.2 - updated from CVS on 3/30/00
>Organization:
>Environment:
RH Linux 6.0, i686, gcc -v 2.95.2
>Description:
The same problem reported in PR#155 is happening on my machine.  Apologies
>How-To-Repeat:
1. Download gcc 2.95.2 (core + c++ and java files)
2. ./configure --prefix=/home/phil, to avoid overwriting the installed compiler
2. make -- Compile gcc using default compiler on RH 6.0 (egcs-1.1.2, which reports egcs-2.91.66 on gcc -v)
3. make install (puts gcc in /home/phil/bin, other support files relative to that as appropriate)
4. change $PATH to put /home/phil/bin ahead of /usr/bin, to ensure that invoking gcc will invoke gcc 2.95.2, not the egcs-1.1.2 in /usr/bin
5. checkout libgcj (latest as of 3/30/00)
6. libgcj/configure --prefix=/home/phil (again to install in user directory)
7. make -- after a *lot* of work, reports same error as PR#155 in isNegative() method of BigInteger.java
>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR gcj/189


From: Bryce McKinlay <bryce@albatross.co.nz>
To: hargettp@mindspring.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/189: can not build libgcj (internal error - SP mismatch) -- 
 PR#155 not fixed
Date: Fri, 31 Mar 2000 10:25:25 +1200

 Hi Phil,
 
 You cannot build the current cvs libgcj with gcc 2.95.2. Please checkout the latest gcc from cvs and try it with that, or take a look at
 http://sourceware.cygnus.com/java/download.html for other options. We know this is a sub-optimal situation, but we're bound by gcc release
 schedules as to when we can release a new stable gcj/libgcj combination.
 
 regards
 
   [ bryce ]
 
 
 hargettp@mindspring.com wrote:
 
 > >Originator:     Phil Hargett
 > >Release:        2.95.2 - updated from CVS on 3/30/00
 > >Organization:
 > >Environment:
 > RH Linux 6.0, i686, gcc -v 2.95.2
 > >Description:
 > The same problem reported in PR#155 is happening on my machine.  Apologies
 > >How-To-Repeat:
 > 1. Download gcc 2.95.2 (core + c++ and java files)
 > 2. ./configure --prefix=/home/phil, to avoid overwriting the installed compiler
 > 2. make -- Compile gcc using default compiler on RH 6.0 (egcs-1.1.2, which reports egcs-2.91.66 on gcc -v)
 > 3. make install (puts gcc in /home/phil/bin, other support files relative to that as appropriate)
 > 4. change $PATH to put /home/phil/bin ahead of /usr/bin, to ensure that invoking gcc will invoke gcc 2.95.2, not the egcs-1.1.2 in /usr/bin
 > 5. checkout libgcj (latest as of 3/30/00)
 > 6. libgcj/configure --prefix=/home/phil (again to install in user directory)
 > 7. make -- after a *lot* of work, reports same error as PR#155 in isNegative() method of BigInteger.java
 

From: "Phil Hargett" <hargettp@mindspring.com>
To: "Bryce McKinlay" <bryce@albatross.co.nz>
Cc: <java-gnats@sourceware.cygnus.com>
Subject: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
Date: Thu, 30 Mar 2000 18:53:21 -0500

 Actually, that's how I did try to create libgcj: download gcc from CVS,
 build it using my RH installed compiler (egcs-1.1.2), then using the new
 compiler (2.95.2), compile libgcj.  If I had received some other bug, I
 would have imagined that it was just shame on me for using a new, unstable
 release, but it's the same bug that's been around for a month.
 
 Thanks!
 
 
 
 -----Original Message-----
 From: bryce@havoc.albatross.co.nz [ mailto:bryce@havoc.albatross.co.nz]On
 Behalf Of Bryce McKinlay
 Sent: Thursday, March 30, 2000 5:25 PM
 To: hargettp@mindspring.com
 Cc: java-gnats@sourceware.cygnus.com
 Subject: Re: gcj/189: can not build libgcj (internal error - SP
 mismatch) -- PR#155 not fixed
 
 
 Hi Phil,
 
 You cannot build the current cvs libgcj with gcc 2.95.2. Please checkout the
 latest gcc from cvs and try it with that, or take a look at
 http://sourceware.cygnus.com/java/download.html for other options. We know
 this is a sub-optimal situation, but we're bound by gcc release
 schedules as to when we can release a new stable gcj/libgcj combination.
 
 regards
 
   [ bryce ]
 
 
 hargettp@mindspring.com wrote:
 
 > >Originator:     Phil Hargett
 > >Release:        2.95.2 - updated from CVS on 3/30/00
 > >Organization:
 > >Environment:
 > RH Linux 6.0, i686, gcc -v 2.95.2
 > >Description:
 > The same problem reported in PR#155 is happening on my machine.  Apologies
 > >How-To-Repeat:
 > 1. Download gcc 2.95.2 (core + c++ and java files)
 > 2. ./configure --prefix=/home/phil, to avoid overwriting the installed
 compiler
 > 2. make -- Compile gcc using default compiler on RH 6.0 (egcs-1.1.2, which
 reports egcs-2.91.66 on gcc -v)
 > 3. make install (puts gcc in /home/phil/bin, other support files relative
 to that as appropriate)
 > 4. change $PATH to put /home/phil/bin ahead of /usr/bin, to ensure that
 invoking gcc will invoke gcc 2.95.2, not the egcs-1.1.2 in /usr/bin
 > 5. checkout libgcj (latest as of 3/30/00)
 > 6. libgcj/configure --prefix=/home/phil (again to install in user
 directory)
 > 7. make -- after a *lot* of work, reports same error as PR#155 in
 isNegative() method of BigInteger.java
 
State-Changed-From-To: open->feedback
State-Changed-By: apbianco
State-Changed-When: Tue Apr  4 11:33:01 2000
State-Changed-Why:
    Can you please make sure that at least this patch is
    in place:
    
      http://gcc.gnu.org/ml/gcc-patches/2000-01/msg01111.html
    
    But our experience with #155 (which was a more complicated
    case -- libffi wouldn't configure properly on Solaris/x86)
    shows that updating the compiler (and the runtime) to the
    latests and greatest fixes the problem.
    

From: apbianco@cygnus.com
To: apbianco@cygnus.com, hargettp@mindspring.com,
  java-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: gcj/189
Date: 4 Apr 2000 18:33:02 -0000

 Synopsis: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
 
 State-Changed-From-To: open->feedback
 State-Changed-By: apbianco
 State-Changed-When: Tue Apr  4 11:33:01 2000
 State-Changed-Why:
     Can you please make sure that at least this patch is
     in place:
     
       http://gcc.gnu.org/ml/gcc-patches/2000-01/msg01111.html
     
     But our experience with #155 (which was a more complicated
     case -- libffi wouldn't configure properly on Solaris/x86)
     shows that updating the compiler (and the runtime) to the
     latests and greatest fixes the problem.
     
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=189&database=java

From: "Phil Hargett" <hargettp@mindspring.com>
To: <apbianco@cygnus.com>, <java-gnats@sourceware.cygnus.com>
Cc:  
Subject: RE: gcj/189
Date: Tue, 4 Apr 2000 14:57:43 -0400

 Thank you!
 
 Will take a couple of days, but I'll keep you posted.
 
 -----Original Message-----
 From: apbianco@cygnus.com [ mailto:apbianco@cygnus.com ]
 Sent: Tuesday, April 04, 2000 2:33 PM
 To: apbianco@cygnus.com; hargettp@mindspring.com;
 java-gnats@sourceware.cygnus.com
 Subject: Re: gcj/189
 
 
 Synopsis: can not build libgcj (internal error - SP mismatch) -- PR#155 not
 fixed
 
 State-Changed-From-To: open->feedback
 State-Changed-By: apbianco
 State-Changed-When: Tue Apr  4 11:33:01 2000
 State-Changed-Why:
     Can you please make sure that at least this patch is
     in place:
 
       http://gcc.gnu.org/ml/gcc-patches/2000-01/msg01111.html
 
     But our experience with #155 (which was a more complicated
     case -- libffi wouldn't configure properly on Solaris/x86)
     shows that updating the compiler (and the runtime) to the
     latests and greatest fixes the problem.
 
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=189&database=ja
 va
 

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: "Phil Hargett" <hargettp@mindspring.com>
Cc: java-gnats@sourceware.cygnus.com
Subject: RE: gcj/189
Date: Mon, 1 May 2000 09:31:26 -0700 (PDT)

 Phil Hargett writes:
 >  Thank you!
 >  
 >  Will take a couple of days, but I'll keep you posted.
 
 Let me know if you still have problems building recent snapshots of
 the compiler and run-time trees (which I doubt, x86 Red Hat Linux 6.x
 is used by a lot of people and the `SP mismatch' has been reported to
 me only three times: internally when it was discovered, by someone
 building on Solaris/x86 (using an outdated compiler) and by you)
 otherwise I'll close this PR.
 
 ./A

From: Phil Hargett <hargettp@mindspring.com>
To: apbianco@redhat.com
Cc: java-gnats@sourceware.cygnus.com
Subject: RE: gcj/189
Date: Wed, 3 May 2000 17:56:55 -0400 (EDT)

 Been busy, but I'll start the process again tonight to see if I can make it work.
 
 Thanks.
 
 --------------------
 
 >
 >Phil Hargett writes:
 >>  Thank you!
 >>  
 >>  Will take a couple of days, but I'll keep you posted.
 >
 >Let me know if you still have problems building recent snapshots of
 >the compiler and run-time trees (which I doubt, x86 Red Hat Linux 6.x
 >is used by a lot of people and the `SP mismatch' has been reported to
 >me only three times: internally when it was discovered, by someone
 >building on Solaris/x86 (using an outdated compiler) and by you)
 >otherwise I'll close this PR.
 >
 >./A
 
 --------------------
 
 

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: Phil Hargett <hargettp@mindspring.com>
Cc: java-gnats@sourceware.cygnus.com
Subject: RE: gcj/189
Date: Wed, 3 May 2000 15:18:51 -0700 (PDT)

 Phil Hargett writes:
 
 > Been busy, but I'll start the process again tonight to see if I can
 > make it work.
 
 I just noticed that egcs is a bit unstable these days. Yesterday I
 couldn't link cc1. Today, cc1plus bombs building libio. But that's on
 Linux/x86, YMMV.
 
 ./A
 

From: Phil Hargett <hargettp@mindspring.com>
To: apbianco@redhat.com, Phil Hargett <hargettp@mindspring.com>
Cc: java-gnats@sourceware.cygnus.com
Subject: RE: gcj/189
Date: Wed, 3 May 2000 18:31:54 -0400 (EDT)

 I'm right now in the middle of using the 5/1 egcs snapshot to build gcc/gcj/libgcj according to the build instructions here:  http://sourceware.cygnus.com/java/build-snapshot.html .  It's still progressing just fine, currently on step #5 (build egcs/gcj).
 
 If encounter problems, any ideas what snapshot to roll back to?
 
 I realize how sensitive the combination of snapshots, bootstrap compilers, and build environment are, so sorry to hassle you and the rest of the GCC/GCJ team.  It's just I really want to use this stuff! ;)
 
 --------------------
 
 >
 >Phil Hargett writes:
 >
 >> Been busy, but I'll start the process again tonight to see if I can
 >> make it work.
 >
 >I just noticed that egcs is a bit unstable these days. Yesterday I
 >couldn't link cc1. Today, cc1plus bombs building libio. But that's on
 >Linux/x86, YMMV.
 >
 >./A
 >
 
 --------------------
 
 

From: Tom Tromey <tromey@cygnus.com>
To: Phil Hargett <hargettp@mindspring.com>
Cc: apbianco@cygnus.com, java-gnats@sourceware.cygnus.com
Subject: RE: gcj/189
Date: Wed, 3 May 2000 15:48:59 -0700 (PDT)

 Phil>  If encounter problems, any ideas what snapshot to roll back to?
 
 I wish.  I'm still using 4-26 for most stuff, but I always keep
 gcc/java fully up-to-date.  I don't update very often, because if I
 get a bad gcc I might have to keep it for a while :-(
 
 Phil>  I realize how sensitive the combination of snapshots, bootstrap
 Phil>  compilers, and build environment are, so sorry to hassle you
 Phil>  and the rest of the GCC/GCJ team.  It's just I really want to
 Phil>  use this stuff! ;)
 
 Don't worry about it.  We also really want you to use it!
 
 Tom

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: Phil Hargett <hargettp@mindspring.com>
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/189
Date: Wed, 3 May 2000 17:27:25 -0700 (PDT)

 Phil Hargett writes:
 
 > Anthony, 
 
 > How 'bout we close gcj/189?  As it's clear I'm getting *somewhere*
 > on my box (Red hat 6.0), it seems we really aren't dealing with the
 > original issue concerning an attempt to build the distribution with
 > a certain combination of compilers, snapshots, etc., on my Red Hat
 > Linux 6.0 box.
 
 I'm pretty sure you won't have any SP problems building the current
 tree -- when it'll get build-able.
 
 I'm closing the PR. Thank your for your patience and abnegation.
 
 ./A
State-Changed-From-To: feedback->closed
State-Changed-By: apbianco
State-Changed-When: Wed May  3 17:31:36 2000
State-Changed-Why:
    Phil Hargett feels that the SP problem is gone for good
    and that he'll be able to build the toolchain pretty soon.

From: apbianco@cygnus.com
To: apbianco@cygnus.com, hargettp@mindspring.com,
  java-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: gcj/189
Date: 4 May 2000 00:31:36 -0000

 Synopsis: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
 
 State-Changed-From-To: feedback->closed
 State-Changed-By: apbianco
 State-Changed-When: Wed May  3 17:31:36 2000
 State-Changed-Why:
     Phil Hargett feels that the SP problem is gone for good
     and that he'll be able to build the toolchain pretty soon.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=189&database=java
>Unformatted:



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

* libgcj/1175: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
  2000-12-20 12:22   ` libgcj/1228: " Phil Hargett
@ 2000-12-20 12:21     ` Tom Tromey
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Tromey @ 2000-12-20 12:21 UTC (permalink / raw)
  To: Phil Hargett; +Cc: Tom Tromey, java-gnats

>Number:         1175
>Category:       libgcj
>Synopsis:       RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    green
>State:          closed
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Wed Dec 20 12:16:57 PST 2000
>Closed-Date:    Thu Mar 30 11:12:22 PST 2000
>Last-Modified:  Thu Mar 30 11:16:01 PST 2000
>Originator:     
>Release:        
>Organization:
>Environment:

>Description:
 Phil> What is the suggested build configuration?  2.95.1?  If I missed
 Phil> the current recommendation, apologies.
 
 There's a note on this in the FAQ.
 What is recommended right now depends on what you want to do.
 (We agree it is a bad situation, but there isn't an easy fix.)
 
 T
>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR libgcj/192

State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Thu Mar 30 11:12:22 2000
State-Changed-Why:
    This is a bogus PR

From: tromey@cygnus.com
To: green@cygnus.com, java-gnats@sourceware.cygnus.com, tromey@cygnus.com
Cc:  
Subject: Re: libgcj/192
Date: 30 Mar 2000 19:12:22 -0000

 Synopsis: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
 
 State-Changed-From-To: open->closed
 State-Changed-By: tromey
 State-Changed-When: Thu Mar 30 11:12:22 2000
 State-Changed-Why:
     This is a bogus PR
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=192&database=java
>Unformatted:



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

* libgcj/1228: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
  2000-12-20 12:20 ` libgcj/1174: Re: gcj/189: " Tom Tromey
@ 2000-12-20 12:22   ` Phil Hargett
  2000-12-20 12:21     ` libgcj/1175: " Tom Tromey
  0 siblings, 1 reply; 4+ messages in thread
From: Phil Hargett @ 2000-12-20 12:22 UTC (permalink / raw)
  To: Tom Tromey; +Cc: java-gnats

>Number:         1228
>Category:       libgcj
>Synopsis:       RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
>Confidential:   yes
>Severity:       serious
>Priority:       medium
>Responsible:    green
>State:          closed
>Class:          sw-bug
>Submitter-Id:   unknown
>Arrival-Date:   Wed Dec 20 12:18:02 PST 2000
>Closed-Date:    Thu Mar 30 11:13:05 PST 2000
>Last-Modified:  Thu Mar 30 11:16:01 PST 2000
>Originator:     
>Release:        
>Organization:
>Environment:

>Description:
 Oh.  Sorry.
 
 What is the suggested build configuration?  2.95.1?  If I missed the current
 recommendation, apologies.
 
 -----Original Message-----
 From: Tom Tromey [ mailto:tromey@cygnus.com ]
 Sent: Thursday, March 30, 2000 1:33 PM
 To: hargettp@mindspring.com
 Cc: java-gnats@sourceware.cygnus.com
 Subject: Re: gcj/189: can not build libgcj (internal error - SP
 mismatch) -- PR#155 not fixed
 
 
 You can't build the latest libgcj with the 2.95.2 gcj.
 Tom
 
>How-To-Repeat:

>Fix:

>Release-Note:

>Audit-Trail:

Formerly PR libgcj/191

State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Thu Mar 30 11:13:05 2000
State-Changed-Why:
    This is a bogus PR.

From: tromey@cygnus.com
To: green@cygnus.com, hargettp@mindspring.com,
  java-gnats@sourceware.cygnus.com
Cc:  
Subject: Re: libgcj/191
Date: 30 Mar 2000 19:13:05 -0000

 Synopsis: RE: gcj/189: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed
 
 State-Changed-From-To: open->closed
 State-Changed-By: tromey
 State-Changed-When: Thu Mar 30 11:13:05 2000
 State-Changed-Why:
     This is a bogus PR.
 
 http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?cmd=view&pr=191&database=java
>Unformatted:



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

end of thread, other threads:[~2000-12-20 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-20 12:21 java/1173: can not build libgcj (internal error - SP mismatch) -- PR#155 not fixed hargettp
2000-12-20 12:20 ` libgcj/1174: Re: gcj/189: " Tom Tromey
2000-12-20 12:22   ` libgcj/1228: " Phil Hargett
2000-12-20 12:21     ` libgcj/1175: " Tom Tromey

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