From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Build error in stubdoms Date: Wed, 15 Dec 2010 17:23:01 -0800 Message-ID: <4D0969F5.6020108@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: Stefano Stabellini Cc: "Xen-devel@lists.xensource.com" , Ian Jackson List-Id: xen-devel@lists.xenproject.org Current xen-unstable w/ most recent qemu-xen is failing to build: CC i386-stubdom/xenfb.o CC i386-stubdom/xen_console.o CC i386-stubdom/xen_disk.o /home/jeremy/hg/xen/unstable/stubdom/ioemu/hw/xen_disk.c:34:21: fatal error: sys/uio.h: No such file or directory compilation terminated. make[3]: *** [xen_disk.o] Error 1 make[3]: Leaving directory `/home/jeremy/hg/xen/unstable/stubdom/ioemu/i386-stubdom' It looks like the stubdom libc doesn't have sys/uio.h, but I don't think it should be getting xen_disk in the first place? This is on a F14 system, which may be relevant. Thanks, J