Date: Sun, 01 Nov 1998 02:31:30 +0800 From: Peter Wemm <peter@netplex.com.au> To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Cc: FreeBSD Current <current@FreeBSD.ORG> Subject: Re: sys/msdosfs problems? Message-ID: <199810311831.CAA21104@spinner.netplex.com.au> In-Reply-To: Your message of "Sat, 31 Oct 1998 19:20:24 %2B0100." <XFMail.981031192024.asmodai@wxs.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Jeroen Ruigrok/Asmodai wrote: > Hi, > > after trying yet another make world today I got this (I use a standard make > world -j4 mostly preceeded by a make clean): [..] > cc -nostdinc -O -pipe -DMSDOSFS -DKERNEL -Wreturn-type -Wcomment > -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat > -fformat-extensions -ansi -DACTUALLY_LKM_NOT_KERNEL -nostdinc -I- > -I/usr/obj/aout/src/src/lkm/msdos -I/usr/obj/aout/src/src/lkm/msdos/@ > -I/usr/obj/aout/src/src/tmp/usr/include -aout -DVFS_LKM > -DMODVNOPS=msdos_modvnops -c > /src/src/lkm/msdos/../../sys/msdosfs/msdosfs_vnops.c > --- msdosfs_vfsops.o --- > /src/src/lkm/msdos/../../sys/msdosfs/msdosfs_vfsops.c: In function > `msdosfs_sync': > /src/src/lkm/msdos/../../sys/msdosfs/msdosfs_vfsops.c:916: structure has no > member named `lh_first' This is most likely because you've got a snapshot of the tree in between a series of commits. Try another cvsup and see how you go. Make sure you can compile your kernel before you restart your make world - to make sure that you're up to date. Cheers, -Peter 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?199810311831.CAA21104>