Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 65105
Status: resolved
Priority: 0/
Queue: CPAN

People
Owner: Nobody in particular
Requestors: rkitover [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.94_64
Fixed in: (no value)



Subject: error from YAML::XS
Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/D/DA/DAGOLDEN/IO- CaptureOutput-1.1102.tar.gz Error reading 'C:\Perl\cpan\FTPstats.yml': Alert: While trying to 'parse' YAML file 'C:\Perl\cpan\FTPstats.yml' with 'YAML::XS' the following error was encountered: Usage: YAML::XS::LibYAML::Load(yaml_sv) at C:\Perl\lib/YAML/XS.pm line 48. Stashing away as 'C:\Perl\cpan\FTPstats.yml.1295965192' to prevent further interruptions. You may want to remove that file later. Could not rename: Permission denied This is on the latest 32bit activestate perl.
Is there a reason this one was ignored? Because now this problem is in the fully released version and is making everyone's use of CPAN on ActivePerl a massive pain in the ass.
Subject: error from YAML::XS (with patch)
I went digging and figured out where the ActivePerl CPAN went differently from the CPAN 1.9402 version. The needed change to make CPAN work correctly on Windows is in this pull request: https://github.com/andk/cpanpm/pull/16
Subject: Re: [rt.cpan.org #65105] error from YAML::XS (with patch)
Date: Sat, 02 Apr 2011 16:05:57 +0200
To: bug-CPAN [...] rt.cpan.org
From: andreas.koenig.7os6VVqR [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
> The needed change to make CPAN work correctly on Windows is in this pull > request: https://github.com/andk/cpanpm/pull/16
Thanks, applied!
Didn't get a mail about your answer, so belated thanks for applying it! :)
RT-Send-CC: dagolden [...] cpan.org, andreas.koenig.7os6VVqR [...] franz.ak.mind.de
On Sat Apr 02 10:06:18 2011, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: Show quoted text
> > The needed change to make CPAN work correctly on Windows is in
> this pull > > Thanks, applied!
Have the issues in this ticket been resolved? If so, could you close it so that I can cite the resolution in this related ticket in the Perl 5 RT queue? https://rt.perl.org/rt3/Ticket/Display.html?id=89312 Thank you very much. Jim Keenan
James is right, the ticket needs to be resolved. 413f5c1 was already in 1.97_51 and then in 1.98. Thanks everybody,