Re: gcc internal compiler error with mozilla

2002-05-27 Thread Sheldon Hearn



On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote:

 I got non-deterministic internal compiler errors when I was trying to
 compile mozilla.  At the same time I was compiling gnome in another
 terminal window.  It only happened with mozilla, it was non-deterministic
 in that I could do another 'make' and it would proceed past the point it
 failed.

At the moment, the c++ compiler in the base system can't be used to
build Mozilla.

Install the lang/gcc31 port and build Mozilla as follows:

cd /usr/ports/www/mozilla
make CXX=/usr/local/bin/g++31

A few people have reported on this mailing list that the above works.
The archives are your friend.

Ciao,
Sheldon.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: gcc internal compiler error with mozilla

2002-05-27 Thread David O'Brien

On Mon, May 27, 2002 at 02:59:36PM +0200, Sheldon Hearn wrote:
 
 
 On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote:
 
  I got non-deterministic internal compiler errors when I was trying to
  compile mozilla.  At the same time I was compiling gnome in another
  terminal window.  It only happened with mozilla, it was non-deterministic
  in that I could do another 'make' and it would proceed past the point it
  failed.
 
 At the moment, the c++ compiler in the base system can't be used to
 build Mozilla.
 
 Install the lang/gcc31 port and build Mozilla as follows:
 
   cd /usr/ports/www/mozilla
   make CXX=/usr/local/bin/g++31

Please raise your concern with [EMAIL PROTECTED]  I provided them with
a USE_GCC patch that would make this easier 2 months ago.  It still has
yet to be committed to bsd.port.mk.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: gcc internal compiler error with mozilla

2002-05-27 Thread Kris Kennaway

On Mon, May 27, 2002 at 10:58:54AM -0700, David O'Brien wrote:

 Please raise your concern with [EMAIL PROTECTED]  I provided them with
 a USE_GCC patch that would make this easier 2 months ago.  It still has
 yet to be committed to bsd.port.mk.

For the benefit of others, there are problems with this patch which
have yet to be addressed.

Kris



msg38854/pgp0.pgp
Description: PGP signature


Re: gcc internal compiler error with mozilla

2002-05-27 Thread David O'Brien

On Mon, May 27, 2002 at 04:21:17PM -0700, Kris Kennaway wrote:
 On Mon, May 27, 2002 at 10:58:54AM -0700, David O'Brien wrote:
 
  Please raise your concern with [EMAIL PROTECTED]  I provided them with
  a USE_GCC patch that would make this easier 2 months ago.  It still has
  yet to be committed to bsd.port.mk.
 
 For the benefit of others, there are problems with this patch which
 have yet to be addressed.

What are they?  We need something now, in some form.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: gcc internal compiler error with mozilla

2002-05-27 Thread Kris Kennaway

On Mon, May 27, 2002 at 06:58:00PM -0700, David O'Brien wrote:
 On Mon, May 27, 2002 at 04:21:17PM -0700, Kris Kennaway wrote:
  On Mon, May 27, 2002 at 10:58:54AM -0700, David O'Brien wrote:
  
   Please raise your concern with [EMAIL PROTECTED]  I provided them with
   a USE_GCC patch that would make this easier 2 months ago.  It still has
   yet to be committed to bsd.port.mk.
  
  For the benefit of others, there are problems with this patch which
  have yet to be addressed.
 
 What are they?  We need something now, in some form.

See your other mail for more details, but the patch introduced
circular dependencies.

Kris



msg38857/pgp0.pgp
Description: PGP signature


Re: gcc internal compiler error with mozilla

2002-05-27 Thread Lamont Granquist



On Mon, 27 May 2002, Sheldon Hearn wrote:
 On Sun, 26 May 2002 15:28:44 MST, Lamont Granquist wrote:
  I got non-deterministic internal compiler errors when I was trying to
  compile mozilla.  At the same time I was compiling gnome in another
  terminal window.  It only happened with mozilla, it was non-deterministic
  in that I could do another 'make' and it would proceed past the point it
  failed.

 At the moment, the c++ compiler in the base system can't be used to
 build Mozilla.

 Install the lang/gcc31 port and build Mozilla as follows:

   cd /usr/ports/www/mozilla
   make CXX=/usr/local/bin/g++31

 A few people have reported on this mailing list that the above works.
 The archives are your friend.

I'd seen this for gcc 3.1, but not for 2.9x.  I thought I'd report it in
case it turned out to be an OS issue rather than a gcc one...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message