2010/12/1 Diego Elio Pettenò <flameeyes(a)gmail.com>:
Il giorno mar, 30/11/2010 alle 21.09 +0100, Daniel Veillard ha
scritto:
>
> As indicated 10 days ago, today was time for a release, I didn't
> had much time so I simply generated a release from libvirt git
> without much testing. Hopefully this will be okay !
Doesn't seem to be the case :/
In file included from qemu/qemu_conf.c:42:0:
qemu/qemu_conf.h:243:47: warning: 'enum virVMOperationType' declared
inside parameter list
qemu/qemu_conf.h:323:32: warning: 'enum virVMOperationType' declared
inside parameter list
qemu/qemu_conf.c:1646:28: warning: 'enum virVMOperationType' declared
inside parameter list
qemu/qemu_conf.c:1646:47: error: parameter 6 ('vmop') has incomplete
type
qemu/qemu_conf.c: In function 'qemudPhysIfaceConnect':
qemu/qemu_conf.c:1646:47: warning: unused parameter
'vmop' [-Wunused-parameter]
qemu/qemu_conf.c: At top level:
qemu/qemu_conf.c:3959:32: warning: 'enum virVMOperationType' declared
inside parameter list
qemu/qemu_conf.c:3959:51: error: parameter 13 ('vmop') has incomplete
type
qemu/qemu_conf.c: In function 'qemudBuildCommandLine':
qemu/qemu_conf.c:4803:51: error: type of formal parameter 6 is
incomplete
qemu/qemu_conf.c:3959:51: warning: unused parameter
'vmop' [-Wunused-parameter]
make[3]: *** [libvirt_driver_qemu_la-qemu_conf.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
I'll see if I can track this down later… I guess it might be related to
Jean-Baptiste post “Fix warning when macvtap support is disabled”,
especially since I see macvtap references when macvtap is disabled at
configure time.
This two commits in git:
Fix undefined symbol errors when macvtap support is disabled
474b1c1487828a17fe9e1025901334d9820ea350
Fix warning when macvtap support is disabled
45147ca37f3d93ea67b02a6c0e435bdf40b4ddc5
should fix the errors you listed above.
Matthias