1
Setup & Installation / YUM update qt5-qtbase-common fails
« on: October 13, 2021, 10:57:58 am »
Hi everybody!
I recently ran into a problem while updating via YUM. 'yum update' results in the message
I tried 'yum update --skip-broken'. It allows updating the other packages but not fixing the actual problem.
I ran 'rpm -Va --nofiles --nodigest' but that didn't fix the problem either.
I also tried running 'package-cleanup', which I had installed previously:
There were a few orphaned packages, but that was all. Does anyone have an idea how to solve this?
Best regards, Thomas Hellsén
I recently ran into a problem while updating via YUM. 'yum update' results in the message
Code: [Select]
---> Package qt5-qtbase-common.noarch 0:5.13.1-1.oc00 will be updated
--> Processing Dependency: qt5-qtbase-common = 5.13.1-1.oc00 for package: qt5-qtbase-5.13.1-1.oc00.i686
---> Package qt5-qtbase-common.noarch 0:5.15.2-1.oc00 will be an update
--> Processing Dependency: qt5-qtbase = 5.15.2-1.oc00 for package: qt5-qtbase-common-5.15.2-1.oc00.noarch
--> Finished Dependency Resolution
Error: Package: qt5-qtbase-5.13.1-1.oc00.i686 (installed)
Requires: qt5-qtbase-common = 5.13.1-1.oc00
Removing: qt5-qtbase-common-5.13.1-1.oc00.noarch (installed)
qt5-qtbase-common = 5.13.1-1.oc00
Updated By: qt5-qtbase-common-5.15.2-1.oc00.noarch (netlabs-rel)
qt5-qtbase-common = 5.15.2-1.oc00
Available: qt5-qtbase-common-5.11.0-1.oc00.noarch (netlabs-rel)
qt5-qtbase-common = 5.11.0-1.oc00
Error: Package: qt5-qtbase-common-5.15.2-1.oc00.noarch (netlabs-rel)
Requires: qt5-qtbase = 5.15.2-1.oc00
Installed: qt5-qtbase-5.13.1-1.oc00.i686 (installed)
qt5-qtbase = 5.13.1-1.oc00
Available: qt5-qtbase-5.11.0-1.oc00.i686 (netlabs-rel)
qt5-qtbase = 5.11.0-1.oc00
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I tried 'yum update --skip-broken'. It allows updating the other packages but not fixing the actual problem.
I ran 'rpm -Va --nofiles --nodigest' but that didn't fix the problem either.
I also tried running 'package-cleanup', which I had installed previously:
Code: [Select]
python f:\usr\bin\package-cleanup --problems
No problems found
python f:\usr\bin\package-cleanup --orphans
brlaser-6.0.0-0.i686
heimdal-7.7.0-3.oc00.i686
heimdal-libs-7.7.0-3.oc00.i686
samba-client-4.11.5-0.oc00.i686
python f:\usr\bin\package-cleanup --dupes
(No output, i.e. no duplicates found)
There were a few orphaned packages, but that was all. Does anyone have an idea how to solve this?
Best regards, Thomas Hellsén