cygwin, perl or DBI seriously broken in 1.7.1?

2010-01-07 Thread Steven Hartland
Unless I'm going mad it seems either cygwin itself, perl, DBI or DBD::mysql have been broken in 1.7.1 or the update to perl 5.10. I'm running a script which has been working here for years but is now broken and from what I can tell the issue is fairly fundamental so I'm currently suspecting an is

Re: cygwin, perl or DBI seriously broken in 1.7.1?

2010-01-07 Thread Steven Hartland
Been trying a few things and going back from perl 5.10.1-2 to perl 5.10.1-1 fixes the issue, or at least I can now no longer reproduce the problem readily. Looking at the differences seem to be the change in flags from "-Dmad=y" -> "-Doptimize=-O3" so we could be looking at a compiler bug? One t

Re: cygwin, perl or DBI seriously broken in 1.7.1?

2010-01-08 Thread Reini Urban
2010/1/7 Steven Hartland: > Been trying a few things and going back from perl 5.10.1-2 to > perl 5.10.1-1 fixes the issue, or at least I can now no longer > reproduce the problem readily. > > Looking at the differences seem to be the change in flags from > "-Dmad=y" -> "-Doptimize=-O3" so we could

Re: cygwin, perl or DBI seriously broken in 1.7.1?

2010-01-09 Thread Reini Urban
Reini Urban schrieb: 2010/1/7 Steven Hartland: Been trying a few things and going back from perl 5.10.1-2 to perl 5.10.1-1 fixes the issue, or at least I can now no longer reproduce the problem readily. Looking at the differences seem to be the change in flags from "-Dmad=y" -> "-Doptimize=-O3

Re: cygwin, perl or DBI seriously broken in 1.7.1?

2010-01-09 Thread Steven Hartland
- Original Message - From: "Reini Urban" I could reproduce your problem. Please reinstall DBI from CPAN Easiest test: perl -MCPAN -e'get DBI' perl -MCPAN -e'make DBI' => compare perl -Mblib t/02dbidrv.t (works ok) vs perl t/02dbidrv.t (errors at 13, 21, 22) The old DBI is not compat