WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] stubdom build broken?

To: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] stubdom build broken?
From: Rolf Neugebauer <rolf.neugebauer@xxxxxxxxxxxxx>
Date: Tue, 17 Mar 2009 11:33:16 +0000
Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Delivery-date: Tue, 17 Mar 2009 04:33:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.12 (X11/20080226)
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>