From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rolf Neugebauer Subject: stubdom build broken? Date: Tue, 17 Mar 2009 11:33:16 +0000 Message-ID: <49BF8A7C.2010605@netronome.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org 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