From owner-freebsd-ports@FreeBSD.ORG Wed Jun 14 22:30:35 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 0D27516A479 for ; Wed, 14 Jun 2006 22:30:35 +0000 (UTC) (envelope-from lorenl@alzatex.com) Received: from hosea.tallye.com (hosea.tallye.com [216.99.199.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7963E43D48 for ; Wed, 14 Jun 2006 22:30:34 +0000 (GMT) (envelope-from lorenl@alzatex.com) Received: from [192.168.1.241] (solomon.ddns.alzatex.cc [192.168.1.241]) by hosea.tallye.com (8.13.6/8.12.10) with ESMTP id k5EMUXhN031278 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 14 Jun 2006 15:30:33 -0700 Message-ID: <44908E03.10908@alzatex.com> Date: Wed, 14 Jun 2006 15:30:27 -0700 From: "Loren M. Lang" Organization: Alzatex, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: lopisaur@gmail.com 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> <449081F8.20108@alzatex.com> <1150324229.25618.9.camel@hellion.clcw> In-Reply-To: <1150324229.25618.9.camel@hellion.clcw> X-Enigmail-Version: 0.94.0.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig5767C472C3B078E50178DDBD" X-Virus-Scanned: ClamAV version 0.88.1, clamav-milter version 0.88.1 on hosea.tallye.com X-Virus-Status: Clean Cc: 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2006 22:30:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5767C472C3B078E50178DDBD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Christian Lopez de Castilla Wagner wrote: > On Wed, 2006-06-14 at 14:39 -0700, Loren M. Lang wrote: >> Ganbold wrote: >>> 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] >>> =20 >>> /usr/local/share/google-earth/libevll.so(_ZN5earth4evll5Cache18loader= NodePopulateEPNS0_9CacheNodeEPNS_10HeapBufferE+0x50) >>> [0x2a1e5950] >>> =20 >>> /usr/local/share/google-earth/libevll.so(_ZN5earth4evll9NetLoader17fi= nishHttpRequestEPNS0_11NLQueueElemEmPNS_10HeapBufferE+0x1a2) >>> [0x2a2b02e2] >>> =20 >>> /usr/local/share/google-earth/libevll.so(_ZN5earth4evll9NetLoader12as= yncHandlerEv+0x2ef) >>> [0x2a2b74df] >>> =20 >>> ./libbase.so(_ZN5earth11AsyncThread12asyncHandlerEPNS0_10ThreadInfoE+= 0x53) >>> [0x2862ef13] >>> ./libbase.so(_ZN5earth11AsyncThread9asyncFuncEPv+0x28) [0x2862efd8] >>> /lib/libpthread.so.0 [0x29d22aea] >>> /lib/libc.so.6(__clone+0x57) [0x29cc8017] >>> >>> We apologize for the inconvenience, but Google Earth has crashed. >>> This is a bug in the program, and should never happen under normal >>> circumstances. A bug report and debugging data are now being written >>> to this text file: >>> >>> /root/.googleearth/crashlogs/crashlog-D220C3BE.txt >>> >> Please tell me you aren't running google earth as root. >> >=20 > That wasn't my crash, I can't get it to run. > But could that be the problem? It didn't even remotely occur to me, > since I'm getting the 'libXext.so.6: ELF file OS ABI invalid' error. > I will try with fc4 and linux-xorg later tonight as both root and as a > normal user, we'll see what happens. >=20 >=20 OS ABI error tells me that it might be loading the freebsd libs for a linux app. You must use entirely linux libraries for linux applications, symlinking to freebsd libs doesn't work. Mainly you just need to make sure all the appropriate linux libraries are installed by making sure the right ports are installed. The google-earth port should have done this for you, but it sounds like it might not have. The linux_base-* ports install a basic linux install without X11, but linux-XFree86-libs installs the X11 libs needed. I've found though that that wasn't enough in the past, I have to add /usr/X11R6/lib to the file /usr/compat/linux/etc/ld.so.conf and then run the command /usr/compat/linux/sbin/ldconfig for any linux apps to find the linux X11 libs. --=20 Loren M. Lang lorenl@alzatex.com http://www.alzatex.com/ Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc Fingerprint: CEE1 AAE2 F66C 59B5 34CA C415 6D35 E847 0118 A3D2 --------------enig5767C472C3B078E50178DDBD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEkI4IbTXoRwEYo9IRAhPDAJ4iP31x5Bc19XxvDVt1fIxoNoBdEgCeO1tb kbzGa6XroPDMg6T6ePyszto= =5Vhd -----END PGP SIGNATURE----- --------------enig5767C472C3B078E50178DDBD--