From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 20 19:53:50 2013 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 196B4F68; Sat, 20 Apr 2013 19:53:50 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id D55E7D1F; Sat, 20 Apr 2013 19:53:49 +0000 (UTC) Received: from p5dc3fbd8.dip0.t-ipconnect.de ([93.195.251.216] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UTdr1-00051l-FN; Sat, 20 Apr 2013 21:53:47 +0200 Message-ID: <5172F24B.4030601@gwdg.de> Date: Sat, 20 Apr 2013 21:53:47 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130404 Thunderbird/17.0.5 MIME-Version: 1.0 To: Juergen Lock Subject: Re: CFT: google-earth crash fix (ports/160422 [1]) References: <20130420151713.GA27318@triton8.kn-bremen.de> <5172D9AE.4060901@gwdg.de> <20130420183130.GA99498@triton8.kn-bremen.de> In-Reply-To: <20130420183130.GA99498@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-emulation@FreeBSD.org, 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 19:53:50 -0000 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 > > Thanx, > Juergen