From owner-freebsd-stable Wed Nov 7 1:56:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by hub.freebsd.org (Postfix) with SMTP id 80E7137B418 for ; Wed, 7 Nov 2001 01:44:46 -0800 (PST) Subject: Re: Message-Id: <20011107094446.80E7137B418@hub.freebsd.org> Date: Wed, 7 Nov 2001 01:44:46 -0800 (PST) From: Holger.Kipp@alogis.com To: undisclosed-recipients:; 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 > > With errors: > > (Installation the old way) > > # cd /usr/src/sys/i386/conf > > # config > > # cd ../../compile/ > > # make depend > > # make > > .... > > ===> linux > > cc -O -pipe -D_KERNEL .... -ansi -c linux_sysent.c > > In file included from linux_sysent.c:14: > > linux_proto.h:57: syntax error before `linux_time_t' > > > So it looks like make buildkernel from /usr/src works, but > > make from /usr/src/sys/compile/ doesn't. Tony Maher wrote: > I believe this is the same problem as others have experience using > 'make kernel' where /usr/obj has not been rm'ed (or at least you need to rm > the kernel build area under /usr/obj). Yes, you're correct here. I had the same problem and solved it by rm'ing /usr/obj/usr and make buildkernel KERNCONF= from /usr/src. I was just too stupid to remove the corresponding sys/compile/-directory for the old way of making a new kernel. This has now also been tested and (of course) works as expected. I better go get some sleep. Holger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message