Help! I can't seem to install the "bugzilla" package from atrpms on a CentOS release 5.4 (Final) system, due to depsolving problems. I would presume that if there's a package in a repository, it should be installable :-). Any suggestions?
Basically, when I run: yum install --enablerepo=atrpms bugzilla I get fatal errors in the form of depsolving problems: bugzilla-3.4.6-32.noarch from atrpms has depsolving problems --> Missing Dependency: perl(DBD::Pg) >= 4.00 is needed by package bugzilla-3.4.6-32.noarch (atrpms) bugzilla-3.4.6-32.noarch from atrpms has depsolving problems --> Missing Dependency: perl(DateTime::TimeZone) >= 0.71 is needed by package bugzilla-3.4.6-32.noarch (atrpms) bugzilla-3.4.6-32.noarch from atrpms has depsolving problems --> Missing Dependency: perl(Daemon::Generic) is needed by package bugzilla-3.4.6-32.noarch (atrpms) bugzilla-3.4.6-32.noarch from atrpms has depsolving problems --> Missing Dependency: perl(Template) >= 2.22 is needed by package bugzilla-3.4.6-32.noarch (atrpms) ... I've tried several things, including Disabling "priorities" by editing "/etc/yum/pluginconf.d/priorities.conf", also enabling atrpm-testing: yum install --enablerepo=atrpms --enablerepo=atrpms-testing bugzilla and even also enabling bleeding: yum install --enablerepo=atrpms --enablerepo=atrpms-testing --enablerepo=atrpms-bleeding bugzilla I also tried cleaning things up with: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest There is no package already installed in CentOS with exactly the name 'perl(DBD::Pg)': # rpm -qi 'perl(DBD::Pg)' package perl(DBD::Pg) is not installed Though an old version *is* installed under a different name: # rpm -qa | grep -i dbd perl-DBD-Pg-1.49-2.el5_3.1 perl-DBD-MySQL-3.0007-2.el5 Part of the issue may be that CentOS has its own package perl-DBD-Pg; if I do: rpm -e perl-DBD-Pg It removes the package but doesnt change the errors (not that I expected it would; the CentOS version is much older). I looked at the directory: http://dl.atrpms.net/el5-x86_64/atrpms/stable/ and indeed, it looks like there's no dbd-pg package, and the CentOS version is far older than the one expected. So, how am I supposed to install it? I *really* don't want to try to use "--skip-broken" repeatedly; I rather doubt I'll end up with a working result. This "shouldn't happen". Any suggestions? Thanks. --- David A. Wheeler P.S., a "cat /etc/yum.repos.d/atrpms.repo" produces: [atrpms] name=CentOS $releasever - $basearch - ATrpms # baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1 enabled=0 priority = 10 [atrpms-testing] name=CentOS $releasever - $basearch - ATrpms # baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/testing gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1 enabled=0 priority = 10 [atrpms-bleeding] name=CentOS $releasever - $basearch - ATrpms # baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/bleeding gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms gpgcheck=1 enabled=0 priority = 10 _______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
