From owner-freebsd-stable Tue Nov 13 21:25: 7 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail3.tor.primus.ca (mail.tor.primus.ca [216.254.136.21]) by hub.freebsd.org (Postfix) with ESMTP id 02FF637B405; Tue, 13 Nov 2001 21:25:02 -0800 (PST) Received: from dialin-135-111.hamilton.primus.ca ([209.90.135.111]) by mail3.tor.primus.ca with esmtp (Exim 2.11 #1) id 163sZ1-0000eh-06; Wed, 14 Nov 2001 00:26:19 -0500 Date: Wed, 14 Nov 2001 00:24:52 -0500 (EST) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Ilya Cc: freebsd-questions@FreeBSD.ORG, Subject: Re: kernel compile error on latest cvsup of stable In-Reply-To: <00f101c16cc5$5f979010$0100a8c0@ilya> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I had this exact same problem, all I did was rm -R /usr/src/sys/compile/laptop (laptop is the name of my kernel) and then recompiled and it worked. On Tue, 13 Nov 2001, Ilya wrote: > I just cvsuped 4.4 stable and kernel build fails with these: > > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr > ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma > t-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpre > ferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr > ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fforma > t-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) > linux_proto.h:57: syntax error before `)' > linux_proto.h:57: `linux_time_t' undeclared here (not in a function) > ... etc ... etc ... etc ... > linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) > linux_proto.h:517: syntax error before `)' > linux_proto.h:517: `linux_stack_t' undeclared here (not in a function) > linux_proto.h:517: syntax error before `)' > *** Error code 1 > > Stop in /usr/src/sys/modules/linux. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/ALCHEMISTRY. > *** Error code 1 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message