Can you try running the test harness again please? This time edit the file
t/env.t and uncomment the line noted below. Then run 

    Make test TEST_FILES=t/env.t TEST_VERBOSE=1

And send the output to me please.

Paul

{
    # attempt to open a new environment without DB_CREATE
    # should fail with Berkeley DB 3.x or better.

    my $home = "./fred" ;
    ok 48, my $lexD = new LexDir($home) ;
    chdir "./fred" ;
    my $env = new BerkeleyDB::Env -Home => $home, -Flags => DB_CREATE ;
    ok 49, $version_major == 2 ? $env : ! $env ;
    ok 50, $version_major == 2 ? 1
                               : $BerkeleyDB::Error =~ /No such file or
director
y/ ;
    print " $BerkeleyDB::Error\n"; # <<< UNCOMMENT This line
    chdir ".." ;
    undef $env ;
}

> -----Original Message-----
> From: root [mailto:[EMAIL PROTECTED]
> Sent: 09 September 2004 10:04
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: FAIL BerkeleyDB-0.25 i586-linux-thread-multi 2.4.20
> 
> This distribution has been tested as part of the cpan-testers
> effort to test as many new uploads to CPAN as possible.  See
> http://testers.cpan.org/
> 
> Please cc any replies to [EMAIL PROTECTED] to keep other
> test volunteers informed and to prevent any duplicate effort.
> 
> --
> This is an error report generated automatically by CPANPLUS,
> version 0.049.
> 
> Below is the error stack during 'make test':
> 
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
> "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
> t/btree........ok
> t/db-3.0.......ok
> t/db-3.1.......ok
> t/db-3.2.......ok
> t/db-3.3.......ok
> t/destroy......ok
> t/encrypt......skipped
>         all skipped: this needs Berkeley DB 4.1.x or better
> t/env..........FAILED test 50
>       Failed 1/50 tests, 98.00% okay
> t/examples.....ok
> t/examples3....ok
> t/filter.......ok
> t/hash.........ok
> t/join.........ok
> t/mldbm........skipped
>         all skipped: MLDBM is not installed on this system.
> t/queue........ok
> t/recno........ok
> t/strict.......ok
> t/subdb........ok
> t/txn..........ok
> t/unknown......ok
> Failed Test Stat Wstat Total Fail  Failed  List of Failed
> --------------------------------------------------------------------------
> --------------------------------------------------------------------------
> ----------------
> t/env.t                   50    1   2.00%  50
> 2 tests skipped.
> Failed 1/20 test scripts, 95.00% okay. 1/1334 subtests failed, 99.93%
> okay.
> make: *** [test_dynamic] Error 29
> 
> 
> Additional comments:
> --
> 
> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
>   Platform:
>     osname=linux, osvers=2.4.20, archname=i586-linux-thread-multi
>     uname='linux d20 2.4.20 #1 smp thu oct 10 18:10:26 utc 2002 i686
> unknown unknown gnulinux '
>     config_args='-ds -e -Dprefix=/usr -Dusethreads -Di_db -Di_dbm -Di_ndbm
> -Di_gdbm -Duseshrplib=true'
>     hint=recommended, useposix=true, d_sigaction=define
>     usethreads=define use5005threads=undef useithreads=define
> usemultiplicity=define
>     useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
>     use64bitint=undef use64bitall=undef uselongdouble=undef
>     usemymalloc=n, bincompat5005=undef
>   Compiler:
>     cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -
> D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
>     optimize='-O3 --pipe',
>     cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing'
>     ccversion='', gccversion='3.3 20030226 (prerelease) (SuSE Linux)',
> gccosandvers=''
>     intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
>     d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
>     ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
> lseeksize=8
>     alignbytes=4, prototype=define
>   Linker and Libraries:
>     ld='cc', ldflags =''
>     libpth=/lib /usr/lib /usr/local/lib
>     libs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
>     perllibs=-lnsl -ldl -lm -lpthread -lc -lcrypt -lutil
>     libc=, so=so, useshrplib=true, libperl=libperl.so
>     gnulibc_version='2.3.2'
>   Dynamic Linking:
>     dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic -
> Wl,-rpath,/usr/lib/perl5/5.8.0/i586-linux-thread-multi/CORE'
>     cccdlflags='-fPIC', lddlflags='-shared'

Reply via email to