From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUng-0001mp-LP for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:25:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPUnb-0004UQ-8y for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:25:09 -0400 Received: from mail-ob0-x230.google.com ([2607:f8b0:4003:c01::230]:63321) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUnb-0004Tt-5D for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:25:07 -0400 Received: by mail-ob0-f176.google.com with SMTP id er7so6692463obc.35 for ; Tue, 09 Apr 2013 02:25:06 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5163DA58.9070001@redhat.com> References: <5163DA58.9070001@redhat.com> Date: Tue, 9 Apr 2013 11:25:06 +0200 Message-ID: From: Laurent Desnogues Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [Qemu-devel] Latest QEMU compilation fails List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michal Novotny Cc: "qemu-devel@nongnu.org" On Tue, Apr 9, 2013 at 11:07 AM, Michal Novotny wrote: > Hi, > I've just pulled the latest git repository of QEMU but it's failing the > compilation on missing virtio-9p-device.h header file: > CC x86_64-softmmu/target-i386/arch_memory_mapping.o > CC x86_64-softmmu/target-i386/arch_dump.o > CC x86_64-softmmu/target-i386/kvm.o > CC x86_64-softmmu/target-i386/hyperv.o > CC x86_64-softmmu/hw/9pfs/virtio-9p-device.o > CC x86_64-softmmu/hw/block/virtio-blk.o > CC x86_64-softmmu/hw/char/virtio-serial-bus.o > CC x86_64-softmmu/hw/9pfs/virtio-9p-device.o > /home/mig/Work/kvm-downstream/git/qemu/hw/9pfs/virtio-9p-device.c:19:30: > fatal error: virtio-9p-device.h: No such file or directory > compilation terminated. > make[1]: *** [hw/9pfs/virtio-9p-device.o] Error 1 > make: *** [subdir-x86_64-softmmu] Error 2 > > Does it do for others as well or is it just a local issue? Same here (47b5264eb3e1cd2825e48d28fd0d1b239ed53974). The missing file used to be under hw/9pfs/. Laurent > Thanks, > Michal > > -- > Michal Novotny , RHCE, Red Hat > Virtualization | libvirt-php bindings | php-virt-control.org > >