From owner-freebsd-current@FreeBSD.ORG Sun Aug 2 12:54:17 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E82AB106564A for ; Sun, 2 Aug 2009 12:54:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C385D8FC0A for ; Sun, 2 Aug 2009 12:54:17 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from fledge.watson.org (fledge.watson.org [65.122.17.41]) by cyrus.watson.org (Postfix) with ESMTPS id 4E03546B09; Sun, 2 Aug 2009 08:54:17 -0400 (EDT) Date: Sun, 2 Aug 2009 13:54:17 +0100 (BST) From: Robert Watson X-X-Sender: robert@fledge.watson.org To: matt donovan In-Reply-To: <28283d910908011814y7838eedfica94021d65433566@mail.gmail.com> Message-ID: References: <28283d910908011814y7838eedfica94021d65433566@mail.gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-current@freebsd.org Subject: Re: latest svn kernel build seems to be broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2009 12:54:18 -0000 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" >