Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Nov 2018 11:15:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 232525] devel/boost-all: Update to 1.69.0 (currently, develop snapshot)
Message-ID:  <bug-232525-25061-tRaw5e0Xgz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232525-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232525-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=3D232525

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

Author: jbeich
Date: Fri Nov  2 11:15:09 UTC 2018
New revision: 483800
URL: https://svnweb.freebsd.org/changeset/ports/483800

Log:
  devel/RStudio: unbreak with boost 1.69

  CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2049 (messa=
ge):
    Unable to find the requested Boost libraries.

    Boost version: 1.69.0

    Boost include path: /usr/local/include

    Could not find the following Boost libraries:

            boost_signals

    Some (but not all) of the required Boost libraries were found.  You may
    need to install these additional Boost libraries.  Alternatively, set
    BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_R=
OOT
    to the location of Boost.
  Call Stack (most recent call first):
    src/cpp/CMakeLists.txt:208 (find_package)

  In file included from src/cpp/core/r_util/RSourceIndex.cpp:24:
  In file included from src/cpp/core/include/core/r_util/RSourceIndex.hpp:3=
6:
  src/cpp/core/include/core/r_util/RFunctionInformation.hpp:78:33: error:
        no viable conversion from returned value of type 'const boost::trib=
ool'
to function return type 'bool'
     bool isUsed() const { return isUsed_; }
                                  ^~~~~~~
  src/cpp/core/include/core/r_util/RFunctionInformation.hpp:80:47: error:
        no viable conversion from returned value of type 'const boost::trib=
ool'
to function return type 'bool'
     bool isMissingnessHandled() const { return isMissingnessHandled_; }
                                                ^~~~~~~~~~~~~~~~~~~~~
  src/cpp/core/include/core/r_util/RFunctionInformation.hpp:133:14: error:
        no viable conversion from returned value of type
'boost::logic::tribool' to function return type 'bool'
        return isPrimitive_ =3D=3D true;
               ^~~~~~~~~~~~~~~~~~~~
  src/cpp/session/modules/SessionRParser.cpp:411:14: error: no viable
conversion from returned value of type 'boost::tribool' to function return =
type
'bool'
        return fnInfo.performsNse();
               ^~~~~~~~~~~~~~~~~~~~

  PR:           232525
  Obtained from:        upstream (signals)

Changes:
  head/devel/RStudio/files/patch-boost-1.69

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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