Hi All,
Have any of you faced a similar problem and if so how did you fix it?
the make seems to run allright but when I run the make test all the tests
fail.
we are on SUN solaris SunOS 5.6 Generic_105181-30 sun4u sparc SUNW,Ultra-80
The errors I get are logged in the script output and it is attached for
reference.
make looks like goes through fine but make test fails
I installed a new version of GCC compiler too but somehow it doesnt seem to
be right
The output is as follows
make test
cp Changes blib/lib/DBI/Changes.pm
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/lib/perl5/5.6.1/sun4-solaris -I/usr/local/lib/perl5/5.6.1 -e 'use
Test::Harness qw
(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/basics............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
after all the subtests completed successfully
t/dbidrv............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
after all the subtests completed successfully
t/examp.............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
DIED. FAILED tests 2-201
Failed 200/201 tests, 0.50% okay
t/meta..............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
after all the subtests completed successfully
t/preparse..........dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
after all the subtests completed successfully
t/proxy.............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
t/shell.............ok 1/3Use of uninitialized value in pattern match (m//) at
/usr/local/lib/perl5/5.6.1/Term/Cap.pm line 284.
Use of uninitialized value in pattern match (m//) at
/usr/local/lib/perl5/5.6.1/Term/Cap.pm line 284.
t/shell.............dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
after all the subtests completed successfully
t/subclass..........dubious
Test returned status 0 (wstat 139, 0x8b)
test program seems to have generated a core
after all the subtests completed successfully
Failed Test Status Wstat Total Fail Failed List of Failed
--------------------------------------------------------------------------------
t/basics.t 0 139 36 0 0.00% ??
t/dbidrv.t 0 139 17 0 0.00% ??
t/examp.t 0 139 201 200 99.50% 2-201
t/meta.t 0 139 6 0 0.00% ??
t/preparse.t 0 139 23 0 0.00% ??
t/proxy.t 0 139 ?? ?? % ??
t/shell.t 0 139 3 0 0.00% ??
t/subclass.t 0 139 15 0 0.00% ??
Failed 8/8 test scripts, 0.00% okay. 200/301 subtests failed, 33.55% okay.
make: *** [test_dynamic] Error 2
Thanks for your help in advance.
Cheers
ArunHallur