Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 12:13:48 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        Oliver Brandmueller <ob@e-Gitt.NET>
Cc:        openoffice@freebsd.org
Subject:   Re: USE_GCC=3.1 in Ports
Message-ID:  <20020628121348.B49613@dragon.nuxi.com>
In-Reply-To: <20020628111102.GA81764@e-Gitt.NET>; from ob@e-Gitt.NET on Fri, Jun 28, 2002 at 01:11:02PM %2B0200
References:  <20020628111102.GA81764@e-Gitt.NET>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 28, 2002 at 01:11:02PM +0200, Oliver Brandmueller wrote:
> I wanted to make openoffice with USE_GCC=3.1 - it had a dependency on
> gcc31 then and started the install. USE_GCC=3.1 was passed to the make
> of gcc31 - so it depended on itself and fell into an endless recursion
> (which I could hardly stop when the machine had load of 913! :-)).

Oh, that is nasty.

Can you try this patch:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/gcc31/Makefile,v
retrieving revision 1.124
diff -u -r1.124 Makefile
--- Makefile	22 Jun 2002 20:26:51 -0000	1.124
+++ Makefile	28 Jun 2002 19:13:42 -0000
@@ -43,6 +43,8 @@
 .endif
 PATCH_WRKSRC=	${SRCDIR}
 CONFIGURE_SCRIPT=	../${SRCDIR:C/${WRKDIR}//}/configure
+# do not require Gcc 3.1 to compile -- or we have an infinate loop on RELENG_4.
+USE_GCC=	X
 
 .include <bsd.port.pre.mk>
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-openoffice" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020628121348.B49613>