From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUoT-0002DZ-Np for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:26:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPUoR-0004ip-UP for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:26:01 -0400 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:34379) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUoR-0004iK-DI for qemu-devel@nongnu.org; Tue, 09 Apr 2013 05:25:59 -0400 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Apr 2013 19:18:29 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id BCC012BB0023 for ; Tue, 9 Apr 2013 19:25:45 +1000 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r399CJmf49741998 for ; Tue, 9 Apr 2013 19:12:19 +1000 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r399Pi58017176 for ; Tue, 9 Apr 2013 19:25:44 +1000 Message-ID: <5163DE7A.9090001@linux.vnet.ibm.com> Date: Tue, 09 Apr 2013 17:25:14 +0800 From: Lei Li MIME-Version: 1.0 References: <5163DA58.9070001@redhat.com> In-Reply-To: <5163DA58.9070001@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 04/09/2013 05:07 PM, 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? Yes, it's caused by commit 47b5264eb3e1cd2825e48d28fd0d1b239ed53974, the rename of the file virtio-9p-device.h Patch already send, thanks > > Thanks, > Michal > -- Lei