qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Latest QEMU compilation fails
@ 2013-04-09  9:07 Michal Novotny
  2013-04-09  9:25 ` Laurent Desnogues
  2013-04-09  9:25 ` Lei Li
  0 siblings, 2 replies; 3+ messages in thread
From: Michal Novotny @ 2013-04-09  9:07 UTC (permalink / raw)
  To: qemu-devel@nongnu.org

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?

Thanks,
Michal

-- 
Michal Novotny <minovotn@redhat.com>, RHCE, Red Hat
Virtualization | libvirt-php bindings | php-virt-control.org

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Latest QEMU compilation fails
  2013-04-09  9:07 [Qemu-devel] Latest QEMU compilation fails Michal Novotny
@ 2013-04-09  9:25 ` Laurent Desnogues
  2013-04-09  9:25 ` Lei Li
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Desnogues @ 2013-04-09  9:25 UTC (permalink / raw)
  To: Michal Novotny; +Cc: qemu-devel@nongnu.org

On Tue, Apr 9, 2013 at 11:07 AM, Michal Novotny <minovotn@redhat.com> 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 <minovotn@redhat.com>, RHCE, Red Hat
> Virtualization | libvirt-php bindings | php-virt-control.org
>
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] Latest QEMU compilation fails
  2013-04-09  9:07 [Qemu-devel] Latest QEMU compilation fails Michal Novotny
  2013-04-09  9:25 ` Laurent Desnogues
@ 2013-04-09  9:25 ` Lei Li
  1 sibling, 0 replies; 3+ messages in thread
From: Lei Li @ 2013-04-09  9:25 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-09  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09  9:07 [Qemu-devel] Latest QEMU compilation fails Michal Novotny
2013-04-09  9:25 ` Laurent Desnogues
2013-04-09  9:25 ` Lei Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).