On Sat, Feb 25, 2012 at 12:47, Tim Bunce <tim.bu...@pobox.com> wrote:

>  file: $CPAN/authors/id/T/TI/TIMB/DBI-1.618.tar.gz
>  size: 583067 bytes
>   md5: 5ad29b56f7457f22bd1ca1c871b30719
>
> =head2 Changes in DBI 1.618 (svn r15170) 25rd February 2012
>
> ..
>

Thanks, Tim.

DBI 1.618 installed fine for me on MacOS X 10.7.3 with Perl 5.14.1

I'm slightly puzzled by a couple of the tests skipping because 'Not running
with SQL::Statement', when in fact I have SQL::Statement installed.

t/52dbm_complex.t ............... ok
t/zvg_52dbm_complex.t ........... ok
t/zvn_52dbm_complex.t ........... skipped: Not running with SQL::Statement
t/zvp_52dbm_complex.t ........... ok
t/zvxgn_52dbm_complex.t ......... skipped: Not running with SQL::Statement
t/zvxgnp_52dbm_complex.t ........ skipped: Not running with SQL::Statement
t/zvxgp_52dbm_complex.t ......... ok
t/zvxnp_52dbm_complex.t ......... skipped: Not running with SQL::Statement

Maybe it is the message that needs tweakiing?

The compilation phase has a couple of warnings with the compiler set very
fussy...I doubt if they're significant, but just in case they're fixable
and fixworthy:

gcc -m64 -c   -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe
-fstack-protector -I/usr/gnu/include -O3   -DVERSION=\"1.618\"
-DXS_VERSION=\"1.618\"
"-I/Users/jleffler/Perl/v5.14.1-64/lib/perl5/5.14.1/darwin-2level/CORE"  -W
-Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare
-Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS
Perl.c
Perl.c: In function ‘XS_DBD__Perl__dr_data_sources’:
Perl.c:262:7: warning: variable ‘attr’ set but not used
[-Wunused-but-set-variable]
Perl.c: In function ‘XS_DBD__Perl__db__login’:
Perl.c:306:7: warning: variable ‘attribs’ set but not used
[-Wunused-but-set-variable]
Perl.c: In function ‘XS_DBD__Perl__db_last_insert_id’:
Perl.c:538:7: warning: variable ‘attr’ set but not used
[-Wunused-but-set-variable]
/Users/jleffler/Perl/v5.14.1-64/bin/perl
/Users/jleffler/Perl/v5.14.1-64/lib/perl5/site_perl/5.14.1/ExtUtils/xsubpp
-typemap /Users/jleffler/Perl/v5.14.1-64/lib/perl5/5.14.1/ExtUtils/typemap
-typemap typemap  DBI.xs > DBI.xsc && mv DBI.xsc DBI.c
gcc -m64 -c   -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe
-fstack-protector -I/usr/gnu/include -O3   -DVERSION=\"1.618\"
-DXS_VERSION=\"1.618\"
"-I/Users/jleffler/Perl/v5.14.1-64/lib/perl5/5.14.1/darwin-2level/CORE"  -W
-Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare
-Wno-cast-qual -Wmissing-noreturn -Wno-unused-parameter -DDBI_NO_THREADS
DBI.c
DBI.xs: In function ‘XS_DBI_dispatch’:
DBI.xs:282:14: warning: ‘c’ may be used uninitialized in this function
[-Wuninitialized]
DBI.xs:227:21: note: ‘c’ was declared here
Running Mkbootstrap for DBI ()




-- 
Jonathan Leffler <jonathan.leff...@gmail.com>  #include <disclaimer.h>
Guardian of DBD::Informix - v2011.0612 - http://dbi.perl.org
"Blessed are we who can laugh at ourselves, for we shall never cease to be
amused."

Reply via email to