From owner-freebsd-ports@FreeBSD.ORG Wed Jul 29 20:36:21 2009 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C45310656AA; Wed, 29 Jul 2009 20:36:21 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [72.9.101.130]) by mx1.freebsd.org (Postfix) with ESMTP id 113028FC19; Wed, 29 Jul 2009 20:36:20 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (localhost [127.0.0.1]) by prime.gushi.org (8.14.1/8.14.1) with ESMTP id n6TKaEWP091431 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Jul 2009 16:36:17 -0400 (EDT) (envelope-from danm@prime.gushi.org) X-DKIM: Sendmail DKIM Filter v2.8.2 prime.gushi.org n6TKaEWP091431 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prime.gushi.org; s=primegushiorg; t=1248898017; bh=5dqH1zjgmDnRYTdGSCDy9uWHZhKkFfR8yGhesybMj9A=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=HZ1HYsqylOoDMIDRmvVdRY4EqqrpbyXftuLJkGoFcsAq3P3ao7vXktKgLydqup/S4 e6M4zYjnWqMWRSlIpnOqA== X-DomainKeys: Sendmail DomainKeys Filter v1.0.2 prime.gushi.org n6TKaEWP091431 DomainKey-Signature: a=rsa-sha1; s=primegushiorg; d=prime.gushi.org; c=nofws; q=dns; h=received:date:from:to:cc:subject:in-reply-to:message-id: references:user-agent:x-openpgp-key-id:mime-version:content-type; b=s+x+RbKLJdW5yJnWCuEdVkWRcW+ejo7tY/PyFuqTYm7wXQ2MmHTE0mNrOLvktVCcQ W5pp6t2Jt2rKDzBTsAh5A== Received: (from danm@localhost) by prime.gushi.org (8.14.1/8.14.1/Submit) id n6TJvRRG077165; Wed, 29 Jul 2009 15:57:27 -0400 (EDT) (envelope-from danm) Date: Wed, 29 Jul 2009 15:57:27 -0400 (EDT) From: "Dan Mahoney, System Admin" To: Doug Barton In-Reply-To: <4A709B81.5070905@FreeBSD.org> Message-ID: References: <200907282158.43397.mel.flynn+fbsd.questions@mailing.thruhere.net> <4A6FF497.5010808@FreeBSD.org> <4A709B81.5070905@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key-ID: 0x624BB249 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0.1 (prime.gushi.org [127.0.0.1]); Wed, 29 Jul 2009 16:06:57 -0400 (EDT) Cc: ports@FreeBSD.org, freebsd-questions@FreeBSD.org, Mel Flynn Subject: Re: Don't know how to make /usr/ports/dns/bind96/work/.build.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 20:36:22 -0000 On Wed, 29 Jul 2009, Doug Barton wrote: > Dan Mahoney, System Admin wrote: > >>> I believe Mel is right here. 'make clean ; make config ; make' worked >>> for me. >> >> As does a second make after getting this error, but it's nonintuitive, >> and probably a ports bug. > > I'm not sure why 'make clean' is nonintuitive in the context of > changing OPTIONS. What is your expectation of how it should work? The fact that the error occurs AT ALL is the bug and what is counterintuitive, and many people would not think to try typing "make" again, and instead would just assume the thing's broken. (See previously referenced email) Make clean isn't solving the problem, but I can see how you're getting that thought. The problem only occurs on a virgin, untouched, un-configged port. The solution to the problem in this case is to just re-run make. There's nothing to CLEAN, since you haven't made yet. The reason it seems like make clean fixes it may also because make clean does not do a make rmconfig: when I do an rmconfig I can successfully duplicate this problem, however: Running make config then make: fine Running just make, with no config: this error. Thoughts? -- "If you aren't going to try something, then we might as well just be friends." "We can't have that now, can we?" -SK & Dan Mahoney, December 9, 1998 --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC ICQ: 13735144 AIM: LarpGM Site: http://www.gushi.org ---------------------------