Subject: Re: current toolchain build failure
To: Sean Davis <dive-nb@endersgame.net>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-bugs
Date: 04/06/2003 12:51:39
On Sun, 6 Apr 2003, Sean Davis wrote:

> I get this every time I try to ./build.sh tools. I'm running 1.6Q from march
> 30th.
>
> cleandir ===> groff
> rm -r -f .*_done build
> rm -f a.out [Ee]rrs mklog core *.core
> dependall ===> host-mkdep
> install ===> host-mkdep
> mkdir -p /misc/tools/bin
> cp host-mkdep /misc/tools/bin/nbhost-mkdep
> cp: host-mkdep: No such file or directory
> *** Error code 1

> Any ideas? Should I file a PR?

Your call. BTW, please don't send mail to "netbsd-bugs" unless it's a
copy of a response to a PR. "netbsd-bugs" is a gateway to the PR
system; it's something of a fluke that you can send mail to it at all.

> My source tree has been make cleandir'd multiple times... and cvs updated
> right before I last tried.

There's at least one thing you're not telling us... you have
${TOOLDIR} set in the environment or ${MAKECONF}? What else?
${UPDATE}? If so, try it without UPDATE.

Frederick