Skip Menu |

This queue is for tickets about the Shipwright CPAN distribution.

Report information
The Basics
Id: 38488
Status: resolved
Priority: 0/
Queue: Shipwright

People
Owner: Nobody in particular
Requestors: david [...] davidfavor.com
Cc:
AdminCc:

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



Subject: Shipwright-1.11 build break
Date: Thu, 14 Aug 2008 12:52:42 -0500
To: bug-Shipwright [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
net1#perl -MHash::Merge -e 'print "$Hash::Merge::VERSION\n"' 0.10 net1#make test gives many errors starting with # Failed test 'rename with invalid new-name' # at /root/.cpanplus/5.10.0/build/Shipwright-1.11/blib/lib/Shipwright/Test.pm line 148. # 'Can't locate Hash/Merge.pm in @INC (@INC contains: ... -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
Hi David Have you tested the latest 1.13 version? I think I solved some problems on that version. ;) If it still doesn't work( I can see some failures are still there from cpan testers ), please let me know. It's a bit hard to fix those failures because I can't reproduce them with my own boxes :-( best wishes sunnavy On Thu Aug 14 13:53:06 2008, david@davidfavor.com wrote: Show quoted text
> net1#perl -MHash::Merge -e 'print "$Hash::Merge::VERSION\n"' > 0.10 > > net1#make test gives many errors starting with > > # Failed test 'rename with invalid new-name' > # at /root/.cpanplus/5.10.0/build/Shipwright- > 1.11/blib/lib/Shipwright/Test.pm line 148. > # 'Can't locate Hash/Merge.pm in @INC (@INC > contains: ... > >
Subject: Re: [rt.cpan.org #38488] Shipwright-1.11 build break
Date: Thu, 21 Aug 2008 14:03:02 -0500
To: bug-Shipwright [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
sunnavy via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=38488 > > > Hi David > > Have you tested the latest 1.13 version? > I think I solved some problems on that version. ;) > If it still doesn't work( I can see some failures are still there from cpan testers ), please let > me know. > It's a bit hard to fix those failures because I can't reproduce them with my own boxes :-( > > best wishes > sunnavy > > On Thu Aug 14 13:53:06 2008, david@davidfavor.com wrote:
>> net1#perl -MHash::Merge -e 'print "$Hash::Merge::VERSION\n"' >> 0.10 >> >> net1#make test gives many errors starting with >> >> # Failed test 'rename with invalid new-name' >> # at /root/.cpanplus/5.10.0/build/Shipwright- >> 1.11/blib/lib/Shipwright/Test.pm line 148. >> # 'Can't locate Hash/Merge.pm in @INC (@INC >> contains: ...
Building 1.13 this morning yields... The 'use Hash::Merge' errors are gone now and a new set of Perl::Critic errors is showing up. Here's a link to the error log. If you desire me to run one test with expanded output, just let me know: http://davidfavor.com/archive/shipwright-bug2.txt It may help for you to upgrade to the lasted patch level of perl-5.10.0 (patch 34161 from http://public.activestate.com/pub/apc/perl-5.10.x-snap) as each version of 5.10.0 gets better at catching coding gottchas. - David Favor -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
Subject: Re: [rt.cpan.org #38488] Shipwright-1.11 build break
Date: Fri, 22 Aug 2008 08:08:27 +0800
To: bug-Shipwright [...] rt.cpan.org
From: "sun navy" <sunnavy [...] gmail.com>
Hi David What are the versions of your Perl::Critic and Test::Perl::Critic? I believe that's old version of Perl::Critic or Test::Perl::Critic bug, so I updated t/perlcritic.t to limit the Perl::Critic and Test::Perl::Critic to higher versions in Shipwright-1.13_11, try that version again? thanks sunnavy On Fri, Aug 22, 2008 at 4:03 AM, David Favor via RT < bug-Shipwright@rt.cpan.org> wrote: Show quoted text
> Queue: Shipwright > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=38488 > > > sunnavy via RT wrote:
> > <URL: http://rt.cpan.org/Ticket/Display.html?id=38488 > > > > > Hi David > > > > Have you tested the latest 1.13 version? > > I think I solved some problems on that version. ;) > > If it still doesn't work( I can see some failures are still there from
> cpan testers ), please let
> > me know. > > It's a bit hard to fix those failures because I can't reproduce them with
> my own boxes :-(
> > > > best wishes > > sunnavy > > > > On Thu Aug 14 13:53:06 2008, david@davidfavor.com wrote:
> >> net1#perl -MHash::Merge -e 'print "$Hash::Merge::VERSION\n"' > >> 0.10 > >> > >> net1#make test gives many errors starting with > >> > >> # Failed test 'rename with invalid new-name' > >> # at /root/.cpanplus/5.10.0/build/Shipwright- > >> 1.11/blib/lib/Shipwright/Test.pm line 148. > >> # 'Can't locate Hash/Merge.pm in @INC (@INC > >> contains: ...
> > Building 1.13 this morning yields... > > The 'use Hash::Merge' errors are gone now and a new set of Perl::Critic > errors is showing up. Here's a link to the error log. If you desire me > to run one test with expanded output, just let me know: > > http://davidfavor.com/archive/shipwright-bug2.txt > > It may help for you to upgrade to the lasted patch level of perl-5.10.0 > (patch 34161 from http://public.activestate.com/pub/apc/perl-5.10.x-snap) > as each version of 5.10.0 gets better at catching coding gottchas. > > - David Favor > > -- > Love feeling your best ever, all day, every day? > Click http://RadicalHealth.com/join for the easy way. > >
-- sunnavy
Subject: Re: [rt.cpan.org #38488] Shipwright-1.11 build break
Date: Fri, 22 Aug 2008 08:01:00 -0500
To: bug-Shipwright [...] rt.cpan.org
From: David Favor <david [...] davidfavor.com>
sunnavy via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=38488 > > > Hi David > What are the versions of your Perl::Critic and Test::Perl::Critic? > I believe that's old version of Perl::Critic or Test::Perl::Critic bug, so I > updated t/perlcritic.t to limit the Perl::Critic and Test::Perl::Critic to > higher versions in Shipwright-1.13_11, try that version again? > > thanks > sunnavy
I have the latest CPAN versions of Perl::Critic & Test::Perl::Critic installed. Shipwright-1.13_13 builds and tests clean. And, CPAN seems to get confused about *_* revs and misses seeing them as different, so CPAN thinks 1.13_13 is the same as 1.13 and no mirror update is done. I believe revving up to 1.14 will fix this. Thanks for the _13 fix! -- Love feeling your best ever, all day, every day? Click http://RadicalHealth.com/join for the easy way.
close this ticket since it's been fixed. :)