Hi Tim,
Everytime I have posted a problem I get the reply to check if I am using
the same compiler. Here is something to prove I have not done anything
wrong.
I got the perl compiled version from sunfreeware
I got the gcc compiled version from sunfreeware
I have used these two on a test box and the make test of DBI works
perfectly allright.
I did the same exactly the same on the production box but it fails with
the following messages. I have just been unable to figure out. Is there
any help I will get or should I forget about it, because SUN is not
willing to help me on this
The error is as follows
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
Awaiting ur reply.
Thanks
Regards
Arun