DBI users ....

Installed perl build and tried to build DBI.
I received errors during make test step:
=====================================================
        PERL_DL_NONLAZY=1 /usr/local/perl/bin/perl -Iblib/arch -Iblib/lib
-I/usr/local/perl/lib/5.6.1/PA-RISC2.0 -I/usr/local/perl/lib/5.6.1 -e 'use
Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basics..........ok
t/02dbidrv..........ok
t/10examp...........# failed test 39 at line 132
FAILED test 39
        Failed 1/201 tests, 99.50% okay
t/15array...........ok
t/20meta............ok
t/30subclass........ok
t/60preparse........ok
t/70shell...........Use of uninitialized value in concatenation (.) or
string at (eval 4) line 16, <TERMCAP> line 1010.
ok
t/80proxy...........skipped test on this platform
t/zz_01basics_pp....    Using DBI::PurePerl (DBI_PUREPERL=2)
ok
t/zz_02dbidrv_pp....ok
t/zz_10examp_pp.....# failed test 39 at line 132
FAILED test 39
        Failed 1/201 tests, 99.50% okay
t/zz_15array_pp.....ok
t/zz_20meta_pp......ok
t/zz_30subclass_pp..ok
t/zz_60preparse_pp..skipped test on this platform
t/zz_70shell_pp.....Use of uninitialized value in concatenation (.) or
string at (eval 228) line 16, <TERMCAP> line 1010.
ok
t/zz_80proxy_pp.....skipped test on this platform
Failed Test       Status Wstat Total Fail  Failed  List of Failed
----------------------------------------------------------------------------
-------------------------------------------------------
t/10examp.t                          201    1   0.50%  39
t/zz_10examp_pp.t                    201    1   0.50%  39
3 tests skipped.
Failed 2/18 test scripts, 88.89% okay. 2/646 subtests failed, 99.69% okay.
*** Error exit code 25

Stop.
==============================================

Here is perl -V dump:
==============================================
Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=hpux, osvers=11.00, archname=PA-RISC2.0
    uname='hp-ux tdapp01 b.11.00 a 9000800 537760508 two-user license '
    config_args='-Duse64bitall -Ubincompat5005 -Duselargefiles
-Dprefix=/usr/local/perl'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=undef
  Compiler:
    cc='cc', ccflags =' +z -D_HPUX_SOURCE +DD64 -Ae -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 ',
    optimize='-O',
    cppflags='+z -D_HPUX_SOURCE +DD64 -Ae'
    ccversion='A.11.01.20', gccversion='', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=87654321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
    alignbytes=8, usemymalloc=y, prototype=define
  Linker and Libraries:
    ld='/usr/bin/ld', ldflags =' +DD64 -Wl,+vnocompatwarnings
-L/usr/local/lib -L/lib/pa20_64'
    libpth=/usr/local/lib /lib/pa20_64 /lib /usr/lib /usr/ccs/lib
    libs=-lcl -lpthread -lnsl -lnm -ldld -lm -lc -lsec
    perllibs=-lcl -lpthread -lnsl -lnm -ldld -lm -lc -lsec
    libc=/lib/pa20_64/libc.sl, so=sl, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E
-Wl,-B,deferred '
    cccdlflags='+z', lddlflags='-b +vnocompatwarnings -L/usr/local/lib
-L/lib/pa20_64'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LARGE_FILES
  Built under hpux
  Compiled at Jun 10 2002 16:33:04
  @INC:
    /usr/local/perl/lib/5.6.1/PA-RISC2.0
    /usr/local/perl/lib/5.6.1
    /usr/local/perl/lib/site_perl/5.6.1/PA-RISC2.0
    /usr/local/perl/lib/site_perl/5.6.1
    /usr/local/perl/lib/site_perl
    .

========================================================

Should I worry about the test failures?  Any hints?

Thanks,
Tom.


_____________________________
Thomas A. Ziem
abcd
Principal Systems Engineer - Database
IT - R&D Systems
PH: 203-798-5300


Reply via email to