First, I'd like to say thank you very much for creating this installer. I especially like the whole idea of completely sandboxing the installation and having a backup/revert function. I've finally got it to install completely, but unfortunately it took much more guiding than I would have hoped. (I spent about 4 hours fixing things.)

For some reason installing modules from CPAN kept failing--some dependencies were forgotten, and I had to stop the process, launch CPAN manually, install the missing module, and continue the install again with "perl ./cpan-mods.pl".

I basically went through the install.sh script manually, executing the instructions at the command line one at a time, fixing problems as they occurred. I ran into some tests failing with a message saying that the "output looks okay", which doesn't sound like an error at all, and others where the test scripts try to listen for a local network connection. For these I forced the module to install.

I realize that there's not much that can be done to fix these things in the pimpmycat script itself, because these hundreds of dependency modules are constantly changing and breaking. It's basically dependency hell with Perl modules. Does anyone have a solution to this situation?


In reply to Re: Pedantically thorough one-shot catalyst sandbox installation, soon it will automagically set up demo apps too... by Anonymous Monk
in thread Pedantically thorough one-shot catalyst sandbox installation, soon it will automagically set up demo apps too... by tphyahoo

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.