Alfred von Campe
2010-05-20 21:20:26 UTC
On a CentOS 5 system, with the rpmforge as the only external
repository, and the Subversion 1.6.9 RPM from rpmforge installed, I
get the following error when trying to install mod_dav_svn:
# yum install mod_dav_svn
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
639 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_dav_svn.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:
mod_dav_svn
--> Finished Dependency Resolution
mod_dav_svn-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 mod_dav_svn-1.4.2-4.el5_3.1.i386 (base)
Error: Missing Dependency: subversion = 1.4.2-4.el5_3.1 is needed by
package mod_dav_svn-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
If I install the RPM with rpm instead of yum, everything works find
in apache, but now yum complains about the missing dependency when
doing a "yum update". The workaround for me for now is to uninstall
the RPM, do a yum update, and then reinstall the RPM. Needless to
say, this is not ideal. Is there anything that can be done to fix
this or am I doing something wrong?
Alfred
repository, and the Subversion 1.6.9 RPM from rpmforge installed, I
get the following error when trying to install mod_dav_svn:
# yum install mod_dav_svn
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
Excluding Packages from CentOS-5 - Base
Finished
Excluding Packages from CentOS-5 - Updates
Finished
639 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_dav_svn.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:
mod_dav_svn
--> Finished Dependency Resolution
mod_dav_svn-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 mod_dav_svn-1.4.2-4.el5_3.1.i386 (base)
Error: Missing Dependency: subversion = 1.4.2-4.el5_3.1 is needed by
package mod_dav_svn-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
If I install the RPM with rpm instead of yum, everything works find
in apache, but now yum complains about the missing dependency when
doing a "yum update". The workaround for me for now is to uninstall
the RPM, do a yum update, and then reinstall the RPM. Needless to
say, this is not ideal. Is there anything that can be done to fix
this or am I doing something wrong?
Alfred