Date: Fri, 03 Aug 2007 16:05:58 -0500 From: Kevin Kramer <kramer@centtech.com> To: pluknet <pluknet@gmail.com> Cc: freebsd-stable@freebsd.org Subject: Re: buildkernel failure Message-ID: <46B398B6.4040705@centtech.com> In-Reply-To: <a31046fc0708011522h682fd9cfk88fd5ffc98b65719@mail.gmail.com> References: <46B0A7D5.6040308@centtech.com> <a31046fc0708011522h682fd9cfk88fd5ffc98b65719@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
ok, thanks. I have made that change and now I've gotten this /usr/src/sys/ufs/ffs/ffs_vfsops.c: In function `ffs_mountfs': /usr/src/sys/ufs/ffs/ffs_vfsops.c:675: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:677: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:678: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:678: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:687: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:688: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:696: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:865: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:866: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:867: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c: In function `ffs_unmount': /usr/src/sys/ufs/ffs/ffs_vfsops.c:1028: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:1029: error: structure has no member named `mnt_gjprovider' /usr/src/sys/ufs/ffs/ffs_vfsops.c:1030: error: structure has no member named `mnt_gjprovider' *** Error code 1 I've searched the threads and found nothing so far relevant. pluknet wrote the following on 08/01/07 17:22: > On 01/08/07, Kevin Kramer <kramer@centtech.com> wrote: > >> I have a host that is running 6.2-PRERELEASE from Dec 14 2006. I'm >> trying to update it to 6.2 Stable. I've got the latest sources as of >> this morning. I'm also using gjournal so I've added the patch for that. >> The buildworld completed successfully, now I'm getting this when trying >> to buildkernel. >> >> /usr/src/sys/kern/vfs_subr.c: In function `vn_printf': >> /usr/src/sys/kern/vfs_subr.c:2551: error: `VV_DELETED' undeclared (first >> use in this function) >> /usr/src/sys/kern/vfs_subr.c:2551: error: (Each undeclared identifier is >> reported only once >> /usr/src/sys/kern/vfs_subr.c:2551: error: for each function it appears in.) >> *** Error code 1 >> >> >> I'm using GENERIC and have only added these lines and I moved my >> original /usr/src before cvs'ing. >> >> options SMP >> options UFS_GJOURNAL >> >> Thanks for any help. >> > > It was discussed: > http://lists.freebsd.org/pipermail/freebsd-stable/2007-February/032985.html > > wbr, > pluknet >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46B398B6.4040705>