develooper Front page | perl.win32.vanilla | Postings from January 2010

Re: Problem using cpan install of any module

Thread Previous
From:
kmx
Date:
January 26, 2010 14:04
Subject:
Re: Problem using cpan install of any module
Message ID:
4B5F66D2.4070703@volny.cz
Dne 26.1.2010 18:19, john.kington@convergys.com napsal(a):
> ...
> Can someone point in the right direction to figure this out? I do have administrator rights on this WinXP Professional.
> ...
>   

Try to disable your anti-virus SW and run  "cpan install IO::All" again.
I have experienced exactly the same issue on a computer with Microsoft
Security Essentials.

My theory is:
- cpan clients unpacks a bunch of data
- immediately after that cpan clients tries to move the whole upacked
dir somewhere else
- however AV has kind of  a lock on the original directory as it did not
finish the scanning of new files before "move dir" was called
- from the outside it simply seems like "move failed"
 
You can even try to run the same command multiple times and you will see
that the reported error is not 100% deterministic.

--
kmx


Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About