Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103950

Summary: dev-perl/Devel-Size-Report-0.10.ebuild (New package)
Product: Gentoo Linux Reporter: Paul Marks <shadowofged>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: amd64, perl
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: All   
URL: http://search.cpan.org/~tels/Devel-Size-Report-0.10/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 103948    
Bug Blocks:    
Attachments: Devel-Size-Report-0.10.ebuild

Description Paul Marks 2005-08-27 12:19:50 UTC
Please see attached Devel-Size-Report-0.10.ebuild to install the
Devel::Size::Report perl module.

Devel::Size::Report is a module for reporting back the size of all elements in a
perl structure.  This package is needed by media-sound/slimserver.

Reproducible: Always
Steps to Reproduce:
Comment 1 Paul Marks 2005-08-27 12:20:31 UTC
Created attachment 67011 [details]
Devel-Size-Report-0.10.ebuild

Ebuild for Devel::Size::Report 0.10 using the perl-module eclass.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-09-04 04:12:37 UTC
Mass re-assign.
Comment 3 Nathan Caldwell 2006-01-01 01:22:40 UTC
It looks like Scalar-List-Utils has been moved to perl-core.
Comment 4 Michael Cummings (RETIRED) gentoo-dev 2006-01-11 02:40:38 UTC
* added new dep for Devel-Size to the tree as well

Amd64, I'll need you to keyword both ebuilds before this can be closed (can't test locally)
Comment 5 Thomas Cort (RETIRED) gentoo-dev 2006-04-20 12:58:27 UTC
Added ~amd64 keyword to Devel-Size-0.64.

Devel-Size-Report-0.10 failed 1/9 tests....

>>> Test phase [enabled]: dev-perl/Devel-Size-Report-0.10
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_basic......ok
t/01_track......Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
t/01_track......ok
t/02_report.....
#   Failed test 'two different sized scalars reports are different'
#   in t/02_report.t at line 85.
#     '  Scalar 56 bytes
# Total: 56 bytes in 1 elements
# '
#         ne
#     '  Scalar 56 bytes
# Total: 56 bytes in 1 elements
# '

#   Failed test 'two same-sized scalars reports are equal'
#   in t/02_report.t at line 86.
#     '  Scalar 56 bytes
# Total: 56 bytes in 1 elements
# '
#         ne
#     '  Scalar 56 bytes
# Total: 56 bytes in 1 elements
# '
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
# Looks like you failed 2 tests of 44.
t/02_report.....dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 15-16
        Failed 2/44 tests, 95.45% okay
t/03_format.....Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
t/03_format.....ok
t/04_cycle......Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
t/04_cycle......ok
t/05_address....Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
Use of uninitialized value in string eq at ../blib/lib/Devel/Size/Report.pm line 549.
t/05_address....ok
t/06_error......ok
t/07_double.....ok
t/08_size.......ok
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t/02_report.t    2   512    44    2   4.55%  15-16
Failed 1/9 test scripts, 88.89% okay. 2/145 subtests failed, 98.62% okay.
make: *** [test_dynamic] Error 255
Comment 6 Paul Marks 2006-05-21 00:18:10 UTC
Updated SlimServer ebuilds use distributed modules from upstream, so this ebuild is no longer necessary.