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 <[EMAIL PROTECTED]> 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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to