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