Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2000 19:08:37 +0200 (CEST)
From:      hohmuth@innocent.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/20806: config(8) does not know about BROKEN_KEYBOARD_RESET
Message-ID:  <200008231708.TAA05106@olymp.sax.de>

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

>Number:         20806
>Category:       conf
>Synopsis:       config(8) does not know about BROKEN_KEYBOARD_RESET
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 23 10:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Michael Hohmuth
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
private site
>Environment:

FreeBSD 4.1-STABLE as of Aug 22, 2000

>Description:

If a kernel configuration file contains "options
BROKEN_KEYBOARD_RESET", config(8) does not prepare a working kernel
build directory.  Instead, it complains:

  FOO:59: unknown option "BROKEN_KEYBOARD_RESET"

AFAICT, option BROKEN_KEYBOARD_RESET is still valid; LINT still lists
it.

>How-To-Repeat:

  root(hohmuth)@caramba:/sys/i386/conf# grep BROKEN_KEYBOARD_RESET FOO
  options         BROKEN_KEYBOARD_RESET

  root(hohmuth)@caramba:/sys/i386/conf# config FOO
  FOO:59: unknown option "BROKEN_KEYBOARD_RESET"

  root(hohmuth)@caramba:/sys/i386/conf# cd ../../compile/FOO/

  root(hohmuth)@caramba:/sys/compile/FOO# make
  make: no target to make.

>Fix:
	
Workaround: Create a file /sys/i386/conf/options.<KERNELIDENT> that
contains the line:

BROKEN_KEYBOARD_RESET   opt_global.h



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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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