From owner-freebsd-stable Sun Nov 18 11: 5:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 68BFD37B416 for ; Sun, 18 Nov 2001 11:05:31 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fAIJ5NL22366; Sun, 18 Nov 2001 11:05:23 -0800 (PST) (envelope-from dillon) Date: Sun, 18 Nov 2001 11:05:23 -0800 (PST) From: Matthew Dillon Message-Id: <200111181905.fAIJ5NL22366@apollo.backplane.com> To: Warner Losh Cc: Greg Prosser , freebsd-stable@FreeBSD.ORG Subject: Re: -STABLE buildkernel broke! (linux module) References: <20011110011109.T15665-100000@voyager.straynet.com> <200111181839.fAIIdx763486@harmony.village.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :: Yet it _did_ fail when doing: :: cd /usr/src :: make buildkernel KERNCONF=HADES :: :: Please advise! : :I had to rm all the files in the compile/HADES/...../modules/linux :directory in order for my compile to succeed. The problem is, I :think, that some generated files in the modules directory become :actual files in the repo. This causes the wrong versions of these :files to be picked up and boom. : :Warner I had to do the same thing to get rid of the linux_time_t compiler failures. Hmm. 'make depend' might also work. But the easiest thing to do is just rm -rf /usr/src/sys/compile/BLAH/modules and then config and make it again. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message