From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 20 21:08:49 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 32064770; Sat, 20 Apr 2013 21:08:49 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id E956EEDD; Sat, 20 Apr 2013 21:08:48 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5A5CB1E007A6; Sat, 20 Apr 2013 23:08:41 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.5/8.14.4) with ESMTP id r3KL7IA8018652; Sat, 20 Apr 2013 23:07:18 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.5/8.14.3/Submit) id r3KL7HJT018651; Sat, 20 Apr 2013 23:07:17 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 20 Apr 2013 23:07:17 +0200 To: Rainer Hurling Subject: Re: CFT: google-earth crash fix (ports/160422 [1]) Message-ID: <20130420210717.GA18638@triton8.kn-bremen.de> References: <20130420151713.GA27318@triton8.kn-bremen.de> <5172D9AE.4060901@gwdg.de> <20130420183130.GA99498@triton8.kn-bremen.de> <5172F24B.4030601@gwdg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5172F24B.4030601@gwdg.de> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-emulation@FreeBSD.org, Juergen Lock , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Apr 2013 21:08:49 -0000 On Sat, Apr 20, 2013 at 09:53:47PM +0200, Rainer Hurling wrote: > On 20.04.2013 20:31 (UTC+2), Juergen Lock wrote: > > On Sat, Apr 20, 2013 at 08:08:46PM +0200, Rainer Hurling wrote: > >> On 20.04.2013 17:17 (UTC+2), Juergen Lock wrote: > >>> Hi! > >>> > >>> COURRAUD Cybil might have found at least one cause for the > >>> google-earth crashes on 9.0+, can people that saw the crash (and > >>> everyone else interested) please test the following update to make > >>> sure it's working for most people? > >>> > >>> http://people.freebsd.org/~nox/tmp/google-earth-5.2.1.1588-crashfixp-001.patch > >> > >> Hi Juergen, > >> > >> Thanks for the info and the link. I just tried the patch with > >> GoogleEarth version 6.0.3.2197 on a 10.0-CURRENT amd64 (clang) and it > >> also seems to work. > >> > >> Perhaps we should try to reintroduce version 6.0.3.2197? I do not > >> remember the reason(s) for going back to version 5.2.1.1588 ... > >> > > Hmm is the distfile for 6.0.3.2197 still public? > > I would think so, because I fetched it in the common way, i.e. > > fetch http://dl.google.com/earth/client/current/GoogleEarthLinux.bin > > > the relevant part of my Makefile looks like this > > PORTNAME= google-earth > PORTVERSION= 6.0.3.2197 > #PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= astro deskutils geography > MASTER_SITES= http://dl.google.com/earth/client/current/:current > DISTFILES= GoogleEarthLinux.bin:current > DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} > EXTRACT_ONLY= # none > Ok new patch here: http://people.freebsd.org/~nox/tmp/google-earth-6.0.3.2197-crashfixp-001.patch Please give this a good testing everyone, especially if it crashed for you before... Thanx again, :) Juergen