I don't know cause after the first few modules succeeded I didn't monitor the output of clone-modules nor did I scroll back looking for errors.

Then go back and do it again, and this time keep the output for inspection.

Maybe simply installing one of the "unclonable" modules already fails in a way that allows you to diagnose the problem.

Other people likely solved their problem that way.

My guess is that some of the modules fail because their prerequisites cannot be cloned...
I don't think so because I have the prerequisites. For example Acme::Tools only has few common dependencies. Also Imager itself did get cloned it was only a few image format modules that failed. It's on the same box so I have the SSL stuff that works with 5.38.2.

Imager has no external non-Perl libraries dependencies it needs for installation. Imager::File::PNG needs (for example) the libpng-dev or libpng-headers package installed.

Similarly things hold for the SSL libraries.

Now it's time for you to get your hands dirty and check if you can install those libraries using cpanm (for example), and see if/how they fail there.


In reply to Re^3: perlbrew clone-modules fails to install lots of modules by Corion
in thread perlbrew clone-modules fails to install lots of modules by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.