From owner-freebsd-questions Sun Apr 13 22:28:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA16276 for questions-outgoing; Sun, 13 Apr 1997 22:28:59 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (max66-24.informatik.ba-stuttgart.de [141.31.66.24]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA16271 for ; Sun, 13 Apr 1997 22:28:49 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA02270; Mon, 14 Apr 1997 00:14:50 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199704132214.AAA02270@helbig.informatik.ba-stuttgart.de> Subject: Re: 2.2-STABLE problem ? In-Reply-To: from Stefan `Sec` Zehl at "Apr 13, 97 09:24:36 pm" To: sec@42.org (Stefan `Sec` Zehl) Date: Mon, 14 Apr 1997 00:14:49 +0200 (MET DST) Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, > I cvsupped 2.2-Stable and tried to do a > 'make most' in /usr/src for a simple test (I'm new to the self-making > process :) > and it stopped with a > > ===> fsirand > Warning: Object directory not changed from original /usr/src/sbin/fsirand > cc -O -c fsirand.c > fsirand.c: In function `fsirand': > fsirand.c:203: structure has no member named `fs_id' > fsirand.c:203: structure has no member named `fs_id' > fsirand.c:204: structure has no member named `fs_id' > fsirand.c:206: structure has no member named `fs_id' > fsirand.c:207: structure has no member named `fs_id' > fsirand.c:208: structure has no member named `fs_id' > fsirand.c:214: structure has no member named `fs_id' > fsirand.c:215: structure has no member named `fs_id' You seem to have an obsolete /usr/include/ufs/fs.h file. Make sure /usr/include/ufs has a symbolic link to /sys/ufs and /sys has a symbolic link to /usr/src/sys and /usr/src/sys is the 2.2-Stable. Wolfgang