Bug 434444
Summary: | perl-Sys-Virt failed massrebuild attempt for GCC 4.3 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
Component: | perl-Sys-Virt | Assignee: | Steven Pritchard <steve> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | berrange, dcantrell, perl-devel |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-03-06 21:43:16 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: | |||
Bug Depends On: | |||
Bug Blocks: | 432425 |
Description
Jesse Keating
2008-02-22 16:25:02 UTC
This isn't a problem with GCC 4.3 - its a general bug in the Sys-Virt package - it is trying to use constants which don't exist. We can either patch it to remove the constants, or wait till I do a new upstream release within next week. FYI, new Sys-Virt release should fix this http://search.cpan.org/~danberr/Sys-Virt-0.1.2/ 0.1.2 is failing tests under mock. http://koji.fedoraproject.org/koji/getfile?taskID=498164&name=build.log Either I'm missing a build requirement or rawhide as of a few days ago was better, because it does build on my system. This is a libvirt bug, not a perl-Sys-Virt problem. libvirt is generated bogus XML causing the Sys-Virt to fail when parsing XML. I'd disable the test in question as a temporary workaround till libvirt is fixed Consider it done. 0.1.2-1.fc9 successfully built. http://koji.fedoraproject.org/koji/taskinfo?taskID=498248 |