From owner-freebsd-stable Tue Nov 13 16:54:23 2001 Delivered-To: freebsd-stable@freebsd.org Received: from scaup.prod.itd.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by hub.freebsd.org (Postfix) with ESMTP id 950C037B418 for ; Tue, 13 Nov 2001 16:54:17 -0800 (PST) Received: from dialup-209.244.104.77.dial1.sanjose1.level3.net ([209.244.104.77] helo=blossom.cjclark.org) by scaup.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 163oJk-000065-00; Tue, 13 Nov 2001 16:54:16 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fAE0rVl63476; Tue, 13 Nov 2001 16:53:31 -0800 (PST) (envelope-from cjc) Date: Tue, 13 Nov 2001 16:53:31 -0800 From: "Crist J. Clark" To: Dave Tweten Cc: freebsd-stable@FreeBSD.ORG Subject: Re: -STABLE buildkernel broke! (linux module) Message-ID: <20011113165331.G61915@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200111132342.fADNgVd40197@gilmore.nas.nasa.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111132342.fADNgVd40197@gilmore.nas.nasa.gov>; from tweten@nas.nasa.gov on Tue, Nov 13, 2001 at 03:42:30PM -0800 X-URL: http://people.freebsd.org/~cjc/ 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 On Tue, Nov 13, 2001 at 03:42:30PM -0800, Dave Tweten wrote: > My automatic Saturday morning script to rebuild from source failed this past > Saturday morning while trying to build the kernel, as did many others'. My > possible contribution to a fix is to place bounds upon the time when the bug > was introduced. > > I run a completely vanilla sequence of cvs, make world, make kernel (and in > parallel), make documentation. It is vanilla, that is, except for my custom > kernel config. It worked the morning of November 3rd. It didn't work on the > 10th. Except for the actual date, this past weekend's cvsup control file is > typical: > > *default host=cvsup10.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default delete use-rel-suffix > *default date=2001.11.10.08.00.00 > *default tag=. > doc-all > *default tag=RELENG_4 > src-all > > The automatic build process sets the date each time it is run. > > I haven't installed kernel or world since July 22, meaning that the tools used > for make world and for make kernel were the same before and after the advent > of the bug. So, it seems reasonable to me that it must have been introduced > into STABLE after 8:00 GMT Saturday, November 3 and before 8:00 GMT Saturday, > November 10. Since the first e-mail of the complaint tide (an e-mail from > Greg Prosser ) was dated 6:02 GMT Saturday, November 10, my > guess is that the bug was introduced late last week. > > Like everyone else's, my process gets through building world and fails while > building kernel in the linux module: > > In file included from linux_sysent.c:14: > linux_proto.h:57: syntax error before `linux_time_t' > linux_proto.h:57: `linux_time_t' undeclared here (not in a function) > > I'd be happy to provide any additional help I can to anyone interested in > fixing this problem (and who is empowered actually to fix it). The problem seems to be stale dependencies. Add, # rm -rf /usr/obj/usr/src/sys/YOURKERNEL Or better yet, # rm -rf /usr/obj/usr To your weekly script. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message