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:   kern/51137: config(8) should check if a scheduler is selected
Message-ID:  <200304182047.h3IKlhIZ000817@number6.magda.ca>
Resent-Message-ID: <200304182050.h3IKoIab039975@freefall.freebsd.org>

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

>Number:         51137
>Category:       kern
>Synopsis:       config(8) should check if a scheduler is selected
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 18 13:50:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Magda
>Release:        FreeBSD 5.x
>Organization:
We're organized?
>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.


>Release-Note:
>Audit-Trail:
>Unformatted:



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