Re: yum update Transaction Check Error

2009-06-20 Thread Felix Farcas
Hello

thank you for, I removed subversion-1.4.2-4.el5.i386 and after had no problem 
anymore. I could make update and all was ok.

Thank you for your answers
Felix




  


yum update Transaction Check Error

2009-06-19 Thread Felix Farcas
Hello

I have installed SL5.3 
When I try yum update I got the following error:

Transaction Check Error:
  file /usr/share/emacs/site-lisp/psvn.el from install of 
subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package 
subversion-1.4.2-4.el5.i386
  file /usr/share/locale/de/LC_MESSAGES/subversion.mo from install of 
subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package 
subversion-1.4.2-4.el5.i386

Any suggestion please?

Thank you
Felix


  


Re: yum update Transaction Check Error

2009-06-19 Thread Connie Sieh

Felix,

Do a

  yum list subversion*

to determine where the update is coming from.  I suspect you have enabled 
one of the optional repositories .  The .rf. in the name is of suspect. 
If you find you have a conflict between multiple repositories you will 
have to disable the repository that is giving a issue or add a exclude= 
line to the repository config file located in /etc/yum.repos.d/


-connie sieh

On Fri, 19 Jun 2009, Felix Farcas wrote:


Hello

I have installed SL5.3
When I try yum update I got the following error:

Transaction Check Error:
 file /usr/share/emacs/site-lisp/psvn.el from install of 
subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package 
subversion-1.4.2-4.el5.i386
 file /usr/share/locale/de/LC_MESSAGES/subversion.mo from install of 
subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package 
subversion-1.4.2-4.el5.i386

Any suggestion please?

Thank you
Felix






Re: yum update Transaction Check Error

2009-06-19 Thread Billy Crook
On Fri, Jun 19, 2009 at 14:25, Felix Farcasff...@yahoo.com wrote:
 Hello

 I have installed SL5.3
 When I try yum update I got the following error:

 Transaction Check Error:
  file /usr/share/emacs/site-lisp/psvn.el from install of 
 subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package 
 subversion-1.4.2-4.el5.i386
  file /usr/share/locale/de/LC_MESSAGES/subversion.mo from install of 
 subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package 
 subversion-1.4.2-4.el5.i386

 Any suggestion please?

yum clean all rarely hurts.

For a short term solution, use the --disablerepo command line option
to disable either rpmforge or your normal repos.  (Type yum repolist
to get the names of all your repos for use with --disablerepo.)

For a long term solution you should add an exclude= section to one of
those repos' definitions in /etc/yum.repos.d/ to exclude any
conflicting packages.  Then yum remove that package and yum install it
so you will get it from the repo you chose.