On 18 Aug 2007, at 01:05, Eric Wilhelm wrote:
# from Andy Armstrong
# on Friday 17 August 2007 02:55 pm:

Does anyone know if there's a version of Module::Build that works
with 5.0.5? The latest doesn't appear to.

What is the trouble?

If I install an old enough version of Data::Dumper to work on 5.0.5 M::B's tests fail because D::D can't handle some data that's passed to it. Pre 2.0 versions of Data::Dumper are thin on the ground. Here's all I can find on backpan:

htdocs/authors/Gurusamy_Sarathy/Data-Dumper-2.101.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.07.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.00b.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-1.21.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.04b.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.02b.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.101.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.06.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.08.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.09.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.10.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.01b.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.05.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-1.22.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-1.23.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.03b.tar.gz
htdocs/authors/id/G/GS/GSAR/Data-Dumper-2.081.tar.gz
htdocs/authors/id/C/CN/CNANDOR/Data-Dumper-2.09-bin-1-MacOS.tar.gz
htdocs/authors/id/C/CN/CNANDOR/Data-Dumper-2.081-bin-2-MacOS.tar.gz
htdocs/authors/id/GSAR/Data-Dumper-2.101.tar.gz
htdocs/authors/id/I/IL/ILYAM/Data-Dumper-2.121.tar.gz
htdocs/authors/id/I/IL/ILYAM/Data-Dumper-2.12_01.tar.gz
htdocs/authors/id/I/IL/ILYAM/Data-Dumper-2.12_02.tar.gz

I installed 1.21 and tried to install the latest M::B:

/home/andy/bin/perl5.0.5 Build.PL installdirs=site
Checking whether your kit is complete...
Looks good

Checking prerequisites...
Version string '1.14 ' contains invalid data; ignoring: ' ' at (eval 4) line 233, <GEN3> chunk 3. Version string '1.28 ' contains invalid data; ignoring: ' ' at (eval 4) line 233, <GEN4> chunk 3. Version string '1.28 ' contains invalid data; ignoring: ' ' at (eval 4) line 233, <GEN6> chunk 3.
* Optional prerequisite ExtUtils::CBuilder is not installed
* Optional prerequisite ExtUtils::ParseXS is not installed
* Optional prerequisite Module::Signature is not installed
* Optional prerequisite Archive::Tar is not installed
* Optional prerequisite Pod::Readme is not installed
* Optional prerequisite version is not installed

ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation

Checking features:
  HTML_support.......enabled
  manpage_support....disabled
    - Pod::Man is not installed
  C_support..........disabled
    - ExtUtils::CBuilder is not installed
    * Optional prerequisite ExtUtils::ParseXS is not installed
  YAML_support.......disabled
    - YAML is not installed

Can't handle type. at /home/andy/Works/Perl/versions/5.0.5/lib/perl5/ site_perl/Data/Dumper.pm line 278. Couldn't run Build.PL: Illegal seek at lib/Module/Build/Compat.pm line 200.
Running make test
  Make had some problems, maybe interrupted? Won't test
Running make install
  Make had some problems, maybe interrupted? Won't install



--
Andy Armstrong, hexten.net

Reply via email to