Package Details: perl-devel-size 0.84-1

Git Clone URL: https://aur.archlinux.org/perl-devel-size.git (read-only, click to copy)
Package Base: perl-devel-size
Description: Perl extension for finding the memory usage of Perl variables
Upstream URL: https://metacpan.org/release/Devel-Size
Licenses: GPL, PerlArtistic
Submitter: Ordoban
Maintainer: Ordoban
Last Packager: Ordoban
Votes: 1
Popularity: 0.000005
First Submitted: 2019-06-03 08:11 (UTC)
Last Updated: 2024-10-21 04:41 (UTC)

Latest Comments

Forty-Bot commented on 2024-10-21 04:31 (UTC)

This package currently fails to build with perl v5.40.0:

==> Starting check()...
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Size.bs blib/arch/auto/Devel/Size/Size.bs 644
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
t/basic.t ....... ok     
t/code.t ........ 1/20 
#   Failed test 'CvOUTSIDE is now NULL on cloned closures, unless they have eval'
#   at t/code.t line 101.
#     '17624'
#         >
#     '17924'
# Looks like you failed 1 test of 20.
t/code.t ........ Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/20 subtests 
t/globs.t ....... ok     
t/magic.t ....... ok     
t/pod.t ......... ok   
t/pod_cov.t ..... ok   
t/pvbm.t ........ ok   
t/recurse.t ..... ok     
t/signatures.t .. ok   
t/warnings.t .... skipped: no Test::PerlRun found

Test Summary Report
-------------------
t/code.t      (Wstat: 256 (exited 1) Tests: 20 Failed: 1)
  Failed test:  14
  Non-zero exit status: 1
t/pvbm.t      (Wstat: 0 Tests: 2 Failed: 0)
  TODO passed:   2
Files=10, Tests=205,  1 wallclock secs ( 0.02 usr  0.05 sys +  0.45 cusr  0.25 csys =  0.77 CPU)
Result: FAIL
Failed 1/10 test programs. 1/205 subtests failed.
make: *** [Makefile:1032: test_dynamic] Error 255
==> ERROR: A failure occurred in check().
    Aborting...

I think this is an upstream bug. I have built this package before with perl v5.36.0.