Bug#428923: FTBFS: ezusb.c:32:25: error: linux/usb.h: No such file or directory

2007-07-10 Thread Jim Paris
The chroot probably has the newer linux-libc-dev installed instead of linux-kernel-headers. It looks like linux-libc-dev is missing the usb.h file. This package could do what libusb does, and just include its own version of usb.h. Or it could be rewritten to go through libusb instead of using

Bug#428923: FTBFS: ezusb.c:32:25: error: linux/usb.h: No such file or directory

2007-07-04 Thread Tzafrir Cohen
I have no test system right now, so I'll just comment here: What version of the package linux-kernel-headers do you have? Those defines are actually in the file linux/usb_ch9.h . On some kernels (older? including Etch kernel) I see both linux/usb.h (that includes linux/usb_ch9.h . On some