From owner-freebsd-current Mon Mar 3 03:13:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21947 for current-outgoing; Mon, 3 Mar 1997 03:13:17 -0800 (PST) Received: from hq.icb.chel.su (hq.icb.chel.su [193.125.10.33]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA21938 for ; Mon, 3 Mar 1997 03:12:24 -0800 (PST) Received: (babkin@localhost) by hq.icb.chel.su (8.8.3/8.6.5) id QAA09859; Mon, 3 Mar 1997 16:11:36 +0500 (ESK) From: "Serge A. Babkin" Message-Id: <199703031111.QAA09859@hq.icb.chel.su> Subject: Re: sbin/fsck doesn't compile (here) To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Mon, 3 Mar 1997 16:11:35 +0500 (ESK) Cc: freebsd-current@freefall.FreeBSD.ORG In-Reply-To: <199703030849.JAA10250@gil.physik.rwth-aachen.de> from "Christoph Kukulies" at Mar 3, 97 09:49:42 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm clueless. Last time I tried was one week ago to build a world and > got stuck at compiling sbin/fsck: > > cc -O2 -m486 -pipe -c /home/BLUES/src/sbin/fsck/inode.c > /home/BLUES/src/sbin/fsck/inode.c: In function `pinode': > /home/BLUES/src/sbin/fsck/inode.c:517: request for member `tv_sec' in something not a structure or union > /home/BLUES/src/sbin/fsck/inode.c: In function `allocino': > /home/BLUES/src/sbin/fsck/inode.c:588: request for member `tv_sec' in something not a structure or union > *** Error code 1 > > Stop. > > And still it isn't sorted out (by cvsup). Can anyone confirm that error > or point me to what might be wrong at my site? As far as I understood the reason is that bringing the 4.4BSD changes is in progress. The /sys/ufs/ufs/dinode.h has changed but other files are not yet. Fsck is not the only program that refuses from being compiled, some others and kernel do that too. -SB