Actions
Bug #19187
closedDetection of dependencies for plugin can fail if the python lib of another distrib is present
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
On an ubuntu system, if rudder-api-client is installed, and python-rpm is installed, installing a plugin requiring rudder-api-client can fail because it will check in the rpm database after checking in the apt one
error is
Installing /var/rudder/tmp/plugins/./6.2/cis-redhat7/release/rudder-plugin-cis-redhat7-6.2-1.2.rpkg This package depends on the following on apt : rudder-api-client Neither rpm nor apt could be queried successfully - cannot check the dependencies for this plugin. on rpm : rudder-api-client Skipping update, this package cannot be updated
error message is misleading, as apt can be queried
introduced in https://issues.rudder.io/issues/18999
Updated by Nicolas CHARLES over 3 years ago
- Related to Bug #18999: when we install a plugin, if the dependency (package manager) is not met, it still tries to install it and fails added
Updated by Nicolas CHARLES over 3 years ago
- Status changed from New to In progress
- Assignee set to Nicolas CHARLES
Updated by Nicolas CHARLES over 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Nicolas CHARLES to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder/pull/3601
Updated by Nicolas CHARLES over 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder:rudder|9111171aa06ab08e6318793cde4febd304b9bf0e.
Updated by Vincent MEMBRÉ about 3 years ago
- Status changed from Pending release to Released
Actions