Look at this:
Code:
[arthur@platypus ~]$ sudo yum update
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit
updates/primary_db | 2.7 MB 18:12
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package coreutils.i686 0:7.6-9.fc12 set to be updated
...
---> Package xterm.i686 0:253-1.fc12 set to be updated
--> Finished Dependency Resolution
mesa-libGL-7.7-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: libdrm >= 2.4.17-1 is needed by package mesa-libGL-7.7-2.fc12.i686 (updates)
Error: Missing Dependency: libdrm >= 2.4.17-1 is needed by package mesa-libGL-7.7-2.fc12.i686 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
[arthur@platypus ~]$ package-cleanup --problems
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit
No Problems Found
[arthur@platypus ~]$ sudo yum update
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package coreutils.i686 0:7.6-9.fc12 set to be updated
...
---> Package xterm.i686 0:253-1.fc12 set to be updated
--> Finished Dependency Resolution
mesa-libGL-7.7-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: libdrm >= 2.4.17-1 is needed by package mesa-libGL-7.7-2.fc12.i686 (updates)
Error: Missing Dependency: libdrm >= 2.4.17-1 is needed by package mesa-libGL-7.7-2.fc12.i686 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
[arthur@platypus ~]$ rpm -qa | grep libdrm
libdrm-2.4.15-8.fc12.i686
libdrm-devel-2.4.15-8.fc12.i686
[arthur@platypus ~]$ package-cleanup --problems
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit
No Problems Found
[arthur@platypus ~]$ package-cleanup --dupes
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit
[arthur@platypus ~]$ rpm -Va --nofiles --nodigest
/var/tmp/rpm-tmp.TzaDIM: line 851: IntegrateWithGNOME: command not found
/var/tmp/rpm-tmp.ufuF7U: line 851: IntegrateWithGNOME: command not found
[arthur@platypus ~]$ sudo !!
sudo rpm -Va --nofiles --nodigest
/var/tmp/rpm-tmp.PXJCtB: line 851: IntegrateWithGNOME: command not found
/var/tmp/rpm-tmp.HMELXn: line 851: IntegrateWithGNOME: command not found
[arthur@platypus ~]$ sudo yum update
Loaded plugins: dellsysidplugin2, presto, refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package coreutils.i686 0:7.6-9.fc12 set to be updated
..
---> Package xterm.i686 0:253-1.fc12 set to be updated
--> Finished Dependency Resolution
mesa-libGL-7.7-2.fc12.i686 from updates has depsolving problems
--> Missing Dependency: libdrm >= 2.4.17-1 is needed by package mesa-libGL-7.7-2.fc12.i686 (updates)
Error: Missing Dependency: libdrm >= 2.4.17-1 is needed by package mesa-libGL-7.7-2.fc12.i686 (updates)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
[arthur@platypus ~]$
Whats the work-around please?