Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 10:18:30 +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-2ovlVtZpbV@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 #31 from commit-hook@freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Wed Apr 18 10:17:35 UTC 2018
New revision: 467699
URL: https://svnweb.freebsd.org/changeset/ports/467699

Log:
  devel/RStudio: unbreak with boost 1.67

  src/cpp/core/DateTime.cpp:68:26: error: no matching conversion for
functional-style cast from 'double' to 'boost::posix_time::seconds'
     return time_t_epoch + seconds(sec);
                           ^~~~~~~~~~~
  /usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:53:=
30:
note: candidate constructor (the implicit copy constructor) not viable: no
known conversion from 'double' to 'const boost::posix_time::seconds' for 1st
argument
    class BOOST_SYMBOL_VISIBLE seconds : public time_duration
                               ^
  /usr/local/include/boost/date_time/posix_time/posix_time_duration.hpp:58:=
37:
note: candidate template ignored: disabled by 'enable_if' [with T =3D doubl=
e]
            typename boost::enable_if<boost::is_integral<T>, void>::type* =
=3D 0)
:
                                      ^

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

Changes:
  head/devel/RStudio/Makefile
  head/devel/RStudio/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-2ovlVtZpbV>