Skip Menu |

This queue is for tickets about the DBI CPAN distribution.

Report information
The Basics
Id: 25304
Status: resolved
Priority: 0/
Queue: DBI

People
Owner: Nobody in particular
Requestors: ZMAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.54
Fixed in: (no value)



Subject: DBI-1.54 error msgs during tests
When installing DBI-1.54 on Mac OS X 10.4.8 (Intel) with perl-5.8.6 via cpan, all tests pass, but I get a ton of error messages in multiple tests. Almost all of them appear to be related to $dbh-> {Password}. I've attached the output of make test.
Subject: make_test_output.txt

Message body is not shown because it is too large.

Subject: DBI-1.54 error msgs during tests from t/85gofer.t
Looks like the gofer subprocess is picking up an older version of DBI. Could you send me the output of DBD_GOFER_TRACE=1 perl -Mblib t/85gofer.t 2>&1 | grep Started (I'm assuming you're using bash or similar bourne shell.)
Output of DBD_GOFER_TRACE=1 perl -Mblib t/85gofer.t 2>&1 | grep Started Started pid 10019: ARRAY(0x19001b4) Started pid 10020: ARRAY(0x1900a6c) Started pid 10021: ARRAY(0x1823b90) Started pid 10022: ARRAY(0x1900b74) Started pid 10023: ARRAY(0x1900a6c) Started pid 10024: ARRAY(0x18fe660) Started pid 10025: ARRAY(0x18f5688) Started pid 10026: ARRAY(0x18fe6e4) Started pid 10027: ARRAY(0x1900b2c) Started pid 10028: ARRAY(0x1900d54) Started pid 10029: ARRAY(0x18f55ec) Started pid 10030: ARRAY(0x18fc9bc) Started pid 10032: ARRAY(0x18fe894) Started pid 10033: ARRAY(0x1900a54) Started pid 10034: ARRAY(0x18fc908) Started pid 10035: ARRAY(0x18f9380) Started pid 10036: ARRAY(0x1900c34) Started pid 10037: ARRAY(0x18f54e4) Started pid 10038: ARRAY(0x18fc9e0) Started pid 10039: ARRAY(0x18fc854) Started pid 10040: ARRAY(0x18fc920) Started pid 10041: ARRAY(0x1901cb4) Started pid 10042: ARRAY(0x18fe8e8) Started pid 10043: ARRAY(0x18fe8dc) Started pid 10044: ARRAY(0x18fc8f0) Started pid 10045: ARRAY(0x18fe618) Started pid 10046: ARRAY(0x18fc4f0) Started pid 10047: ARRAY(0x18fe7ec) Started pid 10048: ARRAY(0x1900c10) Started pid 10049: ARRAY(0x19017e4) Started pid 10050: ARRAY(0x190519c)
Subject: Re: [rt.cpan.org #25304] DBI-1.54 error msgs during tests from t/85gofer.t
Date: Tue, 3 Apr 2007 06:42:09 -0400
To: bug-DBI [...] rt.cpan.org
From: Ray Zimmerman <rz10 [...] cornell.edu>
Here's what I get ... Started pid 10019: ARRAY(0x19001b4) Started pid 10020: ARRAY(0x1900a6c) Started pid 10021: ARRAY(0x1823b90) Started pid 10022: ARRAY(0x1900b74) Started pid 10023: ARRAY(0x1900a6c) Started pid 10024: ARRAY(0x18fe660) Started pid 10025: ARRAY(0x18f5688) Started pid 10026: ARRAY(0x18fe6e4) Started pid 10027: ARRAY(0x1900b2c) Started pid 10028: ARRAY(0x1900d54) Started pid 10029: ARRAY(0x18f55ec) Started pid 10030: ARRAY(0x18fc9bc) Started pid 10032: ARRAY(0x18fe894) Started pid 10033: ARRAY(0x1900a54) Started pid 10034: ARRAY(0x18fc908) Started pid 10035: ARRAY(0x18f9380) Started pid 10036: ARRAY(0x1900c34) Started pid 10037: ARRAY(0x18f54e4) Started pid 10038: ARRAY(0x18fc9e0) Started pid 10039: ARRAY(0x18fc854) Started pid 10040: ARRAY(0x18fc920) Started pid 10041: ARRAY(0x1901cb4) Started pid 10042: ARRAY(0x18fe8e8) Started pid 10043: ARRAY(0x18fe8dc) Started pid 10044: ARRAY(0x18fc8f0) Started pid 10045: ARRAY(0x18fe618) Started pid 10046: ARRAY(0x18fc4f0) Started pid 10047: ARRAY(0x18fe7ec) Started pid 10048: ARRAY(0x1900c10) Started pid 10049: ARRAY(0x19017e4) Started pid 10050: ARRAY(0x190519c) -- Ray Zimmerman Senior Research Associate 428-B Phillips Hall, Cornell University, Ithaca, NY 14853 phone: (607) 255-9645 On Apr 3, 2007, at 5:51 AM, Tim_Bunce via RT wrote: Show quoted text
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=25304 > > > Looks like the gofer subprocess is picking up an older version of DBI. > > Could you send me the output of > > DBD_GOFER_TRACE=1 perl -Mblib t/85gofer.t 2>&1 | grep Started > > (I'm assuming you're using bash or similar bourne shell.) >
Thanks, applied.
Sorry. I closed this in error (I meant to close a different ticket). I've reopened this one now.
Fixed for 1.55. Thanks for you help Ray.