From owner-freebsd-current Mon Sep 23 11:12:24 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 147B337B401 for ; Mon, 23 Sep 2002 11:12:24 -0700 (PDT) Received: from ccbsd7.csie.nctu.edu.tw (ccbsd7.csie.nctu.edu.tw [140.113.209.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id B47A843E77 for ; Mon, 23 Sep 2002 11:12:20 -0700 (PDT) (envelope-from ijliao@ccbsd7.csie.nctu.edu.tw) Received: from ccbsd7.csie.nctu.edu.tw (ijliao@localhost [127.0.0.1]) by ccbsd7.csie.nctu.edu.tw (8.12.5/8.12.3) with ESMTP id g8NIC1So028612 for ; Tue, 24 Sep 2002 02:12:01 +0800 (CST) Received: (from ijliao@localhost) by ccbsd7.csie.nctu.edu.tw (8.12.5/8.12.3/Submit) id g8NIC17d028611 for current@FreeBSD.org; Tue, 24 Sep 2002 02:12:01 +0800 (CST) Date: Tue, 24 Sep 2002 02:12:01 +0800 From: Liao Ying Chieh To: current@FreeBSD.org Subject: KSE not ready ? Message-ID: <20020923181201.GA28585@ccbsd7.csie.nctu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.25i 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 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 ? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message