Subject: Re: .WAIT errors during build after CVS update
To: Emre Yildirim <emre@vsrc.uab.edu>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-users
Date: 07/28/2001 15:28:44
On Sat, Jul 28, 2001 at 03:06:47AM -0500, Emre Yildirim wrote:
>
> Hello people,
>
> I'm trying to recompile NetBSD and I get a bunch of errors. One example is below:
>
> .......
>
> obj ===> usr.sbin/bind/ndc
> /usr/src/usr.sbin/bind/ndc/obj -> /usr/obj/usr.sbin/bind/ndc
> obj ===> usr.sbin/bind/doc
> obj ===> usr.sbin/bind/doc/bog
> /usr/src/usr.sbin/bind/doc/bog/obj -> /usr/obj/usr.sbin/bind/doc/bog
> obj ===> usr.sbin/bootp
> obj ===> usr.sbin/bootp/common
> /usr/src/usr.sbin/bootp/common/obj -> /usr/obj/usr.sbin/bootp/common
> obj ===> usr.sbin/bootp/.WAIT
> cd: can't cd to /usr/src/usr.sbin/bootp/.WAIT
> *** Error code 2
>
> Stop.
> *** Error code 1
>
> Stop.
> *** Error code 1
>
> Stop.
>
>
> After cd'ing into /usr/src/usr.sbin/bootp/ and editing Makefile, and removing .WAIT,
> the problem goes away, and 'make obj' resumes without problem. I've had a little
> over 10 of these .WAIT errors so far. Are they supposed to be there? Or are these
> typos in the Makefile?
>
> PS: I updated my source tree about 30 minutes ago (right now it's 3:20AM CST)
See UPDATING
you need to rebuild make and a buch of other tools first
--
Manuel Bouyer <bouyer@antioche.eu.org>
--