Bug 1085432

Summary: perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc21 FTBFS
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-Catalyst-Controller-HTML-FormFuAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: iarnell, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=6718389
Whiteboard:
Fixed In Version: perl-Catalyst-Controller-HTML-FormFu-0.09004-5.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-04-17 08:46:16 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: 1087536    
Bug Blocks:    

Description Petr Pisar 2014-04-08 15:16:35 UTC
perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc21 fails to build in F21 due to tests:

+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/elements/*.t
Can't locate HTML/FormFu/MultiForm.pm in @INC (you may need to install the HTML::FormFu::MultiForm module) (@INC contains: t/lib /builddir/build/BUILD/Catalyst-Controller-HTML-FormFu-0.09004/inc /builddir/build/BUILD/Catalyst-Controller-HTML-FormFu-0.09004/blib/lib /builddir/build/BUILD/Catalyst-Controller-HTML-FormFu-0.09004/blib/arch /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /builddir/build/BUILD/Catalyst-Controller-HTML-FormFu-0.09004/blib/lib/Catalyst/Controller/HTML/FormFu.pm line 5.
BEGIN failed--compilation aborted at /builddir/build/BUILD/Catalyst-Controller-HTML-FormFu-0.09004/blib/lib/Catalyst/Controller/HTML/FormFu.pm line 5.
Compilation failed in require at (eval 595) line 2.
        ...propagated at /usr/share/perl5/base.pm line 84.
BEGIN failed--compilation aborted at t/lib/TestApp/Controller/Root.pm line 5.
Compilation failed in require at /usr/share/perl5/vendor_perl/Catalyst/Utils.pm line 306.
Compilation failed in require at /usr/share/perl5/vendor_perl/Test/WWW/Mechanize/Catalyst.pm line 244.
        Test::WWW::Mechanize::Catalyst::import("Test::WWW::Mechanize::Catalyst", "TestApp") called at t/01basic-form.t line 7
        main::BEGIN() called at t/01basic-form.t line 7
        eval {...} called at t/01basic-form.t line 7
BEGIN failed--compilation aborted at t/01basic-form.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/01basic-form.t ................. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests 

etc.

This looks like a missing declaration of dependency on HTML::FormFu::MultiForm.

Comment 1 Petr Pisar 2014-04-15 09:00:08 UTC
Corrected in git repository. Will be build after resolving prerequisite.