https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227428
--- Comment #3 from Willem Jan Withagen <[email protected]> --- (In reply to Willem Jan Withagen from comment #2) The orignal code in Ceph is like: list(APPEND BOOST_COMPONENTS python) ...... find_package(Boost 1.66 COMPONENTS ${BOOST_COMPONENTS} REQUIRED) And then the CMAKE modules do their stuff. Asking for a different python version there fixes the issue when there is that version library. So it is fixable from Ceph, but I strongly think it needs to be fixed in the actual CMake code that tries to find the libboost_python{PY_VER}. -- You are receiving this mail because: You are on the CC list for the bug.
