latest svn kernel build seems to be broken
Robert Watson
rwatson at FreeBSD.org
Sun Aug 2 12:54:18 UTC 2009
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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe at freebsd.org"
>
More information about the freebsd-current
mailing list