From owner-freebsd-bugs Wed Aug 23 10:30:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8298C37B423 for ; Wed, 23 Aug 2000 10:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA06759; Wed, 23 Aug 2000 10:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id 1313737B43C for ; Wed, 23 Aug 2000 10:21:53 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id TAA29478 for FreeBSD-gnats-submit@freebsd.org; Wed, 23 Aug 2000 19:21:52 +0200 (CEST) Received: (from hohmuth@localhost) by olymp.sax.de (8.9.3/8.9.3) id TAA05106; Wed, 23 Aug 2000 19:08:37 +0200 (CEST) (envelope-from hohmuth) Message-Id: <200008231708.TAA05106@olymp.sax.de> Date: Wed, 23 Aug 2000 19:08:37 +0200 (CEST) From: hohmuth@innocent.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/20806: config(8) does not know about BROKEN_KEYBOARD_RESET Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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. 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