Code:
Multilib version problems found. This often means that the root
I try doing the update manually thru the terminal
yum update output
Code:
[root@localhost mr-fool]# yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
* fedora: mirror.its.sfu.ca
* rpmfusion-free: mirror.web-ster.com
* rpmfusion-free-updates: mirror.web-ster.com
* rpmfusion-nonfree: mirror.web-ster.com
* rpmfusion-nonfree-updates: mirror.web-ster.com
* updates: mirror.its.sfu.ca
Resolving Dependencies
--> Running transaction check
---> Package crash.x86_64 0:6.0.6-1.fc17 will be updated
---> Package crash.x86_64 0:6.1.0-1.fc17 will be an update
---> Package kernel.x86_64 0:3.6.5-1.fc17 will be installed
---> Package kernel-devel.x86_64 0:3.6.5-1.fc17 will be installed
---> Package kernel-headers.x86_64 0:3.6.3-1.fc17 will be updated
---> Package kernel-headers.x86_64 0:3.6.5-1.fc17 will be an update
---> Package libdrm.i686 0:2.4.37-1.fc17 will be updated
---> Package libdrm.i686 0:2.4.39-1.fc17 will be an update
---> Package libsss_sudo.x86_64 0:1.8.5-2.fc17 will be updated
---> Package libsss_sudo.x86_64 0:1.8.5-3.fc17 will be an update
---> Package qt.i686 1:4.8.2-7.fc17 will be updated
---> Package qt.i686 1:4.8.3-7.fc17 will be an update
---> Package qt-x11.i686 1:4.8.2-7.fc17 will be updated
---> Package qt-x11.i686 1:4.8.3-7.fc17 will be an update
--> Finished Dependency Resolution
--> Running transaction check
---> Package kernel.x86_64 0:3.3.4-5.fc17 will be erased
--> Finished Dependency Resolution
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing it that there is a problem. Eg.:
1. You have an upgrade for qt which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of qt of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what).
2. You have multiple architectures of qt installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of qt installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: 1:qt-4.8.3-7.fc17.i686 != 1:qt-4.8.2-7.fc17.x86_64
Error: Protected multilib versions: libdrm-2.4.39-1.fc17.i686 != libdrm-2.4.37-1.fc17.x86_64
Error: Protected multilib versions: 1:qt-x11-4.8.3-7.fc17.i686 != 1:qt-x11-4.8.2-7.fc17.x86_64
yum check output
Code:
yum check
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
1:NetworkManager-0.9.6.4-1.fc17.x86_64 is a duplicate with 1:NetworkManager-0.9.4.0-9.git20120521.fc17.x86_64
1:NetworkManager-glib-0.9.6.4-1.fc17.x86_64 is a duplicate with 1:NetworkManager-glib-0.9.4.0-9.git20120521.fc17.x86_64
1:NetworkManager-gnome-0.9.6.4-1.fc17.x86_64 is a duplicate with 1:NetworkManager-gnome-0.9.4.0-9.git20120521.fc17.x86_64
1:NetworkManager-gtk-0.9.6.4-1.fc17.x86_64 is a duplicate with 1:NetworkManager-gtk-0.9.4.0-9.git20120521.fc17.x86_64
google-chrome-stable-23.0.1271.64-165188.x86_64 is a duplicate with google-chrome-stable-22.0.1229.94-161065.x86_64
libdrm-2.4.39-1.fc17.x86_64 is a duplicate with libdrm-2.4.37-1.fc17.x86_64
libipa_hbac-1.8.5-3.fc17.x86_64 is a duplicate with libipa_hbac-1.8.5-2.fc17.x86_64
2:libsmbclient-3.6.8-95.fc17.1.x86_64 is a duplicate with 2:libsmbclient-3.6.6-92.fc17.1.x86_64
2:libwbclient-3.6.8-95.fc17.1.x86_64 is a duplicate with 2:libwbclient-3.6.6-92.fc17.1.x86_64
1:qt-4.8.3-7.fc17.x86_64 is a duplicate with 1:qt-4.8.2-7.fc17.x86_64
1:qt-x11-4.8.3-7.fc17.x86_64 is a duplicate with 1:qt-x11-4.8.2-7.fc17.x86_64
rsync-3.0.9-4.fc17.x86_64 is a duplicate with rsync-3.0.9-2.fc17.x86_64
sssd-1.8.5-3.fc17.x86_64 is a duplicate with sssd-1.8.5-2.fc17.x86_64
sssd-client-1.8.5-3.fc17.x86_64 is a duplicate with sssd-client-1.8.5-2.fc17.x86_64
systemd-44-21.fc17.x86_64 is a duplicate with systemd-44-20.fc17.x86_64
systemd-sysv-44-21.fc17.x86_64 is a duplicate with systemd-sysv-44-20.fc17.x86_64
xorg-x11-drv-intel-2.20.10-2.fc17.x86_64 is a duplicate with xorg-x11-drv-intel-2.20.8-1.fc17.x86_64
Error: check all
[root@localhost mr-fool]#