Re: Module::Build / version / cpan / tail chasing



sbk wrote:
hi,

i've compiled perl-5.8.8 from scratch (my favorite approach) ...
installed it ... and now i'm installing the modules which my in-house
collection of code requires ... and i've run into a 'loop' between
'version' and 'Module::Build' ... each requires the other ... and
'cpan' doesn't seem to know how to work around this:


(snipped)


at this point, i'm chasing my tail ... any tips on how to break out and
make progress?



Circular dependency?

Maybe you can first install a slightly older version of
Module::Build -- one that doesn't require version.pm:

http://search.cpan.org/src/KWILLIAMS/Module-Build-0.2801/Build.PL

You can get the source from the CPAN website; download the tarball
found here:

http://search.cpan.org/~kwilliams/Module-Build-0.2801/

Manually install this module.

Then install version with the CPAN shell utility.

Then reinstall the (latest) Module::Build.

It does seem quite bothersome...

--
Hope this helps,
Steven

.



Relevant Pages

  • force install Bundle::CPAN failing
    ... This is on an ubuntu machine an force install Bundle::CPAN is failing. ... CPAN: File::HomeDir loaded ok ... Checking if your kit is complete... ... CPAN: checksum security checks disabled because Digest::SHA not installed. ...
    (Ubuntu)
  • Re: Out of memory! - from CPAN
    ... As I am new here and had not received many replies, I was merely asking for a "better suggested place" to ask my odd error messages question. ... > 1) Download the Bundle::CPAN tarball from CPAN and install it manually ... The cpan until is being pahased out anyway, ... This works fine on modules with no to just a few dependencies. ...
    (perl.beginners)
  • Re: Installing Modules From CPAN
    ... cpan shell -- CPAN exploration and modules ... ReadLine support available (try 'install ... readline() on closed filehandle PIPE at Makefile.PL ...
    (perl.beginners)
  • RE: Installing DBD::File via CPAN
    ... Subject: Installing DBD::File via CPAN ... This is Perl 5.8.7 ... ReadLine support available (try 'install Bundle::CPAN') ...
    (perl.dbi.users)
  • Re: Installing DBD::File via CPAN
    ... Do you use 'UNINST=1' in the build options for CPAN? ... >> Did you build Perl from source, or install via a RPM or binary distro? ... >>> sender of the delivery error by replying to this message, or notify us ...
    (perl.dbi.users)