I ran this command:
sudo yum update glibc* && sudo yum update
and got these errors:
Transaction Check Error: package subversion-1.4.6-0.1.el5.rf (which is newer than subversion-1.4.2-4.el5) is already installed file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.4.2-4.el5 conflicts with file from package subversion-1.4.6-0.1.el5.rf file /usr/share/xemacs/site-packages/lisp/psvn.el from install of subversion-1.4.2-4.el5 conflicts with file from package subversion-1.4.6-0.1.el5.rf file /usr/lib64/gstreamer-0.10/libgstqtdemux.so from install of gstreamer-plugins-good-0.10.9-1.el5 conflicts with file from package gstreamer-plugins-bad-0.10.3-8.el5.rf file /usr/lib64/gstreamer-0.10/libgstvideo4linux2.so from install of gstreamer-plugins-good-0.10.9-1.el5 conflicts with file from package gstreamer-plugins-bad-0.10.3-8.el5.rf
Error Summary -------------
The glibc update went fine. Do I need to uninstall subversion and gstreamer-plugins-good to update, then reinstall them? I did not see these listed in the release notes....
Thanks.
mhr
MHR wrote:
Transaction Check Error: package subversion-1.4.6-0.1.el5.rf (which is newer than subversion-1.4.2-4.el5) is already installed file /usr/lib64/gstreamer-0.10/libgstqtdemux.so from install of gstreamer-plugins-good-0.10.9-1.el5 conflicts with file from package gstreamer-plugins-bad-0.10.3-8.el5.rf
The glibc update went fine. Do I need to uninstall subversion and gstreamer-plugins-good to update, then reinstall them? I did not see these listed in the release notes....
Why should we list rpmforge packages in the Release Notes? exclude subversion from base if you want to use the one from rpmforge because it is newer - and remove gstreamer-plugins-bad, because it shares some files with gstreamer-plugins-good from from the base repository.
There will be a fix for gstreamer-plugins-bad from rpmforge soon.
But that up there is definitely not a problem which can be solved within CentOS.
Ralph
2009/4/2 Ralph Angenendt <ra+centos@br-online.de ra%2Bcentos@br-online.de>
Why should we list rpmforge packages in the Release Notes? exclude subversion from base if you want to use the one from rpmforge because it is newer - and remove gstreamer-plugins-bad, because it shares some files with gstreamer-plugins-good from from the base repository.
That was my only issue with on my laptop upgrade. All I did was...
# yum remove gstreamer-plugins-bad
...and then re-ran the upgrade.
2009/4/2 Ron Blizzard rb4centos@gmail.com:
2009/4/2 Ralph Angenendt ra+centos@br-online.de
Why should we list rpmforge packages in the Release Notes? exclude subversion from base if you want to use the one from rpmforge because it is newer - and remove gstreamer-plugins-bad, because it shares some files with gstreamer-plugins-good from from the base repository.
That was my only issue with on my laptop upgrade. All I did was...
# yum remove gstreamer-plugins-bad
...and then re-ran the upgrade.
I'm going to blame my failing eyesight for this one. I removed both the bad and the ugly, and everything worked fine.
Now I need to remember to put them back....
GREAT JOB AND THANKS FOR ALL THE HARD WORK!
I can't tell you how pleased I am with all of CentOS, bug and my own stupidity notwithstanding. Now I'm ready to update my laptop.
mhr
On Fri, Apr 3, 2009 at 12:47 PM, MHR mhullrich@gmail.com wrote:
2009/4/2 Ron Blizzard rb4centos@gmail.com:
2009/4/2 Ralph Angenendt ra+centos@br-online.de
Why should we list rpmforge packages in the Release Notes? exclude subversion from base if you want to use the one from rpmforge because it is newer - and remove gstreamer-plugins-bad, because it shares some files with gstreamer-plugins-good from from the base repository.
That was my only issue with on my laptop upgrade. All I did was...
# yum remove gstreamer-plugins-bad
...and then re-ran the upgrade.
I'm going to blame my failing eyesight for this one. I removed both the bad and the ugly, and everything worked fine.
Now I need to remember to put them back....
GREAT JOB AND THANKS FOR ALL THE HARD WORK!
I can't tell you how pleased I am with all of CentOS, bug and my own stupidity notwithstanding. Now I'm ready to update my laptop.
I have a problem with gstreamer-plugins-good update on three x86_64 boxes and none of them ever had any third party rpm packages except my home built openssh-5.2.
I finally solved it by doing rpm -Uvh in the following files in order:
gstreamer-tools-0.10.20-3.el5.x86_64.rpm gstreamer-0.10.20-3.el5.i386.rpm gstreamer-0.10.20-3.el5.x86_64.rpm gstreamer-plugins-base-0.10.20-3.el5.i386.rpm gstreamer-plugins-base-0.10.20-3.el5.x86_64.rpm
From there the update went smoothly on the test box.
Whatever caused this only seems to affect x86_64 machines.