Bug 441359
Summary: | Error when loading RRDs | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Terje Røsten <terje.rosten> |
Component: | rrdtool | Assignee: | Jarod Wilson <jarod> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-04-08 15:20:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Terje Røsten
2008-04-07 18:24:19 UTC
Nggggh. I'm guessing this might be somehow related to a change in perl 5.10. $ grep -R 29990708 * bindings/perl-shared/RRDs.pm:$VERSION=1.299907080300; bindings/perl-piped/RRDp.pm:$VERSION=1.299907080300; It seems the version string is getting truncated somewhere... But I really have no clue who/what is at fault. Pinging some perl people... > Nggggh. I'm guessing this might be somehow related to a change in perl 5.10. > > $ grep -R 29990708 * > bindings/perl-shared/RRDs.pm:$VERSION=1.299907080300; > bindings/perl-piped/RRDp.pm:$VERSION=1.299907080300; > > It seems the version string is getting truncated somewhere... Yes, my initial belief too. Anyway, crazy long, makes me wonder why such VERSION strings are needed!? > But I really > have no clue who/what is at fault. Pinging some perl people... Thanks :-) Well, I think the version string will get bumped to 1.30 or something like that once 1.3 is released, but since its still beta, we get the long pre-1.3+date-based version. I have a short-term work-around I'll try in a sec, since my perl contacts are ignoring me right now. :) Successfully tested my local work-around, committing and building now. Works great here too, thanks for quick fix! |