From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:49057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnd58-0001xC-By for qemu-devel@nongnu.org; Sun, 31 Jul 2011 16:57:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qnd57-0005E9-Ax for qemu-devel@nongnu.org; Sun, 31 Jul 2011 16:57:54 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:52633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qnd57-0005Dx-3i for qemu-devel@nongnu.org; Sun, 31 Jul 2011 16:57:53 -0400 Received: by ywb3 with SMTP id 3so534324ywb.4 for ; Sun, 31 Jul 2011 13:57:52 -0700 (PDT) Message-ID: <4E35C1CE.5080505@codemonkey.ws> Date: Sun, 31 Jul 2011 15:57:50 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4E3352A5.9090304@codemonkey.ws> <4E358378.60207@redhat.com> In-Reply-To: <4E358378.60207@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: qemu-devel , "Justin M. Forbes" On 07/31/2011 11:31 AM, Avi Kivity wrote: > On 07/30/2011 03:39 AM, Anthony Liguori wrote: >> Hi, >> >> On behalf of the entire QEMU team, I'm please to announce the release >> of QEMU 0.15.0-rc1. This is the second release candidate for the >> 0.15.0 release. >> > > make -jlarge fails with: > > cc1: warning: qapi-generated: No such file or directory [enabled by > default] > In file included from ./bswap.h:4:0, > from ./qemu-common.h:98, > from ./qlist.h:18, > from ./qdict.h:17, > from ./qapi/qmp-core.h:18, > from ./qga/guest-agent-core.h:13, > from qga/guest-agent-command-state.c:13: > ./config-host.h:52:0: warning: "CONFIG_IOVEC" redefined [enabled by > default] > ./qemu-common.h:65:0: note: this is the location of the previous definition > In file included from ./qlist.h:18:0, > from ./qdict.h:17, > from ./qapi/qmp-core.h:18, > from ./qga/guest-agent-core.h:13, > from qga/guest-agent-command-state.c:13: > ./qemu-common.h:66:8: error: redefinition of ‘struct iovec’ > /usr/include/bits/uio.h:44:8: note: originally defined here > make: *** [qga/guest-agent-command-state.o] Error 1 > make: *** Waiting for unfinished jobs.... > > > A subsequent make makes it through, so it appears to be a missing > dependency. We're missing: 88ca9f047bf8df20ae0a6305d99cbad1e893777f Author: Michael Roth Date: Tue Jul 26 11:39:24 2011 -0500 Makefile: add missing deps on $(GENERATED_HEADERS) This fixes a build issue with make -j6+ due to qapi-generated files being built before $(GENERATED_HEADERS) have been created. In stable. I'll cherry pick and make sure it's in -rc2. Regards, Anthony Liguori > >