From owner-freebsd-questions@FreeBSD.ORG Mon Jan 1 17:07:39 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 98E3B16A407 for ; Mon, 1 Jan 2007 17:07:39 +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 30B9213C457 for ; Mon, 1 Jan 2007 17:07:39 +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 <20070101170737.HRDS60.dukecmmtao03.coxmail.com@dukecmmtao03>; Mon, 1 Jan 2007 12:07:37 -0500 X-Mailer: Openwave WebEngine, version 2.8.16 (webedge20-101-1106-20040809) From: Vizion Organization: vizion Communications To: Date: Mon, 1 Jan 2007 9:07:38 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20070101170737.HRDS60.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 17:07:39 -0000 > -----Original Message----- > From: Beech Rintoul [mailto:beech@alaskaparadise.com] > Sent: Monday, January 01, 2007 8:49 AM > To: Vizion > Cc: freebsd-questions@freebsd.org > Subject: Re: mozilla - bind conflict _ > > > On Monday 01 January 2007 07:39, Vizion wrote: > > > -----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. > > CD to the bind9 directory and do a "make config." That is > also an option that > you need to uncheck. I had the same problem with several > ports and finally > went back to the dist version. > > Beech Thanks for sticking with me on this - but, assuming you mean /usr/ports/dns/bind9 I tried that one too.. ensuring the line REPLACE_BASE was unchecked and did the same for all other bind versions in ports/dns. I have now tried a system shutdown in case the PORT_REPLACES_BASE_BIND option is stored dynamically but to no avail. I still get the error message: mozilla-1.7..13_1,2: bind installed with PORT_REPLACES_BASE_BIND causes problems. This is becoming a witch hunt to locate the broomstick!! David