Skip Menu |

This queue is for tickets about the CPAN CPAN distribution.

Report information
The Basics
Id: 52929
Status: open
Priority: 0/
Queue: CPAN

People
Owner: Nobody in particular
Requestors: jesse [...] fsck.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: CPAN.pm in blead fails bootstrapping
Date: Sun, 20 Dec 2009 19:28:54 -0500
To: bug-cpan [...] rt.cpan.org
From: Jesse Vincent <jesse [...] fsck.com>
cpan[1]> reload index LWP not available Trying with "/usr/bin/curl -L -f -s -S --netrc-optional" to get "http://mirrors.ccs.neu.edu/CPAN/authors/01mailrc.txt.gz" Error while trying to rename '/home/jesse/.cpan/sources/authors/01mailrc.txt.gz.tmp16254' to '/home/jesse/.cpan/sources/authors/01mailrc.txt.gz': No such file or directory cpan[2]> It looks like the .gz is on the wrong side of things jesse@mar-adentro ~/.cpan/sources/authors (master*+) $ ls -al /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp1* -rw-r--r-- 1 jesse jesse 163568 2009-12-20 19:24 /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp15942 -rw-r--r-- 1 jesse jesse 163611 2009-12-20 19:24 /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp15942.gz -rw-r--r-- 1 jesse jesse 163568 2009-12-20 19:25 /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp16139 -rw-r--r-- 1 jesse jesse 163611 2009-12-20 19:25 /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp16139.gz -rw-r--r-- 1 jesse jesse 163568 2009-12-20 19:25 /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp16254 -rw-r--r-- 1 jesse jesse 163611 2009-12-20 19:25 /home/jesse/.cpan/sources/authors/01mailrc.txt.tmp16254.gz jesse@mar-adentro ~/.cpan/sources/authors (master*+) $
Subject: Re: [rt.cpan.org #52929] AutoReply: CPAN.pm in blead fails bootstrapping
Date: Sun, 20 Dec 2009 19:34:22 -0500
To: Bugs in CPAN via RT <bug-CPAN [...] rt.cpan.org>
From: Jesse Vincent <jesse [...] fsck.com>
...and trying this same thing after manually selecting a (different) CPAN mirror, it all appears to work just fine.
I've been able to replicate it. I'll look into it and fix the CPAN repo and do a "hotpatch" in blead for the 5.11.3 release. David
Fixes made to blead and in my github repo for cpanpm.
N.B.  "Fixed" in that mirror auto-selection uses ftp instead of http and so avoids command line tools.  Command line tools are still buggy.