Skip Menu |

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

Report information
The Basics
Id: 46045
Status: open
Priority: 0/
Queue: App-GitHub-FixRepositoryName

People
Owner: Nobody in particular
Requestors: jv.work [...] jhu.edu
Cc:
AdminCc:

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



Subject: can't download
when i try to install using the suggestion from the website, i get the message below. I tried updating my CPAN using the command suggested, but that did not work. i'm new to all this command line stuff, so any help would be appreciated. many thanks, joshua dyn-209-2-215-64:~% cpan -i App::GitHub::FixRepositoryName/ Strange distribution name [App::GitHub::FixRepositoryName/] Going to read /Users/joshyv/.cpan/sources/authors/01mailrc.txt.gz CPAN: Compress::Zlib loaded ok Going to read /Users/joshyv/.cpan/sources/modules/02packages.details.txt.gz Database was generated on Fri, 03 Apr 2009 18:26:55 GMT CPAN: HTTP::Date loaded ok Warning: This index file is 39 days old. Please check the host you chose as your CPAN mirror for staleness. I'll continue but problems seem likely to happen. There's a new CPAN.pm version (v1.9304) available! [Current version is v1.7602] You might want to try install Bundle::CPAN reload cpan without quitting the current session. It should be a seamless upgrade while we are running... Going to read /Users/joshyv/.cpan/sources/modules/03modlist.data.gz CPAN: Storable loaded ok Going to write /Users/joshyv/.cpan/Metadata Strange distribution name [App::GitHub::FixRepositoryName/] Running make for App::GitHub::FixRepositoryName/ CPAN: LWP::UserAgent loaded ok Fetching with LWP: /authors/id/App::GitHub::FixRepositoryName/ Fetching with LWP: /authors/id/App::GitHub::FixRepositoryName/.gz Fetching with LWP: ftp://carroll.cac.psu.edu/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/ Fetching with LWP: ftp://carroll.cac.psu.edu/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/.gz Fetching with Net::FTP: ftp://carroll.cac.psu.edu/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/ Couldn't cwd pub/CPAN/authors/id/App::GitHub::FixRepositoryName at /opt/local/lib/perl5/5.8.8/CPAN.pm line 2259. Fetching with Net::FTP ftp://carroll.cac.psu.edu/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/.gz Couldn't cwd pub/CPAN/authors/id/App::GitHub::FixRepositoryName at /opt/local/lib/perl5/5.8.8/CPAN.pm line 2259. Fetching with LWP: ftp://cpan-du.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/ Fetching with LWP: ftp://cpan-du.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/.gz Fetching with Net::FTP: ftp://cpan-du.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/ Couldn't cwd pub/CPAN/authors/id/App::GitHub::FixRepositoryName at /opt/local/lib/perl5/5.8.8/CPAN.pm line 2259. Fetching with Net::FTP ftp://cpan-du.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/.gz Couldn't cwd pub/CPAN/authors/id/App::GitHub::FixRepositoryName at /opt/local/lib/perl5/5.8.8/CPAN.pm line 2259. Fetching with LWP: ftp://cpan-sj.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/ Fetching with LWP: ftp://cpan-sj.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/.gz Fetching with Net::FTP: ftp://cpan-sj.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/ Couldn't cwd pub/CPAN/authors/id/App::GitHub::FixRepositoryName at /opt/local/lib/perl5/5.8.8/CPAN.pm line 2259. Fetching with Net::FTP ftp://cpan-sj.viaverio.com/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/.gz Couldn't cwd pub/CPAN/authors/id/App::GitHub::FixRepositoryName at /opt/local/lib/perl5/5.8.8/CPAN.pm line 2259. Fetching with LWP: ftp://cpan.calvin.edu/pub/CPAN/authors/id/App::GitHub::FixRepositoryName/
On Wed May 13 14:21:04 2009, joshuav wrote: Show quoted text
> when i try to install using the suggestion from the website, i get the > message below. I tried > updating my CPAN using the command suggested, but that did not work. > i'm new to all this > command line stuff, so any help would be appreciated. > > many thanks, joshua >
Looks like you're using Mac OS X? Try this: First, download it from: http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/App-GitHub-FixRepositoryName-0.01.tar.gz Then, untar it, cd into the directory, and then run 'cpan .' If you have wget, the steps are: wget http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/App-GitHub-FixRepositoryName-0.01.tar.gz tar -xvzf App-GitHub-FixRepositoryName-0.01.tar.gz cd App-GitHub-FixRepositoryName-0.01 cpan .
thanks for the quick response. indeed i am using mac osx. wget worked. untar worked. cd worked :) 'cpan .' did not work :( i got the below message. thanks again for your help! dyn-XXX-X-XXX-XX:~/App-GitHub-FixRepositoryName-0.01% cpan . CPAN: Storable loaded ok Going to read /Users/joshyv/.cpan/Metadata Database was generated on Fri, 03 Apr 2009 18:26:55 GMT Warning: Cannot install ., don't know what it is. Try the command i /./ to find objects with matching identifiers. dyn-209-2-215-64:~/App-GitHub-FixRepositoryName-0.01% cpan i /./ CPAN: Storable loaded ok Going to read /Users/joshyv/.cpan/Metadata Database was generated on Fri, 03 Apr 2009 18:26:55 GMT Warning: Cannot install i, don't know what it is. Try the command i /i/ to find objects with matching identifiers. Sorry, install with a regular expression is not supported dyn-209-2-215-64:~/App-GitHub-FixRepositoryName-0.01% Show quoted text
> Looks like you're using Mac OS X? Try this: > > First, download it from: > http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/App-GitHub- > FixRepositoryName-0.01.tar.gz > > Then, untar it, cd into the directory, and then run 'cpan .' > > If you have wget, the steps are: > > wget > http://search.cpan.org/CPAN/authors/id/R/RK/RKRIMEN/App-GitHub- > FixRepositoryName-0.01.tar.gz > tar -xvzf App-GitHub-FixRepositoryName-0.01.tar.gz > cd App-GitHub-FixRepositoryName-0.01 > cpan .
On Wed May 13 17:10:51 2009, joshuav wrote: Show quoted text
> thanks for the quick response. > > indeed i am using mac osx. wget worked. untar worked. cd worked :) > > 'cpan .' did not work :( > > i got the below message. thanks again for your help! > > >
Try upgrading cpan with this command: perl -MCPAN -e '$ENV{FTP_PASSIVE} = 1; install CPAN' Also, take a look at: http://sial.org/howto/perl/life-with-cpan/ Something there might help you... If you get it working, please write back what worked, and I'll update the dox Thanks
On Wed May 13 14:21:04 2009, joshuav wrote: Show quoted text
> when i try to install using the suggestion from the website, i get the > message below. I tried > updating my CPAN using the command suggested, but that did not work. > i'm new to all this > command line stuff, so any help would be appreciated. > > many thanks, joshua > > dyn-209-2-215-64:~% cpan -i App::GitHub::FixRepositoryName/ > Strange distribution name [App::GitHub::FixRepositoryName/]
^^^^^^^^^^^^^^^^^^^^^^^^^ Also, looks like you have an extra slash at the end of the module name
Subject: Re: [rt.cpan.org #46045] can't download
Date: Wed, 20 May 2009 09:40:40 -0400
To: bug-App-GitHub-FixRepositoryName [...] rt.cpan.org
From: joshua vogelstein <joshuav [...] jhu.edu>
Show quoted text
> > perl -MCPAN -e '$ENV{FTP_PASSIVE} = 1; install CPAN' >
sadly, this did not work either. i got the following message (after a bunch of other stuff) Test Summary Report ------------------- t/00signature.t (Wstat: 0 Tests: 1 Failed: 1) Failed test: 1 Files=17, Tests=266, 71 wallclock secs ( 0.11 usr 0.06 sys + 13.76 cusr 3.97 csys = 17.90 CPU) Result: FAIL Failed 1/17 test programs. 1/266 subtests failed. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK Running make install make test had returned bad status, won't install without force Show quoted text
Show quoted text
> Something there might help you... >
i'm sure it would. sadly, i don't have time to troubleshoot this in any detail, as it is really more of a curiosity. if you make a different version that obviates the need for cpan, let me know.... many thanks, j Show quoted text
> > If you get it working, please write back what worked, and I'll update > the dox > > Thanks >
Subject: Re: [rt.cpan.org #46045] can't download
Date: Wed, 20 May 2009 09:41:19 -0400
To: bug-App-GitHub-FixRepositoryName [...] rt.cpan.org
From: joshua vogelstein <joshuav [...] jhu.edu>
Show quoted text
> > Also, looks like you have an extra slash at the end of the module name >
i tried it without the slash, and it didn't work. trying with the slash didn't work, but was better.