FAQ
hi all,

I had a regression test fail when I tried to install
Catalyst::View::Jemplate.
Did it with the PERL CPAN shell first and got an error. Then, I decided
to go to the directory where Catalyst::View::Jemplate was untarred to
and run make, make install and make test myself.

Below is the error message. Nevertheless, running "perldoc
Catalyst::View::Jemplate" works but I'm just very curious on why the
test is failing and how to fix it. I tried googling under this keyword,
"Errors installing JEMPLATE t/01_live.t" and it's not been fruitful.
Please help.


[email protected]:~/codes# cd /root/100/build/Catalyst-View-Jemplate-0.06-loxKog
r[email protected]:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# ls
blib Changes lib Makefile Makefile.PL MANIFEST META.yml pm_to_blib t
root@kagawa:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# perl
Makefile.PL
Writing Makefile for Catalyst::View::Jemplate
root@kagawa:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# make
Manifying blib/man3/Catalyst::Helper::View::Jemplate.3pm
Manifying blib/man3/Catalyst::View::Jemplate.3pm
[email protected]:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# make install
Installing /usr/local/share/perl/5.8.8/Catalyst/View/Jemplate.pm
Installing /usr/local/share/perl/5.8.8/Catalyst/Helper/View/Jemplate.pm
Installing /usr/local/man/man3/Catalyst::Helper::View::Jemplate.3pm
Installing /usr/local/man/man3/Catalyst::View::Jemplate.3pm
Writing /usr/local/lib/perl/5.8.8/auto/Catalyst/View/Jemplate/.packlist
Appending installation info to /usr/lib/perl/5.8/perllocal.pod
[email protected]:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_compile......ok
t/01_live.........[debug] Creating Jemplate file from
/root/100/build/Catalyst-View-Jemplate-0.06-loxKog/t/lib/TestApp/root/bar.tt
/root/100/build/Catalyst-View-Jemplate-0.06-loxKog/t/lib/TestApp/root/foo.tt
t/01_live.........1/18 [debug] Creating Jemplate file from
/root/100/build/Catalyst-View-Jemplate-0.06-loxKog/t/lib/TestApp/root/bar.tt
[debug] Creating Jemplate file from

# Failed test at t/01_live.t line 60.
# Structures begin differing at:
# $got->[0] = ''
# $expected->[0] = 'text/javascript'
# Looks like you failed 1 test of 18.
t/01_live......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/18 subtests

Test Summary Report
-------------------
t/01_live.t (Wstat: 256 Tests: 18 Failed: 1)
Failed test: 16
Non-zero exit status: 1
Files=2, Tests, 0 wallclock secs ( 0.00 usr 0.01 sys + 0.35 cusr
0.02 csys = 0.38 CPU)
Result: FAIL
Failed 1/2 test programs. 1/19 subtests failed.
make: *** [test_dynamic] Error 1


thank you,
Kakimoto

Search Discussions

  • Ian Tegebo at Aug 5, 2008 at 5:28 pm
    Perhaps see:

    http://rt.cpan.org/Public/Bug/Display.html?id5609
    On Tue, Aug 5, 2008 at 4:11 AM, wrote:

    hi all,

    I had a regression test fail when I tried to install
    Catalyst::View::Jemplate.
    Did it with the PERL CPAN shell first and got an error. Then, I decided
    to go to the directory where Catalyst::View::Jemplate was untarred to
    and run make, make install and make test myself.

    Below is the error message. Nevertheless, running "perldoc
    Catalyst::View::Jemplate" works but I'm just very curious on why the
    test is failing and how to fix it. I tried googling under this keyword,
    "Errors installing JEMPLATE t/01_live.t" and it's not been fruitful.
    Please help.


    [email protected]:~/codes# cd /root/100/build/Catalyst-View-Jemplate-0.06-loxKog
    r[email protected]:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# ls
    blib Changes lib Makefile Makefile.PL MANIFEST META.yml pm_to_blib t
    root@kagawa:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# perl
    Makefile.PL
    Writing Makefile for Catalyst::View::Jemplate
    root@kagawa:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# make
    Manifying blib/man3/Catalyst::Helper::View::Jemplate.3pm
    Manifying blib/man3/Catalyst::View::Jemplate.3pm
    [email protected]:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# make install
    Installing /usr/local/share/perl/5.8.8/Catalyst/View/Jemplate.pm
    Installing /usr/local/share/perl/5.8.8/Catalyst/Helper/View/Jemplate.pm
    Installing /usr/local/man/man3/Catalyst::Helper::View::Jemplate.3pm
    Installing /usr/local/man/man3/Catalyst::View::Jemplate.3pm
    Writing /usr/local/lib/perl/5.8.8/auto/Catalyst/View/Jemplate/.packlist
    Appending installation info to /usr/lib/perl/5.8/perllocal.pod
    [email protected]:/root/100/build/Catalyst-View-Jemplate-0.06-loxKog# make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
    "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/00_compile......ok
    t/01_live.........[debug] Creating Jemplate file from
    /root/100/build/Catalyst-View-Jemplate-0.06-loxKog/t/lib/TestApp/root/bar.tt
    /root/100/build/Catalyst-View-Jemplate-0.06-loxKog/t/lib/TestApp/root/foo.tt
    t/01_live.........1/18 [debug] Creating Jemplate file from
    /root/100/build/Catalyst-View-Jemplate-0.06-loxKog/t/lib/TestApp/root/bar.tt
    [debug] Creating Jemplate file from

    # Failed test at t/01_live.t line 60.
    # Structures begin differing at:
    # $got->[0] = ''
    # $expected->[0] = 'text/javascript'
    # Looks like you failed 1 test of 18.
    t/01_live......... Dubious, test returned 1 (wstat 256, 0x100)
    Failed 1/18 subtests

    Test Summary Report
    -------------------
    t/01_live.t (Wstat: 256 Tests: 18 Failed: 1)
    Failed test: 16
    Non-zero exit status: 1
    Files=2, Tests, 0 wallclock secs ( 0.00 usr 0.01 sys + 0.35 cusr
    0.02 csys = 0.38 CPU)
    Result: FAIL
    Failed 1/2 test programs. 1/19 subtests failed.
    make: *** [test_dynamic] Error 1


    thank you,
    Kakimoto

    _______________________________________________
    List: [email protected]
    Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
    Searchable archive: http://www.mail-archive.com/[email protected]/
    Dev site: http://dev.catalyst.perl.org/


    --
    Ian Tegebo

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupcatalyst @
categoriescatalyst, perl
postedAug 5, '08 at 12:11p
activeAug 5, '08 at 5:28p
posts2
users2
websitecatalystframework.org
irc#catalyst

2 users in discussion

Ian Tegebo: 1 post K. Akimoto: 1 post

People

Translate

site design / logo © 2023 Grokbase