From owner-freebsd-current Mon Sep 23 11:56:23 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6830E37B401 for ; Mon, 23 Sep 2002 11:56:22 -0700 (PDT) Received: from mail.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02FBA43E6E for ; Mon, 23 Sep 2002 11:56:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (qmail 29525 invoked from network); 23 Sep 2002 18:56:34 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 23 Sep 2002 18:56:34 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.5/8.12.5) with ESMTP id g8NIuJBv082256; Mon, 23 Sep 2002 14:56:19 -0400 (EDT) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20020923181201.GA28585@ccbsd7.csie.nctu.edu.tw> Date: Mon, 23 Sep 2002 14:56:22 -0400 (EDT) From: John Baldwin To: Liao Ying Chieh Subject: RE: KSE not ready ? Cc: current@FreeBSD.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 23-Sep-2002 Liao Ying Chieh wrote: > I've cvsuped my current box and build world > world is all ok, but when I build kernel, something goes wrong : > > cc -c -O -pipe -s -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc > -I- -I. -I/usr/src/sys -I/usr/src/sys/dev -I/usr/src/sys/contrib/dev/acpica > -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common > -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/kern/kern_proc.c > /usr/src/sys/kern/kern_proc.c: In function `kse_new': > /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy' > /usr/src/sys/kern/kern_proc.c:374: structure has no member named `ke_startcopy' > /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_endcopy' > /usr/src/sys/kern/kern_proc.c:375: structure has no member named `ke_startcopy' > *** Error code 1 > > not only my kernel config, but GENERIC failed > isnt KSE ready to go ? It's been fixed already. re-cvsup and try again. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message