https://bugs.winehq.org/show_bug.cgi?id=51050
Bug ID: 51050 Summary: libusb 64-bit not found by wine 6.7 but wine 5.0.5 finds it Product: Wine Version: 6.7 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: usb Assignee: wine-bugs@winehq.org Reporter: fast.rizwaan@gmail.com Distribution: ---
libusb is found by wine 5.0.5 but not by 6.7.
wine 6.7 inside flatpak https://github.com/fastrizwaan/flatpak-wine/tree/main/org.winehq.flatpak-win...:
----------------------- config.status: executing Makefile commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --without-curses
configure: MinGW compiler not found, cross-compiling PE files won't be supported. configure: OpenCL 64-bit development files not found, OpenCL won't be supported. configure: pcap 64-bit development files not found, wpcap won't be supported. configure: libsane 64-bit development files not found, scanners won't be supported. ==================== configure: libusb-1.0 64-bit development files not found (or too old), USB devices won't be supported. ==================== configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported. configure: libkrb5 64-bit development files not found (or too old), Kerberos won't be supported. configure: jxrlib 64-bit development files not found, JPEG-XR won't be supported.
configure: Finished. Do 'make' to compile Wine. --------------------------------------------- But wine 5.0.5 https://github.com/fastrizwaan/flatpak-wine/tree/main/org.winehq.flatpak-win... show this: -------------------------------------------------- config.status: executing Makefile commands configure: WARNING: unrecognized options: --enable-shared, --disable-static
configure: MinGW compiler not found, cross-compiling PE files won't be supported. configure: OpenCL 64-bit development files not found, OpenCL won't be supported. configure: pcap 64-bit development files not found, wpcap won't be supported. configure: libsane 64-bit development files not found, scanners won't be supported. configure: OSS sound system found but too old (OSSv4 needed), OSS won't be supported. configure: libkrb5 64-bit development files not found (or too old), Kerberos won't be supported.
configure: Finished. Do 'make' to compile Wine. --------------------------------------------------
https://bugs.winehq.org/show_bug.cgi?id=51050
--- Comment #1 from Asif Ali Rizwaan fast.rizwaan@gmail.com --- Just compiled 6.x series 6.0 and 5.x
up to wine-5.6 it detects libusb 64bit
from wine-5.7 configure can't detect libusb 64-bit.
https://bugs.winehq.org/show_bug.cgi?id=51050
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- We require a more recent libusb version now, so yours is probably too old.
https://bugs.winehq.org/show_bug.cgi?id=51050
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #3 from Zebediah Figura z.figura12@gmail.com --- See 106d803db1962bdc7a9161d9a88ef88bb4fd0d09. We need libusb_interrupt_event_handler() [and have actually always needed it], which is only present in 1.0.21 and newer.
https://bugs.winehq.org/show_bug.cgi?id=51050
Asif Ali Rizwaan fast.rizwaan@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #4 from Asif Ali Rizwaan fast.rizwaan@gmail.com --- OK
https://bugs.winehq.org/show_bug.cgi?id=51050
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs marked as invalid