From owner-freebsd-sparc64@FreeBSD.ORG Sat Nov 21 20:52:42 2009 Return-Path: Delivered-To: sparc64@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98CEF106566B for ; Sat, 21 Nov 2009 20:52:42 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 28FA78FC14 for ; Sat, 21 Nov 2009 20:52:41 +0000 (UTC) Received: from daedalus.network.local (102-254.3-85.cust.bluewin.ch [85.3.254.102]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id nALKTkQ8001405 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 21 Nov 2009 20:29:47 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4B084DE5.9070903@FreeBSD.org> Date: Sat, 21 Nov 2009 21:30:29 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: Simon Griffiths References: <004b01ca6ae0$29dfc5b0$7d9f5110$@griffiths@tenenbaum.co.uk> In-Reply-To: <004b01ca6ae0$29dfc5b0$7d9f5110$@griffiths@tenenbaum.co.uk> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: sparc64@FreeBSD.org Subject: Re: Gnome2 fails on sparc64 - libxul-1.9.0.15 is marked as broken X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Nov 2009 20:52:42 -0000 Hi, Simon Griffiths wrote: > I get the following error when I try to build /usr/ports/x11/gnome2 on a > SunFire 280R. I had planned on this being a headless box that served me an > X session. > > ===> librsvg2-2.26.0_2 depends on file: /usr/local/lib/libxul/libxul.so - > not found > > ===> Verifying install for /usr/local/lib/libxul/libxul.so in > /usr/ports/www/libxul > > ===> libxul-1.9.0.15 is marked as broken: Does not compile on sparc64. While porting libxul 1.9.1.x sparc64 support for libxul was fixed: http://trillian.chruetertee.ch/freebsd-gecko/changeset/125/branches/experimental/www/libxul This patch merges these patches to libxul 1.9.0.15. Due to some relocation my sparc64 box is currently down so this patch is not tested but maybe you could give it a try: http://people.freebsd.org/~beat/patches/libxul-1.9.0.15-sparc64.patch Beat