From owner-freebsd-current@FreeBSD.ORG Tue Jan 2 04:58:49 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 02F1216A407; Tue, 2 Jan 2007 04:58:48 +0000 (UTC) (envelope-from yfxu@corp.netease.com) From: David Xu Organization: netease.com To: freebsd-current@freebsd.org Date: Tue, 2 Jan 2007 12:58:43 +0800 User-Agent: KMail/1.8.2 References: <499c70c0701011233i6cd655afn3df9732920bf2614@mail.gmail.com> <459970C6.1060103@delphij.net> In-Reply-To: <459970C6.1060103@delphij.net> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200701021258.43779.yfxu@corp.netease.com> Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 02 Jan 2007 12:36:28 +0000 Cc: LI Xin , Abdullah Al-Marrie Subject: Re: 7.0 i386 cvsd today make buildkernel with sched_core in the conf fails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2007 04:58:49 -0000 On Tuesday 02 January 2007 04:36, LI Xin wrote: > Abdullah Al-Marrie wrote: > > Hello, > > > > here is my make.conf > > > > CPUTYPE?=k8 > > USE_GLX=yes > > KERNCONF=ARABIAN > > # added by use.perl 2006-11-05 02:29:27 > > PERL_VER=5.8.8 > > PERL_VERSION=5.8.8 > > > > > > And here is the error. > > [...] > > > /usr/src/sys/kern/sched_core.c:716: warning: 'sched_commit_runtime' > > defined but not used > > /usr/src/sys/kern/sched_core.c:433: warning: 'krunq_check' defined but > > not used > > *** Error code 1 > > sched_core does not work with non-KSE kernels yet. David would work on > it later. > > Cheers, I have fixed it, but there are lots of work to do, so don't use it in product environment. :-)