Skip Menu |

This queue is for tickets about the Catalyst-Model-DBIC-Schema CPAN distribution.

Report information
The Basics
Id: 118300
Status: new
Priority: 0/
Queue: Catalyst-Model-DBIC-Schema

People
Owner: Nobody in particular
Requestors: davehodg [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Catalyst::Model::DBIC::Schema fails to compile
Date: Sat, 8 Oct 2016 15:27:01 +0100
To: bug-Catalyst-Model-DBIC-Schema [...] rt.cpan.org
From: Dave Hodgkinson <davehodg [...] gmail.com>
brewed perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux Linux ubuntu 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux Catalyst-Model-DBIC-Schema-0.65 Installed all prereqs and even the test prereqs. Trying to compile gives me: PERL_DL_NONLAZY=1 "/home/daveh/perl5/perlbrew/perls/perl-5.24.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/01use.t t/02pod.t t/03podcoverage.t t/04auth-clear.t t/05auth-crypted.t t/06auth-hashed.t t/06auth-salted-hash.t t/07auth-sessions-peruser.t t/07auth-sessions.t t/09authz-cdbi.t t/10authz-dbic-schema.t t/11autocreate.t t/01use.t .................... ok t/02pod.t .................... skipped: set TEST_POD to enable this test t/03podcoverage.t ............ skipped: set TEST_POD to enable this test Can't use string ("HASH(0x1838048)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/04auth-clear.t line 46. # Looks like your test exited with 255 before it could output anything. t/04auth-clear.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 6/6 subtests Can't use string ("HASH(0x1ad1f48)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/05auth-crypted.t line 46. # Looks like your test exited with 255 before it could output anything. t/05auth-crypted.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Can't use string ("HASH(0x1b57430)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/06auth-hashed.t line 51. # Looks like your test exited with 255 before it could output anything. t/06auth-hashed.t ............ Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests Can't use string ("HASH(0x1dd6660)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Test/WWW/Mechanize/Catalyst.pm line 245. Test::WWW::Mechanize::Catalyst::import("Test::WWW::Mechanize::Catalyst", "TestApp") called at t/06auth-salted-hash.t line 52 BEGIN failed--compilation aborted at t/07auth-sessions.t line 62. # Looks like your test exited with 255 before it could output anything. t/07auth-sessions.t .......... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/8 subtests Can't use string ("HASH(0x1eb7770)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/09authz-cdbi.t line 60. # Looks like your test exited with 255 before it could output anything. t/09authz-cdbi.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/8 subtests Can't use string ("HASH(0x3f9f3d0)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/10authz-dbic-schema.t line 66. # Looks like your test exited with 255 before it could output anything. t/10authz-dbic-schema.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 8/8 subtests Can't use string ("HASH(0x2325970)") as a HASH ref while "strict refs" in use at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Component.pm line 132. Compilation failed in require at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Test.pm line 155. BEGIN failed--compilation aborted at t/11autocreate.t line 47. # Looks like your test exited with 255 before it could output anything. t/11autocreate.t ............. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests
Subject: Re: [rt.cpan.org #118300] AutoReply: Catalyst::Model::DBIC::Schema fails to compile
Date: Sat, 8 Oct 2016 16:18:59 +0100
To: bug-Catalyst-Model-DBIC-Schema [...] rt.cpan.org
From: Dave Hodgkinson <davehodg [...] gmail.com>
That's freaky. I did a CPAN upgrade (it's a recent system) and it installed cleanly! Are you running this through Travis? On Sat, Oct 8, 2016 at 3:27 PM, Bugs in Catalyst-Model-DBIC-Schema via RT < bug-Catalyst-Model-DBIC-Schema@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Catalyst::Model::DBIC::Schema fails to compile", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #118300]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=118300 > > Please include the string: > > [rt.cpan.org #118300] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Catalyst-Model-DBIC-Schema@rt.cpan.org > > ------------------------------------------------------------------------- > brewed perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux > Linux ubuntu 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 > x86_64 x86_64 x86_64 GNU/Linux > Catalyst-Model-DBIC-Schema-0.65 > > Installed all prereqs and even the test prereqs. Trying to compile gives > me: > > PERL_DL_NONLAZY=1 "/home/daveh/perl5/perlbrew/perls/perl-5.24.0/bin/perl" > "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef > *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" > t/01use.t t/02pod.t t/03podcoverage.t t/04auth-clear.t t/05auth-crypted.t > t/06auth-hashed.t t/06auth-salted-hash.t t/07auth-sessions-peruser.t > t/07auth-sessions.t t/09authz-cdbi.t t/10authz-dbic-schema.t > t/11autocreate.t > t/01use.t .................... ok > t/02pod.t .................... skipped: set TEST_POD to enable this test > t/03podcoverage.t ............ skipped: set TEST_POD to enable this test > Can't use string ("HASH(0x1838048)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Test.pm > line 155. > BEGIN failed--compilation aborted at t/04auth-clear.t line 46. > # Looks like your test exited with 255 before it could output anything. > t/04auth-clear.t ............. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 6/6 subtests > Can't use string ("HASH(0x1ad1f48)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Test.pm > line 155. > BEGIN failed--compilation aborted at t/05auth-crypted.t line 46. > # Looks like your test exited with 255 before it could output anything. > t/05auth-crypted.t ........... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/2 subtests > Can't use string ("HASH(0x1b57430)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Test.pm > line 155. > BEGIN failed--compilation aborted at t/06auth-hashed.t line 51. > # Looks like your test exited with 255 before it could output anything. > t/06auth-hashed.t ............ > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/2 subtests > Can't use string ("HASH(0x1dd6660)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Test/WWW/Mechanize/Catalyst.pm > line 245. > > Test::WWW::Mechanize::Catalyst::import("Test::WWW::Mechanize::Catalyst", > "TestApp") called at t/06auth-salted-hash.t line 52 > BEGIN failed--compilation aborted at t/07auth-sessions.t line 62. > # Looks like your test exited with 255 before it could output anything. > t/07auth-sessions.t .......... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/8 subtests > Can't use string ("HASH(0x1eb7770)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Test.pm > line 155. > BEGIN failed--compilation aborted at t/09authz-cdbi.t line 60. > # Looks like your test exited with 255 before it could output anything. > t/09authz-cdbi.t ............. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/8 subtests > Can't use string ("HASH(0x3f9f3d0)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Test.pm > line 155. > BEGIN failed--compilation aborted at t/10authz-dbic-schema.t line 66. > # Looks like your test exited with 255 before it could output anything. > t/10authz-dbic-schema.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 8/8 subtests > Can't use string ("HASH(0x2325970)") as a HASH ref while "strict refs" in > use at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Component.pm > line 132. > Compilation failed in require at > /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_ > perl/5.24.0/Catalyst/Test.pm > line 155. > BEGIN failed--compilation aborted at t/11autocreate.t line 47. > # Looks like your test exited with 255 before it could output anything. > t/11autocreate.t ............. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/2 subtests >
Subject: Re: [rt.cpan.org #118300] AutoReply: Catalyst::Model::DBIC::Schema fails to compile
Date: Sat, 8 Oct 2016 16:21:27 +0100
To: bug-Catalyst-Model-DBIC-Schema [...] rt.cpan.org
From: Dave Hodgkinson <davehodg [...] gmail.com>
Restarting my Catalyst app now gives me: Error while loading /home/daveh/workspace/thing/thing.psgi: Can't call method "can" on an undefined value at /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Plugin/Authentication/Store/DBIC.pm line 101. Compilation failed in require at /home/daveh/workspace/thing/thing.psgi line 6. BEGIN failed--compilation aborted at /home/daveh/workspace/thing/thing.psgi line 6. On Sat, Oct 8, 2016 at 4:18 PM, Dave Hodgkinson <davehodg@gmail.com> wrote: Show quoted text
> That's freaky. I did a CPAN upgrade (it's a recent system) and it > installed cleanly! > > Are you running this through Travis? > > On Sat, Oct 8, 2016 at 3:27 PM, Bugs in Catalyst-Model-DBIC-Schema via RT > <bug-Catalyst-Model-DBIC-Schema@rt.cpan.org> wrote: >
>> >> Greetings, >> >> This message has been automatically generated in response to the >> creation of a trouble ticket regarding: >> "Catalyst::Model::DBIC::Schema fails to compile", >> a summary of which appears below. >> >> There is no need to reply to this message right now. Your ticket has been >> assigned an ID of [rt.cpan.org #118300]. Your ticket is accessible >> on the web at: >> >> https://rt.cpan.org/Ticket/Display.html?id=118300 >> >> Please include the string: >> >> [rt.cpan.org #118300] >> >> in the subject line of all future correspondence about this issue. To do >> so, >> you may reply to this message. >> >> Thank you, >> bug-Catalyst-Model-DBIC-Schema@rt.cpan.org >> >> ------------------------------------------------------------------------- >> brewed perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux >> Linux ubuntu 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 >> x86_64 x86_64 x86_64 GNU/Linux >> Catalyst-Model-DBIC-Schema-0.65 >> >> Installed all prereqs and even the test prereqs. Trying to compile gives >> me: >> >> PERL_DL_NONLAZY=1 "/home/daveh/perl5/perlbrew/perls/perl-5.24.0/bin/perl" >> "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef >> *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" >> t/01use.t t/02pod.t t/03podcoverage.t t/04auth-clear.t t/05auth-crypted.t >> t/06auth-hashed.t t/06auth-salted-hash.t t/07auth-sessions-peruser.t >> t/07auth-sessions.t t/09authz-cdbi.t t/10authz-dbic-schema.t >> t/11autocreate.t >> t/01use.t .................... ok >> t/02pod.t .................... skipped: set TEST_POD to enable this test >> t/03podcoverage.t ............ skipped: set TEST_POD to enable this test >> Can't use string ("HASH(0x1838048)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Test.pm >> line 155. >> BEGIN failed--compilation aborted at t/04auth-clear.t line 46. >> # Looks like your test exited with 255 before it could output anything. >> t/04auth-clear.t ............. >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 6/6 subtests >> Can't use string ("HASH(0x1ad1f48)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Test.pm >> line 155. >> BEGIN failed--compilation aborted at t/05auth-crypted.t line 46. >> # Looks like your test exited with 255 before it could output anything. >> t/05auth-crypted.t ........... >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 2/2 subtests >> Can't use string ("HASH(0x1b57430)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Test.pm >> line 155. >> BEGIN failed--compilation aborted at t/06auth-hashed.t line 51. >> # Looks like your test exited with 255 before it could output anything. >> t/06auth-hashed.t ............ >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 2/2 subtests >> Can't use string ("HASH(0x1dd6660)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Test/WWW/Mechanize/Catalyst.pm >> line 245. >> >> Test::WWW::Mechanize::Catalyst::import("Test::WWW::Mechanize::Catalyst", >> "TestApp") called at t/06auth-salted-hash.t line 52 >> BEGIN failed--compilation aborted at t/07auth-sessions.t line 62. >> # Looks like your test exited with 255 before it could output anything. >> t/07auth-sessions.t .......... >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 8/8 subtests >> Can't use string ("HASH(0x1eb7770)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Test.pm >> line 155. >> BEGIN failed--compilation aborted at t/09authz-cdbi.t line 60. >> # Looks like your test exited with 255 before it could output anything. >> t/09authz-cdbi.t ............. >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 8/8 subtests >> Can't use string ("HASH(0x3f9f3d0)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Test.pm >> line 155. >> BEGIN failed--compilation aborted at t/10authz-dbic-schema.t line 66. >> # Looks like your test exited with 255 before it could output anything. >> t/10authz-dbic-schema.t ...... >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 8/8 subtests >> Can't use string ("HASH(0x2325970)") as a HASH ref while "strict refs" in >> use at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Component.pm >> line 132. >> Compilation failed in require at >> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/ >> 5.24.0/Catalyst/Test.pm >> line 155. >> BEGIN failed--compilation aborted at t/11autocreate.t line 47. >> # Looks like your test exited with 255 before it could output anything. >> t/11autocreate.t ............. >> Dubious, test returned 255 (wstat 65280, 0xff00) >> Failed 2/2 subtests >>
> >
Subject: Re: [rt.cpan.org #118300] AutoReply: Catalyst::Model::DBIC::Schema fails to compile
Date: Sat, 8 Oct 2016 16:34:36 +0100
To: bug-Catalyst-Model-DBIC-Schema [...] rt.cpan.org
From: Dave Hodgkinson <davehodg [...] gmail.com>
Oh. Deprecated. On Sat, Oct 8, 2016 at 4:21 PM, Dave Hodgkinson <davehodg@gmail.com> wrote: Show quoted text
> Restarting my Catalyst app now gives me: > > Error while loading /home/daveh/workspace/thing/thing.psgi: Can't call > method "can" on an undefined value at /home/daveh/perl5/perlbrew/ > perls/perl-5.24.0/lib/site_perl/5.24.0/Catalyst/Plugin/Authentication/Store/DBIC.pm > line 101. > Compilation failed in require at /home/daveh/workspace/thing/thing.psgi > line 6. > BEGIN failed--compilation aborted at /home/daveh/workspace/thing/thing.psgi > line 6. > > > On Sat, Oct 8, 2016 at 4:18 PM, Dave Hodgkinson <davehodg@gmail.com> > wrote: >
>> That's freaky. I did a CPAN upgrade (it's a recent system) and it >> installed cleanly! >> >> Are you running this through Travis? >> >> On Sat, Oct 8, 2016 at 3:27 PM, Bugs in Catalyst-Model-DBIC-Schema via RT >> <bug-Catalyst-Model-DBIC-Schema@rt.cpan.org> wrote: >>
>>> >>> Greetings, >>> >>> This message has been automatically generated in response to the >>> creation of a trouble ticket regarding: >>> "Catalyst::Model::DBIC::Schema fails to compile", >>> a summary of which appears below. >>> >>> There is no need to reply to this message right now. Your ticket has >>> been >>> assigned an ID of [rt.cpan.org #118300]. Your ticket is accessible >>> on the web at: >>> >>> https://rt.cpan.org/Ticket/Display.html?id=118300 >>> >>> Please include the string: >>> >>> [rt.cpan.org #118300] >>> >>> in the subject line of all future correspondence about this issue. To do >>> so, >>> you may reply to this message. >>> >>> Thank you, >>> bug-Catalyst-Model-DBIC-Schema@rt.cpan.org >>> >>> ------------------------------------------------------------ >>> ------------- >>> brewed perl 5, version 24, subversion 0 (v5.24.0) built for x86_64-linux >>> Linux ubuntu 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 >>> x86_64 x86_64 x86_64 GNU/Linux >>> Catalyst-Model-DBIC-Schema-0.65 >>> >>> Installed all prereqs and even the test prereqs. Trying to compile gives >>> me: >>> >>> PERL_DL_NONLAZY=1 "/home/daveh/perl5/perlbrew/pe >>> rls/perl-5.24.0/bin/perl" >>> "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef >>> *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', >>> 'blib/arch')" >>> t/01use.t t/02pod.t t/03podcoverage.t t/04auth-clear.t t/05auth-crypted.t >>> t/06auth-hashed.t t/06auth-salted-hash.t t/07auth-sessions-peruser.t >>> t/07auth-sessions.t t/09authz-cdbi.t t/10authz-dbic-schema.t >>> t/11autocreate.t >>> t/01use.t .................... ok >>> t/02pod.t .................... skipped: set TEST_POD to enable this test >>> t/03podcoverage.t ............ skipped: set TEST_POD to enable this test >>> Can't use string ("HASH(0x1838048)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Test.pm >>> line 155. >>> BEGIN failed--compilation aborted at t/04auth-clear.t line 46. >>> # Looks like your test exited with 255 before it could output anything. >>> t/04auth-clear.t ............. >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 6/6 subtests >>> Can't use string ("HASH(0x1ad1f48)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Test.pm >>> line 155. >>> BEGIN failed--compilation aborted at t/05auth-crypted.t line 46. >>> # Looks like your test exited with 255 before it could output anything. >>> t/05auth-crypted.t ........... >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 2/2 subtests >>> Can't use string ("HASH(0x1b57430)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Test.pm >>> line 155. >>> BEGIN failed--compilation aborted at t/06auth-hashed.t line 51. >>> # Looks like your test exited with 255 before it could output anything. >>> t/06auth-hashed.t ............ >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 2/2 subtests >>> Can't use string ("HASH(0x1dd6660)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Test/WWW/Mechanize/Catalyst.pm >>> line 245. >>> >>> Test::WWW::Mechanize::Catalyst::import("Test::WWW::Mechanize::Catalyst", >>> "TestApp") called at t/06auth-salted-hash.t line 52 >>> BEGIN failed--compilation aborted at t/07auth-sessions.t line 62. >>> # Looks like your test exited with 255 before it could output anything. >>> t/07auth-sessions.t .......... >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 8/8 subtests >>> Can't use string ("HASH(0x1eb7770)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Test.pm >>> line 155. >>> BEGIN failed--compilation aborted at t/09authz-cdbi.t line 60. >>> # Looks like your test exited with 255 before it could output anything. >>> t/09authz-cdbi.t ............. >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 8/8 subtests >>> Can't use string ("HASH(0x3f9f3d0)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Test.pm >>> line 155. >>> BEGIN failed--compilation aborted at t/10authz-dbic-schema.t line 66. >>> # Looks like your test exited with 255 before it could output anything. >>> t/10authz-dbic-schema.t ...... >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 8/8 subtests >>> Can't use string ("HASH(0x2325970)") as a HASH ref while "strict refs" in >>> use at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Component.pm >>> line 132. >>> Compilation failed in require at >>> /home/daveh/perl5/perlbrew/perls/perl-5.24.0/lib/site_perl/5 >>> .24.0/Catalyst/Test.pm >>> line 155. >>> BEGIN failed--compilation aborted at t/11autocreate.t line 47. >>> # Looks like your test exited with 255 before it could output anything. >>> t/11autocreate.t ............. >>> Dubious, test returned 255 (wstat 65280, 0xff00) >>> Failed 2/2 subtests >>>
>> >>
>