Package: libftdi1
Version: 0.20-4

This happens while building the upcoming version 0.10.0 of lirc. The configure program will find the libftdi1 and thus build lirc's ftdi plugin. However, after building lirc, we have this check available

$ tools/lirc-lsplugins -qU plugins/.libs/ ftdi
...
-                   F--   plugins/.libs/ftdi.so
# Error: plugins/.libs/ftdi.so: undefined symbol: libusb_get_port_number

The symbol is available in current FreeBSD usb library, but has not always been.

From my perspective it would be perfectly fine to just disable the build of the ftdi library until the underlying libusb is updated to support libusb_get_port_number


Cheers!
--alec

Reply via email to