Hello,
I'm not sure if the failed tests are due to any of the
compiling warning?
(ignoring warning indicated in the readme file)
"dbdimp.c", line 224: warning(1178): argument is incompatible with
corresponding format string conversion
OCIServerAttach_log_stat(imp_dbh, dbname, status);
^
"oci8.c", line 267: warning(1515): a value of type "void *" cannot be
assigned
to an entity of type "void *(*)(imp_dbh_t *, int, int)"
imp_sth->get_oci_handle = (void*)oci_st_handle;
^
--- missing operators?
t/plsql.............dubious
Test returned status 0 (wstat 139, 0x8b)
Scalar found where operator expected at (eval 97) line 1, near "*($w"
(Missing operator before $w?)
(eval 97) line1 near "*($w") seems to come up several times
in make test TEST_VERBOSE=1
--- or something I've setup wrong.
Are this many failed tests common? (I've never installed DBD::Oracle)
Is it advisable to make install?
Any suggestions?
Thanks,
Paul
------------------
IRIX 6.5.11 Oracle 8.1.7 DBI-1.3.2
1. perl Makefile.PL -v
2. make
3. make test
4. make test TEST_VERBOSE=1
5. Perl -V
I've tried sending the above files; however, the mail sever keeps
sending them back... I even tried sending it in 2 (~=) parts.
Suggestions for sending all the info?
---------------------------------------
******************************************************
-------------------------------------------
included only "make test" due to mail server rejection (size limit)
ORA gly 32%
ORA gly 32% make test
PERL_DL_NONLAZY=1 /usr/sbin/perl -Iblib/arch -Iblib/lib
-I/usr/freeware/lib/perl5/5.6.1/irix-64 -I/usr/freeware/lib/perl5/5.6.1 -e
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;'
t/*.t
t/base..............ok
t/general...........ok
t/long..............ok
t/ph_type...........dubious
Test returned status 0 (wstat 139, 0x8b)
Scalar found where operator expected at (eval 95) line 1, near "*($w"
(Missing operator before $w?)
DIED. FAILED tests 9-53
Failed 45/53 tests, 15.09% okay
t/plsql.............dubious
Test returned status 0 (wstat 139, 0x8b)
Scalar found where operator expected at (eval 97) line 1, near "*($w"
(Missing operator before $w?)
DIED. FAILED tests 56-63
Failed 8/63 tests, 87.30% okay
t/reauth............skipped test on this platform
Failed Test Status Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
----
t/ph_type.t 0 139 53 45 84.91% 9-53
t/plsql.t 0 139 63 8 12.70% 56-63
1 test skipped.
Failed 2/6 test scripts, 66.67% okay. 53/281 subtests failed, 81.14% okay.
*** Error code 255 (bu21)
------------------------------------------