From: Rolf Neugebauer <rolf.neugebauer@netronome.com>
To: Xen-devel <xen-devel@lists.xensource.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Subject: stubdom build broken?
Date: Tue, 17 Mar 2009 11:33:16 +0000 [thread overview]
Message-ID: <49BF8A7C.2010605@netronome.com> (raw)
Hi
with the recent updates to the qemu git repo stubdoms fail to build for
me both on 64bit fc8 and 64 but ubuntu 8.04
First the changes seem to require pciutils-dev/pciutils-devel packages
to be installed. Easily fixed. Also just noticed George Dunlaps fix.
The configure complains about:
ERROR: unknown option --disable-gcc-check
when calling xen-setup. I've "fixed" this by removing the option from
./stubdom/Makefile
With these fixes the next issue is:
[...]
CC cutils.o
In file included from cutils.c:24:
qemu-common.h:53:21: warning: sys/uio.h: No such file or directory
cutils.c: In function 'qemu_iovec_init':
cutils.c:109: error: invalid application of 'sizeof' to incomplete type
'struct iovec'
[... and so on]
Configure seem to think that the system has iovec (HAVE_IOVEC) but the
newlib is compiled/installed without.
The previously working version of ioemu/qemu-xen did not have the test
for iovec.
Before digging deeper: Is anyone else seeing these issues? I'm on latest
xen-unstable from xen.org.
Rolf
next reply other threads:[~2009-03-17 11:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-17 11:33 Rolf Neugebauer [this message]
2009-03-17 20:32 ` stubdom build broken? Dutch Meyer
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=49BF8A7C.2010605@netronome.com \
--to=rolf.neugebauer@netronome.com \
--cc=ian.jackson@eu.citrix.com \
--cc=xen-devel@lists.xensource.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.