Andreas J. Koenig wrote:
On Sun, 30 Mar 2003 19:56:51 -0500, "Scott R. Godin" <[EMAIL PROTECTED]> said:


> Running make install
> Installing /usr/lib/perl5/site_perl/5.8.0/Text/Balanced.pm
> Installing /usr/lib/perl5/site_perl/5.8.0/Parse/RecDescent.pod
> Installing /usr/lib/perl5/site_perl/5.8.0/Parse/RecDescent.pm
> Installing /usr/man/man3/Parse::RecDescent.3pm
> Writing > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/Parse/RecDescent/.packlist
> Appending installation info to > /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/perllocal.pod
> /usr/bin/make install UNINST=1 -- OK


> CPAN.pm panic: deep recursion in color_cmd_tmps depth[100] > self[CPAN::Module=HASH(0x9295ac8)] id[Text::Balanced]


It's a recursive dependency. Both Parse::RecDescent and Text::Balanced are contained in DCONWAY/Parse-RecDescent-1.91.tar.gz. This distro has a Makefile.PL which says

PREREQ_PM => { 'Text::Balanced'=> 0 },

You can ignore the panic for now. I'm not yet sure how I'll fix
CPAN.pm.

Maybe I should just fix the distro. ;-)


Damian



Reply via email to