On 17/02/13 01:49, Chris Travers wrote:


On Sat, Feb 16, 2013 at 3:07 AM, David <da...@kenpro.com.au <mailto:da...@kenpro.com.au>> wrote:

    I have just  run <# make test> and I get this report at the end.
    Any suggestions what to do about it? I have done <sudo apt-get install
    texlive> so I'm assuming latex is installed. Also assuming Latex
    is the
    problem. I can't find any other ERROR in the output of make test.


    Test Summary Report
    -------------------
    t/04-template-handling.t (Wstat: 512 Tests: 48 Failed: 0)
       Non-zero exit status: 2
    Files=16, Tests=2232,  5 wallclock secs ( 0.28 usr  0.03 sys +  4.54
    cusr  0.32 csys =  5.17 CPU)
    Result: FAIL
    Failed 1/16 test programs. 0/2232 subtests failed.
    make: *** [test_dynamic] Error 255


There has to be more to it than that.  Try running:

prove  t/04-template-handling.t

And send the results.

david@david:/usr/local/ledgersmb$ prove  t/04-template-handling.t
t/04-template-handling.t .. Use of uninitialized value $ENV{"PERL5OPT"} in pattern match (m//) at t/04-template-handling.t line 47.: Use of uninitialized value $ENV{"PERL5OPT"} in pattern match (m//) at t/04-template-handling.t line 47.:
t/04-template-handling.t .. 1/?
Unhandled exception of type Error::Simple caught at toplevel:

  Attempt to reload LedgerSMB/Template/LaTeX.pm aborted.
Compilation failed in require at (eval 154) line 2.


Thrown from: LedgerSMB/Template.pm:297

Full stack trace:

Compilation failed in require at (eval 154) line 2.

# Looks like your test exited with 2 just after 48.
t/04-template-handling.t .. Dubious, test returned 2 (wstat 512, 0x200)
All 48 subtests passed

Test Summary Report
-------------------
t/04-template-handling.t (Wstat: 512 Tests: 48 Failed: 0)
  Non-zero exit status: 2
Files=1, Tests=48, 2 wallclock secs ( 0.03 usr 0.00 sys + 0.51 cusr 0.08 csys = 0.62 CPU)
Result: FAIL
david@david:/usr/local/ledgersmb$













    Earlier I got this:


    Test Summary Report
    -------------------
    t/20-complexdoc.t         (Wstat: 256 Tests: 5 Failed: 0)
       Non-zero exit status: 1
       Parse errors: Bad plan.  You planned 12 tests but ran 5.
    Files=16, Tests=126,  2 wallclock secs ( 0.04 usr  0.02 sys +  1.28
    cusr  0.20 csys =  1.54 CPU)
    Result: FAIL
    Failed 1/16 test programs. 0/126 subtests failed.
    make[1]: *** [test_dynamic] Error 255
    make[1]: Leaving directory
    `/home/david/.cpanplus/5.14.2/build/LaTeX-Driver-0.12'


    [ERROR] Unable to create a new distribution object for 'LaTeX::Driver'
    -- cannot continue

    [ERROR] Failed to install 'LaTeX::Driver' as prerequisite for
    'Template::Plugin::Latex'

    [ERROR] Unable to satisfy prerequisites for
    'Template::Plugin::Latex' --
    aborting install

    [ERROR] Unable to create a new distribution object for
    'Template::Plugin::Latex' -- cannot continue


It sounds like you are having trouble getting LaTeX::Driver installed. This shouldn't cause test case failures because that is optional but it will mean you can't generate pdf's.

Best Wishes,
Chris Travers



    --
    David McQuire
    0418 310312


    
------------------------------------------------------------------------------
    The Go Parallel Website, sponsored by Intel - in partnership with
    Geeknet,
    is your hub for all things parallel software development, from
    weekly thought
    leadership blogs to news, videos, case studies, tutorials, tech docs,
    whitepapers, evaluation guides, and opinion stories. Check out the
    most
    recent posts - join the conversation now.
    http://goparallel.sourceforge.net/
    _______________________________________________
    Ledger-smb-users mailing list
    Ledger-smb-users@lists.sourceforge.net
    <mailto:Ledger-smb-users@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/ledger-smb-users




------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet,
is your hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials, tech docs,
whitepapers, evaluation guides, and opinion stories. Check out the most
recent posts - join the conversation now. http://goparallel.sourceforge.net/


_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

--
David McQuire
0418 310312

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to