From owner-freebsd-emulation@FreeBSD.ORG Mon Apr 21 00:35:44 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48FFC1065672 for ; Mon, 21 Apr 2008 00:35:44 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id F0FB68FC19 for ; Mon, 21 Apr 2008 00:35:43 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 4C2C82C17FB; Mon, 21 Apr 2008 02:35:42 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m3KMBvFb090071; Mon, 21 Apr 2008 00:11:57 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m3KMBuLU090070; Mon, 21 Apr 2008 00:11:56 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 21 Apr 2008 00:11:56 +0200 To: Boris Samorodov Message-ID: <20080420221156.GA89895@saturn.kn-bremen.de> Mail-Followup-To: Boris Samorodov , freebsd-emulation@FreeBSD.org References: <200804172301.m3HN12Aa095723@freefall.freebsd.org> <20080418210938.GA20097@saturn.kn-bremen.de> <200804191551.m3JFpaoa044998@saturn.kn-bremen.de> <97658285@bb.ipt.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <97658285@bb.ipt.ru> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-emulation@FreeBSD.org Subject: Re: ports/122865: astro/google-earth: wrong distfile checksum X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 21 Apr 2008 00:35:44 -0000 On Sat, Apr 19, 2008 at 08:28:34PM +0400, Boris Samorodov wrote: > On Sat, 19 Apr 2008 17:51:36 +0200 (CEST) Juergen Lock wrote: > > In article <61974025@bb.ipt.ru> you write: > [...] > > >Now I test your patch ant it partially works. Googleearth runs for > > >some time and then freezes at state: > > >----- > > >load: 0.09 cmd: googleearth-bin 5616 [linuxfutex] 0.00u 0.00s 0% 86476k > > >----- > > > > > Hmm, are you running 7 or HEAD? > > % uname -a > FreeBSD host.ipt.ru 7.0-STABLE FreeBSD 7.0-STABLE #2: Fri Apr 18 01:36:58 MSD 2008 root@host.ipt.ru:/usr/obj/usr/src/sys/BB i386 > > > >And I get a console message: > > >----- > > >linux: pid 5554 (googleearth-bin): syscall truncate64 not implemented > > >----- > > > > > Oh, so that one is also missing in 7? > > Seems that it is missing at CURRENT. > Hmm so maybe the crash I got on 6.3 was because of something else... Anyone here who wants to try it on 6, maybe its just something on my box? (need to comment out the IGNORE if you want to try) > > >Both cases seems nothing to do with the port system but a kernel one. > > > True. I guess we have no choice but updating anyway since google > > only gives out the new distfile now... > > Yep. Yeah, commited now... Juergen