On Fri, Feb 02, 2007 at 07:16:13PM +0100, H.Merijn Brand wrote: > On Fri, 2 Feb 2007 15:45:27 +0000, Tim Bunce <[EMAIL PROTECTED]> wrote: > > > Now an RC3 (with the t/*_13taint.t fix) to make life simple for those just > > waking up: > > > > http://homepage.mac.com/tim.bunce/.Public/perl/DBI-1.54-RC3.tar.gz > > > > Tim. > > And here are the results from the Dutch jury ...
Very usefully detailed as ever. (Please tell me you don't compile all that by hand!) > Warnings: > > 4, > DBI.xs: [...] Did those only come from 4, and not 3 (same compiler and almost same perl), or are you just listing 4 because that failed tests? > PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01basics................NOK 1 > # Tried to use 'DBI'. > # Error: Can't load > '/pro/3gl/CPAN/DBI-1.54/blib/arch/auto/DBI/DBI.so' for module DBI: > /pro/3gl/CPAN/DBI-1.54/blib/arch/auto/DBI/DBI.so: undefined symbol: > __builtin_object_size at > /usr/lib/perl5/5.8.7/i586-linux-thread-multi/DynaLoader.pm line 230. Looks very much like a broken perl or compiler installation. Could you look into that? > cc: "DBI.xs", line 1328: warning 727: Cast truncates pointer into 32 bit > integer. I believe I've fixed those truncation warnings now. Tim.