On 12/29/11 1:48 PM, Michael_Schilli via RT wrote:
Show quoted text> Interesting, Log4perl doesn't require any of these modules but if
> they're there, it is running tests on them, which seem to fail. You
> got the error message by any chance?
Here's the section of the build.log:
t/033UsrCspec.t ...... ok
DBD::CSV::db do failed: Can't call method "print" on an undefined value
at /usr/share/perl5/DBD/CSV.pm line 282.
[for Statement " CREATE TABLE log4perltest (
loglevel char(9) ,
message char(128),
shortcaller char(5),
thingid char(6),
category char(16),
pkg char(16),
runtime1 char(16),
runtime2 char(16)
)
"] at t/034DBI.t line 61.
DBD::CSV::db do failed: Can't call method "print" on an undefined value
at /usr/share/perl5/DBD/CSV.pm line 282.
[for Statement " CREATE TABLE log4perltest (
loglevel char(9) ,
message char(128),
shortcaller char(5),
thingid char(6),
category char(16),
pkg char(16),
runtime1 char(16),
runtime2 char(16)
)
"] at t/034DBI.t line 61.
# Looks like your test exited with 25 before it could output anything.
t/034DBI.t ...........
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 32/32 subtests
DBD::CSV::db do failed: Can't call method "print" on an undefined value
at /usr/share/perl5/DBD/CSV.pm line 282.
[for Statement " CREATE TABLE log4perltest (
loglevel char(9) ,
message char(128),
shortcaller char(5),
thingid char(6),
category char(16),
pkg char(16),
runtime1 char(16),
runtime2 char(16)
)
"] at t/035JDBCAppender.t line 55.
Log4perl: DBI appender error: '
Execution ERROR: No such column 'loglevel' called from
/home/gshank/.cpanm/work/1325183137.7379/Log-Log4perl-1.34/blib/lib/Log/Log4perl/Appender/DBI.pm
at 139.
' at t/035JDBCAppender.t line 102
# Looks like your test exited with 25 before it could output anything.
t/035JDBCAppender.t ..
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 14/14 subtests
t/036JSyslog.t ....... ok
Gerda