Subject: Re: netbsd-3 branch: failed to compile
To: None <netbsd-help@netbsd.org>
From: Ian bell <ianbell@ukfsn.org>
List: netbsd-help
Date: 08/04/2006 21:09:50
Aleksey Cheusov wrote:
> Hi all, i'm trying to build netbsd from sources (netbsd-3 branch)
> but compilation failed with the following error.
> Am I alone with this?
> 
> 0, src>./build.sh -u -U build
> ...
> dependall ===> usr.sbin/apm
> dependall ===> usr.sbin/apmd
> dependall ===> usr.sbin/arp
> dependall ===> usr.sbin/bad144
> dependall ===> usr.sbin/bind
> dependall ===> usr.sbin/bind/libbind9
> dependall ===> usr.sbin/bind/libdns
> nbmake: don't know how to make /srv/src/dist/bind/lib/dns/sec/dst/include/dst/dst.h. Stop
> 
> nbmake: stopped in /srv/src/usr.sbin/bind/libdns
> 

No you are not alone in this. I get pretty much the same error. Try

build.sh tools

first. Apparently you need to build the tools first before compiling 
the system or kernel. I get pretty much this error just building the 
tools. (Note the tools option is implicit in your quoted command line).

Ian