Subject: | Fwd: MooseX::MethodAttributes install problems HP-UX |
Date: | Tue, 5 May 2009 08:25:42 +0100 |
To: | bug-MooseX-MethodAttributes [...] rt.cpan.org |
From: | Tomas Doran <bobtfish [...] bobtfish.net> |
Begin forwarded message:
Show quoted text
> From: "Carwyn Moore" <Carwyn.Moore@maf.govt.nz>
> Date: 5 May 2009 02:51:13 BDT
> To: <rafl@debian.org>, <bobtfish@bobtfish.net>
> Subject: MooseX::MethodAttributes install problems HP-UX
>
> Hey,
>
> I'm having problems installing MooseX::MethodAttributes on an HP-UX
> system ( PA-RISC 2.0 (LP64) ) with perl 5.8.8 (PA-RISC2.0-thread-
> multi-LP64).
>
> (also attempted under perl 5.8.3 but B:Hooks::EndOfScope had errors
> about global variables not supported, anyway I digress)
>
> Class::MOP installed fine without any failed test, so I'm not sure
> if the problem lies there or not. I also have problems installing
> the MooseX::ClassAttribute, not sure if there are any similarities
> between the two.
>
> Here are the results of the install. Any help you could provide
> would be most appreciated.
>
> Checking if your kit is complete...
> Looks good
> Writing Makefile for MooseX::MethodAttributes
> cp lib/MooseX/MethodAttributes/Role/AttrContainer.pm blib/lib/
> MooseX/MethodAttributes/Role/AttrContainer.pm
> cp lib/MooseX/MethodAttributes/Role/Meta/Class.pm blib/lib/MooseX/
> MethodAttributes/Role/Meta/Class.pm
> cp lib/MooseX/MethodAttributes/Inheritable.pm blib/lib/MooseX/
> MethodAttributes/Inheritable.pm
> cp lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm
> blib/lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm
>
> cp lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm blib/lib/
> MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm
> cp lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm
> blib/lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm
>
> cp lib/MooseX/MethodAttributes.pm blib/lib/MooseX/MethodAttributes.pm
> cp lib/MooseX/MethodAttributes/Role/Meta/Method.pm blib/lib/MooseX/
> MethodAttributes/Role/Meta/Method.pm
> Manifying blib/man3/MooseX::MethodAttributes::Role::Meta::Class.3
> Manifying blib/man3/MooseX::MethodAttributes::Role::AttrContainer.3
> Manifying blib/man3/
> MooseX::MethodAttributes::Role::AttrContainer::Inheritable.3
> Manifying blib/man3/MooseX::MethodAttributes::Inheritable.3
> Manifying blib/man3/
> MooseX::MethodAttributes::Role::Meta::Method::Wrapped.3
> Manifying blib/man3/
> MooseX::MethodAttributes::Role::Meta::Method::MaybeWrapped.3
> Manifying blib/man3/MooseX::MethodAttributes.3
> Manifying blib/man3/MooseX::MethodAttributes::Role::Meta::Method.3
> /usr/local/bin/gmake -- OK
> Running make test
> PERL_DL_NONLAZY=1 /opt/perl_64_test/bin/perl "-
> MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/
> arch')" t/*.t
>
> t/basic................................ok
> t/calling..............................ok
> t/catalyst.............................ok
> t/catalyst2............................ok
> t/inherited............................ok 1/9
> t/inherited............................NOK 9/9# Failed test at t/
> inherited.t line 48.
> # Structures begin differing at:
> # $got->[1][0] = 'no_calls_to_affe'
> # $expected->[1][0] = 'foo'
> # Looks like you failed 1 test of 9.
> t/inherited............................dubious
> Test returned status 1 (wstat 256, 0x100)
> DIED. FAILED test 9
> Failed 1/9 tests, 88.89% okay
> t/inherited_non_moose_multilevel.......ok
> t/override_method_with_no_attribute....
> t/override_method_with_no_attribute....NOK 2/7# Failed test at t/
> override_method_with_no_attribute.t line 13.
> # Structures begin differing at:
> # $got->[0] = 'Attributes'
> # $expected->[0] = Does not exist
>
> t/override_method_with_no_attribute....NOK 4/7# Failed test at t/
> override_method_with_no_attribute.t line 22.
> # got: 'Class::MOP::Class::__ANON__::SERIAL::2=HASH
> (0x8000000100f00578)'
> # expected: anything else
>
> t/override_method_with_no_attribute....NOK 5/7# Failed test at t/
> override_method_with_no_attribute.t line 23.
> # got: 'Class::MOP::Class::__ANON__::SERIAL::2=HASH
> (0x8000000100f00578)'
> # expected: 'Class::MOP::Class::__ANON__::SERIAL::2=HASH
> (0x8000000100eea548)'
>
> t/override_method_with_no_attribute....NOK 6/7# Failed test at t/
> override_method_with_no_attribute.t line 26.
> # got: '3'
> # expected: '2'
>
> t/override_method_with_no_attribute....NOK 7/7# Failed test at t/
> override_method_with_no_attribute.t line 29.
> # got: 'Class::MOP::Class::__ANON__::SERIAL::2=HASH
> (0x8000000100f00578)'
> # expected: undef
> # Looks like you failed 5 tests of 7.
> t/override_method_with_no_attribute....dubious
> Test returned status 5 (wstat 1280, 0x500)
> DIED. FAILED tests 2, 4-7
> Failed 5/7 tests, 28.57% okay
> Failed Test Stat Wstat Total Fail List
> of Failed
> ----------------------------------------------------------------------
> ----------------------------------------------------------------------
>
> t/inherited.t 1 256 9 1 9
> t/override_method_with_no_attribute.t 5 1280 7 5 2 4-7
> Failed 2/7 test scripts. 6/46 subtests failed.
> Files=7, Tests=46, 6 wallclock secs ( 5.24 cusr + 0.64 csys =
> 5.88 CPU)
> Failed 2/7 test programs. 6/46 subtests failed.
> gmake: *** [test_dynamic] Error 5
> /usr/local/bin/gmake test -- NOT OK
>
>
>
> This email message and any attachment(s) is intended solely for the
> addressee(s) named above. The information it contains is
> confidential and may be legally privileged. Unauthorised use of
> the message, or the information it contains, may be unlawful. If
> you have received this message by mistake please call the sender
> immediately on 64 4 8940100 or notify us by return email and erase
> the original message and attachments. Thank you.
>
> The Ministry of Agriculture and Forestry accepts no responsibility
> for changes made to this email or to any attachments after
> transmission from the office.
>
>
>