Subject: | build test errors |
Date: | Tue, 15 Sep 2009 14:53:09 +0200 |
To: | bug-Image-Imlib2 [...] rt.cpan.org |
From: | Axel Huizinga <axel [...] go2ghana.de> |
Hi,
trying to install Image::Imlib2 on my opensuse 11.1 virtual root server
doesn't work.
Maybe there are some configuration options I am not aware of?
perl Makefile.PL reports:
...
Found imlib2 1.4.2
...
But then see the output of make test below:
Image::Imlib2 load error: No loader for file format at t/autocrop.t line 7.
# Looks like you planned 8 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/autocrop.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/8 subtests
Image::Imlib2 save error: Unknown error at t/cache.t line 17.
# Looks like you planned 7 tests but ran 1.
# Looks like your test exited with 2 just after 1.
t/cache.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 6/7 subtests
t/data.t .......... ok
Image::Imlib2 load error: No loader for file format at t/findfill.t line 7.
# Looks like you planned 12 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/findfill.t ......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 11/12 subtests
t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD
t/pod_coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/simple.t ........ ok
Test Summary Report
-------------------
t/autocrop.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 8 tests but ran 1.
t/cache.t (Wstat: 512 Tests: 1 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 7 tests but ran 1.
t/findfill.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 12 tests but ran 1.
Files=7, Tests=96, 1 wallclock secs ( 0.09 usr 0.02 sys + 0.45 cusr 0.11 csys = 0.67 CPU)
Result: FAIL
Failed 3/7 test programs. 0/96 subtests failed.
Cordially,
Axel