Notes |
|
|
Increasing severity since anyone using the web admin to do management will experience problems. |
|
|
(0001327)
|
rbalzard
|
2009-10-13 11:28
(edited on: 2009-10-13 11:31) |
|
Fixed temporarily the issue by seting the version to 1.94 in packetfence.spec.
This will stabilize v1.8.5.
fixed in revision c891b969c76b5c2d7c2ff3128bb7e9bd1bdfcbea
|
|
|
|
|
|
|
doing a yum update will fetch the latest Parse::RecDescent it would seem, our rpm spec doesn't pin down a specific version..
increasing priority to get this fixed quickly |
|
|
|
Fixed in the RPM spec by avoiding what seems to be a Require: bug with perl dependencies.
Mtn revision: 4520915c38a648ad954e8e2953fb53c0df0892c6
pushed new RPMs 1.8.5-2 to our yum repo |
|
|
|
By the way, here is what a failed update attempt will look like:
[root@localhost pf]# yum update perl-Parse-RecDescent
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.portafixe.com
* base: mirror.unl.edu
* extras: centos.mirror.nac.net
* rpmforge: fr2.rpmfind.net
* updates: mirrors.cmich.edu
Setting up Update Process
Resolving Dependencies
--> Running transaction check
--> Processing Dependency: perl-Parse-RecDescent = 1.94 for package: packetfence
---> Package perl-Parse-RecDescent.noarch 0:1.962.2-1.el5.rf set to be updated
--> Finished Dependency Resolution
packetfence-1.8.5-2.el5.noarch from installed has depsolving problems
--> Missing Dependency: perl-Parse-RecDescent = 1.94 is needed by package packetfence-1.8.5-2.el5.noarch
(installed)
Error: Missing Dependency: perl-Parse-RecDescent = 1.94 is needed by package packetfence-1.8.5-2.el5.noarch
(installed)
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
|
|
|
|
To avoid updating perl-Parse-RecDescent:
yum update --exclude=perl-Parse-RecDescent |
|