qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release


From: Anthony Liguori
Subject: Re: [Qemu-devel] [ANNOUNCE] QEMU 0.15.0-rc1 Release
Date: Sun, 31 Jul 2011 15:57:50 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10

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 <address@hidden>
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







reply via email to

[Prev in Thread] Current Thread [Next in Thread]