Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 16:47:43 -0400 (EDT)
From:      David Magda <dmagda+fbugs@magda.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jeff@freebsd.org
Subject:   config(8) should check if a scheduler is selected
Message-ID:  <200304182047.h3IKlhIZ000817@number6.magda.ca>

next in thread | raw e-mail | index | archive | help

>Submitter-Id:	current-users
>Originator:	David Magda
>Organization:	We're organized?
>Confidential:	no
>Synopsis:	config(8) should check if a scheduler is selected
>Severity:	non-critical
>Priority:	medium
>Category:	kern
>Class:		update
>Release:	FreeBSD 5.x
>Environment:

>Description:

If you run config(8) on a kernel configuration file which doesn't
have a scheduler selected then it does *NOT* complain.

Then when you try to do a 'make buildkernel' the make bombs since
there are unresolved functions relating to scheduling.

>How-To-Repeat:

. Create a kernel config file without a scheduler
. Run config(8) it and observe how it does not complain
. 'cd /usr/src; make buildkernel' and observe how it dies

>Fix:

Make config(8) check to see that a scheduler is there.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304182047.h3IKlhIZ000817>