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 _at_/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" >Received on Sun Aug 02 2009 - 10:54:17 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:53 UTC