PAUSE wrote:
The uploaded file

DBI-1.33.tar.gz

has entered CPAN as

file: $CPAN/authors/id/T/TI/TIMB/DBI-1.33.tar.gz


Dear Tim,

I downloaded DBI 1.33 from pause.cpan.org and tried to test it on my MacOS X box - and it mostly worked except for a problem with DBI::Shell...


t/60preparse...........ok
t/70shell..............Can't locate object method "init" via package "DBI::Shell::FindSqlFile" at /Users/jleffler/tmp/DBI-1.33/blib/
lib/DBI/Shell.pm line 141.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
t/80proxy..............skipped


At line 141 in lib/DBI/Shell.pm, there is a call to 'init' in the sub load_plugins:

    foreach my $pi (@pi) {
        local *ARGV = $sh->{unhandled_options};
        $pi->init($sh);
    }

I got the 'same' failure on the zz_70shell_pp test too. I'm currently running MacOS X 10.2.3 (should be 10.2.4 except my downloads got fouled up and won't restart), but it was built on an earlier kernel. I don't think that's critical to the problem, though.

Since I don't use the DBI shell, I'm going to install DBI anyway, but thought you'd like to know. Sorry to be the bearer of bad news.

--
Jonathan Leffler ([EMAIL PROTECTED], [EMAIL PROTECTED]) #include <disclaimer.h>
Guardian of DBD::Informix 1.04.PC1 -- http://dbi.perl.org/


Output from 'perl -V':
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
Platform:
osname=darwin, osvers=5.5, archname=darwin
uname='darwin localhost 5.5 darwin kernel version 5.5: thu may 30 14:51:26 pdt 2002; root:xnuxnu-201.42.3.obj~1release_ppc power macintosh powerpc '
config_args='-Dprefix=/Users/jleffler/perl/v5.8.0'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include',
optimize='-O3',
cppflags='-no-cpp-precomp -pipe -fno-common -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include'
ccversion='', gccversion='2.95.2 19991024 (release)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -flat_namespace -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib
libs=-lm -lc
perllibs=-lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' -flat_namespace -bundle -undefined suppress -L/usr/local/lib'



Characteristics of this binary (from libperl): Compile-time options: USE_LARGE_FILES Built under darwin Compiled at Jul 28 2002 22:20:39 @INC: /Users/jleffler/perl/v5.8.0/lib/5.8.0/darwin /Users/jleffler/perl/v5.8.0/lib/5.8.0 /Users/jleffler/perl/v5.8.0/lib/site_perl/5.8.0/darwin /Users/jleffler/perl/v5.8.0/lib/site_perl/5.8.0 /Users/jleffler/perl/v5.8.0/lib/site_perl .




Reply via email to