Problem updating X.Org software

Issues related to applications and software problems
Post Reply
oldsysadmin
Posts: 4
Joined: 2013/04/10 18:29:57

Problem updating X.Org software

Post by oldsysadmin » 2013/04/10 18:44:09

Recently the software update icon shined on my Centos boxes, one updated with no problems but the other one gave me a whole lot of trouble performing the updates.

After everything was set and done there were 50 updates remaining, all of them related to X.Org X11. Have tried to apply them all together using the GUI, fails; tried one by one using the GUI, fail, tried yum update, failed. All the attempts end up in the same result, a transaction error messege.

If using the GUI, get a pop up with the following text:

"Transaction error

An unspecified transaction error has occurred.
More information is available in the detailed report.

More Details
xorg-x11-drv-geode-2.11.12-1.el6.i686 requires xserver-abi(videodrv-10) >= 0
xorg-x11-drv-neomagic-1.2.5-1.el6.i686 requires xserver-abi(videodrv-10) >= 0
xorg-x11-drv-acecad-1.5.0-3.el6.i686 requires xserver-abi(xinput-12) >= 2
xorg-x11-drv-aiptek-1.4.1-2.el6.i686 requires xserver-abi(xinput-12) >= 2
xorg-x11-server-utils conflicts with xorg-x11-apps-7.4-10.el6.i686 : Multilib version problems found. This often means that the root"

If using yum update get the following:

"Error: Package: xorg-x11-drv-neomagic-1.2.5-1.el6.i686 (@/xorg-x11-drv-neomagic-1.2.5-1.el6.i686)
Requires: xserver-abi(videodrv-10) >= 0
Removing: xorg-x11-server-Xorg-1.10.6-1.0.1.el6.centos.x86_64 (@updates)
xserver-abi(videodrv-10) = 0
Updated By: xorg-x11-server-Xorg-1.13.0-11.el6.centos.x86_64 (base)
Not found
Error: Package: xorg-x11-drv-geode-2.11.12-1.el6.i686 (@/xorg-x11-drv-geode-2.11.12-1.el6.i686)
Requires: xserver-abi(videodrv-10) >= 0
Removing: xorg-x11-server-Xorg-1.10.6-1.0.1.el6.centos.x86_64 (@updates)
xserver-abi(videodrv-10) = 0
Updated By: xorg-x11-server-Xorg-1.13.0-11.el6.centos.x86_64 (base)
Not found
Error: xorg-x11-server-utils conflicts with xorg-x11-apps-7.4-10.el6.i686
Error: Package: xorg-x11-drv-acecad-1.5.0-3.el6.i686 (@/xorg-x11-drv-acecad-1.5.0-3.el6.i686)
Requires: xserver-abi(xinput-12) >= 2
Removing: xorg-x11-server-Xorg-1.10.6-1.0.1.el6.centos.x86_64 (@updates)
xserver-abi(xinput-12) = 2
Updated By: xorg-x11-server-Xorg-1.13.0-11.el6.centos.x86_64 (base)
Not found
Error: Package: xorg-x11-drv-aiptek-1.4.1-2.el6.i686 (@/xorg-x11-drv-aiptek-1.4.1-2.el6.i686)
Requires: xserver-abi(xinput-12) >= 2
Removing: xorg-x11-server-Xorg-1.10.6-1.0.1.el6.centos.x86_64 (@updates)
xserver-abi(xinput-12) = 2
Updated By: xorg-x11-server-Xorg-1.13.0-11.el6.centos.x86_64 (base)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest"

Can anyone help me resolve this?

nutznboltz
Posts: 25
Joined: 2010/06/08 18:32:43

Problem updating X.Org software

Post by nutznboltz » 2013/04/10 19:46:09

You have a 64-bit system which uses some 32-bit RPMs.

The message in full goes:

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.

Try "yum upgrade" not "yum update" and see what happens.

oldsysadmin
Posts: 4
Joined: 2013/04/10 18:29:57

Re: Problem updating X.Org software

Post by oldsysadmin » 2013/04/10 19:59:16

[quote]
nutznboltz wrote:

Try "yum upgrade" not "yum update" and see what happens.[/quote]

Same result

oldsysadmin
Posts: 4
Joined: 2013/04/10 18:29:57

Re: Problem updating X.Org software

Post by oldsysadmin » 2013/04/12 14:34:14

Seems that there's no answer to this problem so how can I ignore those updates so they don't show up on the software update GUI or on yum update?

oldsysadmin
Posts: 4
Joined: 2013/04/10 18:29:57

Re: Problem updating X.Org software

Post by oldsysadmin » 2013/04/12 14:48:46

[quote]
oldsysadmin wrote:
Seems that there's no answer to this problem so how can I ignore those updates so they don't show up on the software update GUI or on yum update?[/quote]

Nevermind, entered an exclusion on the yum.conf file for xorg-x11* and was able to update everything else.

Post Reply