Bug #57358
make check arm64 is failing with: 'Could NOT find Boost: Found unsuitable version "1.75.0"'
Status:
Resolved
Priority:
Normal
Assignee:
-
% Done:
0%
Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
main PRs are failing with:
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost: Found unsuitable version "1.75.0", but required is at least "1.79" (found /opt/ceph/include, found components: atomic chrono thread system regex random program_options date_time iostreams context coroutine timer filesystem) Call Stack (most recent call first): /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindBoost.cmake:2349 (find_package_handle_standard_args) CMakeLists.txt:649 (find_package)
History
#1 Updated by David Galloway over 1 year ago
- Status changed from New to Fix Under Review
I just discovered that despite the fact I built boost 1.79 for Ubuntu Jammy, there was no logic in install-deps.sh to actually install it (on either architecture).
#2 Updated by David Galloway over 1 year ago
- Status changed from Fix Under Review to Resolved