From owner-freebsd-stable Tue Nov 13 12:59:24 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id A127C37B41A for ; Tue, 13 Nov 2001 12:59:18 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1) with ESMTP id fADKxH6d071860 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 13 Nov 2001 12:59:17 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2.Beta1/8.12.2.Beta1/Submit) id fADKxH6m071857; Tue, 13 Nov 2001 12:59:17 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15345.35237.56436.754175@horsey.gshapiro.net> Date: Tue, 13 Nov 2001 12:59:17 -0800 From: Gregory Neil Shapiro To: Simon J Mudd Cc: Subject: Re: trouble compiling kernel with -stable? In-Reply-To: References: X-Mailer: VM 6.96 under 21.5 (beta3) "asparagus" XEmacs Lucid 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 sjmudd> cc -nostdinc -O -pipe -D_KERNEL -Wall -Wredundant-decls sjmudd> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith sjmudd> -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- sjmudd> -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall sjmudd> -Wredundant-decls -Wnested-externs -Wstrict-prototypes sjmudd> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual sjmudd> -fformat-extensions -ansi -c linux_sysent.c sjmudd> In file included from linux_sysent.c:14: sjmudd> linux_proto.h:57: syntax error before `linux_time_t' ... I had this problem also until I did this: cd /usr/src/sys/modules/linux make cleandir Note that I build modules with world (MODULES_WITH_WORLD=yes) so you have to: rm -rf /usr/obj/usr/src/sys/UNICORN/modules/linux or something close to that. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message