Skip Menu |

This queue is for tickets about the Bio-Phylo-Beagle CPAN distribution.

Report information
The Basics
Id: 113941
Status: open
Priority: 0/
Queue: Bio-Phylo-Beagle

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.03
Fixed in: (no value)



Subject: Undeclared prerequisite Math::Round
It seems that Math::Round is not declared as a prerequisite, but at least needed in the tests: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Math/Round.pm in @INC (you may need to install the Math::Round module) (@INC contains: lib /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle-0.03-MiesbE/blib/lib /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle-0.03-MiesbE/blib/arch /home/eserte/perl5/lib/perl5/5.20.2/x86_64-linux-gnu-thread-multi /home/eserte/perl5/lib/perl5/5.20.2 /home/eserte/perl5/lib/perl5/x86_64-linux-gnu-thread-multi /home/eserte/perl5/lib/perl5 /home/eserte/perl5/lib/perl5/5.20.0 /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20 /home/eserte/perl5/lib/perl5/5.20.0/5.20.1 /usr/local/lib/site_perl .) at t/test_simple.t line 6. BEGIN failed--compilation aborted at t/test_simple.t line 6. # Looks like your test exited with 2 before it could output anything. t/test_simple.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run
Fixed as of https://github.com/rvosa/bio-phylo-beagle/commit/32a66c5f7de92ec6e6c5b65d68a1164597bb988c On Sat Apr 23 10:57:39 2016, SREZIC wrote: Show quoted text
> It seems that Math::Round is not declared as a prerequisite, but at > least needed in the tests: > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "- > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > Can't locate Math/Round.pm in @INC (you may need to install the > Math::Round module) (@INC contains: lib > /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle-0.03- > MiesbE/blib/lib /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle- > 0.03-MiesbE/blib/arch /home/eserte/perl5/lib/perl5/5.20.2/x86_64- > linux-gnu-thread-multi /home/eserte/perl5/lib/perl5/5.20.2 > /home/eserte/perl5/lib/perl5/x86_64-linux-gnu-thread-multi > /home/eserte/perl5/lib/perl5 /home/eserte/perl5/lib/perl5/5.20.0 > /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 > /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 > /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 > /usr/share/perl/5.20 /home/eserte/perl5/lib/perl5/5.20.0/5.20.1 > /usr/local/lib/site_perl .) at t/test_simple.t line 6. > BEGIN failed--compilation aborted at t/test_simple.t line 6. > # Looks like your test exited with 2 before it could output anything. > t/test_simple.t .. > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run
But it seems that there's still no CPAN release fix with the fix... On 2016-04-25 03:45:17, RVOSA wrote: Show quoted text
> Fixed as of https://github.com/rvosa/bio-phylo- > beagle/commit/32a66c5f7de92ec6e6c5b65d68a1164597bb988c > > On Sat Apr 23 10:57:39 2016, SREZIC wrote:
> > It seems that Math::Round is not declared as a prerequisite, but at > > least needed in the tests: > > > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "- > > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > > 'blib/lib', 'blib/arch')" t/*.t > > Can't locate Math/Round.pm in @INC (you may need to install the > > Math::Round module) (@INC contains: lib > > /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle-0.03- > > MiesbE/blib/lib /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle- > > 0.03-MiesbE/blib/arch /home/eserte/perl5/lib/perl5/5.20.2/x86_64- > > linux-gnu-thread-multi /home/eserte/perl5/lib/perl5/5.20.2 > > /home/eserte/perl5/lib/perl5/x86_64-linux-gnu-thread-multi > > /home/eserte/perl5/lib/perl5 /home/eserte/perl5/lib/perl5/5.20.0 > > /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 > > /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 > > /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 > > /usr/share/perl/5.20 /home/eserte/perl5/lib/perl5/5.20.0/5.20.1 > > /usr/local/lib/site_perl .) at t/test_simple.t line 6. > > BEGIN failed--compilation aborted at t/test_simple.t line 6. > > # Looks like your test exited with 2 before it could output anything. > > t/test_simple.t .. > > Dubious, test returned 2 (wstat 512, 0x200) > > No subtests run
Subject: Re: [rt.cpan.org #113941] Undeclared prerequisite Math::Round
Date: Thu, 1 Sep 2016 09:18:30 +0200
To: bug-Bio-Phylo-Beagle [...] rt.cpan.org
From: Rutger Vos <rutgeraldo [...] gmail.com>
Yes, my apologies. It's declared on the github version but I haven't pushed a release out to CPAN yet. Thanks for reminding me! On Thu, Sep 1, 2016 at 7:24 AM, Slaven_Rezic via RT < bug-Bio-Phylo-Beagle@rt.cpan.org> wrote: Show quoted text
> Queue: Bio-Phylo-Beagle > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=113941 > > > But it seems that there's still no CPAN release fix with the fix... > > On 2016-04-25 03:45:17, RVOSA wrote:
> > Fixed as of https://github.com/rvosa/bio-phylo- > > beagle/commit/32a66c5f7de92ec6e6c5b65d68a1164597bb988c > > > > On Sat Apr 23 10:57:39 2016, SREZIC wrote:
> > > It seems that Math::Round is not declared as a prerequisite, but at > > > least needed in the tests: > > > > > > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "- > > > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > > > 'blib/lib', 'blib/arch')" t/*.t > > > Can't locate Math/Round.pm in @INC (you may need to install the > > > Math::Round module) (@INC contains: lib > > > /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle-0.03- > > > MiesbE/blib/lib /home/eserte/.cpan/build/2016042315/Bio-Phylo-Beagle- > > > 0.03-MiesbE/blib/arch /home/eserte/perl5/lib/perl5/5.20.2/x86_64- > > > linux-gnu-thread-multi /home/eserte/perl5/lib/perl5/5.20.2 > > > /home/eserte/perl5/lib/perl5/x86_64-linux-gnu-thread-multi > > > /home/eserte/perl5/lib/perl5 /home/eserte/perl5/lib/perl5/5.20.0 > > > /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 > > > /usr/local/share/perl/5.20.2 /usr/lib/x86_64-linux-gnu/perl5/5.20 > > > /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.20 > > > /usr/share/perl/5.20 /home/eserte/perl5/lib/perl5/5.20.0/5.20.1 > > > /usr/local/lib/site_perl .) at t/test_simple.t line 6. > > > BEGIN failed--compilation aborted at t/test_simple.t line 6. > > > # Looks like your test exited with 2 before it could output anything. > > > t/test_simple.t .. > > > Dubious, test returned 2 (wstat 512, 0x200) > > > No subtests run
> > > >