While working with perl 5.10.1 today, my CPAN data has gotten messed up:
cpan[1]> force install Term::ReadLine
CPAN: Storable loaded ok (v2.21)
Going to read '/home/____/.cpan/Metadata'
Database was generated on Sat, 29 Aug 2009 21:27:01 GMT
Running install for module 'Term::ReadLine'
CPAN: YAML loaded ok (v0.70)
Running make for D/DA/DAPM/perl-5.10.1.tar.gz
CPAN: LWP::UserAgent loaded ok (v5.829)
CPAN: Time::HiRes loaded ok (v1.9719)
Fetching with LWP:
ftp://cpan-sj.viaverio.com/pub/CPAN/authors/id/D/DA/DAPM/perl-5.10.1
+.tar.gz
CPAN: Digest::SHA loaded ok (v5.47)
CPAN: Compress::Zlib loaded ok (v2.02)
Checksum for /home/____/.cpan/sources/authors/id/D/DA/DAPM/perl-5.10.1
+.tar.gz ok
Scanning cache /home/____/.cpan/build for sizes
......................................................................
+......DONE
DEL(1/1): /home/____/.cpan/build/DAPM-Xy6n72
CPAN: Archive::Tar loaded ok (v1.52)
perl-5.10.1/
perl-5.10.1/sv.c
which then goes on for a long time, untarring perl5.10.1, until it stops at
perl-5.10.1/Configure
I have to control-C out of it.
I tried deleting some things from ~/.cpan/ but have not been able to find the right thing to remove, to keep CPAN from think that perl 5.10.1 is needed for Term::ReadLine.
In what order should I try deleting things from ~/.cpan (or doing something else) so as to keep as much of my context while getting rid of this problem?
Thanks,
cmac
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.