From owner-freebsd-current@FreeBSD.ORG Wed Sep 10 17:22:52 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC05E16A4BF for ; Wed, 10 Sep 2003 17:22:52 -0700 (PDT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2FB243FE9 for ; Wed, 10 Sep 2003 17:22:51 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) h8B0Mkuo030918; Wed, 10 Sep 2003 17:22:46 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)h8B0MjL1030917; Wed, 10 Sep 2003 17:22:45 -0700 (PDT) Date: Wed, 10 Sep 2003 17:22:45 -0700 From: Steve Kargl To: Scott Reese Message-ID: <20030911002245.GA30852@troutmask.apl.washington.edu> References: <1063228474.9366.10.camel@borges> <1063236870.37828.5.camel@borges> <20030910234012.GA30618@troutmask.apl.washington.edu> <1063237547.37828.14.camel@borges> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1063237547.37828.14.camel@borges> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: Internal compiler error in reload_cse_simplify_operands X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 11 Sep 2003 00:22:53 -0000 On Wed, Sep 10, 2003 at 04:45:47PM -0700, Scott Reese wrote: > On Wed, 2003-09-10 at 16:40, Steve Kargl wrote: > > On Wed, Sep 10, 2003 at 04:34:31PM -0700, Scott Reese wrote: > > > On Wed, 2003-09-10 at 14:14, Scott Reese wrote: > > > > > > > > I'm running 5.1-RELEASE-p2 and I just upgraded my machine from a PIII > > > > 800 MHz processor with 256 MB RAM to a PIV 2.4 GHz processor and VIA P4B > > > > 400 motherboard with 512 MB RAM. The system starts and runs great, but > > > > I can't build anything with it anymore. > > > > Did you have these errors with your PIII 800 MHz processor and > > 256 MB of RAM? If the answer is no, the old harware wsa rock solid, > > then I suspect you have a hardware problem. For example, power > > supply can't supply enough power or the memory isn't seated correctly > > or insufficient heat sinking on the CPU or ... > > No, I didn't have these errors with the old hardware. It seemed very > solid to me. I would be extremely disappointed if this were a hardware > failure of some kind as I just got it upgraded this morning. :/ > > One question, though...Doesn't flakey hardware usually cause *random* > errors? I ask because the error I'm receiving upon issuing 'make > buildworld' is recurring in exactly the same place every time. I'm > wondering if something somewhere got hosed... I deleted your original email, but I thought you said that you got ICE's while building a couple of ports. Do you set CFLAGS and/or CPUTYPE to some strange combination of options? -- Steve