From owner-freebsd-stable Mon Nov 5 20:26:45 2001 Delivered-To: freebsd-stable@freebsd.org Received: from albatross.prod.itd.earthlink.net (albatross.mail.pas.earthlink.net [207.217.120.120]) by hub.freebsd.org (Postfix) with ESMTP id 5FE3237B417 for ; Mon, 5 Nov 2001 20:26:34 -0800 (PST) Received: from dialup-209.245.143.201.dial1.sanjose1.level3.net ([209.245.143.201] helo=blossom.cjclark.org) by albatross.prod.itd.earthlink.net with esmtp (Exim 3.33 #1) id 160xom-0004Wn-00; Mon, 05 Nov 2001 20:26:33 -0800 Received: (from cjc@localhost) by blossom.cjclark.org (8.11.6/8.11.3) id fA64Q5801840; Mon, 5 Nov 2001 20:26:05 -0800 (PST) (envelope-from cjc) Date: Mon, 5 Nov 2001 20:26:05 -0800 From: "Crist J. Clark" To: Tony Maher Cc: dfrazier@magpage.com, stable@FreeBSD.ORG Subject: Re: make buildkernel dies... Message-ID: <20011105202604.F745@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <200111060051.fA60ppx50348@dt.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200111060051.fA60ppx50348@dt.home>; from tonym@biolateral.com.au on Tue, Nov 06, 2001 at 11:51:51AM +1100 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 06, 2001 at 11:51:51AM +1100, Tony Maher wrote: > > a snag. make buildworld finished fine, but make buildkernel dies with > > the following: > > > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > > -Wcast-qual -fformat-extensions - ansi -DKLD_MODULE -nostdinc -I- > > -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall > > -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > > -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi > > -c linux_sysent.c > > 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 get the same problem. I did > mv /usr/obj/usr/src/sys/ /usr/obj/usr/src/sys/.old > and rebuilt. Now make kernel works fine. Always, # rm -rf /usr/obj/usr Before you build(world|kernel) after updating source code. -- 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