Skip Menu |

This queue is for tickets about the Directory-Scratch CPAN distribution.

Report information
The Basics
Id: 83318
Status: resolved
Priority: 0/
Queue: Directory-Scratch

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
nickhu00 [...] gmail.com
rsrchboy [...] cpan.org
Cc:
AdminCc:

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



Subject: os/mac.t test fails on GNU/Linux
Date: Thu, 14 Feb 2013 12:14:46 +0000
To: bug-Directory-Scratch [...] rt.cpan.org
From: Nick Hu <nickhu00 [...] gmail.com>
Distribution: Directory-Scratch-0.14 Perl version: v5.14.3 Linux version: 2.6.32-5-xen-amd64 Whilst trying to install Directory::Scratch via cpanm I came across this error: # Failed test at t/os/mac.t line 14. # Structures begin differing at: # $got->[0] = 'foo:' # $expected->[0] = 'foo' # Looks like you failed 1 test of 6. Seems to be fairly identical to: http://www.cpantesters.org/cpan/report/abecf322-70f7-11e2-b162-c5ed238b44f3 Kind regards, Nick
Same happens on Ubuntu # Failed test at t/os/mac.t line 14. # Structures begin differing at: # $got->[0] = 'foo:' # $expected->[0] = 'foo' # Looks like you failed 1 test of 6. t/os/mac.t .............................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests
Same failure for me too (OSX 10.6.8, perl 5.16.2): # Failed test at t/os/mac.t line 14. # Structures begin differing at: # $got->[0] = 'foo:' # $expected->[0] = 'foo' # Looks like you failed 1 test of 6. t/os/mac.t .............................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests
Fails on me too, Ubuntu 12.10 Server. Please FIX, I cannot work because of this bug.
I'm seeing this as well as I upgrade all my kit on 5.16.3. This could be related to newer File::Spec and/or Path::Class being installed. Since Mac classic support has been dropped from Perl, perhaps just removing the test file is a sufficient quick fix.
I've submitted a pull-request to do just that: https://github.com/jrockway/directory-scratch/pull/1
Subject: Re: [rt.cpan.org #83318] os/mac.t test fails on GNU/Linux
Date: Thu, 4 Apr 2013 15:52:37 -0700
To: Chris Weyl via RT <bug-Directory-Scratch [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Thu, Apr 04, 2013 at 05:17:20PM -0400, Chris Weyl via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=83318 > > > I've submitted a pull-request to do just that: > > https://github.com/jrockway/directory-scratch/pull/1
Thanks Chris! Maintainers: is anyone interested in merging this release, or do I need to pester one of you (mst?) for a comaint bit? :) somehow I didn't get this one when I got rafl'd.
+1 to get this fixed.
I've just uploaded a version with a fix for this issue, thanks for the bug report!