From owner-freebsd-ports@FreeBSD.ORG Wed Jun 14 12:11:26 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 316D116A507 for ; Wed, 14 Jun 2006 12:11:26 +0000 (UTC) (envelope-from lopisaur@gmail.com) Received: from wx-out-0102.google.com (wx-out-0102.google.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id B095043D60 for ; Wed, 14 Jun 2006 12:11:20 +0000 (GMT) (envelope-from lopisaur@gmail.com) Received: by wx-out-0102.google.com with SMTP id i31so79885wxd for ; Wed, 14 Jun 2006 05:11:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:subject:from:reply-to:to:cc:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=lRs/cBHYRyqaAQ1Y0GOuxwPDrYPmAOufVDh9NbmkcorxHMMS1j+dmYwh7lg/XbhxIpcBGg/v0/nWKrqtqHXW8CzHHgulE6kPUtLQ0x/f5q2oQWLL/AZteG+F13vjsS0mMV6ymhISTYCBCmF68OaN4mL4MuvLxBTiElxUuMv76Rk= Received: by 10.70.8.15 with SMTP id 15mr692240wxh; Wed, 14 Jun 2006 05:11:19 -0700 (PDT) Received: from hellion.clcw ( [200.105.222.44]) by mx.gmail.com with ESMTP id h17sm507868wxd.2006.06.14.05.11.17; Wed, 14 Jun 2006 05:11:19 -0700 (PDT) From: Christian Lopez de Castilla Wagner To: Alexander Leidinger In-Reply-To: <20060614114451.fyq7wc1rvs4o0w0s@netchild.homeip.net> References: <20060613120045.E806816A494@hub.freebsd.org> <1150206085.65262.4.camel@hellion.clcw> <1150212190.23483.1.camel@mayday.esat.net> <1150218648.845.2.camel@hellion.clcw> <20060613201450.5eb0b88a@apircalabu.dsd.ro> <1150233997.94166.3.camel@hellion.clcw> <448F9AD8.1030206@micom.mng.net> <20060614105048.ipsn5n4usk4k0ckg@netchild.homeip.net> <448FD228.9050008@micom.mng.net> <20060614114451.fyq7wc1rvs4o0w0s@netchild.homeip.net> Content-Type: text/plain Date: Wed, 14 Jun 2006 08:17:11 -0400 Message-Id: <1150287431.79709.4.camel@hellion.clcw> Mime-Version: 1.0 X-Mailer: Evolution 2.6.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Jeremy Messenger , Ganbold , Adi Pircalabu , flz@freebsd.org, freebsd-ports Subject: Re: Google Earth for Linux works on FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lopisaur@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 12:11:26 -0000 On Wed, 2006-06-14 at 11:44 +0200, Alexander Leidinger wrote: > Quoting Ganbold (from Wed, 14 Jun 2006 > 18:08:56 +0900): > > > Alexander Leidinger wrote: > >> Quoting Ganbold (from Wed, 14 Jun 2006 > >> 14:12:56 +0900): > >> > >>> Works here with some glitch. > >>> I got one time crash and probably it is not related to FreeBSD. Did > >>> portupgrade few days ago. > >>> > >>> ----------------------------------------------------- > >>> gdaemon# googleearth > >>> Google Earth has caught signal 11. > >>> > >>> Stacktrace from glibc: > >>> ./googleearth-bin(__gxx_personality_v0+0x212) [0x804ab32] > >>> ./googleearth-bin [0x804b133] > >>> /lib/libpthread.so.0 [0x29d289ad] > >>> [0xbfbfffbf] > >> > >>> /lib/libpthread.so.0 [0x29d22aea] > >>> /lib/libc.so.6(__clone+0x57) [0x29cc8017] > >> > >> Please tell us the linux_base port and linux-X11 port you use with > >> every bug report. > > Sorry about that. When I installed google-earth from ports there were > > installed following as a dependency packages: > > > > linux-XFree86-libs-4.3.99.902_7 XFree86 libraries, Linux binary > > linux_base-8-8.0_15 Base set of packages needed in Linux mode (for > > i386/amd64) > > linux_dri-4.4.0 Binary Linux DRI libraries for 3D hardware > > acceleration of > > > > > >> > >> This may be a problem with the linux base port you are using. > >> > >> If you use any linux_base port different from the default one or > >> from fc4, please deinstall it it and install a "good one". > > > > Which one is "good one" then? I thought it could pick up the good one > > The default one and the fcX ones are "good" (as in "officially > supported by FreeBSD"). But the default one is outdated (the fc4 one > is on the ports build cluster for testing it as an replacement ATM). > Maybe you want to give the fc4 one a try (since it is withhin the > range of supported distributions listed in the google earth > requirements). To do this you have to add > OVERRIDE_LINUX_BASE_PORT=fc4 > to /etc/make.conf and replace "linux-XFree86-libs" with > "linux-xorg-libs" in ports/Mk/bsd.port/mk. After this you can update > with: > portupgrade -f -o emulators/linux_base-fc4 linux_base > portupgrade -f -o x11/linux-xorg-libs linux-XFree86-libs > > > during the installation as a dependency. Maybe I'm wrong here or > > google-earth port should be updated to use good linux_base port. > > We should see fc4 as the new default one "soon". > > >> If you use fc4, you also have to use the linux-xorg libs instead of > >> the XFree86 ones (you most likely will not have hardware > >> acceleration then, we haven't updated the linux_dri port yet). > > > > Google-earth complained using OpenGL with software emulation. FYI, I > > have i945G board with integrated graphic card. > > Updating the linux_dri port after switching the default linux base > port is on the TODO list. But you need working hardware acceleration > with a native program first. > > Bye, > Alexander. > I'm using rh-9 and XFree86. Yesterday I tried fc3 to no avail, went back to rh-9. Once I'm done with work later today, I'll go with fc4 and the linux-xorg libs; will report back thereafter. Guys, thanks a lot for the quick responses! -- Christian Lopez de Castilla Wagner lopisaur@gmail.com lopisaur@acelerate.com (+591-705)98290 http://lopisaur.googlepages.com