From owner-freebsd-stable Mon Nov 5 16:51:59 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail012.syd.optusnet.com.au (mail012.syd.optusnet.com.au [203.2.75.172]) by hub.freebsd.org (Postfix) with ESMTP id D150E37B405 for ; Mon, 5 Nov 2001 16:51:55 -0800 (PST) Received: from dt.home (c1587.thorn1.nsw.optusnet.com.au [203.164.22.4]) by mail012.syd.optusnet.com.au (8.11.1/8.11.1) with ESMTP id fA60pqu11119; Tue, 6 Nov 2001 11:51:52 +1100 Received: (from tonym@localhost) by dt.home (8.11.6/8.11.6) id fA60ppx50348; Tue, 6 Nov 2001 11:51:51 +1100 (EST) (envelope-from tonym) Date: Tue, 6 Nov 2001 11:51:51 +1100 (EST) From: Tony Maher Message-Id: <200111060051.fA60ppx50348@dt.home> To: dfrazier@magpage.com Cc: stable@freebsd.org Subject: Re: make buildkernel dies... 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 > 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. -- tonym To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message