-
Notifications
You must be signed in to change notification settings - Fork 17
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
"brew install soapyosmo" fails on MacOS Monterey and MacOS Big Sur #57
Comments
This is also happening on Ventura (macOS 13). I'm using apple silicon (an M2 chip), which might be part of the problem? (it looks like this is the same issue as #47) I'm happy to offer help, but I'd need some guidance; I'm an experienced software engineer, but very inexperienced in the SDR space. |
I made some progress by adding the following lines to the formula (openned by running
I added this because when I check This resulted in a different failure, which I'm having difficulty with:
|
Trying to build manually results in: [ 0%] Building CXX object lib/CMakeFiles/Pothos.dir/System/NumaInfoOSX.cpp.o |
This has been fixed upstream and will reach packages in the next few weeks. |
still having this issue.. |
Issue does still exist, hoping for fix! |
@ncorgan Coming back to this but still can't figure it out. Any news on the fix? |
Some where they said that they have dropped brew support for all versions of MacOS before Ventura. |
Maybe it’s worth a new issue then, because I’m on Sonoma and things aren’t working. |
"brew install soapyosmo" fails with a bunch of errors -
Last 15 lines from /Users/dir/Library/Logs/Homebrew/soapyosmo/02.make:
^
/usr/local/include/boost/math/tools/mp.hpp:278:29: error: a space is required between consecutive right angle brackets (use '> >')
struct mp_append_impl<L<T...>>
^
/usr/local/include/boost/math/tools/mp.hpp:284:42: error: a space is required between consecutive right angle brackets (use '> >')
struct mp_append_impl<L1<T1...>, L2<T2...>>
^
/usr/local/include/boost/math/tools/mp.hpp:291:53: error: a space is required between consecutive right angle brackets (use '> >')
struct mp_append_impl<L1<T1...>, L2<T2...>, L3<T3...>>
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[2]: *** [CMakeFiles/SoapyOsmoSDR.dir/gr-osmosdr/lib/ranges.cc.o] Error 1
make[1]: *** [CMakeFiles/SoapyOsmoSDR.dir/all] Error 2
make: *** [all] Error 2
Do not report this issue to Homebrew/brew or Homebrew/core!
These open issues may also help:
soapyosmo fails to install catalina #47
[dir:~] dir%
The text was updated successfully, but these errors were encountered: