Bug 40429

Summary: Cannot build bind
Product: Base System Reporter: Vincent Rodrigue <DrVince>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Vincent Rodrigue 2002-07-10 20:20:01 UTC
I wanted to rebuild bind (/usr/src/contrib/bind/) but when I did a make, it asked for a bsd subdirectory.  I found that it's the Makefile of /usr/src/contrib/bind/lib/ who have the SUBDIRS line of it.

How-To-Repeat:       # cd /usr/src/contrib/bind/ && make
Using .systype
[...]
/usr/src/contrib/bind/lib/isc
cd: can't cd to bsd
*** Error code 1

Stop in /usr/src/contrib/bind/lib.
*** Error code 1
Comment 1 Giorgos Keramidas freebsd_committer freebsd_triage 2002-07-11 02:24:54 UTC
State Changed
From-To: open->closed

Building stuff under src/contrib is not supposed to work. 
You should use the relevant bits under src/usr.sbin instead.