[libvirt-users] Qemu-1.4.0-2 and Qemu-1.4.0-1 is broken on virt-preview and rawhide

All, Our testing seems to indicate that Qemu-1.4.0-2 and Qemu-1.4.0-1 is broken on virt-preview and rawhide. I'm getting undefined symbol: usbredirparser_send_start_bulk_receiving when running qemu-system-x86_64 -version.. Do others see this issue? Is there a known solution? Harald Failing cases: ------------------------------------------------------------------------ -------------------------------------- Failed on Qemu-1.4.0-2 ---------------------- [root@node1 ~]# rpm -q --file /usr/bin/qemu-system-x86_64 qemu-system-x86-1.4.0-2.fc18.x86_64 [root@node1 ~]# /usr/bin/qemu-system-x86_64 --version /usr/bin/qemu-system-x86_64: symbol lookup error: /usr/bin/qemu-system-x86_64: undefined symbol: usbredirparser_send_start_bulk_receiving Failed on Qemu-1.4.0-1 ---------------------- [root@localhost ~]# rpm -q --file /usr/bin/qemu-system-x86_64 qemu-system-x86-1.4.0-1.fc18.x86_64 [root@localhost ~]# /usr/bin/qemu-system-x86_64 --version /usr/bin/qemu-system-x86_64: symbol lookup error: /usr/bin/qemu-system-x86_64: undefined symbol: usbredirparser_send_start_bulk_receiving ------------------------------------------------------------------------ -------------------------------------- Passed on Qemu-1.3.0-9 ---------------------- [root@node0 ~]# rpm -q --file /usr/bin/qemu-system-x86_64 qemu-system-x86-1.3.0-9.fc18.x86_64 [root@node0 ~]# /usr/bin/qemu-system-x86_64 --version QEMU emulator version 1.3.0, Copyright (c) 2003-2008 Fabrice Bellard

On 03/04/2013 02:42 PM, Skardal, Harald wrote:
Failed on Qemu-1.4.0-2
----------------------
[root@node1 ~]# rpm -q --file /usr/bin/qemu-system-x86_64
qemu-system-x86-1.4.0-2.fc18.x86_64
[root@node1 ~]# /usr/bin/qemu-system-x86_64 --version
Worked for me. $ rpm -q qemu qemu-1.4.0-2.fc18.x86_64 $ /usr/bin/qemu-system-x86_64 --version QEMU emulator version 1.4.0, Copyright (c) 2003-2008 Fabrice Bellard Maybe there is a missing dependency in the spec file, for a library which I happen to have installed already but which you did not have installed. Cole did the qemu build, perhaps he has more ideas of what debugging to attempt next. Meanwhile, questions about fedora-virt-preview might be better addressed to virt@lists.fedoraproject.org, as that is the downstream list dealing with the entire virt stack in Fedora, whereas this is the upstream list for dealing with libvirt usage questions. -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Skardal, Harald