-
Notifications
You must be signed in to change notification settings - Fork 171
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
grpc for extra monitoring exe #5749
base: master
Are you sure you want to change the base?
Conversation
@sy-c could you have a look at the error ? Looks related to the monitoring lib, although it seems to only affect SLC8. |
I don't understand this issue, the error happens when building data distribution. |
I can reproduce it on a test machine... trying to debug. |
The problem looks to be related to DataDistribution/CMakeLists.txt the error appears with: CMake Error at CMakeLists.txt:118 (find_package): The following configuration files were considered but not accepted:
I have no clue why it reports version "1.18.0", this file states "3.18.2" When removing the "3" requirement: everything works as expected: "-- Monitoring 3.18.2 found" There were some recent changes in CMake version, could it be related ? |
I suspect the problem is that it should be:
Can you try with it? |
That said, do we actually have a Monitoring v2 package we want to support? I would drop the version... |
|
The check on monitoring version fails on some systems. cf alisw/alidist#5749
Changes proposed in DataDistribution. |
The check on monitoring version fails on some systems. cf alisw/alidist#5749
No description provided.