Bug 1085432 - perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc21 FTBFS
Summary: perl-Catalyst-Controller-HTML-FormFu-0.09004-4.fc21 FTBFS
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Catalyst-Controller-HTML-FormFu
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: http://koji.fedoraproject.org/koji/ta...
Whiteboard:
Depends On: 1087536
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-04-08 15:16 UTC by Petr Pisar
Modified: 2014-04-17 08:46 UTC (History)
2 users (show)

Fixed In Version: perl-Catalyst-Controller-HTML-FormFu-0.09004-5.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-04-17 08:46:16 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.