From owner-cvs-all Tue Feb 4 9:43:54 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63B8837B401; Tue, 4 Feb 2003 09:43:53 -0800 (PST) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7325743F9B; Tue, 4 Feb 2003 09:43:52 -0800 (PST) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.6/8.12.6) with SMTP id h14HhjvK001203; Tue, 4 Feb 2003 12:43:46 -0500 (EST) (envelope-from trhodes@FreeBSD.org) Date: Tue, 4 Feb 2003 12:44:04 -0500 From: Tom Rhodes To: Sheldon Hern Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c [...] Message-Id: <20030204124404.5121e4af.trhodes@FreeBSD.org> In-Reply-To: <20030204123511.C9003@locore.ca> References: <200302031753.h13HrF61089592@repoman.freebsd.org> <20030204082101.GA808@starjuice.net> <20030204123511.C9003@locore.ca> X-Mailer: Sylpheed version 0.8.9claws (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Apparently, On Tue, Feb 04, 2003 at 10:21:01AM +0200, > Sheldon Hearn said words to the effect of; > > > > > My kernel build now dies at link-time with: > > > > init_main.o: In function `proc0_init': > > /usr/src/sys/kern/init_main.c:319: undefined reference to > > `kse0_sched'[...] > > kern_clock.o: In function `statclock_process': > > /usr/src/sys/kern/kern_clock.c:445: undefined reference to > > `sched_clock'[...] > These errors are probly due to the fact that a scheduler has not been defined in your kernel config file. Read UPDATING entry 20030125. I had this problem for a day myself ;) -- Tom Rhodes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message