SCIENTIFIC-LINUX-USERS Archives

June 2009

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Billy Crook <[log in to unmask]>
Reply To:
Billy Crook <[log in to unmask]>
Date:
Fri, 19 Jun 2009 14:41:26 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (23 lines)
On Fri, Jun 19, 2009 at 14:25, Felix Farcas<[log in to unmask]> 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.

ATOM RSS1 RSS2