From owner-freebsd-current Thu Mar 6 09:08:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA28909 for current-outgoing; Thu, 6 Mar 1997 09:08:36 -0800 (PST) Received: from titan.tcn.net (root@titan.tcn.net [199.166.4.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA28888 for ; Thu, 6 Mar 1997 09:08:25 -0800 (PST) Received: from the_brain (Pkrw.tcn.net [199.166.4.58]) by titan.tcn.net (8.6.12/8.6.9) with ESMTP id MAA24878 for ; Thu, 6 Mar 1997 12:10:34 -0500 Message-Id: <199703061710.MAA24878@titan.tcn.net> From: "Kenneth R. Westerback" To: Subject: src-cur.2796 make world fails in /sbin/fsck Date: Thu, 6 Mar 1997 12:08:10 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1160 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just downloaded the src-cur.2700A and subsequent deltas (up to 2796) to try and compile up FreeBSD current. When I install the subsequent tree as /usr/src and start 'make world' in /usr/src I eventually get the messages: ===> sbin/fsck cc -O -c /usr/src/sbin/fsck/dir.c cc -O -c /usr/src/sbin/fsck/inode.c /usr/src/sbin/fsck/inode.c: In function 'pinode': /usr/src/sbin/fsck/inode.c: 517: request for member 'tv_sec' in something not a structure or union /usr/src/sbin/fsck/inode:c: In function 'allocino': /usr/src/sbin/fsck/inode: 588: request for member 'tv_sec' in something not a structure or union *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. I just subscribed to current and cvs-all so if this is an already known/fixed problem I'm afraid I didn't get the message. Help? ---- Ken