Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Oct 2022 17:43:01 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        Tomek CEDRO <tomek@cedro.info>, "freebsd-usb@FreeBSD.org" <usb@freebsd.org>
Subject:   Re: hackrf / libusb / libusb_interrupt_event_handler
Message-ID:  <d63d28c0-5542-977e-1fb6-56ea6a5dadad@selasky.org>
In-Reply-To: <CAFYkXjnKEf=pZ86s4JmaMxvT5s5hpmZs_Kfp1dQ4cOQ-JZpMaQ@mail.gmail.com>
References:  <CAFYkXjnKEf=pZ86s4JmaMxvT5s5hpmZs_Kfp1dQ4cOQ-JZpMaQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/2/22 16:23, Tomek CEDRO wrote:
> Hello HPS :-)
> 
> The new release of HackRF is out 2022.09.1, I would like to update the
> port.. however there is a linking problem with libusb:
> 
> ld: error: ../../libhackrf/src/libhackrf.so.0.7.0: undefined reference
> to libusb_interrupt_event_handler [--no-allow-shlib-undefined]
> 
> Indeed this function seems missing in our libusb implementation?
> 
> % nm -gDC /usr/lib/libusb.so.3 | grep libusb_interrupt_event_handler
> %
> 
> Any clues on how to fix? :-)
> 

https://cgit.freebsd.org/src/commit/?id=aa87aa52326be7b726664dba65e91ec3d8160f48

If the function doesn't exist, then you can comment it out. I see hackrf 
will work also w/o this implemented.

I couldn't bump the LIBUSB version, because I don't have overview what 
else I need to implement then.

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d63d28c0-5542-977e-1fb6-56ea6a5dadad>