Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-12 Thread Tim Bunce
On Thu, Mar 11, 2004 at 02:41:44PM -0800, Jeff Zucker wrote: Argh :-(. On Debian with perl 5.8.3 as set up by my ISP, the new regex in 50dbm.t removes the legitimate directories where the modules are stored and skips 50dbm.t with the message No DBM modules available. Once I commented out

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-12 Thread Michael Peppler
On Fri, 2004-03-12 at 01:46, Tim Bunce wrote: On Thu, Mar 11, 2004 at 05:58:42PM -0800, Michael Peppler wrote: On Thu, 2004-03-11 at 08:26, Tim Bunce wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Fails

ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz =head1 CHANGES in DBI 1.42 (svn rev 218),11th March 2004 Fixed $sth-{NUM_OF_FIELDS} of non-executed statement handle to be undef as per the docs (it was 0). Fixed

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 8:26 AM, Tim Bunce wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz All tests pass here: This is perl, v5.8.2 built for i686-linux This is perl, v5.8.3 built for darwin-2level But of course I still

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
I can nmake rc1 but not rc2 on win98 with VC6. -- Jeff This is perl, v5.8.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2003, Larry Wall Binary build 807 provided by ActiveState Corp. http://www.ActiveState.com ActiveState is a

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 8:56 AM, David Wheeler wrote: t/50dbmParameterless use IO deprecated at /usr/local/lib/perl5/site_perl/5.6.1/i386-freebsd/BerkeleyDB.pm line 24 t/50dbmok 132/132Undefined subroutine BerkeleyDB::Term::close_everything called at

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Urlwin
A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Compile error on Win32, AS perl 809. The attached patch fixes it. Tested with DBD::ODBC (SqlServer, DB2, Oracle, Access), DBD::DB2 and DBD::Oracle (1.16 from svn). Jeff

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
Jeff Urlwin wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Compile error on Win32, AS perl 809. The attached patch fixes it. Thanks, that fixed the nmake problem I reported. -- (the other) Jeff

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Scott T. Hildreth
David, I have had similar problems with FreeBSD, Linux, and OSF. http://www.perlmonks.org/index.pl?node_id=323847 what ended up doing is renaming the site_perl/5.6.1 directory to a temp name, while I upgraded to 5.8.*. Once everything was installed under 5.8.*, moved

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Henrik Tougaard
Tim Bunce skrev: A release candidate is available for testing at: ... Testing on a range of platforms, perl configs AND ESPECIALLY DRIVERS would be appreciated. Passes nearly using perl 5.006001 on alpha-dec_osf. I have also have problems with an old dbm: t/zz_50dbm_pp..ok

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Henrik Tougaard
Tim Bunce skrev: A release candidate is available for testing at: ... Testing on a range of platforms, perl configs AND ESPECIALLY DRIVERS would be appreciated. Testing using perl 5.008003 on alpha-dec_osf Show a variation on the Berkeley DB error: t/42prof_data..ok

RE: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Henrik Tougaard
Henrik Tougaard skrev: Tim Bunce skrev: A release candidate is available for testing at: ... Testing on a range of platforms, perl configs AND ESPECIALLY DRIVERS would be appreciated. Testing using perl 5.008003 on alpha-dec_osf Show a variation on the Berkeley DB error: ... I think

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
Henrik Tougaard wrote: t/50dbm.t still fail after test 37: --- Using DB_File () --- DBD::DBM 0.01 using DB_File DBD::File 0.30 DBI::SQL::Nano 0.01 DBI 1.42 OS dec_osf (4.0g) Perl 5.008003 (alpha-dec_osf) UPDATE DB_File_fruit SET

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Jeff Zucker
Argh :-(. On Debian with perl 5.8.3 as set up by my ISP, the new regex in 50dbm.t removes the legitimate directories where the modules are stored and skips 50dbm.t with the message No DBM modules available. Once I commented out the regex, all tests passed for all 6 DBM types. My @INC shows

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
Thanks, applied. Tim. On Thu, Mar 11, 2004 at 12:14:49PM -0500, Jeff Urlwin wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Compile error on Win32, AS perl 809. The attached patch fixes it. Tested with

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Tim Bunce
On Thu, Mar 11, 2004 at 04:26:40PM +, Tim Bunce wrote: A release candidate is available for testing at: And another: http://homepage.eircom.net/~timbunce/DBI-1.42-rc3-20040311.tar.gz I've made the @INC editing more aggressive about removing =5.7 dirs when using =5.8, disabled the

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread David Wheeler
On Mar 11, 2004, at 4:01 PM, Tim Bunce wrote: And another: http://homepage.eircom.net/~timbunce/DBI-1.42-rc3-20040311.tar.gz All tests pass here: This is perl, v5.8.3 built for darwin-2level This is perl, v5.8.2 built for i686-linux Waiting to hear from Andy Lester about Test::Harness adding

Re: ANNOUNCE: DBI 1.42 release candidate 2 for testing

2004-03-11 Thread Michael Peppler
On Thu, 2004-03-11 at 17:58, Michael Peppler wrote: On Thu, 2004-03-11 at 08:26, Tim Bunce wrote: A release candidate is available for testing at: http://homepage.eircom.net/~timbunce/DBI-1.42-rc2-20040311.tar.gz Hmmm. Fails on Fedora Core 1, with: gcc -c -D_REENTRANT