-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubertooth does not build on macOS 12.6.1, python 3.10.8 #507
Comments
Perhaps worth noting that I definitely have
|
I ran into the same problem building the ubertooth-* tools regarding libusb-1.0.0. I edited /host/libubertooth/src/ubertooth_control.h file and provided an explicit path to my libusb. This seemed to work and the make install finished. Unfortunately when I tried to execute ubertooth-btle it errored with this
|
Steps to reproduce
Follow the build from git instructions on macOS using homebrew:
brew install
as per this issue's updated recommendation seems to work fine, though I do get a warning aboutlibpcap
linking (see below)libbtbb
from source or the other way seems to work fine though there are some ominous warnings about requesting the python version''
... and also the commandsudo ldconfig
at the last step givescommand not found
cmake
forubertooth
findslibbtbb
ok (or seems to) but throws warning aboutCould NOT find LIBBLUETOOTH (missing: LIBBLUETOOTH_LIBRARIES LIBBLUETOOTH_INCLUDE_DIR)
. Unclear if it actually succeeded.make
fails forubertooth
on missinglibusb
:LDFLAGS
/CPPFLAGS
as suggested by homebrew for the pcap libraryExpected behaviour
It should build
Actual behaviour
See
4.
above.Version information
Operating system: macOS 12.6.1
Python: 3.10.8
Ubertooth tools version (ubertooth-rx -V):
2020-12-R1
(i think? just checked out of git today)libbtbb version:
/usr/local/lib/libbtbb.1.0.dylib
so i guess 1.0?Ubertooth firmware version (ubertooth-util -v): Didn't get that far yet.
Output
brew install
as per the other issueBuild
libtbb
Running
cmake
forubertooth
warnings and maybe failure?:(Without
cmake
,make
also fails)The text was updated successfully, but these errors were encountered: