[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] [RaQ550] DBI compile problem
- Subject: [cobalt-users] [RaQ550] DBI compile problem
- From: thekiko@xxxxxxxxxx
- Date: Fri May 30 13:35:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I am configuring a RaQ550 and I need to get DBI recompiled. The server has
DBI v1.37 installed but I cannot connect to it so I am assuming that was not
installed correctly. I found this post
http://list.cobalt.com/pipermail/cobalt-users/2003-March/087369.html and
installed Time::HiRes just to cover all of the bases.
Upon recompiling I get through -perl Makefile.PL- process fine but
upon -make- I get these errors (among others):
----
DBI.xs: In function `dbih_clearcom':
DBI.xs:973: warning: unused variable `Perl___notused'
DBI.xs: In function `dbih_get_fbav':
DBI.xs:1110: warning: unused variable `Perl___notused'
DBI.xs: In function `dbih_set_attr_k':
DBI.xs:1266: warning: unused variable `Perl___notused'
DBI.xs:1190: warning: unused variable `Perl___notused'
DBI.xs: In function `dbih_get_attr_k':
DBI.xs:1396: warning: unused variable `Perl___notused'
DBI.xs: In function `log_where':
DBI.xs:1771: warning: unused variable `Perl___notused'
DBI.xs: In function `XS_DBI_dispatch':
DBI.xs:2087: warning: implicit declaration of function `getpid'
DBI.xs:2529: warning: unused variable `Perl___notused'
DBI.xs:2629: warning: unused variable `Perl___notused'
DBI.xs:2057: warning: unused variable `Perl___notused'
----/clipped----
Then upon -make test- I get these failures:
----
t/15array..............FAILED test 18
Failed 1/34 tests, 97.06% okay
t/zz_15array_pp........FAILED test 18
Failed 1/34 tests, 97.06% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/15array.t 34 1 2.94% 18
t/zz_15array_pp.t 34 1 2.94% 18
9 tests skipped.
Failed 2/34 test scripts, 94.12% okay. 2/1203 subtests failed, 99.83% okay.
make: *** [test_dynamic] Error 11
----
I am not exactly sure as to where I should go from here. If anyone has some
ideas, I would be greatly appreciative. Thank you for your time.