[Bug 229661] [cmake] net/ceph: fails to build with boost 1.68

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 10 01:03:11 BST 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229661

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |maintainer-feedback?(kde at Fr
                   |                            |eeBSD.org)
                 CC|                            |kde at FreeBSD.org

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
For some reason CMake fails to detect libboost_context. Any clues?

$ echo "find_package(Boost COMPONENTS context REQUIRED)" >>CMakeLists.txt
$ cmake -Wno-dev .
[...]
CMake Error at /usr/local/share/cmake/Modules/FindBoost.cmake:2045 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.68.0

  Boost include path: /usr/local/include

  Could not find the following Boost libraries:

          boost_context

  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_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:1 (find_package)

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


More information about the kde-freebsd mailing list