On Wed, Apr 27, 2011 at 11:59 AM, Fernan Aguero <fernan.agu...@gmail.com> wrote:
> On Tue, Apr 26, 2011 at 8:29 PM, Nicholas Wehr
> <catal...@bionikchickens.com> wrote:
>> Shipwright is not a silver bullet - it has issues of its own. For catalyst
>> projects I created a dependency finder that issues shipwright import
>> commands. on top of that, shipwright is not forgiving with regards to build
>> errors, for example - a non-uniform Makefile.PL of a CPAN dependency might
>> break it... there are ways to tweak a known dependency - but is a pain with
>> fully automated build systems.
>
> Thanks again Nick for chiming in.
>
> I edited the Makefile.PL for my app and listed additional dependencies
> that I extracted from my app's 'lib' directory.
> Now, when I import into the shipyard, it fetches many more
> dependencies. However this time, the import fails because of a deep
> recursion condition:
>
>
> Fetching with LWP:
> http://cpan.localhost.net.ar/authors/id/J/JC/JCRISTY/PerlMagick-6.67.tar.gz
> Caught Deep Recursion Condition: /tmp/shipwright_source_dvI8Dl
> contains /tmp/shipwright_source_dvI8Dl/cpan-PerlMagick at
> /usr/local/share/perl/5.10.1/Shipwright/Source/Compressed.pm line 92
> can't dump __require.yml: No such file or directory
> cannot remove path when cwd is /tmp/shipwright_source_dvI8Dl for
> /tmp/shipwright_source_dvI8Dl:  at /usr/share/perl/5.10/File/Temp.pm
> line 902
>
> Tried to google this but found no clue, and almost got no results for
> ["deep recursion" shipwright] ... any idea if I can manually fix or
> work around this?

Just FYI,

I contacted sunnavy (one of the Shripwright developers) and this is
what he said:

"I found the archive( PerlMagick ) has an interesting files format, which
shipwright didn't handle before.

I just released 2.4.25 to fix this, which will show up in cpan soon.
in case you are hurry, here it is: http://goo.gl/6Jtzz";

Just tested 2.4.25 and shripwright now imported all of the
dependencies for my cat app correctly.

I'm now building my ship :) and will get into testing the catalyst app
running from the vessel soon.

-- 
fernan

_______________________________________________
List: Catalyst@lists.scsys.co.uk
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/
Dev site: http://dev.catalyst.perl.org/

Reply via email to