Subject: Re: bootparam_prot.h: No such file or diretory
To: David Holland <dholland+netbsd@eecs.harvard.edu>
From: Iain Hibbert <plunky@rya-online.net>
List: current-users
Date: 01/16/2008 10:58:04
On Tue, 15 Jan 2008, David Holland wrote:
> On Tue, Jan 15, 2008 at 03:20:44PM +0000, Iain Hibbert wrote:
> > > exec ./build.sh -u -O /usr/obj "$@"
> >
> > > nothing special really, with exception of /usr/src and /usr/obj being
> > > nfs mounted, /usr/src being read-only
> >
> > to be honest I'm no expert here but this seems like a stale dependency of
> > some kind and -u can cause trouble like that if files have been added or
> > removed since the last successful build. I don't see how that should make
> > a difference though if you emptied /usr/obj first.
>
> Maybe some directories were (partially) built without making obj?
count be tainted source tree (though IIRC Kimi downloaded a new set?)
> In that case something like this might help:
>
> cd /usr/src
> find . -type l -name obj -print | xargs rm
> make cleandir
> make obj
I'm not so sure but using build.sh with -O doesn't normally make any
touching in the source tree.
If links are being used though, I wonder if the NFS setup has blocked
them?
iain