Hi Pradeep,

OK, so what I can see is that IPC::Run has failed for some reason.

Again the process is to step back and try and get it to install.

So from the cpan client:

try upgrading first...

upgrade IPC::Run

and see if that works, sometimes this is all you need to get things
going again, if not, then it's back to 

clean IPC::Run
make IPC::Run

and then here see if there are any missing dependancies.  It's the make
process that will go through and check you have all modules needed
installed.

When it lists any missing modules, you will need to install them
yourself so 

install <missing module>

until there are no more, then you can make IPC::Run again, and hten test
and hten install.


You are getting closer... 


Peter.



> Hello Peter,
> 
> Thanks for response. I have tried the given steps but it still hangs
> while performing test Debug::Client (See the screen shot). Later, I
> terminated it and tried a cpan>upgrade Padre (See the attached
> screen).  You can see in screen shot that module IPC::Run is failing.
> I tried to install it separately but same result. I checked the cpan
> tester report for the module but couldn’t understand the reason.
> 
>  
> 
> Thanks for your time.
> 
>  
> 
> Regards,
> 
> Pradeep
> 
>  
> 
>  
> 
>  
> 
> 
> From: Peter Lavender [mailto:pla...@internode.on.net] 
> Sent: Monday, November 01, 2010 3:27 PM
> To: p...@ockham.be; Padre development discussion list
> Subject: Re: [Padre-dev] Padre 0.72: Unable to upgrade: Client.pm
> 
> 
> 
>  
> 
> Hi Pradeep,
> 
> I only just saw your email.
> 
> When upgrading Padre, I prefer to work within the cpan shell.
> 
> Can you try starting cpan, then because it's failed, try to install
> Debug::Client.
> 
> You might be able to see what it's complaining about within the shell,
> if it complains that it's already unpacked and failed to install, try
> this ( from memory it's been a while since I've done  it myself ):
> 
> clean Debug::Client
> make Debug::Client
> test Debug::Client
> install Debug::Client
> 
> This is all within the cpan shell.
> 
> You should see any outstanding dependancies for Debug::Client in the
> make part of the process, install any missing modules by typing in the
> the following:
> 
> install Missing::Module
> 
> 
> until you get the point of no further dependacies for Debug::Client,
> then once again, make Debug::Client, test etc.
> 
> Once you get past that, go back to 
> 
> upgrade Padre
> 
> watch what happens and install/upgrade any missing modules that don't
> get handled cleanly for you.
> 
> 
> Peter.
> 
> 
> 
> 
> 
> 
> Hello,
> 
> I am trying to upgrade Padre 0.63 to Padre 0.72 using command line
> Perl –MCPAN “CPAN->upgrade(‘/^Padre/’)” on Windows XP.
> 
> Upgrade process starts properly but after sometime it stuck for
> indefinite time while running test for Client.pm (pl. see attached
> screen shot). I have restarted upgrade process multiple times but
> result is same. 
> 
>  
> 
> Can you give some idea what might be the reason.
> 
>  
> 
> Thanks,
> 
> Pradeep
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
>  
> 
> 
> 
> 
>          
>         _______________________________________________
>         Padre-dev mailing list
>         Padre-dev@perlide.org
>         http://mail.perlide.org/mailman/listinfo/padre-dev
> 
> 
>  
> 
> 

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to