Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Aug 2009 13:54:17 +0100 (BST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        matt donovan <kitchetech@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: latest svn kernel build seems to be broken
Message-ID:  <alpine.BSF.2.00.0908021353090.1507@fledge.watson.org>
In-Reply-To: <28283d910908011814y7838eedfica94021d65433566@mail.gmail.com>
References:  <28283d910908011814y7838eedfica94021d65433566@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

On Sat, 1 Aug 2009, matt donovan wrote:

> While trying to build the kernel modules I get the following error this is 
> with svn co of 196027

I assume this is an incremental rebuild as opposed to a full rebuild?  What's 
happened is that an earlier "make depend" has left in a dependency on 
vimage.h, which has now been removed.  You need to do a "make cleandepend" to 
flush out the stale dependencies.  Or a non-incremental rebuild.

Robert N M Watson
Computer Laboratory
University of Cambridge

>
> ===> nfscommon (all)
> make: don't know how to make @/sys/vimage.h. Stop
> *** Error code 2
>
> Stop in /usr/src/sys/modules.
> *** Error code 1
>
> Stop in /usr/obj/usr/src/sys/GENERIC.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0908021353090.1507>