From owner-freebsd-sparc64@FreeBSD.ORG Wed Oct 27 07:20:04 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFE0916A4CE for ; Wed, 27 Oct 2004 07:20:04 +0000 (GMT) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25BD843D54 for ; Wed, 27 Oct 2004 07:20:04 +0000 (GMT) (envelope-from bel@orel.ru) Received: from orel.ru (pf1.net.orel.ru [213.59.64.75]) by tts.orel.ru (8.13.1/8.13.1/bel) with ESMTP id i9R7Jug0017754; Wed, 27 Oct 2004 11:19:56 +0400 Message-ID: <417F4C17.5050307@orel.ru> Date: Wed, 27 Oct 2004 11:19:51 +0400 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; FreeBSD sparc64; en-US; rv:1.6) Gecko/20040407 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Marius Strobl References: <417E5A8A.1070307@orel.ru> <20041027002320.A80736@newtrinity.zeist.de> In-Reply-To: <20041027002320.A80736@newtrinity.zeist.de> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Zombi-Check: on netra2.orel.ru cc: freebsd-sparc64@freebsd.org Subject: Re: firefox panics in run-time relocation code X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 07:20:05 -0000 Marius Strobl wrote: > On Tue, Oct 26, 2004 at 06:09:14PM +0400, Andrew Belashov wrote: > >>firefox compiled from ports. >> >>Someone has the same problem? >> > > > It segfaulted when I gave it a try two months ago when looking at the > state of xorg on sparc64 but I can't remeber where. I think it was in > it's own code though and not in rtld or I'd remember. > Did firefox ever work on sparc64? Mozilla didn't work until Thomas > Moestl fixed it (still works) and these patches where brought over to > firefox but I'm not aware if firefox was tested on sparc64 so far. I have working Firefox/0.8 (Mozilla/5.0 (X11; U; FreeBSD sparc64; ru-RU; rv:1.6) Gecko/20040407 Firefox/0.8) compiled from ports with XFree86-libraries-4.3.0_6. Also, I use old Mozilla 1.6 (Mozilla/5.0 (X11; U; FreeBSD sparc64; en-US; rv:1.6) Gecko/20040407) compiled from ports with same XFree86 libraries. Both working packages compiled 7-8 Apr 2004 on FreeBSD/sparc64 5.2-CURRENT. Old package of Firefox/0.8 working with xorg-libraries-6.7.0_2. (I remove new version and force install package and symlinking new version of many shared libraries to old version, for example: /usr/local/lib/libglib-2.0.so.400 -> /usr/local/lib/libglib-2.0.so.200, /usr/X11R6/lib/libpango-1.0.so.399 -> /usr/X11R6/lib/libpango-1.0.so.200)