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

Re: [Xen-devel] stubdom build broken?

To: Rolf Neugebauer <rolf.neugebauer@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] stubdom build broken?
From: Dutch Meyer <dmeyer@xxxxxxxxx>
Date: Tue, 17 Mar 2009 13:32:36 -0700 (PDT)
Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Delivery-date: Tue, 17 Mar 2009 13:34:01 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <49BF8A7C.2010605@xxxxxxxxxxxxx>
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>
References: <49BF8A7C.2010605@xxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

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