Skip Menu |

This queue is for tickets about the Dancer-Logger-LogHandler CPAN distribution.

Report information
The Basics
Id: 87580
Status: open
Priority: 0/
Queue: Dancer-Logger-LogHandler

People
Owner: Nobody in particular
Requestors: emgrasso [...] data-raptors.com
Cc:
AdminCc:

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



Subject: test errors installing Dancer::Logger::LogHandler on 64bit Ubuntu 12.04 LTS
Date: Sat, 03 Aug 2013 17:55:07 -0600
To: bug-Dancer-Logger-LogHandler [...] rt.cpan.org
From: Elyse M Grasso <emgrasso [...] data-raptors.com>
I ran cpanm --sudo Task::Dancer on Ubuntu 12.04 64 bit I am using the distribution perl because some of the Dancer task dependencies will not install using CPAN nor cpanm so I needed to drop back to the distro packages. This is perl 5, version 14, subversion 2 (v5.14.2) built for x86_64-linux-gnu-thread-multi (with 56 registered patches, see perl -V for more detail) The errors reported when it tries to install Dancer::Logger::LogHandler are: # Testing Dancer::Logger::LogHandler 0.01, Perl 5.014002, /usr/bin/perl t/00-load.t .. ok # Failed test '_log works' # at t/01-log.t line 25. # STDERR: # Aug 03 17:12:49 [DEBUG] dummy test in /usr/local/share/perl/5.14.2/Capture/Tin y.pm l. 362 # # doesn't match: # (?^:\[DEBUG\] dummy test in t/01-log\.t) # as expected # Looks like you failed 1 test of 9. t/01-log.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/9 subtests Test Summary Report ------------------- t/01-log.t (Wstat: 256 Tests: 9 Failed: 1) Failed test: 6 Non-zero exit status: 1 Files=2, Tests=10, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.18 cusr 0.01 csy s = 0.22 CPU) Result: FAIL Failed 1/2 test programs. 1/10 subtests failed. make: *** [test_dynamic] Error 1 -> FAIL Installing Dancer::Logger::LogHandler failed. Elyse Grasso
It fails with all versions of Test::Output > 1.01. Downgrading to BDFOY/Test-Output-1.01.tar.gz can be used as a workaround.