Bugzilla – Bug 1089806
gnuradio: Fails to build with Boost 1.67.0
Last modified: 2018-05-30 09:37:59 UTC
New Boost library has been released and unfortunately this package fails to build with it. The new boost library is already submitted to devel:libraries:c_c++/boost and will be submitted to openSUSE:Factory shortly. https://build.opensuse.org/package/live_build_log/home:adamm:boost_test/gnuradio/openSUSE_Tumbleweed/x86_64 > [ 1645s] /home/abuild/rpmbuild/BUILD/gnuradio-3.7.11/gr-blocks/lib/message_strobe_impl.cc:93:78: error: no matching function for call to 'boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000>::subsecond_duration(float&)' > [ 1645s] boost::this_thread::sleep(boost::posix_time::milliseconds(d_period_ms)); > [ 1645s] ^ The cause of this is change in Boost:DateTime that no longer accepts non-integer types. In the past, these types were implicitly cast down to integer values. Now this requires explicit cast. https://svn.boost.org/trac10/ticket/11168
Fix submitted to Factory. Closing.