On a Linux machine I'm using, there is a folder
/home/user/.cpanm/work/ that contains a number of directories of the format
##########.#####, where each directory's name is a sequence of what appear to be arbitrary numbers. Each directory appears to correspond to a particular attempt to install something from CPAN and contains a subdirectory for each module whose install was attempted and a
build.log file.
In my Strawberry Perl installation, these same folders exist in
C:\Users\User\.cpanm\work.
Where are these directories stored in cygwin? I found
/home/user/.local/share/.cpan, but cannot find any of the
##########.##### directories within that directory. Do I need to set some option to save these directories?
EDIT: It seems I was using cpanm on the Linux machine but cpan on cygwin and Strawberry Perl. It seems based on my searching that CPAN actually doesn't keep log files of each build attempt, whereas other build utilities such as CPANM do keep log files by default:
When cpan returns the dreaded "won't install without force"
cpan error messages
It looks like I'll need to install CPANM and start using that on the cygwin installation in order to preserve log files for each build.
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.