From owner-freebsd-stable Tue Nov 6 12: 6:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail004.syd.optusnet.com.au (mail004.syd.optusnet.com.au [203.2.75.228]) by hub.freebsd.org (Postfix) with ESMTP id 0BC8D37B405 for ; Tue, 6 Nov 2001 12:06:25 -0800 (PST) Received: from dt.home (c1587.thorn1.nsw.optusnet.com.au [203.164.22.4]) by mail004.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id fA6K6ND23985; Wed, 7 Nov 2001 07:06:23 +1100 Received: (from tonym@localhost) by dt.home (8.11.6/8.11.6) id fA6K6N314724; Wed, 7 Nov 2001 07:06:23 +1100 (EST) (envelope-from tonym) Date: Wed, 7 Nov 2001 07:06:23 +1100 (EST) From: Tony Maher Message-Id: <200111062006.fA6K6N314724@dt.home> To: Holger.Kipp@alogis.com Cc: stable@freebsd.org Subject: Re: In-Reply-To: <20011106185852.3BEAE37B405@hub.freebsd.org> 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 BSD > # cd ../../compile/BSD > # 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' > 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) > linux_proto.h:57: syntax error before `)' > linux_proto.h:156: syntax error before `linux_handler_t' > > So it looks like make buildkernel from /usr/src works, but > make from /usr/src/sys/compile/ doesn't. 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). In this case ("old way") removing /sys/compile/ should fix the problem. -- tonym To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message