From owner-freebsd-current@FreeBSD.ORG Fri Jun 13 16:11:05 2003 Return-Path: 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 4A05E37B401; Fri, 13 Jun 2003 16:11:05 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B20BF43F75; Fri, 13 Jun 2003 16:11:04 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h5DNB4PR036888; Fri, 13 Jun 2003 16:11:04 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h5DNB4ZM036887; Fri, 13 Jun 2003 16:11:04 -0700 (PDT) Date: Fri, 13 Jun 2003 16:11:03 -0700 From: Steve Kargl To: Rob B Message-ID: <20030613231103.GA36858@troutmask.apl.washington.edu> References: <5.2.1.1.2.20030611184805.0253b630@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.1.1.2.20030611184805.0253b630@127.0.0.1> User-Agent: Mutt/1.4i cc: alpha@freebsd.org cc: current@freebsd.org Subject: Re: buildkernel error in 5.1_RELEASE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 13 Jun 2003 23:11:05 -0000 On Sat, Jun 14, 2003 at 09:06:16AM +1000, Rob B wrote: > linking kernel > init_main.o: In function `proc0_init': > init_main.o(.text+0x424): undefined reference to `kse0_sched' > init_main.o(.text+0x430): undefined reference to `ksegrp0_sched' > init_main.o(.text+0x43c): undefined reference to `proc0_sched' > init_main.o(.text+0x448): undefined reference to `thread0_sched' > *** Error code 1 > Read /usr/src/UPDATING 20030125: The scheduler framework has grown a second scheduler and consequently you must specify one and only one scheduler in your kernel config. The cvs config files have been updated to use the old scheduler which may be selected via 'options SCHED_4BSD'. If you would like to try the new, much more experimental, scheduler please try 'options SCHED_ULE' and contribute to the arch@ discussion. -- Steve