Dear Monks,

I am attempting to replicate a Perl hierarchy using an autobundle (snapshot) file.

To test I have two instances of perl same version (5.14.2) and exact installs (both Configure set the same identical servers and no extra modules). On the first version I install Catalyst and all dependencies via a local CPAN. After which I create a bundle and install via this bundle on the identical Perl using the same local mirror. The trouble is installing the autobundle fails. It may appear that the autobundle requests the install of ?'core'? modules and then requests otehr versions of perl to be installed eg

Running install for module 'vmsish' The most recent version "1.03" of the module "vmsish" is part of the perl-5.15.4 distribution. To install that, you need to +run force install vmsish --or-- install F/FL/FLORA/perl-5.15.4.tar.gz Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible warnings is up to date (1.12). warnings::register is up to date (1.02). Stopping: 'install' failed for 'Bundle::Snapshot_2012_02_21_00'. Failed during this command: DAGOLDEN/Sub-Uplevel-0.22.tar.gz : make_test NO NWCLARK/perl-5.8.6.tar.gz : make NO isa perl RJBS/perl-5.15.2.tar.bz2 : make NO isa perl FLORA/perl-5.15.4.tar.gz : make NO isa perl

On running the cpan command in both cases:

o conf prerequisites_policy follow o conf connect_to_internet_ok 0 and the environment variable PERL_MM_USE_DEFAULT=1

Any idea what the catch is?

Thanks in advance

Stephen

In reply to Trouble replicating a Perl hierarchy using autobundle by PerlByName

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.