From sean@farley.org  Wed Aug  9 14:25:43 2000
Return-Path: <sean@farley.org>
Received: from farley.org (farley.org [216.140.158.72])
	by hub.freebsd.org (Postfix) with ESMTP id B6DC137BA28
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Aug 2000 14:24:25 -0700 (PDT)
	(envelope-from sean@farley.org)
Received: from thor.farley.org ([192.168.1.5])
	by farley.org with esmtp (Exim 3.03 #1)
	id 13MdKG-0000Lv-00
	for FreeBSD-gnats-submit@freebsd.org; Wed, 09 Aug 2000 16:23:48 -0500
Received: (from sean@localhost)
	by thor.farley.org (8.9.3/8.9.3) id QAA12564;
	Wed, 9 Aug 2000 16:23:50 -0500 (CDT)
	(envelope-from sean@gw.farley.org)
Message-Id: <200008092123.QAA12564@thor.farley.org>
Date: Wed, 9 Aug 2000 16:23:50 -0500 (CDT)
From: sean-freebsd@farley.org
Sender: sean@farley.org
Reply-To: sean-freebsd@farley.org
To: FreeBSD-gnats-submit@freebsd.org
Subject: nslookup fails to build with NO_BIND set
X-Send-Pr-Version: 3.2

>Number:         20511
>Category:       bin
>Synopsis:       nslookup fails to build with NO_BIND set
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sheldonh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 09 14:30:00 PDT 2000
>Closed-Date:    Thu Aug 10 04:55:12 PDT 2000
>Last-Modified:  Tue Nov 27 18:33:08 PST 2001
>Originator:     Sean C. Farley
>Release:        FreeBSD 3.5-STABLE i386
>Organization:
>Environment:

>Description:

	make buildworld with NO_BIND set in make.conf will result in
	an error.  nslookup should not be built when NO_BIND is set
	since the bind library is also not being built.

>How-To-Repeat:

	Set NO_BIND to true in make.conf and make buildworld.

>Fix:
	
	Remove nslookup from SUBDIR variable in src/usr.sbin/Makefile.
	This will stop it from being built unless NO_BIND is not defined.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: sheldonh 
State-Changed-When: Thu Aug 10 03:17:24 PDT 2000 
State-Changed-Why:  
I don't agree that nslookup should not be built.  What's 
the error? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20511 
State-Changed-From-To: feedback->open 
State-Changed-By: sheldonh 
State-Changed-When: Thu Aug 10 04:33:00 PDT 2000 
State-Changed-Why:  
As David points out, nslookup is linked against libbind.  This'll 
go in once a ``make world'' proves it. :-) 


Responsible-Changed-From-To: freebsd-bugs->sheldonh 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Thu Aug 10 04:33:00 PDT 2000 
Responsible-Changed-Why:  
I'll make the incredibly difficult change that will make 
good use of my incredible list of academic achievements. ;-) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20511 
State-Changed-From-To: open->closed 
State-Changed-By: sheldonh 
State-Changed-When: Thu Aug 10 04:55:12 PDT 2000 
State-Changed-Why:  
Fixed in rev 1.147.2.12 of src/usr.sbin/Makefile. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=20511 
>Unformatted:
