From owner-freebsd-current Sat Oct 31 10:31:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28013 for freebsd-current-outgoing; Sat, 31 Oct 1998 10:31:57 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28008 for ; Sat, 31 Oct 1998 10:31:53 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.9.1/8.9.1/Spinner) with ESMTP id CAA21104; Sun, 1 Nov 1998 02:31:30 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199810311831.CAA21104@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Jeroen Ruigrok/Asmodai cc: FreeBSD Current Subject: Re: sys/msdosfs problems? In-reply-to: Your message of "Sat, 31 Oct 1998 19:20:24 +0100." Date: Sun, 01 Nov 1998 02:31:30 +0800 From: Peter Wemm Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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