Re: gnuradio-uhd fails to build (was Re: Boost 1.91.0){
Greg Troxel <[email protected]> Sun, 17 May 2026 07:28:38 -0400
| Newsgroups | gmane.os.netbsd.devel.packages |
|---|---|
| Message-ID | <[email protected]> |
Adam <[email protected]> writes: >>> 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. > > 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 :) Thanks for the quick fix. gr-uhd, gr-osmosdr, gqrx all built straightforwardly after updating uhd and replacing it. It's unfortunate that the uhd/gr cmake code didn't say that boost system wasn't found. I had seen earlier patches in other things to not look for system but apparently uhd's cmake didn't fail until this version. But that's not a pkgsrc problem...