From: Michael Roth <mdroth@linux.vnet.ibm.com>
To: Bug 816370 <816370@bugs.launchpad.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 816370] [NEW] compile error in QEMU 0.15.0-rc0
Date: Tue, 26 Jul 2011 10:50:03 -0500 [thread overview]
Message-ID: <4E2EE22B.9010500@linux.vnet.ibm.com> (raw)
In-Reply-To: <20110726112846.7009.75490.malonedeb@wampee.canonical.com>
On 07/26/2011 06:28 AM, rowa wrote:
> Public bug reported:
>
> I've tryed to compile QEMU 0.15.0-rc0 on Ubuntu 10.10 „Maverick Meerkat“
> but I get an error (For further details please see http://qemu-
> buch.de/d/Installation#Quellen_kompilieren ).
>
> ./configure --prefix=/usr --enable-spice --audio-card-list=ac97,es1370,sb16,adlib,gus,cs4231a
> make
>
> GEN config-host.h
> GEN trace.h
> GEN qemu-options.def
> GEN qapi-generated/qga-qapi-types.h
> GEN qapi-generated/qga-qapi-visit.h
> GEN qapi-generated/qga-qmp-marshal.c
> CC qapi/qapi-visit-core.o
> In file included from qapi/qapi-visit-core.c:14:
> ./qapi/qapi-visit-core.h:31: error: expected declaration specifiers or ‘...’ before ‘Error’
I can't seem to reproduce this on Ubuntu 10.04
mdroth@illuin:~/w/qemu-0.15.0-rc0$ ./configure --prefix=/usr
--audio-card-list=ac97,es1370,sb16,adlib,gus,cs4231a && make
GEN config-host.h
GEN trace.h
GEN qemu-options.def
GEN qapi-generated/qga-qapi-types.h
GEN qapi-generated/qga-qapi-visit.h
GEN qapi-generated/qga-qmp-marshal.c
CC qapi/qapi-visit-core.o
Error is defined in error.h, which is pulled into qapi-visit-core.c via
qapi-visit-core.h via qapi-types-core.h
I don't see any indication that error.h wasn't found...so it must be
getting pulled in and for whatever reason is not making the expected
declarations...
If you could, can you please try reproducing this on qemu.git origin/master?
git clone git://git.qemu.org/qemu.git qemu.git
cd qemu.git
git checkout origin/master
./configure --prefix=/usr --enable-spice
--audio-card-list=ac97,es1370,sb16,adlib,gus,cs4231a && make
The Error infrastructure was introduced a while back, so if it is
something with that you should still see similar errors if you do:
git checkout c1990ebfa11265d3aa9b6a4d5d1a02bd3f9ac5c6
./configure --prefix=/usr --enable-spice
--audio-card-list=ac97,es1370,sb16,adlib,gus,cs4231a && make
If you don't see an Error there, a bisect between those 2 changesets
would be much appreciated.
Thanks!
next prev parent reply other threads:[~2011-07-26 15:50 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 11:28 [Qemu-devel] [Bug 816370] [NEW] compile error in QEMU 0.15.0-rc0 rowa
2011-07-26 15:50 ` Michael Roth [this message]
2011-07-26 17:02 ` [Qemu-devel] [Bug 816370] " rowa
2011-07-26 18:57 ` Michael Roth
2011-07-27 5:27 ` rowa
2011-07-27 14:59 ` rowa
2011-08-01 10:39 ` rowa
2011-08-03 22:56 ` Michael Roth
2011-08-03 13:26 ` [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1 Marcel Hnilka
2011-08-04 5:22 ` Marcel Hnilka
2011-08-04 8:33 ` Marcel Hnilka
2011-08-04 8:54 ` Alon Levy
2011-08-04 12:00 ` Gerd Hoffmann
2011-08-04 15:52 ` rowa
2011-08-09 10:46 ` Stefan Hajnoczi
2011-08-09 4:46 ` rowa
2011-08-09 15:01 ` Michael Roth
2011-08-09 15:25 ` Stefan Hajnoczi
2011-08-09 12:02 ` rowa
2011-08-09 15:05 ` Michael Roth
2011-08-20 16:56 ` Malte Starostik
2011-08-20 17:21 ` Bug Watch Updater
2011-08-21 16:12 ` [Qemu-devel] [Bug 816370] Dagger-q
2011-08-22 20:41 ` Doug Goldstein
2011-08-22 22:13 ` [Qemu-devel] [Bug 816370] Re: compile error in QEMU 0.15.0-rc0 and 0.15.0-rc1 Bug Watch Updater
2012-10-17 19:30 ` Doug Goldstein
2012-10-17 19:31 ` Doug Goldstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E2EE22B.9010500@linux.vnet.ibm.com \
--to=mdroth@linux.vnet.ibm.com \
--cc=816370@bugs.launchpad.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).