From owner-freebsd-current Sun Aug 20 23:30:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from ego.mind.net (ego.mind.net [206.99.66.9]) by hub.freebsd.org (Postfix) with ESMTP id 85D8E37B43E for ; Sun, 20 Aug 2000 23:30:26 -0700 (PDT) Received: from takhus-home.ashlandfn.org (AFN-Dynamic-21924.ashlandfiber.net [208.46.219.24]) by ego.mind.net (8.9.3/8.9.3) with ESMTP id XAA16091; Sun, 20 Aug 2000 23:30:24 -0700 Received: from localhost (fleisher@localhost) by takhus-home.ashlandfn.org (8.11.0/8.9.3) with ESMTP id e7L6UOS14944; Sun, 20 Aug 2000 23:30:24 -0700 (PDT) (envelope-from takhus@takhus.mind.net) Date: Sun, 20 Aug 2000 23:30:24 -0700 (PDT) From: Tony Fleisher X-Sender: fleisher@takhus-home.ashlandfn.org To: Poul-Henning Kamp Cc: current@FreeBSD.ORG In-Reply-To: <90390.966807878@critter> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Not sure if this is related to the recent commit of DEVFS code, but a build of both the GERNERIC kernel and a custom kernel from a very recent (last few hours) cvsup of -current failed during the 'make depend' with an error trying to include "opt_devfs.h". The following following is the ouput from a custom kernel (/usr/local/src/freebsd/src is the base of my src): ===> md @ -> /usr/local/src/freebsd/src/sys machine -> /usr/local/src/freebsd/src/sys/i386/include touch opt_mfs.h touch opt_md.h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../includ e -I/usr/include /usr/local/src/freebsd/src/sys/modules/md/../../dev/md/md.c /usr/local/src/freebsd/src/sys/modules/md/../../dev/md/md.c:15: opt_devfs.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/local/src/freebsd/src/sys/modules/md. *** Error code 1 Commenting out the line: #include "opt_devfs.h" from src/sys/dev/md/md.c got rid of this error, although I am not sure that this is the correct fix. Tony. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message