Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 12:38:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 227427] devel/boost-all: Update to 1.67.0
Message-ID:  <bug-227427-25061-bVHyb7WqcF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-227427-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-227427-25061@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D227427

--- Comment #32 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Apr 18 12:38:19 UTC 2018
New revision: 467709
URL: https://svnweb.freebsd.org/changeset/ports/467709

Log:
  comms/gnuradio: unbreak with boost 1.67

  gr-blocks/lib/message_strobe_impl.cc:93:35: error: no matching conversion=
 for
functional-style cast from 'float' to 'boost::posix_time::milliseconds' (aka
'subsecond_duration<boost::posix_time::time_duration, 1000>')
=20=20=20=20=20=20=20=20=20
boost::this_thread::sleep(boost::posix_time::milliseconds(d_period_ms));
                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~
  /usr/local/include/boost/date_time/time_duration.hpp:270:30: note: candid=
ate
constructor (the implicit copy constructor) not viable: no known conversion
from 'float' to 'const
boost::date_time::subsecond_duration<boost::posix_time::time_duration, 1000=
>'
for 1st argument
    class BOOST_SYMBOL_VISIBLE subsecond_duration : public base_duration
                               ^
  /usr/local/include/boost/date_time/time_duration.hpp:286:59: note: candid=
ate
template ignored: disabled by 'enable_if' [with T =3D float]
                                  typename
boost::enable_if<boost::is_integral<T>, void>::type* =3D 0) :
                                                            ^

  /usr/local/bin/ld: CMakeFiles/tags_demo.dir/tags_demo.cc.o: undefined
reference to symbol 'pthread_condattr_init@@FBSD_1.0'
  //lib/libthr.so.3: error adding symbols: DSO missing from command line
  c++: error: linker command failed with exit code 1 (use -v to see invocat=
ion)
  *** [gr-uhd/examples/c++/tags_demo] Error code 1

  PR:           227427
  Reported by:  antoine (via exp-run)
  Obtained from:        Homebrew

Changes:
  head/comms/gnuradio/files/patch-boost-1.67

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-227427-25061-bVHyb7WqcF>