From owner-freebsd-alpha Thu Dec 19 6:23:54 2002 Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3533437B401; Thu, 19 Dec 2002 06:23:53 -0800 (PST) Received: from poptart.bithose.com (ip-204-97-176-41.modem.logical.net [204.97.176.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D9E43ED1; Thu, 19 Dec 2002 06:23:52 -0800 (PST) (envelope-from jakari@bithose.com) Received: from poptart.bithose.com (localhost [127.0.0.1]) by poptart.bithose.com (8.12.2/8.12.2) with ESMTP id gBJENeap024289; Thu, 19 Dec 2002 09:23:40 -0500 (EST) Received: from localhost (jakari@localhost) by poptart.bithose.com (8.12.2/8.12.2/Submit) with ESMTP id gBJENeIV024287; Thu, 19 Dec 2002 09:23:40 -0500 (EST) X-Authentication-Warning: poptart.bithose.com: jakari owned process doing -bs Date: Thu, 19 Dec 2002 09:23:40 -0500 (EST) From: Jameel Akari To: Kris Kennaway Cc: , Subject: Re: xcpustate broken on alpha In-Reply-To: <20021219141822.GA3816@rot13.obsecurity.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 19 Dec 2002, Kris Kennaway wrote: > For some reason this port just became broken on alpha. Can someone > please take a look? > > http://bento.freebsd.org/errorlogs/alpha-5-latest/xcpustate-2.5.log Well, I'm no gcc expert, but this looks suspect: cc -O -pipe -mcpu=ev4 -mtune=ev5 -mcpu=ev4 -mtune=ev5 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Optimizer tries to expand a macro in rstat_xdr.c:20:8 and blows up trying to tweak for both EV4 and EV5 cpus? #!/jameel/akari sleep 4800; make clean && make breakfast To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message