[Rpm-maint] [rpm-software-management/rpm] RFE: identify file conflict type in error messages (Issue #2365)
Panu Matilainen
notifications at github.com
Wed Jan 25 07:01:08 UTC 2023
Historically rpm only had one type of file conflicts, based on file digest effectively. For years now, we've identified multiple types of different conflicts:
- permissions
- file type
- content
- replacement conflict (eg a directory cannot be replaced by something else)
- self-conflict (a special case of replacement conflict)
For all these, we only issue a very generic "file /some/where conflicts between x and y" error message, and diagnosing the cause requires somebody with a fair amount of rpm knowledge to look at 'rpm -qlv' of both conflicting packages. We need to do a better job of explaining these conflicts. Rpm knows exactly why it fails, so it should communicate it to the user.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/2365
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/issues/2365 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20230124/a483cf18/attachment.html>
More information about the Rpm-maint
mailing list