From owner-freebsd-questions@FreeBSD.ORG Mon Jan 1 16:39:45 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB05116A584 for ; Mon, 1 Jan 2007 16:39:45 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03.coxmail.com (dukecmmtao03.coxmail.com [68.99.120.70]) by mx1.freebsd.org (Postfix) with ESMTP id 5FF8A13C43E for ; Mon, 1 Jan 2007 16:39:45 +0000 (UTC) (envelope-from vizion@vizion.occoxmail.com) Received: from dukecmmtao03 ([172.18.22.61]) by dukecmmtao03.coxmail.com (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with SMTP id <20070101163943.GFJP60.dukecmmtao03.coxmail.com@dukecmmtao03>; Mon, 1 Jan 2007 11:39:43 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Mon, 1 Jan 2007 8:39:44 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070101163943.GFJP60.dukecmmtao03.coxmail.com@dukecmmtao03> Cc: beech@alaskaparadise.com Subject: Re: mozilla - bind conflict _ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jan 2007 16:39:45 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Beech Rintoul > Sent: Monday, January 01, 2007 7:08 AM > To: freebsd-questions@freebsd.org > Cc: Vizion > Subject: Re: mozilla - bind conflict _ > > > On Monday 01 January 2007 03:00, Vizion wrote: > > Hi > > > > I am having problems upgrading mozilla-1.7.13,2 ro > mozilla-1.7.13_1,2 > > (www/mozilla) > > > > Build fails > > mozilla-1.7..13_1,2: bind installed with > PORT_REPLACES_BASE_BIND causes > > problems. > > > > I first recompiled bind9 without this option but got the > same failure. > > > > Then I deinstalled bind9 entirely and retried the portupgrade after > > portsclean -C only to get the same failure. > > > > Suggestions please > > > > Thanks > > david > > If you have a bind line in your /etc/make.config > (PORT_REPLACES_BASE_BIND9) > remove it. Alternately, you can do a "make -k" to override > the error, but if > you do that keep a close eye on your build to make sure you > don't have an > error somewhere else that gets ignored. > > Beech Thanks -- I should have mentioned that I had checked make.config as I had the same idea..I am now wondering where the &*^% the system is getting the idea that PORT_REPLACES_BASE_BIND is valid for bind... puzzled ignorance reins supreme here. David