Date: Fri, 4 Sep 1998 23:59:06 -0700 From: Josef Grosch <jgrosch@mooseriver.com> To: freebsd-hackers@FreeBSD.ORG Subject: -stable build is broken Message-ID: <19980904235906.B5046@mooseriver.com>
next in thread | raw e-mail | index | archive | help
I've been trying to build stable for 2 days now. There appears to be a problem with lkm/cd9660. Like so... >--- cd9660_bmap.o --- >/usr/src/lkm/cd9660/../../sys/sys/vnode.h: In function `VOP_FSYNC': >In file included from /usr/src/lkm/cd9660/../../sys/isofs/cd9660/cd9660_bmap.c:48: >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:383: `VDE' undeclared (first use this function) >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:383: (Each undeclared identifier is reported only once >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:383: for each function it appears in.) >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:383: parse error before `struct' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:395: warning: nested extern declaration of `bdevvp' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:398: warning: nested extern declaration of `cache_enter' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:400: warning: nested extern declaration of `cache_lookup' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:401: warning: nested extern declaration of `cache_purge' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:402: warning: nested extern declaration of `cache_purgevfs' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:404: warning: nested extern declaration of `checkalias' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:406: warning: nested extern declaration of `getnewvnode' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:407: warning: nested extern declaration of `insmntque' >/usr/src/lkm/cd9660/../../sys/sys/vnode.h:408: warning: nested extern declaration of `vattr_null' Yadda, yadda, ya. You get the picture. Anyone looking at this? Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.7 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980904235906.B5046>