Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Log-Dispatch CPAN distribution.

Report information
The Basics
Id: 86821
Status: resolved
Priority: 0/
Queue: Log-Dispatch

People
Owner: Nobody in particular
Requestors: bpoikayi [...] syr.edu
Cc:
AdminCc:

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



Subject: Log::Dispatch - Make test fails
Date: Tue, 9 Jul 2013 22:05:58 +0000
To: "'bug-Log-Dispatch [...] rt.cpan.org'" <bug-Log-Dispatch [...] rt.cpan.org>
From: Benson Mathews Poikayil <bpoikayi [...] syr.edu>
Log-Dispatch-2.40 Perl v5.10.1 Linux 2.6.32-46-server #105-Ubuntu SMP x86_64 GNU/Linux Error details: Make test fails with the following - Test Summary Report ------------------- t/00-compile.t (Wstat: 1792 Tests: 11 Failed: 7) Failed tests: 1, 4, 6-7, 9-11 Non-zero exit status: 7 t/01-basic.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/03-short-syntax.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/04-binmode.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/05-close-after-write.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=13, Tests=11, 1 wallclock secs ( 0.06 usr 0.04 sys + 0.44 cusr 0.15 csys = 0.69 CPU) Result: FAIL Failed 5/13 test programs. 7/11 subtests failed. make: *** [test_dynamic] Error 255
Subject: Re: [rt.cpan.org #86821] Log::Dispatch - Make test fails
Date: Tue, 9 Jul 2013 17:08:49 -0500 (CDT)
To: Benson Mathews Poikayil via RT <bug-Log-Dispatch [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Tue, 9 Jul 2013, Benson Mathews Poikayil via RT wrote: Show quoted text
> Log-Dispatch-2.40 > Perl v5.10.1 > Linux 2.6.32-46-server #105-Ubuntu SMP x86_64 GNU/Linux > > Error details: > > Make test fails with the following - > Test Summary Report > ------------------- > t/00-compile.t (Wstat: 1792 Tests: 11 Failed: 7) > Failed tests: 1, 4, 6-7, 9-11 > Non-zero exit status: 7 > t/01-basic.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > t/03-short-syntax.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > t/04-binmode.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > t/05-close-after-write.t (Wstat: 512 Tests: 0 Failed: 0) > Non-zero exit status: 2 > Parse errors: No plan found in TAP output > Files=13, Tests=11, 1 wallclock secs ( 0.06 usr 0.04 sys + 0.44 cusr 0.15 csys = 0.69 CPU) > Result: FAIL > Failed 5/13 test programs. 7/11 subtests failed. > make: *** [test_dynamic] Error 255
Please rerun the tests with verbose output on. I can't tell anything from this other than that some tests didn't pass for some unknown reason. You can do this with: prove -lr t/ -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/
Subject: RE: [rt.cpan.org #86821] Log::Dispatch - Make test fails
Date: Wed, 10 Jul 2013 16:38:13 +0000
To: "'bug-Log-Dispatch [...] rt.cpan.org'" <bug-Log-Dispatch [...] rt.cpan.org>
From: Benson Mathews Poikayil <bpoikayi [...] syr.edu>

Message body is not shown because it is too large.

Subject: RE: [rt.cpan.org #86821] Log::Dispatch - Make test fails
Date: Wed, 10 Jul 2013 11:42:53 -0500 (CDT)
To: Benson Mathews Poikayil via RT <bug-Log-Dispatch [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Wed, 10 Jul 2013, Benson Mathews Poikayil via RT wrote: Show quoted text
> Warning: prerequisite Class::Load 0 not found. > Warning: prerequisite Dist::CheckConflicts 0.02 not found.
Well, there's your problem right there. I'm guessing you're trying to install this manually instead of using a cpan installer tool. See http://www.cpan.org/modules/INSTALL.html I recommend using cpanm - See https://metacpan.org/module/App::cpanminus for details. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/