Centos yum install git-sv

Posted by bob on Server Fault See other posts from Server Fault or by bob
Published on 2011-02-08T11:22:45Z Indexed on 2012/07/09 3:17 UTC
Read the original article Hit count: 429

Filed under:
|

Running yum install on Centos

   yum install git-svn

is producing the following errors:

Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.eshk.hk
 * base: centos.01link.hk
 * epel: mirror.bjtu.edu.cn
 * extras: mirror.eshk.hk
 * rpmforge: apt.sw.be
 * updates: mirror.vpshosting.com.hk
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package git-svn.i386 0:1.7.3.4-1.el5.rf set to be updated
--> Processing Dependency: perl(SVN::Core) for package: git-svn
--> Processing Dependency: perl(Error) for package: git-svn
--> Processing Dependency: perl(Term::ReadKey) for package: git-svn
--> Running transaction check
---> Package perl-Error.noarch 1:0.17010-1.el5 set to be updated
---> Package perl-TermReadKey.i386 0:2.30-4.el5 set to be updated
---> Package subversion-perl.i386 0:1.4.2-4.el5_3.1 set to be updated
--> Processing Dependency: subversion = 1.4.2-4.el5_3.1 for package: subversion-perl
--> Finished Dependency Resolution
subversion-perl-1.4.2-4.el5_3.1.i386 from base has depsolving problems
  --> Missing Dependency: subversion = 1.4.2-4.el5_3.1 is needed by package subversion-perl-1.4.2-4.el5_3.1.i386 (base)
Error: Missing Dependency: subversion = 1.4.2-4.el5_3.1 is needed by package subversion-perl-1.4.2-4.el5_3.1.i386 (base)
 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
The program package-cleanup is found in the yum-utils package.

© Server Fault or respective owner

Related posts about centos

Related posts about yum