Based on your Facebook comments, you're also having issues with zef. Were you 
able to fix it?  Does it still show that error if you try to install another 
module? Can you create directory C:\Users\winklest\.zef\store\p6c\ manually and 
see if that makes it happy?

I don't have any issues with zef on my box (though it's not creating `.zef` in 
C:\Users\username\.zef but in my %HOMESHARE% that's located on a network drive).


    >panda install zef
    ==> Fetching zef
    ==> Building zef
    ==> Testing zef
    t/\00-load.t ........... ok
    t/\identity.t .......... ok
    t/\utils-filesystem.t .. ok
    All tests successful.
    Files=3, Tests=14, 17 wallclock secs
    Result: PASS
    ==> Installing zef
    ==> Successfully installed zef
    
    >zef install App::Mi6
    ===> Searching for: App::Mi6
    Failed to rename 'C:\Users\winklest\.zef\store\projects.json' to 
'C:\Users\winklest\.zef\store\p6c\packages.json': Failed to rename file: no 
such file
    or directory
    in block at 
C:\rakudo\share\perl6\site\sources\F9AFEBDFA35D22BCCF53CDB4667B5C8E843F7754 
(Zef::ContentStorage::Ecosystems) line 65
    ===> Fetching: App::Mi6
    ===> Testing: App::Mi6
    t\01-basic.t .. ok
    All tests successful.
    Files=1, Tests=1, 2 wallclock secs
    Result: PASS
    ===> Testing [OK] for App::Mi6
    ===> Installing: App::Mi6
    
    2 bin/ scripts [mi6 mi6.bat] installed to:
    C:\rakudo\share\perl6\site\bin
    
    >


Reply via email to