-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
core/sentinel fails to build #12
Comments
Some brain droppings ... The current stable build of sentinel ( The changes in rugged from version 0.28.3.1 to 0.28.4.1 were an update to the version of the
|
The issue here is a bug in cmake: https://gitlab.kitware.com/cmake/cmake/-/issues/20065 The mkfm.log file shows the underlying error:
Here, it can't find the file pthread, because instead of generating the correct argument of We can either update cmake in core plans or pin to an older version here. |
The new cmake in core-plans fix the build issue:
But, now we have an even more fun runtime issue:
|
core/sentinel is failing to build with the following:
The text was updated successfully, but these errors were encountered: