Skip Menu |

This queue is for tickets about the SQL-Abstract CPAN distribution.

Report information
The Basics
Id: 61465
Status: resolved
Priority: 0/
Queue: SQL-Abstract

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

Bug Information
Severity: (no value)
Broken in: 1.68
Fixed in: 1.71



Subject: uninitialized vals in S:A:Test cause DBIx::Class build failure
DBIx-Class-0.08123 fails in CentOS with SQL::Abstract 1.68 installed. All other CPAN modules and perl are updated (perl 5.8.8) - It builds fine with SQL::Abstract 1.67 installed. --mark-- t/sqlahacks/limit_dialects/rno.t ................. Use of uninitialized value in string ne at /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. Use of uninitialized value in string ne at /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 171. t/sqlahacks/limit_dialects/rno.t ................. 1/? Use of uninitialized value in string ne at /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. Use of uninitialized value in string ne at /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. Use of uninitialized value in string eq at /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 171.
This appears to be only in x86_64... it worked fine on an i386 system. --mark--
On Sun Sep 19 15:42:25 2010, MARKLE wrote: Show quoted text
> DBIx-Class-0.08123 fails in CentOS with SQL::Abstract 1.68 installed. > All other CPAN modules and perl are updated (perl 5.8.8) - It builds > fine with SQL::Abstract 1.67 installed. --mark-- > > t/sqlahacks/limit_dialects/rno.t ................. Use of uninitialized > value in string ne at > /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. > Use of uninitialized value in string ne at > /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 171. > t/sqlahacks/limit_dialects/rno.t ................. 1/? Use of > uninitialized value in string ne at > /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. > Use of uninitialized value in string ne at > /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 163. > Use of uninitialized value in string eq at > /usr/lib/perl5/site_perl/5.8.8/SQL/Abstract/Test.pm line 171.
These are just warnings (not failures). Fixed nevertheless: http://dev.catalystframework.org/svnweb/bast/revision?rev=9732
Well, this was preventing build before, or at least, build failed, and this was the only error that I saw. Now, however, when I install SQL::Abstract 1.68 from CPAN, and build DBIx::Class, everything works fine. I dunno. CentOS is weird. Thanks. --mark--