From owner-freebsd-openoffice Fri Jun 28 12:14:11 2002 Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 58B7B37B400 for ; Fri, 28 Jun 2002 12:14:03 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6BC243E0A for ; Fri, 28 Jun 2002 12:14:02 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.4/8.12.2) with ESMTP id g5SJDntL049914; Fri, 28 Jun 2002 12:13:49 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.5/8.12.4/Submit) id g5SJDmfv049913; Fri, 28 Jun 2002 12:13:48 -0700 (PDT) Date: Fri, 28 Jun 2002 12:13:48 -0700 From: "David O'Brien" To: Oliver Brandmueller Cc: openoffice@freebsd.org Subject: Re: USE_GCC=3.1 in Ports Message-ID: <20020628121348.B49613@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20020628111102.GA81764@e-Gitt.NET> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020628111102.GA81764@e-Gitt.NET>; from ob@e-Gitt.NET on Fri, Jun 28, 2002 at 01:11:02PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-openoffice@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-openoffice" in the body of the message