[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] GD::Text perl module installation failing 'make test'
- Subject: [cobalt-users] GD::Text perl module installation failing 'make test'
- From: "Eric Winchell" <e@xxxxxxxxxxxxxxxxx>
- Date: Thu Jul 19 07:27:04 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hello out there. I'm trying to install the GD::Text module, but have some
major problems. I can't tell if this is RAQ3 specific or even how to go
about investingating the problem. Maybe someone out there can shed some
light on it....
after "install GD::Text" with CPAN, it compiles ok until make test:
Running make for M/MV/MVERB/GDTextUtil-0.80.tar.gz
Is already unwrapped into directory /root/.cpan/build/GDTextUtil-0.80
Has already been processed within this session
Running make test
PERL_DL_NONLAZY=1
/usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i586
-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests
$verbose); $verbose=0; runtests @ARGV;' t/*.t
t/align.............FAILED tests 15, 18-19
Failed 3/19 tests, 84.21% okay
t/text..............FAILED tests 12-13
Failed 2/18 tests, 88.89% okay
t/wrap..............FAILED test 12
Failed 1/13 tests, 92.31% okay
Failed Test Status Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
----
t/align.t 19 3 15.79% 15, 18-19
t/text.t 18 2 11.11% 12-13
t/wrap.t 13 1 7.69% 12
Failed 3/3 test scripts, 0.00% okay. 6/50 subtests failed, 88.00% okay.
make: *** [test_dynamic] Error 29
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force