[MDEV-21734] wsrep-lib fails to configure or error message is misleading Created: 2020-02-13 Updated: 2020-06-10 Resolved: 2020-06-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 10.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Aleksey Midenkov | Assignee: | Teemu Ollakka |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As I can understand from the message I have "1.67.0" and minimum required is "1.54.0", so no reason to fail IMO. Actually, it's because of missing some boost packages, so it's the message `(found suitable version |
| Comments |
| Comment by Teemu Ollakka [ 2020-05-29 ] | ||||
|
This seems to be the way the cmake Boost module reports missing library. With cmake 3.16.3 and following the documentation https://cmake.org/cmake/help/latest/module/FindBoost.html
reports
if some some Boost components are present but unit_test_framework is not. |