From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdNKE-0007Sq-Vo for qemu-devel@nongnu.org; Mon, 04 Nov 2013 11:48:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VdNK9-00059F-TS for qemu-devel@nongnu.org; Mon, 04 Nov 2013 11:48:26 -0500 Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:62296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VdNK9-00058j-ML for qemu-devel@nongnu.org; Mon, 04 Nov 2013 11:48:21 -0500 Received: by mail-ea0-f178.google.com with SMTP id a10so678502eae.23 for ; Mon, 04 Nov 2013 08:48:20 -0800 (PST) Date: Mon, 4 Nov 2013 17:48:18 +0100 From: Stefan Hajnoczi Message-ID: <20131104164818.GE19804@stefanha-thinkpad.redhat.com> References: <5272CE9A.2080605@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5272CE9A.2080605@FreeBSD.org> Subject: Re: [Qemu-devel] [patch] Fix FreeBSD compilation block/raw-posix.c List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas Tobler Cc: qemu-devel@nongnu.org On Thu, Oct 31, 2013 at 10:41:46PM +0100, Andreas Tobler wrote: > Hi all, > > the below patch is needed to compile qemu trunk on FreeBSD with gcc48, > clang will fail.... ;). Host x84_64-freebsd. > > Installation will fail due to hardcoded /usr/bin/python in > scripts/acpi_extract.py > > Thanks, > Andreas > > Signed-off-by: Andreas Tobler > Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan