Skip Menu |

This queue is for tickets about the Data-Sah CPAN distribution.

Report information
The Basics
Id: 128274
Status: open
Priority: 0/
Queue: Data-Sah

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

Bug Information
Severity: (no value)
Broken in:
  • 0.895
  • 0.897
  • 0.899
Fixed in: (no value)



Subject: Undeclared dependency Data::Size::Suffix::Filesize?
The test suite fails on some of my smokers, probably because of an undeclared dependency: ... Can't locate Data/Size/Suffix/Filesize.pm in @INC (you may need to install the Data::Size::Suffix::Filesize module) (@INC contains: CODE(0x43737210)) at /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001-jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/str_suffix_filesize.pm line 10. BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001-jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/str_suffix_filesize.pm line 10. Compilation failed in require at /home/cpansand/.cpan/build/2019011619/Data-Sah-Coerce-0.031-LQYJoL/blib/lib/Data/Sah/CoerceCommon.pm line 226. # Child (compile option: no_modules) exited without calling finalize() # Failed test 'compile option: no_modules' # at /usr/perl5.20.1Dp/lib/site_perl/5.20.1/Test/Builder.pm line 279. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 255 just after 2. t/perl-misc.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/2 subtests ... (etc) ...
Subject: Re: [rt.cpan.org #128274] Undeclared dependency Data::Size::Suffix::Filesize?
Date: Sat, 19 Jan 2019 08:02:26 +0700
To: bug-Data-Sah [...] rt.cpan.org
From: Perl Ancar <perlancar [...] gmail.com>
This is a bit strange. The coercion rule module Data::Sah::Coerce::perl::float::str_suffix_filesize <http://str_suffix_filesize.pm> is currently in the same distribution as Data::Size::Suffix::Filesize. Under normal condition, they should both be available or unavailable together. On Thu, Jan 17, 2019 at 3:28 AM Slaven_Rezic via RT < bug-Data-Sah@rt.cpan.org> wrote: Show quoted text
> Wed Jan 16 15:28:02 2019: Request 128274 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Data-Sah > Subject: Undeclared dependency Data::Size::Suffix::Filesize? > Broken in: 0.895 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128274 > > > > The test suite fails on some of my smokers, probably because of an > undeclared dependency: > > ... > Can't locate Data/Size/Suffix/Filesize.pm in @INC (you may need to install > the Data::Size::Suffix::Filesize module) (@INC contains: CODE(0x43737210)) > at > /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001-jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/ > str_suffix_filesize.pm line 10. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001-jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/ > str_suffix_filesize.pm line 10. > Compilation failed in require at > /home/cpansand/.cpan/build/2019011619/Data-Sah-Coerce-0.031-LQYJoL/blib/lib/Data/Sah/CoerceCommon.pm > line 226. > # Child (compile option: no_modules) exited without calling finalize() > > # Failed test 'compile option: no_modules' > # at /usr/perl5.20.1Dp/lib/site_perl/5.20.1/Test/Builder.pm line 279. > # Tests were run but no plan was declared and done_testing() was not seen. > # Looks like your test exited with 255 just after 2. > t/perl-misc.t ............. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/2 subtests > ... (etc) ... >
RT-Send-CC: perlancar [...] gmail.com
On 2019-01-16 15:28:02, SREZIC wrote: Show quoted text
> The test suite fails on some of my smokers, probably because of an > undeclared dependency: > > ... > Can't locate Data/Size/Suffix/Filesize.pm in @INC (you may need to > install the Data::Size::Suffix::Filesize module) (@INC contains: > CODE(0x43737210)) at /home/cpansand/.cpan/build/2019011619/Sah- > Schemas-DataSizeSpeed-0.001- > jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/str_suffix_filesize.pm line > 10. > BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019011619/Sah-Schemas-DataSizeSpeed-0.001- > jGTIGG/blib/lib/Data/Sah/Coerce/perl/float/str_suffix_filesize.pm line > 10. > Compilation failed in require at > /home/cpansand/.cpan/build/2019011619/Data-Sah-Coerce-0.031- > LQYJoL/blib/lib/Data/Sah/CoerceCommon.pm line 226. > # Child (compile option: no_modules) exited without calling > finalize() > > # Failed test 'compile option: no_modules' > # at /usr/perl5.20.1Dp/lib/site_perl/5.20.1/Test/Builder.pm line > 279. > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 255 just after 2. > t/perl-misc.t ............. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 1/2 subtests > ... (etc) ...
I see this error still with Data-Sah-0.897. Actually it seems that it happens only on CentOS 6 systems.