From owner-freebsd-alpha@FreeBSD.ORG Mon Jul 21 16:05:23 2003 Return-Path: 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 E8EAB37B405 for ; Mon, 21 Jul 2003 16:05:22 -0700 (PDT) Received: from alcanet.com.au (mail3.alcanet.com.au [208.178.117.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50F5B43F93 for ; Mon, 21 Jul 2003 16:05:21 -0700 (PDT) (envelope-from peter.jeremy@alcatel.com.au) Received: from sydsmtp01.alcatel.com.au (IDENT:root@localhost.localdomain [127.0.0.1])h6LN5CvU029273; Tue, 22 Jul 2003 09:05:13 +1000 Received: from gsmx07.alcatel.com.au ([139.188.20.247]) by sydsmtp01.alcatel.com.au (Lotus Domino Release 5.0.12) with ESMTP id 2003072209015561:45264 ; Tue, 22 Jul 2003 09:01:55 +1000 Received: from gsmx07.alcatel.com.au (localhost [127.0.0.1]) by gsmx07.alcatel.com.au (8.12.9/8.12.9) with ESMTP id h6LN5B7d077020; Tue, 22 Jul 2003 09:05:11 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Received: (from jeremyp@localhost) by gsmx07.alcatel.com.au (8.12.9/8.12.9/Submit) id h6LN5BF5077019; Tue, 22 Jul 2003 09:05:11 +1000 (EST) (envelope-from peter.jeremy@alcatel.com.au) Date: Tue, 22 Jul 2003 09:05:11 +1000 From: Peter Jeremy To: ticso@cicely.de Message-ID: <20030721230511.GN430@gsmx07.alcatel.com.au> Mail-Followup-To: ticso@cicely.de, freebsd-alpha@freebsd.org References: <20030716215658.GA43409@gsmx07.alcatel.com.au> <20030717132611.GJ14530@cicely12.cicely.de> <20030718031240.GF430@gsmx07.alcatel.com.au> <20030718094556.GE19386@cicely12.cicely.de> <20030721032508.GH430@gsmx07.alcatel.com.au> <20030721105042.GD19386@cicely12.cicely.de> Mime-Version: 1.0 In-Reply-To: <20030721105042.GD19386@cicely12.cicely.de> User-Agent: Mutt/1.4.1i X-MIMETrack: Itemize by SMTP Server on SYDSMTP01/AlcatelAustralia(Release 5.0.12 |February 13, 2003) at 22/07/2003 09:01:55 AM,|February 13, 2003) at 22/07/2003 09:01:56 AM, Serialize complete at 22/07/2003 09:01:56 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline cc: freebsd-alpha@freebsd.org Subject: Re: Problem building Mozilla X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 23:05:23 -0000 On 2003-Jul-21 12:50:43 +0200, Bernd Walter wrote: >On Mon, Jul 21, 2003 at 01:25:08PM +1000, Peter Jeremy wrote: >> On 2003-Jul-18 11:45:56 +0200, Bernd Walter wrote: >> >I compiled myself with: >> >CFLAGS=-O2 -pipe >> >CPUTYPE?=ev56 >> >> I'll try that and see what happens. Did you specify 'WITH_OPTIMIZED_CFLAGS' >> or any other tunables? CFLAGS=-O2 -pipe -g CPUTYPE?=ev56 helped - it now spits out reams of unaligned accesses and a large number of "junk pointer in free() - too high" messages and finally dies with a segmentation violation in FcCharSetDestroy() trying to load a long from an address 4 bytes below the end of a segment. It looks like the situation with gcc has changed so that -O2 is generating more correct code than -O (at least for mozilla). >The only special flag beside compiler flags is the following: >WITHOUT_XFT=yes I'll try that. >Well looks like the current port needs maintenance anyway, so I will >have to try it myself. Thanks for that. 1.3.1 seems fairly fragile and I can't get 1.4 to compile at all. Peter