From owner-freebsd-current Fri Feb 14 16:25:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA14376 for current-outgoing; Fri, 14 Feb 1997 16:25:33 -0800 (PST) Received: from terminator.informatik.ba-stuttgart.de (terminator.informatik.ba-stuttgart.de [141.31.1.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA14306 for ; Fri, 14 Feb 1997 16:25:21 -0800 (PST) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by terminator.informatik.ba-stuttgart.de (8.7.6/8.7.3) with ESMTP id AAA27756; Sat, 15 Feb 1997 00:24:42 +0100 Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id BAA00581; Sat, 15 Feb 1997 01:25:13 +0100 (MET) From: Wolfgang Helbig Message-Id: <199702150025.BAA00581@helbig.informatik.ba-stuttgart.de> Subject: Re: 2.2-RELEASE. Where is opt_kbdio.h? In-Reply-To: from Mark Powell at "Feb 14, 97 11:58:43 am" To: mark@plato.salford.ac.uk (Mark Powell) Date: Sat, 15 Feb 1997 01:25:11 +0100 (MET) Cc: current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Mark, > Just CTM'ed up from around 0140 to the latest. Now I get this error: > > cc -c -O2 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. -I../../../include -DGATEWAY -DCOMPAT_43 -DFFS -DINET -DKERNEL ../../i386/isa/kbdio.c > ../../i386/isa/kbdio.c:34: opt_kbdio.h: No such file or directory > *** Error code 1 This file is put by config in /sys/compile/MYKERNEL. For this to work, you need a FreeBSD 2.2 - version of config. Further there must be some entries in /sys/i386/conf/options.i386 mentioning the file opt_kbdio.h. Probably you are using an old version of config. Maybe you should do a "make world" before building a new kernel. good luck Wolfgang