From owner-freebsd-current@freebsd.org Thu Sep 27 21:16:32 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6D1A10BAB91 for ; Thu, 27 Sep 2018 21:16:32 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B694784E4 for ; Thu, 27 Sep 2018 21:16:32 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w8RLGPIN090383 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 27 Sep 2018 14:16:25 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w8RLGP2e090382; Thu, 27 Sep 2018 14:16:25 -0700 (PDT) (envelope-from sgk) Date: Thu, 27 Sep 2018 14:16:25 -0700 From: Steve Kargl To: Dimitry Andric Cc: freebsd-current@freebsd.org Subject: Re: LLVM breaks buildworld Message-ID: <20180927211625.GA89730@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: <20180927193439.GA74697@troutmask.apl.washington.edu> <20180927193907.GA74777@troutmask.apl.washington.edu> <20180927200629.GA24307@troutmask.apl.washington.edu> <374C8578-58C1-4125-BAE0-A084A712EF7D@andric.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <374C8578-58C1-4125-BAE0-A084A712EF7D@andric.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Sep 2018 21:16:32 -0000 On Thu, Sep 27, 2018 at 10:32:35PM +0200, Dimitry Andric wrote: > On 27 Sep 2018, at 22:06, Steve Kargl wrote: > > > > Hmmm, deleting the file MipsDSPInstrInfo.td seems to flip > > SHRD to SHRL. Oddly, 'svn diff' did not show a diff with > > the corrupt file. :(. > > Looks like one flipped bit, indeed. Maybe Subversion's pristine copy > was bad to begin with? > I took the system down, and ran fsck -y on my filesystems. Four of the 8 filesystems had so inconsistency. I'm afraid that parts of my system may be starting to show their age. Sorry about the noise. -- Steve