Skip Menu |

This queue is for tickets about the DBIx-Class-UUIDColumns CPAN distribution.

Report information
The Basics
Id: 22364
Status: resolved
Priority: 0/
Queue: DBIx-Class-UUIDColumns

People
Owner: claco [...] cpan.org
Requestors: +
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01000
Fixed in: (no value)



Subject: Test Failures
I've not actualy looked any further into what is causing this ash@callisto:~/.cpanplus/5.8.8/build/DBIx-Class-UUIDColumns-0.01000$ make test /usr/local/perl5/bin/perl Build --makefile_env_macros 1 test t/02pod............skipped all skipped: Test::Pod 1.14 required t/03podcoverage....skipped all skipped: Test::Pod::Coverage 1.04 required t/04basic..........ok t/05uuid...........DBD::SQLite::db prepare_cached failed: no such table: test(1) at dbdimp.c line 271 at /usr/local/perl5/lib/site_perl/5.8.8/DBIx/Class/Storage/DBI.pm line 879. DBIx::Class::ResultSet::create(): no sth generated via sql (no such table: test(1) at dbdimp.c line 271): INSERT INTO test (id) VALUES (?) at t/05uuid.t line 29 # Looks like your test died before it could output anything. t/05uuid...........dubious Test returned status 255 (wstat 65280, 0xff00) DIED. FAILED tests 1-3 Failed 3/3 tests, 0.00% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/05uuid.t 255 65280 3 6 1-3 2 tests skipped. Failed 1/4 test scripts. 3/5 subtests failed. Files=4, Tests=5, 2 wallclock secs ( 0.39 cusr + 0.04 csys = 0.43 CPU) Failed 1/4 test programs. 3/5 subtests failed. make: *** [test] Error 255 ash@callisto:~/.cpanplus/5.8.8/build/DBIx-Class-UUIDColumns-0.01000$ perl -MData::UUID\ 999 Data::UUID version 999 required--this is only version 0.145. BEGIN failed--compilation aborted. ash@callisto:~/.cpanplus/5.8.8/build/DBIx-Class-UUIDColumns-0.01000$ perl -MDBD::SQLite\ 999 DBD::SQLite version 999 required--this is only version 1.13. BEGIN failed--compilation aborted.
Subject: Re: [rt.cpan.org #22364] Test Failures
Date: Fri, 20 Oct 2006 11:36:06 -0400
To: bug-DBIx-Class-UUIDColumns [...] rt.cpan.org
From: "Christopher H. Laco" <claco [...] chrislaco.com>
Ash Berlin via RT wrote: Show quoted text
> Fri Oct 20 11:30:54 2006: Request 22364 was acted upon. > Transaction: Ticket created by ASH > Queue: DBIx-Class-UUIDColumns > Subject: Test Failures > Broken in: 0.01000 > Severity: Critical > Owner: Nobody > Requestors: + > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=22364 > > > > I've not actualy looked any further into what is causing this > > ash@callisto:~/.cpanplus/5.8.8/build/DBIx-Class-UUIDColumns-0.01000$ > make test > /usr/local/perl5/bin/perl Build --makefile_env_macros 1 test > t/02pod............skipped > all skipped: Test::Pod 1.14 required > t/03podcoverage....skipped > all skipped: Test::Pod::Coverage 1.04 required > t/04basic..........ok > t/05uuid...........DBD::SQLite::db prepare_cached failed: no such table: > test(1) at dbdimp.c line 271 at > /usr/local/perl5/lib/site_perl/5.8.8/DBIx/Class/Storage/DBI.pm line 879. > DBIx::Class::ResultSet::create(): no sth generated via sql (no such > table: test(1) at dbdimp.c line 271): INSERT INTO test (id) VALUES (?) > at t/05uuid.t line 29 > # Looks like your test died before it could output anything. > t/05uuid...........dubious > Test returned status 255 (wstat 65280, 0xff00) > DIED. FAILED tests 1-3 > Failed 3/3 tests, 0.00% okay > Failed Test Stat Wstat Total Fail List of Failed > ------------------------------------------------------------------------------- > t/05uuid.t 255 65280 3 6 1-3 > 2 tests skipped. > Failed 1/4 test scripts. 3/5 subtests failed. > Files=4, Tests=5, 2 wallclock secs ( 0.39 cusr + 0.04 csys = 0.43 CPU) > Failed 1/4 test programs. 3/5 subtests failed. > make: *** [test] Error 255 > ash@callisto:~/.cpanplus/5.8.8/build/DBIx-Class-UUIDColumns-0.01000$ > perl -MData::UUID\ 999 > Data::UUID version 999 required--this is only version 0.145. > BEGIN failed--compilation aborted. > ash@callisto:~/.cpanplus/5.8.8/build/DBIx-Class-UUIDColumns-0.01000$ > perl -MDBD::SQLite\ 999 > DBD::SQLite version 999 required--this is only version 1.13. > BEGIN failed--compilation aborted. > > >
Do you have SQL::Translator installed? What version of Module::Build do you have installed? SQL::T is part of the build_requires...but I guess that doesn't mean M::B will force it or not bitch about it... Show quoted text
> build_requires => { > 'DBD::SQLite' => 1.11, > 'SQL::Translator' => 0.07 > },
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Should be fixed in 0.01001 with newer prereqs/dbic/sql::t. Available on CPAN shortly.