Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364441 - <dev-perl/Class-MethodMaker-2.180.0 broken on perl 5.14
Summary: <dev-perl/Class-MethodMaker-2.180.0 broken on perl 5.14
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Public/Bug/Displa...
Whiteboard:
Keywords:
Depends on:
Blocks: perl-5.14.0
  Show dependency tree
 
Reported: 2011-04-22 04:35 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2011-05-16 12:55 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 2011-04-22 04:35:11 UTC
https://github.com/renormalist/class-methodmaker/commit/d63da362443dbb2034cb3116ccb362e7753fcf88

PERL_DL_NONLAZY=1 /usr/bin/perl5.14.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
make --jobs=3 test TEST_VERBOSE=0
t/array.t .................. ok       
t/basic.t .................. ok   
Variable "$list" is not available at blib/lib/Class/MethodMaker/scalar.pm (autosplit into blib/lib/auto/Class/MethodMaker/scalar/scal0000.al) line 325.
Variable "$key_create" is not available at blib/lib/Class/MethodMaker/scalar.pm (autosplit into blib/lib/auto/Class/MethodMaker/scalar/scal0000.al) line 325.
t/diffclass.t .............. ok     
Variable "$list" is not available at blib/lib/Class/MethodMaker/scalar.pm (autosplit into blib/lib/auto/Class/MethodMaker/scalar/scal0000.al) line 325.
Variable "$key_create" is not available at blib/lib/Class/MethodMaker/scalar.pm (autosplit into blib/lib/auto/Class/MethodMaker/scalar/scal0000.al) line 325.
Variable "$list" is not available at blib/lib/Class/MethodMaker/scalar.pm (autosplit into blib/lib/auto/Class/MethodMaker/scalar/scal0000.al) line 325.
Variable "$key_create" is not available at blib/lib/Class/MethodMaker/scalar.pm (autosplit into blib/lib/auto/Class/MethodMaker/scalar/scal0000.al) line 325.
t/hash.t ................... ok       
t/new.t .................... ok     

<etc>
t/warnings.t ............... Failed 1/3 subtests 

Test Summary Report
-------------------
t/warnings.t             (Wstat: 0 Tests: 3 Failed: 1)
  Failed test:  3
Files=36, Tests=1757,  3 wallclock secs ( 0.33 usr  0.08 sys +  2.27 cusr  0.49 csys =  3.17 CPU)
Result: FAIL
# Test 3 got: "2" (t/warnings.t at line 72)
#   Expected: "0" (no warnings occurred)
Failed 1/36 test programs. 1/1757 subtests failed.
make: *** [test_dynamic] Error 255
Comment 1 Torsten Veller (RETIRED) gentoo-dev 2011-04-22 06:06:51 UTC
I didn't bump Class-MethodMaker by now, because of the broken SIGNATURE.
The maintainer somehow doesn't care :(

https://rt.cpan.org/Public/Bug/Display.html?id=59189
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2011-05-16 12:55:34 UTC
2.180.0 is in the tree.