From owner-freebsd-current Sat Nov 11 13:48:56 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA03869 for current-outgoing; Sat, 11 Nov 1995 13:48:56 -0800 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA03862 for ; Sat, 11 Nov 1995 13:48:49 -0800 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA08140; Sat, 11 Nov 1995 14:43:52 -0700 From: Terry Lambert Message-Id: <199511112143.OAA08140@phaeton.artisoft.com> Subject: Re: LKM's still wont compile in -currn^żeent To: bde@zeta.org.au (Bruce Evans) Date: Sat, 11 Nov 1995 14:43:52 -0700 (MST) Cc: current@FreeBSD.org, root@deadline.snafu.de In-Reply-To: <199511111630.DAA02377@godzilla.zeta.org.au> from "Bruce Evans" at Nov 12, 95 03:30:43 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 788 Sender: owner-current@FreeBSD.org Precedence: bulk > >===> lkm > >===> lkm/atapi > >cc -O2 -m486 -pipe -nostdinc -I. -I/sys -DATAPI -DATAPI_MODULE -DKERNEL -I/usr/src/lkm/atapi/../../sys -W -Wcomment -Wredundant-decls -c /usr/src/lkm/atapi/../../sys/i386/isa/atapi.c > >In file included from /sys/sys/conf.h:205, > > from /usr/src/lkm/atapi/../../sys/i386/isa/atapi.c:912: > >./machine/conf.h:14: ioconf.h: No such file or directory > >*** Error code 1 > > >This __still__ happens when doing a make world. > > Install bsd.kmod.mk. Thank you. This provides an example of broken code for maintaining -stable and -current on the same machine other than the "config" program itself. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.