From owner-freebsd-stable Tue Jul 23 7:34:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E708037B400 for ; Tue, 23 Jul 2002 07:34:18 -0700 (PDT) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3682D43E3B for ; Tue, 23 Jul 2002 07:34:18 -0700 (PDT) (envelope-from marcolz@stack.nl) Received: from toad.stack.nl (toad.stack.nl [2001:610:1108:5010:202:b3ff:fe17:9e1a]) by mailhost.stack.nl (Postfix) with ESMTP id 4F8253F92 for ; Tue, 23 Jul 2002 16:34:17 +0200 (CEST) Received: by toad.stack.nl (Postfix, from userid 333) id E4A2A98D1; Tue, 23 Jul 2002 16:34:16 +0200 (CEST) Date: Tue, 23 Jul 2002 16:34:16 +0200 From: Marc Olzheim To: freebsd-stable@freebsd.org Subject: Re: USE_GCC=3.1 ? Message-ID: <20020723143416.GA21979@stack.nl> References: <20020721183000.GA89075@stack.nl> <20020722003917.GA32906@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020722003917.GA32906@stack.nl> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD toad.stack.nl 4.6-STABLE FreeBSD 4.6-STABLE X-URL: http://www.stack.nl/~marcolz/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > When one has that line in /etc/make.conf, "make install" in any ports > > dir breaks. It fails to register properly and bails out with: > > Hmmm, I see it's the "make clean" part that goes wrong... More specifically: make clean-depends It's the fact that gmake depends on gcc31, which depends on gmake, etc. Perhaps /usr/share/mk/bsd.port.mk:925 should be deleted ? Isn't there any kind of loop detection ? Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message