[Dbix-class] install problem

Matt S Trout dbix-class at trout.me.uk
Fri Jan 13 19:10:39 CET 2006


On Fri, Jan 13, 2006 at 05:15:01PM +0000, Dave Howorth wrote:
> I'm just trying to install DBIx::Class v0.04001 but am seeing an install
> test failure:
> 
> t/cdbi-t/01-columns................Can't infer join condition for state
> on City; unable to load State
> at /root/.cpan/build/DBIx-Class-0.04001/blib/lib/DBIx/Class/CDBICompat/HasA.pm line 23
> # Looks like your test died before it could output anything.
> t/cdbi-t/01-columns................dubious
>         Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED tests 1-25
>         Failed 25/25 tests, 0.00% okay

Very odd, I don't see that here. Could you see if you can confirm this against
branches/DBIx-Class-resultset out of svn?

> I haven't been able to find anything relevant on the wiki or in the mail
> archives.
> 
> I'm on perl, v5.8.6 built for i586-linux-thread-multi.
> 
> The tests also output a lot of warnings (e.g. function redefinitions and
> late INIT blocks). I don't know whether to worry about those.

The INIT block warning is a C3-ism stevan and I haven't found a way to tell
perl to ignore.

The redef. warnings are C3 and Class::Data::Inheritable not playing nice
together; having abjectly failed to get Tony to accept a patch for C::D::I
the latest version moves to Class::Data::Accessor which handles it fine.

-- 
     Matt S Trout       Offering custom development, consultancy and support
  Technical Director    contracts for Catalyst, DBIx::Class and BAST. Contact
Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more information

 + Help us build a better perl ORM: http://dbix-class.shadowcatsystems.co.uk/ +



More information about the Dbix-class mailing list