Bug 914250

Summary: perl-Class-Accessor-Chained: FTBFS in rawhide
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: perl-Class-Accessor-ChainedAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: paul, perl-devel, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-Class-Accessor-Chained-0.01-20.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-02-26 14:20:26 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: 913825    

Description Dennis Gilmore 2013-02-22 09:53:31 UTC
Your package perl-Class-Accessor-Chained failed to build from source in current rawhide.

http://koji.fedoraproject.org/koji/taskinfo?taskID=4971175

Build logs:
root.log: http://kojipkgs.fedoraproject.org/work/tasks/1175/4971175/root.log
build.log: http://kojipkgs.fedoraproject.org/work/tasks/1175/4971175/build.log
state.log: http://kojipkgs.fedoraproject.org/work/tasks/1175/4971175/state.log
NOTE: build logs are cleaned up after 1 week

For details on mass rebuild see https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

Comment 1 Paul Howarth 2013-02-26 14:20:26 UTC
There were two things breaking this build:

1. Broken POD (missing blank line) in README, causing the now-more-fussy
   pod2text to have a strop when converting it to plain text

2. Missing perl(ExtUtils::MakeMaker) build requirement, previously dragged in
   via perl(Test::More)