Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the App-cpanminus CPAN distribution.

Report information
The Basics
Id: 74089
Status: resolved
Priority: 0/
Queue: App-cpanminus

People
Owner: Nobody in particular
Requestors: thijs.oppermann [...] tty.nl
Cc:
AdminCc:

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



Subject: Re: Not a bug exactly, but a problem installing Text::CSV::Slurp with cpanminus
Date: Tue, 17 Jan 2012 17:14:01 +0100
To: bug-App-cpanminus [...] rt.cpan.org
From: Thijs Oppermann <thijs.oppermann [...] tty.nl>
I think my problem is indeed with the cpanmetadb used by cpanminus. The following call on the default metadb used by cpanm: cpanmetadb.plackperl.org/v1.0/package/Text::CSV::Slurp results in this: --- distfile: R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz version: 0.9 This clearly differs from the download path for that package on the cpan site, which is: http://search.cpan.org/CPAN/authors/id/B/BA/BABF/Text-CSV-Slurp-0.9.tar.gz How can this be fixed? I'm now testing with the experimental --metacpan option, but if that uses the same backend to get its data that's not going to help much... Thijs On 01/04/2012 11:28 AM, Thijs Oppermann wrote: Show quoted text
> Not sure if this is a problem with Text::CSV::Slurp, cpanminus or some > mirrors specifically, but lately I have been having intermittent errors > when trying to install Text::CSV::Slurp using cpanminus. The problem is > with certain mirrors, but I'm not sure why (I assumed all mirrors should > be more or less equal?). > > Below is part of the output I get from two separate runs to install > Text::CSV::Slurp, using two --mirror clauses, the first fixed at > xs4all.nl (closest to me), the second the fallback to search.cpan.org. > > As you can see the first try fails, while the second succeeds. > > FAIL: > > --> Working on Text::CSV::Slurp > Fetching > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > ... FAIL > ! Download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Failed to download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > Fetching > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > ... FAIL > ! Download > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Failed to download > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > ! Failed to fetch distribution Text-CSV-Slurp-0.9 > Installing Text::CSV::Slurp failed! > > > OK: > > --> Working on Text::CSV::Slurp > > Fetching > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > ... FAIL > ! Download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Failed to download > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > Fetching > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > ... FAIL > ! Download > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > ! Download > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > failed. Retrying ... > Configuring Text-CSV-Slurp-0.9 ... OK > > Building and testing Text-CSV-Slurp-0.9 ... OK > > Successfully installed Text-CSV-Slurp-0.9 > > 1 distribution installed > > Installed package Text::CSV::Slurp > > > > I'm assuming the second run succeeds because the search.cpan.org geo > location aware redirector points me to a mirror that apparantly does > have the correct files. > > Is there any way to find out what's really going on and why some mirrors > seem not to have (the correct?) Text:CSV::Slurp. > > One thing I noticed is that the downloads above all go for > 'authors/id/R/RO/ROBBIEBOW/', while the download link on the cpan > website points to 'authors/id/B/BA/BABF/Text-CSV-Slurp-0.9.tar.gz'? > > > Thanks for any hints, tips, reply, etc... > > Thijs
Subject: Re: [rt.cpan.org #74089] Re: Not a bug exactly, but a problem installing Text::CSV::Slurp with cpanminus
Date: Tue, 17 Jan 2012 18:39:58 -0800
To: bug-App-cpanminus [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
This is an issue with PAUSE and the module in question. Text::CSV::Slurp has been deleted from 02packages database for some reason I can't control. Contact the author and Andreas for the resolution of this. -- Tatsuhiko Miyagawa On Tuesday, January 17, 2012 at 8:12 AM, Thijs Oppermann via RT wrote: Show quoted text
> Tue Jan 17 11:12:49 2012: Request 74089 was acted upon. > Transaction: Ticket created by thijs.oppermann@tty.nl (mailto:thijs.oppermann@tty.nl) > Queue: App-cpanminus > Subject: Re: Not a bug exactly, but a problem installing Text::CSV::Slurp with cpanminus > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: thijs.oppermann@tty.nl (mailto:thijs.oppermann@tty.nl) > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=74089 > > > > I think my problem is indeed with the cpanmetadb used by cpanminus. > > The following call on the default metadb used by cpanm: > > cpanmetadb.plackperl.org/v1.0/package/Text::CSV::Slurp (http://cpanmetadb.plackperl.org/v1.0/package/Text::CSV::Slurp) > > results in this: > --- > distfile: R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > version: 0.9 > > This clearly differs from the download path for that package on the cpan > site, which is: > > http://search.cpan.org/CPAN/authors/id/B/BA/BABF/Text-CSV-Slurp-0.9.tar.gz > > How can this be fixed? I'm now testing with the experimental --metacpan > option, but if that uses the same backend to get its data that's not > going to help much... > > Thijs > > > On 01/04/2012 11:28 AM, Thijs Oppermann wrote:
> > Not sure if this is a problem with Text::CSV::Slurp, cpanminus or some > > mirrors specifically, but lately I have been having intermittent errors > > when trying to install Text::CSV::Slurp using cpanminus. The problem is > > with certain mirrors, but I'm not sure why (I assumed all mirrors should > > be more or less equal?). > > > > Below is part of the output I get from two separate runs to install > > Text::CSV::Slurp, using two --mirror clauses, the first fixed at > > xs4all.nl (http://xs4all.nl) (closest to me), the second the fallback to search.cpan.org (http://search.cpan.org). > > > > As you can see the first try fails, while the second succeeds. > > > > FAIL: > > > > --> Working on Text::CSV::Slurp > > Fetching > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > ... FAIL > > ! Download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Failed to download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > > > Fetching > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > ... FAIL > > ! Download > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Failed to download > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > > > ! Failed to fetch distribution Text-CSV-Slurp-0.9 > > Installing Text::CSV::Slurp failed! > > > > > > OK: > > > > --> Working on Text::CSV::Slurp > > > > Fetching > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > ... FAIL > > ! Download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Failed to download > > http://download.xs4all.nl/pub/mirror/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > > > Fetching > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > ... FAIL > > ! Download > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > ! Download > > http://search.cpan.org/CPAN/authors/id/R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz > > failed. Retrying ... > > Configuring Text-CSV-Slurp-0.9 ... OK > > > > Building and testing Text-CSV-Slurp-0.9 ... OK > > > > Successfully installed Text-CSV-Slurp-0.9 > > > > 1 distribution installed > > > > Installed package Text::CSV::Slurp > > > > > > > > I'm assuming the second run succeeds because the search.cpan.org (http://search.cpan.org) geo > > location aware redirector points me to a mirror that apparantly does > > have the correct files. > > > > Is there any way to find out what's really going on and why some mirrors > > seem not to have (the correct?) Text:CSV::Slurp. > > > > One thing I noticed is that the downloads above all go for > > 'authors/id/R/RO/ROBBIEBOW/', while the download link on the cpan > > website points to 'authors/id/B/BA/BABF/Text-CSV-Slurp-0.9.tar.gz'? > > > > > > Thanks for any hints, tips, reply, etc... > > > > Thijs
Subject: Re: [rt.cpan.org #74089] Re: Not a bug exactly, but a problem installing Text::CSV::Slurp with cpanminus
Date: Tue, 17 Jan 2012 18:47:32 -0800
To: bug-App-cpanminus [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
search.cpan.org does have a link to *wrong* file, because the state of this module is undefined. You can try with other CPAN clients like CPAN.pm and will get the same result, since the module is deleted from the index. -- Tatsuhiko Miyagawa
Subject: Fwd: Re: [rt.cpan.org #74089] Re: Not a bug exactly, but a problem installing Text::CSV::Slurp with cpanminus
Date: Wed, 18 Jan 2012 10:01:42 +0100
To: bug-Text-CSV-Slurp [...] rt.cpan.org
From: Thijs Oppermann <thijs.oppermann [...] tty.nl>
I've been looking a bit further into this problem, and contacted miyagawa (of cpanminus) with the following: -------------------------- I think my problem is indeed with the cpanmetadb used by cpanminus. The following call on the default metadb used by cpanm: cpanmetadb.plackperl.org/v1.0/package/Text::CSV::Slurp results in this: --- distfile: R/RO/ROBBIEBOW/Text-CSV-Slurp-0.9.tar.gz version: 0.9 This clearly differs from the download path for that package on the cpan site, which is: http://search.cpan.org/CPAN/authors/id/B/BA/BABF/Text-CSV-Slurp-0.9.tar.gz How can this be fixed? I'm now testing with the experimental --metacpan option, but if that uses the same backend to get its data that's not going to help much... Thijs ----------------------------- He replied with the following: On 01/18/2012 03:40 AM, miyagawa@..com via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=74089> > > This is an issue with PAUSE and the module in question. > Text::CSV::Slurp has been deleted from 02packages database for some > reason I can't control. Contact the author and Andreas for the > resolution of this. >
On 01/18/2012 03:47 AM, miyagawa@..com via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=74089> > > search.cpan.org does have a link to *wrong* file, because the state of this module is undefined. You can try with other CPAN clients like CPAN.pm and will get the same result, since the module is deleted from the index. >
It seems that someone needs to take some action to ensure that the cpanmetadb gets correctly updated with the new location of this package. I'm assuming the package maintainer? Thijs