-
Notifications
You must be signed in to change notification settings - Fork 297
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
ldd-check test pipeline failures #40629
Comments
#41002, #40838, #41304, #41305 are cases where a python module brings a shared object with it, and then that shared object links against a 2nd shared object brought by the same module.
#40831, #40843, #40842 have cases of this but they also have some other ldd failures unrelated to python stuff |
Will that only cause the test to pass i.e. does something more need to be done for the package to be fully functional? |
It will only cause the test to pass, but nothing more needs to be done as the packages are already fully functional. |
While I've been adding the
ldd-check
test pipeline to a variety of packages it has only been to ones which pass testing. There are also many packages for which theldd-check
test pipeline fails and the majority of those are likely due to missing dependencies e.g. the nginx and mesa changes in #40553.This is an overarching issue for such failures.
The text was updated successfully, but these errors were encountered: