From owner-freebsd-current Tue Apr 21 00:15:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA12098 for freebsd-current-outgoing; Tue, 21 Apr 1998 00:15:16 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from ren.dtir.qld.gov.au (firewall-user@ns.dtir.qld.gov.au [203.108.138.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA12080 for ; Tue, 21 Apr 1998 07:14:50 GMT (envelope-from syssgm@dtir.qld.gov.au) Received: by ren.dtir.qld.gov.au; id RAA12307; Tue, 21 Apr 1998 17:14:13 +1000 (EST) Received: from ogre.dtir.qld.gov.au(167.123.8.3) by ren.dtir.qld.gov.au via smap (3.2) id xma012299; Tue, 21 Apr 98 17:14:11 +1000 Received: from troll.dtir.qld.gov.au (troll.dtir.qld.gov.au [167.123.8.1]) by ogre.dtir.qld.gov.au (8.8.7/8.8.7) with ESMTP id RAA09592; Tue, 21 Apr 1998 17:14:10 +1000 (EST) Received: from localhost (syssgm@localhost) by troll.dtir.qld.gov.au (8.8.5/8.8.5) with SMTP id RAA10146; Tue, 21 Apr 1998 17:14:06 +1000 (EST) Message-Id: <199804210714.RAA10146@troll.dtir.qld.gov.au> X-Authentication-Warning: troll.dtir.qld.gov.au: syssgm@localhost didn't use HELO protocol To: Gianmarco Giovannelli cc: freebsd-current@FreeBSD.ORG, syssgm@dtir.qld.gov.au Subject: Re: usr.bin/expand breaks make world References: <353C58B1.A740A130@giovannelli.it> In-Reply-To: <353C58B1.A740A130@giovannelli.it> from Gianmarco Giovannelli at "21 Apr 1998 16:38:16 +1000" Date: Tue, 21 Apr 1998 17:14:06 +1000 From: Stephen McKay Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tuesday, 21st April 1998, Gianmarco Giovannelli wrote: >After cvsupping today (980421) : > >===> usr.bin/expand >No closing parenthesis in archive specification >*** Error code 1 > >and a lot of this errors ... >[...] > >".depend", line 1979: Need an operator >".depend", line 1980: Need an operator >".depend", line 1981: Need an operator >... Look in .depend and check for corruption starting at line 1979 (or nearby). Use 'hd .depend | more' and see whether the corruption starts on a page boundary (multiple of 0x1000). If so, I am seeing the same thing. Do you use NFS? If not, then the problem is a general VM problem, not NFS specific as I first thought. Stephen. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message