
paulm at paulm
May 29, 2009, 4:56 AM
Post #3 of 5
(592 views)
Permalink
|
|
Re: Inconsistent hierarchy during C3 merge
[In reply to]
|
|
On Fri, May 29, 2009 at 9:54 AM, Alok Sharma <alok[at]deeproot.co.in> wrote: > > Hi, > > I am having trouble running my Catalyst apps which were running properly > till recently. Problem started after some updates and each server throws > error stating "Inconsistent hierarchy during C3 merge of class .... at > /usr/share/perl/5.10/mro.pm ...." I had the same issue and went through and alphabetized each of my module's dependencies. This will remove at least one source of circular/inconsistent hierarchies. In my case, that was all I needed to fix it. HTH, Paul > > > My perl version is => 5.10.0 > Catalyst => 5.80003 > OS => Debian Etch > > Regards Alok > > > > _______________________________________________ > List: Catalyst[at]lists.scsys.co.uk > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/ > Dev site: http://dev.catalyst.perl.org/ _______________________________________________ List: Catalyst[at]lists.scsys.co.uk Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/catalyst[at]lists.scsys.co.uk/ Dev site: http://dev.catalyst.perl.org/
|