Subject: | failed tests when installing on Solaris |
I install on Solaris 10, perl 5.8.8, and make test produces:
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/Cairo.............1/73
# Failed test at t/Cairo.t line 279.
# got: 'no-memory'
# expected: 'success'
# Looks like you failed 1 test of 73.
t/Cairo............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/73 subtests
(less 5 skipped subtests: 67 okay)
t/CairoFont.........1/20
# Failed test at t/CairoFont.t line 64.
# got: 'no-memory'
# expected: 'success'
# Looks like you failed 1 test of 20.
t/CairoFont......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/20 subtests
t/CairoFt...........skipped: need Cairo with FreeType support and
Font::FreeType
t/CairoMatrix.......ok
t/CairoPath.........ok
t/CairoPattern......ok
t/CairoSurface......ok
Test Summary Report
-------------------
t/Cairo.t (Wstat: 256 Tests: 73 Failed: 1)
Failed test: 73
Non-zero exit status: 1
t/CairoFont.t (Wstat: 256 Tests: 20 Failed: 1)
Failed test: 12
Non-zero exit status: 1
t/CairoSurface.t (Wstat: 0 Tests: 72 Failed: 0)
TODO passed: 41
Files=7, Tests=204, 1 wallclock secs ( 0.16 usr 0.06 sys + 1.03
cusr 0.17 csys = 1.42 CPU)
Result: FAIL
Failed 2/7 test programs. 2/204 subtests failed.
make: *** [test_dynamic] Error 29
Also there's a typo in README stating:
ExtUtils::Depends >= 1.0
I couldn't find much docs where to find something to clarify a bit this
problem.
Radek