> 'boost::this_thread::hidden::sleep_until(timespec const&)' is defined in > libboost_thread.so.1.62.0 but not in libboost_thread.so.1.61.0 so this > looks like an artifact of the boost transition. And currently on my sid > machine the problem cannot be reproduced because > libgnuradio-radar.so.3.7.10 is now indirectly linked to > libboost_thread.so.1.62.0 and can find the symbol. OTOH the library is not > linked to either of libboost_thread.so directly, so > there is some kind of bug here, I'm not sure if it's RC though.
I reported this as "serious" (hence RC) because Release Policy says that packages in stretch must be buildable in stretch. Maybe some of the build-depends should be versioned? Thanks.