GD.pm make test failed, help please?

B

bopew2000

Hi guys,

I am trying to install GD.pm 2.15 on a Fedora 2 box. The make went fine, but
I got this when I do make test.
Any help please? Thanks!


# make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/GD..........1..10
ok 1
not ok 2
not ok 3
not ok 4
not ok 5
not ok 6
not ok 7
ok 8 # Skip, FreeType changes too frequently to be testable
ok 9 # Skip, no XPM support
not ok 10
FAILED tests 2-7, 10
Failed 7/10 tests, 30.00% okay (less 2 skipped tests: 1 okay,
10.00%)
t/Polyline....1..1
# Running under perl version 5.008003 for linux
# Current time local: Mon Sep 6 17:59:25 2004
# Current time GMT: Tue Sep 7 00:59:25 2004
# Using Test.pm version 1.24
ok 1
ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
 
P

Philip M. Gollucci

Hi,
ok 8 # Skip, FreeType changes too frequently to be testable This is okay
ok 9 # Skip, no XPM support This is okay
not ok 10
This is a problem with GD::Image->newFromJpeg('frog.jpg')


you can always skip make test
and install it... Then figure out if what doesn't work is even something you need.



bopew2000 said:
Hi guys,

I am trying to install GD.pm 2.15 on a Fedora 2 box. The make went fine, but
I got this when I do make test.
Any help please? Thanks!


# make test TEST_VERBOSE=1
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(1, 'blib/lib', 'blib/arch')" t/*.t
t/GD..........1..10
ok 1
not ok 2
not ok 3
not ok 4
not ok 5
not ok 6
not ok 7
ok 8 # Skip, FreeType changes too frequently to be testable
ok 9 # Skip, no XPM support
not ok 10
FAILED tests 2-7, 10
Failed 7/10 tests, 30.00% okay (less 2 skipped tests: 1 okay,
10.00%)
t/Polyline....1..1
# Running under perl version 5.008003 for linux
# Current time local: Mon Sep 6 17:59:25 2004
# Current time GMT: Tue Sep 7 00:59:25 2004
# Using Test.pm version 1.24
ok 1
ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/GD.t 10 7 70.00% 2-7 10
2 subtests skipped.
Failed 1/2 test scripts, 50.00% okay. 7/11 subtests failed, 36.36% okay.
make: *** [test_dynamic] Error 255
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top