From owner-freebsd-amd64@FreeBSD.ORG Thu Apr 28 19:14:06 2005 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 063F516A4CE; Thu, 28 Apr 2005 19:14:06 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60C4543D5A; Thu, 28 Apr 2005 19:14:05 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id j3SJEdxd052259; Thu, 28 Apr 2005 15:14:40 -0400 (EDT) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: Juergen Lock Date: Thu, 28 Apr 2005 15:14:01 -0400 User-Agent: KMail/1.6.2 References: <20050427210405.A95072@saturn.kn-bremen.de> <200504271936.18743.jkim@niksun.com> <20050428210246.A21966@saturn.kn-bremen.de> In-Reply-To: <20050428210246.A21966@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200504281514.01411.jkim@niksun.com> X-Virus-Scanned: ClamAV version 0.83, clamav-milter version 0.83 on anuket.mj.niksun.com X-Virus-Status: Clean cc: freebsd-emulation@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: please test qemu port update X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 19:14:06 -0000 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. > 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. Thanks, JK > Juergen