Re: gnuradio-uhd fails to build (was Re: Boost 1.91.0){
Adam <[email protected]> Sun, 17 May 2026 11:26:17 +0200
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
>> I've got boost 1.91.0 ready to be committed. All from mbulk-test-boost built fine, with some notes: > > I realize it's not your fault that the C++/boost world is so troubled, > but gnuradio-uhd is now failing. I built it ok on May 13, so it was at > least recently not torubled. > > It wasn't in bulk-test-boost; I just added it and gr-osmosdr. > > If anyone has any clues about what's going on, please comment! It looks > like boost is found in general, and then for several specific > components, followed by not found for uhd. The problem was in UHD which was still trying to detect boost_system in UHDConfig.cmake, which is not installed anymore. I've fixed this in UHD, and bumped the revision. Enjoy :) Cheers, Adam