From owner-freebsd-emulation@FreeBSD.ORG Mon Nov 14 22:10:33 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 F03CD16A41F for ; Mon, 14 Nov 2005 22:10:33 +0000 (GMT) (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 0FD7243D49 for ; Mon, 14 Nov 2005 22:10:32 +0000 (GMT) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn [127.0.0.1]) by gwyn.kn-bremen.de (8.13.4/8.13.4/Debian-3) with ESMTP id jAEMAUlc016755; Mon, 14 Nov 2005 23:10:30 +0100 Received: from saturn.kn-bremen.de (uucp@localhost) by gwyn.kn-bremen.de (8.13.4/8.13.4/Submit) with UUCP id jAEMAUjI016753; Mon, 14 Nov 2005 23:10:30 +0100 Received: from saturn.kn-bremen.de (localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.1/8.13.1) with ESMTP id jAEM8rqg002490; Mon, 14 Nov 2005 23:08:53 +0100 (CET) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.1/8.13.1/Submit) id jAEM8q7p002489; Mon, 14 Nov 2005 23:08:52 +0100 (CET) (envelope-from nox) Date: Mon, 14 Nov 2005 23:08:52 +0100 (CET) From: Juergen Lock Message-Id: <200511142208.jAEM8q7p002489@saturn.kn-bremen.de> To: marsgmiro@gmail.com X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <28edec3c0511131931s36a5734epf2728cf0a1bf8a46@mail.gmail.com> Organization: home Cc: freebsd-emulation@freebsd.org Subject: Re: qemu unbuildable on FreeBSD 5.4/amd64 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, 14 Nov 2005 22:10:34 -0000 In article <28edec3c0511131931s36a5734epf2728cf0a1bf8a46@mail.gmail.com> you write: >Greetz! > > I find that the latest qemu is unbuildable on FreeBSD 5.4/amd64: >===> qemu-0.7.2s.20051030 is only for amd64 i386, and you are running x86_64. > > In the Makefile, if i take out these out: > .if ${ARCH} == "amd64" >ARCH= x86_64 >.endif >[...] > However if I don't, and I just add x86_64 to the supported archs: > -ONLY_FOR_ARCHS= amd64 i386 >+ONLY_FOR_ARCHS= amd64 i386 x86_64 > > It gets built and runs fine on my virtual machines. Oh. Looks like something changed that made this necessary. Thanx for the report, fix submitted. Juergen