Hello, I've got a centos5 box that at least has a dependency issue or a corrupt rpm database. I am open to suggestions as to how to proceed. I have added some extra repositories to my yum configuration, centosplus, rpmforge, atrpms, and the kbs repos. I haven't been having issues with installs or upgrades until today when i ran a yum update, and got a missing dependency error for zaptel, a perl dependency. I've tried doing a yum install for the package, but no success. The error is below and i am open to suggestions. Thanks. Dave.
#yum update Loading "installonlyn" plugin Setting up Update Process Setting up repositories Reading repository metadata in from local files Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package asterisk-devel.i386 1:1.4.8-42.el5 set to be updated ---> Package zaptel.i386 1:1.4.4-36.el5 set to be updated ---> Package asterisk.i386 1:1.4.8-42.el5 set to be updated --> Running transaction check --> Processing Dependency: perl(Zaptel::Config::Defaults) for package: zaptel --> Finished Dependency Resolution Error: Missing Dependency: perl(Zaptel::Config::Defaults) is needed by package zaptel
On 7/23/07, Dave dmehler26@woh.rr.com wrote:
Hello, I've got a centos5 box that at least has a dependency issue or a corrupt rpm database. I am open to suggestions as to how to proceed. I have added some extra repositories to my yum configuration, centosplus, rpmforge, atrpms, and the kbs repos. I haven't been having issues with installs or upgrades until today when i ran a yum update, and got a missing dependency error for zaptel, a perl dependency. I've tried doing a yum install for the package, but no success. The error is below and i am open to suggestions. Thanks. Dave.
#yum update Loading "installonlyn" plugin Setting up Update Process Setting up repositories Reading repository metadata in from local files Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package asterisk-devel.i386 1:1.4.8-42.el5 set to be updated ---> Package zaptel.i386 1:1.4.4-36.el5 set to be updated ---> Package asterisk.i386 1:1.4.8-42.el5 set to be updated --> Running transaction check --> Processing Dependency: perl(Zaptel::Config::Defaults) for package: zaptel --> Finished Dependency Resolution Error: Missing Dependency: perl(Zaptel::Config::Defaults) is needed by package zaptel
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
This is a dependency problem with ATrpms repo--not CentOS. I suggest subscribing to the ATrpms users list at atrpms-users@atrpms.net../mail?view=cm&tf=0&to=atrpms-users@atrpms.netor following this thread in the archives: http://lists.atrpms.net/pipermail/atrpms-users/2007-July/007568.html
Grant
On Mon, Jul 23, 2007 at 04:48:32PM -0600, Grant McChesney wrote:
On 7/23/07, Dave dmehler26@woh.rr.com wrote:
Hello, I've got a centos5 box that at least has a dependency issue or a corrupt rpm database. I am open to suggestions as to how to proceed. I have added some extra repositories to my yum configuration, centosplus, rpmforge, atrpms, and the kbs repos. I haven't been having issues with installs or upgrades until today when i ran a yum update, and got a missing dependency error for zaptel, a perl dependency. I've tried doing a yum install for the package, but no success. The error is below and i am open to suggestions. Thanks. Dave.
#yum update Loading "installonlyn" plugin Setting up Update Process Setting up repositories Reading repository metadata in from local files Excluding Packages from CentOS-5 - Base Finished Excluding Packages from CentOS-5 - Updates Finished Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package asterisk-devel.i386 1:1.4.8-42.el5 set to be updated ---> Package zaptel.i386 1:1.4.4-36.el5 set to be updated ---> Package asterisk.i386 1:1.4.8-42.el5 set to be updated --> Running transaction check --> Processing Dependency: perl(Zaptel::Config::Defaults) for package: zaptel --> Finished Dependency Resolution Error: Missing Dependency: perl(Zaptel::Config::Defaults) is needed by package zaptel
This is a dependency problem with ATrpms repo--not CentOS. I suggest subscribing to the ATrpms users list at atrpms-users@atrpms.net../mail?view=cm&tf=0&to=atrpms-users@atrpms.netor following this thread in the archives: http://lists.atrpms.net/pipermail/atrpms-users/2007-July/007568.html
I can confirm this to be a bug in the package (looks like an upstream bug, but still a bug in the package), will be fixed within a couple of hours.
On Tue, Jul 24, 2007 at 04:02:59PM +0200, Axel Thimm wrote:
On Mon, Jul 23, 2007 at 04:48:32PM -0600, Grant McChesney wrote:
On 7/23/07, Dave dmehler26@woh.rr.com wrote:
--> Processing Dependency: perl(Zaptel::Config::Defaults) for package: zaptel --> Finished Dependency Resolution Error: Missing Dependency: perl(Zaptel::Config::Defaults) is needed by package zaptel
This is a dependency problem with ATrpms repo--not CentOS. I suggest subscribing to the ATrpms users list at atrpms-users@atrpms.net../mail?view=cm&tf=0&to=atrpms-users@atrpms.netor following this thread in the archives: http://lists.atrpms.net/pipermail/atrpms-users/2007-July/007568.html
I can confirm this to be a bug in the package (looks like an upstream bug, but still a bug in the package), will be fixed within a couple of hours.
Here's the fix, or you can wait ~1h for new packages to appear in the repo:
--- zaptel-1.4.4/xpp/utils/Makefile~ 2007-07-13 10:22:28.000000000 +0200 +++ zaptel-1.4.4/xpp/utils/Makefile 2007-07-24 16:06:58.000000000 +0200 @@ -24,7 +24,7 @@ HOTPLUG_USB_DIR = /etc/hotplug/usb UDEV_RULES_DIR = /etc/udev/rules.d PERLLIBDIR = $(shell eval `perl -V:sitelib`; echo "$$sitelib") -PERL_DIRS := Zaptel Zaptel/Hardware Zaptel/Xpp +PERL_DIRS := Zaptel Zaptel/Config Zaptel/Hardware Zaptel/Xpp PERL_MODS_PAT := *.pm $(PERL_DIRS:%=%/*.pm) PERL_MODS := $(shell cd zconf; echo $(PERL_MODS_PAT))
On Mon, 23 Jul 2007, Dave wrote:
I've got a centos5 box that at least has a dependency issue or a corrupt --> Populating transaction set with selected packages. Please wait. ---> Package asterisk-devel.i386 1:1.4.8-42.el5 set to be updated ---> Package zaptel.i386 1:1.4.4-36.el5 set to be updated ---> Package asterisk.i386 1:1.4.8-42.el5 set to be updated
CentOS ships none of these; there is no indication of anything but a downstream fork distribution falsely calling itself CentOS
-- Russ Herrold