Comment 9 for bug 1320360

Revision history for this message
Maarten (login-6) wrote :

Hi, I've done the following on my OpenSUSE 13.1 install where I'm in sore need of USB passthrough with QEMU 2.0.0
1) zypper source-install qemu to get the sources
2) update of libusb to 1.0.18 from the hardware:/debug/OpenSUSE_Factory repo - packages are libusb-1_0-0 and libusb-1_0-devel
3) removed the version check for --enable-libusb in qemu.spec to ensure that this flag is set when building
The output of rpmbuild -bb /usr/src/packages/SPECS/qemu.spec is
error: Failed build dependencies:
        libusb-devel is needed by qemu-2.0.0-240.5.x86_64
        xen-devel is needed by qemu-2.0.0-240.5.x86_64
Any input is greatly appreciated.