Bug 1337621
Summary: | Transaction Error for Install/Upgrade Package qt5-qtdeclarative-devel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Shadders <richard.shadbolt> |
Component: | qt5-qtdeclarative | Assignee: | Than Ngo <than> |
Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | jgrulich, jreznik, ovasik, rdieter, richard.shadbolt, than |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-12-20 20:37:13 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Shadders
2016-05-19 16:02:02 UTC
OK, so there's 2 problems: * clearly a packaging bug: qt5-qtdeclarative-devel should not own libQt5QuickWidgets.so.5 I'll fix this asap * dnf is doing something screwy, qt5-qtdeclarative-devel had a hard, versioned dep on it's own qt5-qtdeclarative main package. Meaning, they should always install the same version's, but in this case it's not: qt5-qtdeclarative-devel-5.6.0-4.fc23.x86_64 vs qt5-qtdeclarative-5.5.0-2.fc23.x86_64 dnf *should* try to install/upgrade qt5-qtdeclarative-5.6.0-4.fc23.x86_64 too Can you post the full output from: rpm -q qt5-qtdeclarative dnf install qt5-qtdeclarative-devel ? that said, it may be worth installing all (stable) updates first, before you try to install anything else new: dnf update that may help mitigate the problem here as well. (In reply to Rex Dieter from comment #2) > that said, it may be worth installing all (stable) updates first, before you > try to install anything else new: > > dnf update > > that may help mitigate the problem here as well. Hi Rex, Yes - have done this already - all packages are up to date - nothing to do message returned. Thanks and regards, Shadders. (In reply to Rex Dieter from comment #1) > OK, so there's 2 problems: > > * clearly a packaging bug: > qt5-qtdeclarative-devel should not own libQt5QuickWidgets.so.5 > > I'll fix this asap > > > * dnf is doing something screwy, qt5-qtdeclarative-devel had a hard, > versioned dep on it's own qt5-qtdeclarative main package. Meaning, they > should always install the same version's, but in this case it's not: > qt5-qtdeclarative-devel-5.6.0-4.fc23.x86_64 > vs > qt5-qtdeclarative-5.5.0-2.fc23.x86_64 > > dnf *should* try to install/upgrade qt5-qtdeclarative-5.6.0-4.fc23.x86_64 too > > > Can you post the full output from: > > rpm -q qt5-qtdeclarative > > dnf install qt5-qtdeclarative-devel > > ? Hi Rex, Outputs as follows : +++++++++++++++++++++++++++++++++++++++ # rpm -q qt5-qtdeclarative qt5-qtdeclarative-5.5.0-2.fc23.x86_64 qt5-qtdeclarative-5.6.0-4.fc23.x86_64 +++++++++++++++++++++++++++++++++++++++ # dnf install qt5-qtdeclarative-devel Last metadata expiration check: 4:10:05 ago on Thu May 19 16:28:24 2016. Dependencies resolved. ================================================================================================================================================================================================= Package Arch Version Repository Size ================================================================================================================================================================================================= Installing: qt5-qtdeclarative-devel x86_64 5.6.0-4.fc23 updates 695 k Transaction Summary ================================================================================================================================================================================================= Install 1 Package Total size: 695 k Installed size: 4.3 M Is this ok [y/N]: y Downloading Packages: [SKIPPED] qt5-qtdeclarative-devel-5.6.0-4.fc23.x86_64.rpm: Already downloaded Running transaction check Transaction check succeeded. Running transaction test The downloaded packages were saved in cache until the next successful transaction. You can remove cached packages by executing 'dnf clean packages'. Error: Transaction check error: file /usr/lib64/libQt5QuickWidgets.so.5 from install of qt5-qtdeclarative-devel-5.6.0-4.fc23.x86_64 conflicts with file from package qt5-qtdeclarative-5.5.0-2.fc23.x86_64 Error Summary ------------- +++++++++++++++++++++++++++++++++++++++++ There was no error summary text (i did not miss in the copy and paste). Thanks for responding so quickly, much appreciated. Regards, Shadders. # rpm -q qt5-qtdeclarative qt5-qtdeclarative-5.5.0-2.fc23.x86_64 qt5-qtdeclarative-5.6.0-4.fc23.x86_64 that's part of the problem... you should only have one qt5-qtdeclarative pkg. I'd suggest trying (as root) rpm -e qt5-qtdeclarative-5.5.0-2.fc23 This message is a reminder that Fedora 23 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 23. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '23'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 23 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora 23 changed to end-of-life (EOL) status on 2016-12-20. Fedora 23 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |