From owner-freebsd-current@FreeBSD.ORG Tue Jan 2 11:11:40 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 900E816A407; Tue, 2 Jan 2007 11:11:39 +0000 (UTC) (envelope-from yfxu@corp.netease.com) From: David Xu Organization: netease.com To: "Abdullah Al-Marrie" Date: Tue, 2 Jan 2007 19:11:29 +0800 User-Agent: KMail/1.8.2 References: <499c70c0701011233i6cd655afn3df9732920bf2614@mail.gmail.com> <200701021258.43779.yfxu@corp.netease.com> <499c70c0701020309l2d2adb8fod1f5336a8b6bdb4c@mail.gmail.com> In-Reply-To: <499c70c0701020309l2d2adb8fod1f5336a8b6bdb4c@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701021911.30095.yfxu@corp.netease.com> X-Mailman-Approved-At: Tue, 02 Jan 2007 12:36:40 +0000 Cc: freebsd-current@freebsd.org, LI Xin 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 11:11:40 -0000 On Tuesday 02 January 2007 19:09, Abdullah Al-Marrie wrote: > On 1/2/07, David Xu wrote: > > 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. :-) > > Thanks for fixing it, this is my laptop, not a server, so it's good to > play with it. ;) > > How about the KSE, how could I enable it in the kernel config file? Some KSE bits were removed, but you still can play libpthread.