Ok - I sorted it out. It was two things:

  1. Module::Build::XSUtil will not build correctly with the Module::Build bundled with perl 5.10. the 5.10 module is at $VERSION = '0.35'; the latest which worked is at v0.4205
  2. When I installed the latest Module::Build this particular module installed in a new directory off my CPAN basedir: /u01/oracle/perl/lib/perl5. I updated my PERL5LIB and then I could find a new version of the module. Otherwise I got the error message:
    cpan20> test Module::Build::XSUtil
    Running test for module 'Module::Build::XSUtil'
    Running Build for H/HI/HIDEAKIO/Module-Build-XSUtil-0.06.tar.gz
      Has already been unwrapped into directory /u01/oracle/.cpan/build/Module-Build-XSUtil-0.06-36QCGd
      '/usr/bin/perl Build.PL --install_base /u01/oracle/perl' returned status 65280, won't make
    Running Build test
      Make had some problems, won't test
    

Module::Build required newer versions of Module::Metadata and Perl::OSType.

At some point I did install a newer build of Module::Build on the Solaris 11 with perl 5.12 and it had $VERSION = '0.4205'; of Module::Build. Would it be reasonable to ask the maintainer of Module::Build::XSUtil to put in his code a 'require' statement for a newer version of Module::Build? I think that would sort things out.


In reply to Re^5: Module::Build::XSUtil build problem by jimhallsun
in thread Module::Build::XSUtil build problem by jimhallsun

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.