[Catalyst] A note on AS Perl 5.8.8 install problems with Catalyst and other modules

Thomas L. Shinnick tshinnic at io.com
Wed Mar 15 21:07:28 CET 2006


At 09:04 AM 3/15/2006, Emanuele Zeppieri wrote:
> > -----Original Message-----
> > From: catalyst-bounces at lists.rawmode.org On Behalf Of Thomas L. Shinnick
> > Sent: Wednesday, March 15, 2006 6:22 AM
> > To: catalyst at lists.rawmode.org
> > Subject: [Catalyst] A note on AS Perl 5.8.8 install problems with 
> Catalyst and other modules
> >
> > I wanted to post a note on a problem and a workaround, for those
> > installing Catalyst under ActiveState's latest release of Perl 5.8.8
> > on Windows.
> >
>[snip]
> > I _have_ verified that a new (re)installation of AS 5.8.8 build 816
> > has this problem and that the workaround enables you to get
> > past this point.
>
>The problem is probably the one described here, on the top:
>http://search.cpan.org/src/AUTRIJUS/Module-Install-0.61/Changes
>
>So you should try to upgrade Module::Install to ver. 0.61 (then let the
>world know if it works or not).
>
>Cheers,
>Emanuele.

Unfortunately, no.  And yes.  I tried upgrading a new AS 5.8.8 
installation to Module-Install-0.61, but the same error persists.

Is it indeed the case that the OP mentions, that the problem version 
of Module-Install is embedded in the Catalyst-5.66 release?

Oooo, here's a clue - the Module-Install-0.61 release installed just 
fine by itself.

So after unpacking the Catalyst-5.66.tar.gz, I overwrote the 
inc/Module/* files with the files from the Module-Install-0.61 
release.  And then the Catalyst install works just fine.

I then redid it with a completely new install of AS 5.8.8 with no 
other modules updated.  All I then did was
     C:\Archive\Perl\CPAN\Modules\Catalyst-5.66\inc\Module>
             xcopy /s  ..\..\..\Module-Install-0.61\inc\Module .
and the Catalyst install started just fine.

Rats, I wish I'd taken better notes, but I know that at least these 
modules will need to be rebuilt with updated Module-Install, in 
addition to Catalyst:
     File-HomeDir-0.56
     Locale-Maketext-Lexicon-0.54
     Module-Signature-0.53

Anybody know a good way to find the all modules that need to be rebuilt?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060315/33468c9c/attachment.htm 


More information about the Catalyst mailing list