From owner-freebsd-ppc@FreeBSD.ORG Tue May 24 00:54:26 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A34CF16A41C for ; Tue, 24 May 2005 00:54:26 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DCF743D1F for ; Tue, 24 May 2005 00:54:25 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.25.99] (cpe-99-25.fr-dsl.bris.onthenet.net [203.144.25.99]) by liberty.onthenet.com.au (8.12.9 - 20030918/8.12.9) with ESMTP id j4O0sOnP089717; Tue, 24 May 2005 10:54:24 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42927B2E.2060101@freebsd.org> Date: Tue, 24 May 2005 10:54:06 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Orlando Bassotto References: <772add1005051820131e2e7440@mail.gmail.com> <20050522172035.GA97714@arved.at> <1116782949.89455.12.camel@crashalot> <20050523154654.GF92909@arved.at> <42926AC7.3040400@freebsd.org> <34FF6B2C-A968-4F5D-85E5-D64A38175669@break.net> In-Reply-To: <34FF6B2C-A968-4F5D-85E5-D64A38175669@break.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: How much longer for GNOME X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 00:54:26 -0000 Hi Orlando, > Now my cube is happily running FreeBSD with X and XFCE 4. Is this 6.8.2 or the pre-compiled 6.8.1 I put up ? I noticed that 6.8.2 server compiles out of the box now, but I've not run it up other than trying (unsuccessfully) to get it going on the mini. What are the specs on your cube ? > I have tried already to compile firefox, and managed to have it compile > successfully, using > netbsd and linux stuff (netbsd doesn't use g++3 name mangling for > assembly stubs). > The result is... it starts, then dies... so the next question is, any > progress with gdb? it is almost > impossible to determine what's going on without a debugger... :-) There has been some. Suleiman did a fair amount of initial work, so it's just a matter of pulling the pieces together. > While I was at it, I compiled more than 200 ports successfully, > including the QT framework (and > it works!!). That's great to hear :) > Since the cube doesn't have internal audio, I managed to make usb audio > work... and it works > like a charm! (I limited myself to comment out sndbuf_xxx calls in > pcm/channel.c to get > sound.ko don't complain about missing symbols heh). Might want to bring that up on the -multimedia or -usb lists: I think Tilman was trying to get this to work as well: http://docs.freebsd.org/cgi/mid.cgi?20050426145734.GC2894 Sounds like you did this with loadable modules ? later, Peter.