From owner-freebsd-current Wed Nov 11 14:39:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA12106 for freebsd-current-outgoing; Wed, 11 Nov 1998 14:39:39 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gatekeeper.tsc.tdk.com (gatekeeper.tsc.tdk.com [207.113.159.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA12092 for ; Wed, 11 Nov 1998 14:39:37 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from sunrise.gv.tsc.tdk.com (root@sunrise.gv.tsc.tdk.com [192.168.241.191]) by gatekeeper.tsc.tdk.com (8.8.8/8.8.8) with ESMTP id OAA29717; Wed, 11 Nov 1998 14:39:13 -0800 (PST) (envelope-from gdonl@tsc.tdk.com) Received: from salsa.gv.tsc.tdk.com (salsa.gv.tsc.tdk.com [192.168.241.194]) by sunrise.gv.tsc.tdk.com (8.8.5/8.8.5) with ESMTP id OAA05147; Wed, 11 Nov 1998 14:39:12 -0800 (PST) Received: (from gdonl@localhost) by salsa.gv.tsc.tdk.com (8.8.5/8.8.5) id OAA02098; Wed, 11 Nov 1998 14:39:11 -0800 (PST) From: Don Lewis Message-Id: <199811112239.OAA02098@salsa.gv.tsc.tdk.com> Date: Wed, 11 Nov 1998 14:39:11 -0800 In-Reply-To: Open Systems Networking "Softupdates in current problem.." (Nov 11, 10:53am) X-Mailer: Mail User's Shell (7.2.6 alpha(3) 7/19/95) To: Open Systems Networking , freebsd-current@FreeBSD.ORG Subject: Re: Softupdates in current problem.. Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Nov 11, 10:53am, Open Systems Networking wrote: } Subject: Softupdates in current problem.. } } Just tried rebuilding a kernel after the latest commits that needed libkvm } system includes and a few utils rebuilt and installed and was just } rebuilding the kernel to reboot and ffs_softdep.c breaks on: } } ../include -DKERNEL -include opt_global.h -elf } ../../ufs/ffs/ffs_softdep.c } ../../ufs/ffs/ffs_softdep.c: In function `softdep_setup_freeblocks': } ../../ufs/ffs/ffs_softdep.c:1667: structure has no member named `lh_first' } ../../ufs/ffs/ffs_softdep.c:1668: structure has no member named `lh_first' How wierd. It's barfing on TAILQ_FIRST(&vp->v_dirtyblkhd), but there are several other places in this file that use the same expression that it doesn't complain about. The other warnings are normal for this file. I didn't have any problems building a kernel -aout. If it still doesn't compile after another cvsup, about all I can suggest is running 'cc -E' on this file with all the same compiler command line defines and include paths and then dig through the output to see if you can decipher the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message