Bug 1083430
| Summary: | virt-v2v-0.9.0-5.fc21 FTBFS | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
| Component: | virt-v2v | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dennis, mbooth, virt-maint |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://koji.fedoraproject.org/koji/taskinfo?taskID=6698568 | ||
| Whiteboard: | |||
| Fixed In Version: | virt-v2v-0.9.0-7.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-06-27 15:47:33 UTC | Type: | Bug |
| 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: | 1105908 | ||
|
Description
Petr Pisar
2014-04-02 08:56:18 UTC
*** Bug 1107098 has been marked as a duplicate of this bug. *** Something removes META.* files during the build, so the test which checks META.* files for syntax errors fails: ok 19 - use Sys::VirtConvert::Transfer::Local; Unable to read manifest file META.json: No such file or directory not ok 20 - Build syntaxcheck # Failed test 'Build syntaxcheck' # at t/003-syntax.t line 43. # got: '1' # expected: '0' # Looks like you failed 1 test of 20. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/20 subtests Test Summary Report ------------------- t/003-syntax.t (Wstat: 256 Tests: 20 Failed: 1) I guess current Module::Build replaces META.* files with MYMETA.* files. The problem is "./Build test" calls "distmeta" action which regenerates META.* files, but because of syntax error in the Build.PL, it fails:
$ perl Build.PL
WARNING: the following files are missing in your kit:
META.json
META.yml
Please inform the author.
Could not get valid metadata. Error is: Invalid metadata structure. Errors: Expected a list structure (resources -> license) [Validation: 2]
at /usr/share/perl5/vendor_perl/Module/Build/Base.pm line 4555.
The resource => license value must be a reference to array (see CPAN::Meta::Spec), but there is a plain scalar.
|