* stubdom build broken?
@ 2009-03-17 11:33 Rolf Neugebauer
2009-03-17 20:32 ` Dutch Meyer
0 siblings, 1 reply; 2+ messages in thread
From: Rolf Neugebauer @ 2009-03-17 11:33 UTC (permalink / raw)
To: Xen-devel; +Cc: Ian Jackson
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: stubdom build broken?
2009-03-17 11:33 stubdom build broken? Rolf Neugebauer
@ 2009-03-17 20:32 ` Dutch Meyer
0 siblings, 0 replies; 2+ messages in thread
From: Dutch Meyer @ 2009-03-17 20:32 UTC (permalink / raw)
To: Rolf Neugebauer; +Cc: Xen-devel, Ian Jackson
yes, looks broken to me as well.
On Tue, 17 Mar 2009, Rolf Neugebauer wrote:
> 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
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-17 20:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 11:33 stubdom build broken? Rolf Neugebauer
2009-03-17 20:32 ` Dutch Meyer
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.