Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 506536 - dev-perl/MooseX-Types-0.360.0 needs DEPEND on dev-perl/Test-CheckDeps for USE="test"
Summary: dev-perl/MooseX-Types-0.360.0 needs DEPEND on dev-perl/Test-CheckDeps for USE...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: perl-testfailure
  Show dependency tree
 
Reported: 2014-04-02 11:14 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2014-04-02 12:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2014-04-02 11:14:48 UTC
make -j10 --load-average=4 test TEST_VERBOSE=0 
PERL_DL_NONLAZY=1 /usr/bin/perl5.18.2 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/regressions/*.t
t/00-check-deps.t .................. Can't locate Test/CheckDeps.pm in @INC (you may need to install the Test::CheckDeps module) (@INC contains: /var/tmp/portage/dev-perl/MooseX-Types-0.360.0/work/MooseX-Types-0.36/blib/lib /var/tmp/portage/dev-perl/MooseX-Types-0.360.0/work/MooseX-Types-0.36/blib/arch /etc/perl /usr/local/lib64/perl5/5.18.2/x86_64-linux /usr/local/lib64/perl5/5.18.2 /usr/lib64/perl5/vendor_perl/5.18.2/x86_64-linux /usr/lib64/perl5/vendor_perl/5.18.2 /usr/local/lib64/perl5 /usr/lib64/perl5/vendor_perl /usr/lib64/perl5/5.18.2/x86_64-linux /usr/lib64/perl5/5.18.2 .) at t/00-check-deps.t line 2.
BEGIN failed--compilation aborted at t/00-check-deps.t line 2.
t/00-check-deps.t .................. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run 
t/00-compile.t ..................... ok 



Observe no Test-CheckDeps in test? ( ):

---

IUSE="test"

RDEPEND=">=dev-perl/Moose-1.06
        dev-perl/Sub-Name
        >=dev-perl/Carp-Clan-6.00
        >=dev-perl/Sub-Install-0.924
        >=dev-perl/namespace-clean-0.190.0"
DEPEND="${RDEPEND}
        test? (
                dev-perl/Test-Fatal
                dev-perl/Test-Requires
        )"

---

https://metacpan.org/source/ETHER/MooseX-Types-0.36/META.json#L66

#blamepatrick

> Timestamp of tree: Wed, 02 Apr 2014 01:00:01 +0000
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2014-04-02 12:27:09 UTC
fixed.