From owner-freebsd-current Sun Feb 2 7:54:18 2003 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 CBB3837B401 for ; Sun, 2 Feb 2003 07:54:16 -0800 (PST) Received: from murphys.services.quay.plus.net (murphys.services.quay.plus.net [212.159.14.225]) by mx1.FreeBSD.org (Postfix) with SMTP id 8D80643F43 for ; Sun, 2 Feb 2003 07:54:15 -0800 (PST) (envelope-from trent@limekiln.vcisp.net) Received: (qmail 29666 invoked from network); 2 Feb 2003 15:54:10 -0000 Received: from limekiln.vcisp.net (212.159.16.110) by murphys.services.quay.plus.net with SMTP; 2 Feb 2003 15:54:10 -0000 Received: by limekiln.vcisp.net (Postfix, from userid 1001) id 7E04A508; Sun, 2 Feb 2003 15:54:08 +0000 (GMT) Date: Sun, 2 Feb 2003 15:54:08 +0000 From: Trent Nelson To: current@freebsd.org Subject: Re: buildkernel dying from unresolved sched_* symbols Message-ID: <20030202155408.GB28378@limekiln.vcisp.net> References: <20030202153500.GA28378@limekiln.vcisp.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030202153500.GA28378@limekiln.vcisp.net> User-Agent: Mutt/1.5.1i 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 Okay, so it seems either 'options SCHED_4BSD/SCHED_ULE' needs to be added to your kernel config file. Considering that this is a comp- letely new line, would it not be wise to update UPDATING? I'm not sure if /sbin/config has been modified to complain if one of either isn't present -- as I haven't installworld'd yet -- but it'd be ni- ce if it did. Trent. On Sun, Feb 02, 2003 at 03:35:00PM +0000, Trent Nelson wrote: > I'm not sure if this is a result of the recent sched_ule import, but > buildkernel is dying on a bunch of undefined symbols (that from what > I can see, are definitely present in both sched_(4bsd|ule)). I fol- > llowed a discussion on -arch about being able to nominate the prefe- > rred scheduler, but I'd assume both would be compiled, no? > > Trent. > > > linking kernel.debug > init_main.o: In function `proc0_init': > /shared/work/BSD/FreeBSD/FreeBSD-CURRENT/src/sys/kern/init_main.c:319: undefined reference to `kse0_sched' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message