From owner-freebsd-gecko@FreeBSD.ORG Fri Apr 30 18:10:42 2010 Return-Path: Delivered-To: gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 829A4106566C for ; Fri, 30 Apr 2010 18:10: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 04CFB8FC1A for ; Fri, 30 Apr 2010 18:10:41 +0000 (UTC) Received: from daedalus.network.local (37-148.2-85.cust.bluewin.ch [85.2.148.37]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o3UIAdDr028844 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Fri, 30 Apr 2010 18:10:40 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4BDB1D3D.9080202@FreeBSD.org> Date: Fri, 30 Apr 2010 20:11:09 +0200 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.24 (X11/20100318) MIME-Version: 1.0 To: Super Biscuit References: <593368.86585.qm@web110102.mail.gq1.yahoo.com> In-Reply-To: <593368.86585.qm@web110102.mail.gq1.yahoo.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: gecko@FreeBSD.org Subject: Re: Fw: Re: Build instructions for firefox X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 18:10:42 -0000 Hi, Super Biscuit wrote: > --- On Wed, 4/28/10, Beat Gaetzi wrote: > Super Biscuit wrote: >> --- On Tue, 4/27/10, Beat Gaetzi wrote: >> >> From: Beat Gaetzi >> Subject: Re: Build instructions for firefox >> To: "Super Biscuit" >> Cc: gecko@FreeBSD.org >> Date: Tuesday, April 27, 2010, 7:22 PM >> >> Hi, >> >> Super Biscuit wrote: >>> Forgive me for bothering you.Is there a set of instructions available for building firefox on a ppcG3 machine? Make install dies at libxul/xulrunner even after I disabled java xpcom. Build results are the same for all mozilla-firefox dependent browsers- kazehakase and midori have the same results. Present system is 9.0 SNAPSHOT powerpc. System RAM 386M with 374M available. 400mHz >> G3/750. >> >> Do you use a port (like www/firefox) for building firefox? As far as I >> know all firefox ports should build on PowerPC. If not please provide >> the build output where the build breaks, custom settings in >> /etc/make.conf and the output of "make showconfig". >> >> Beat >> >> >> >> How? I can only upload files to slexy or ompload not pipe the outputs there. /etc/make.conf only has the perlversion listed. >> To further clarify/explain: >> I have to look at the output of the G3. I'm using an x86 box to access the internet graphically. Things build slow on the G3. It's been working for almost two days and etoile is still not finished. >> I hope that this explains my last reply. > > Feel free to upload the output to some pastebin services and we will > take a look at it. > > Beat > > The showconfig is at http://slexy.org/view/s20gosMsuz . > The make.conf is at http://slexy.org/view/s21SZiHrwe . It looks like you were building libxul instead of firefox. As far as I know current version www/libxul does not build on PowerPC. We are working on an update of libxul to 1.9.2 which is working on PowerPC. There were several ports which currently break with 1.9.2 and need to be fixed first. You could checkout libxul 1.9.2 from our development repository: # svn co https://trillian.chruetertee.ch/svn/freebsd-gecko/branches/experimental/www/libxul-devel/ If you like to run Firefox on PowerPC then please use www/firefox. Beat