Date: Tue, 10 Jul 2018 00:03:11 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 229661] [cmake] net/ceph: fails to build with boost 1.68 Message-ID: <bug-229661-7788-A1R5PQewZi@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-229661-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-229661-7788@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=3D229661 Jan Beich <jbeich@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |maintainer-feedback?(kde@Fr | |eeBSD.org) CC| |kde@FreeBSD.org --- Comment #1 from Jan Beich <jbeich@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) --=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-229661-7788-A1R5PQewZi>