From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 28 23:11:15 2005 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A655216A4CE; Thu, 28 Apr 2005 23:11:15 +0000 (GMT) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89D2943D48; Thu, 28 Apr 2005 23:11:13 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1])j3SNBAk8021025; Fri, 29 Apr 2005 01:11:10 +0200 Received: from saturn.kn-bremen.de (uucp@localhost)j3SNBADJ021023; Fri, 29 Apr 2005 01:11:10 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.11.4/8.8.5) id j3SN73e26905; Fri, 29 Apr 2005 01:07:03 +0200 (CEST) From: Juergen Lock Date: Fri, 29 Apr 2005 01:07:01 +0200 To: Jung-uk Kim Message-ID: <20050429010701.A26885@saturn.kn-bremen.de> Mail-Followup-To: Jung-uk Kim , freebsd-amd64@freebsd.org, freebsd-emulation@freebsd.org References: <20050427210405.A95072@saturn.kn-bremen.de> <200504271936.18743.jkim@niksun.com> <20050428210246.A21966@saturn.kn-bremen.de> <200504281514.01411.jkim@niksun.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <200504281514.01411.jkim@niksun.com> cc: freebsd-emulation@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: please test qemu port update X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 28 Apr 2005 23:11:15 -0000 On Thu, Apr 28, 2005 at 03:14:01PM -0400, Jung-uk Kim wrote: > On Thursday 28 April 2005 03:02 pm, Juergen Lock wrote: > > On Wed, Apr 27, 2005 at 07:36:18PM -0400, Jung-uk Kim wrote: > > > On Wednesday 27 April 2005 03:04 pm, Juergen Lock wrote: > > > > With the help of Jung-uk Kim i have made an update for the qemu > > > > port that might :) now actually work on amd64 as well. Please > > > > test. (I also haven't tested 4.11 or 6.0 i386.) > > > > > > > > remove these files: files/patch-ab, > > > > files/patch-target-sparc::op_helper.c > > > > > > > > (btw I'm not subscribed on -amd64 so if you remove -emulation > > > > please Cc me if you want me to see followups...) > > > > > > ---- >8 --- SNIP!!! --- >8 ---- > > > > > > Juergen, > > > > > > sorry but it doesn't work. You missed few things in Makefile. > > > Since QEMU 0.7.0 is released, I think it's good time to update > > > it, too. ;-) Update to QEMU 0.7.0 and Makefile fix is attached. > > > > Hmm I wonder why the Makefile worked for me... Do you have > > unusual things in your environment or in make.conf? > > No. > > > Or is this a difference between i386 and amd64? > > I believe Makefile.target is doing something wrong but I haven't found > it yet. I believe the culprit is Makefile.target not checking ARCH > == amd64 but x86_64. In fact, it works perfect for i386. > Aaah, that may well be. > > And if it really is, I would prefer setting the right variables > > (like USE_GMAKE, see /usr/ports/Mk/bsd.port.mk) instead of simply > > overriding the do-* targets. > > I'd love to find it out. I will let you know when I get that right. Ok, Juergen