Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Aug 2000 23:30:24 -0700 (PDT)
From:      Tony Fleisher <takhus@takhus.mind.net>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        current@FreeBSD.ORG
Message-ID:  <Pine.BSF.4.21.0008202311050.214-100000@takhus-home.ashlandfn.org>
In-Reply-To: <90390.966807878@critter>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0008202311050.214-100000>