> from Eric Wilhelm > on Wednesday 27 February 2008 >Perhaps try the tarball from here: >http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.28 08_01.tar.gz That failed too; here are the lines on either side of the failure. (I could attach the whole output in a word doc if you'd like) ok 32 - Module::Build->new_from_context ok 33 - traditional Makefile.PL created ok 34 - Makefile.PL does not require a perl version ok 35 - Makefile.PL ran without error ok 36 - Makefile exists ok 37 - (skipping cleanup) ok 38 - Makefile has correct PREREQ_PM line Stop. not ok 39 - make ran without error # Failed test (t/compat.t at line 237) ok 40 - make test ran without error ok 41 - make test output indicated success ok 42 - make realclean ran without error ok 43 - Makefile.PL ran without error (postargs: INSTALLDIRS=vendor)
>What is your `/opt/perl_64/bin/perl --version` This is perl, v5.8.8 built for IA64.ARCHREV_0-thread-multi-LP64 (with 33 registered patches, see perl -V for more detail) Copyright 1987-2006, Larry Wall Binary build 817.1 [268662] provided by ActiveState http://www.ActiveState.com Built Sep 19 2006 13:50:51 >and `uname -a`? HP-UX hxtapa12 B.11.23 U ia64 1871883104 unlimited-user license >Possibly also `make --version` would be helpful to know. That didn't work for me, I believe I'm using an HP make utility; 'man make' shows that it does not have a version switch. This is what I could find out about it: [/tmp/perl_modules/Module-Build-0.2808_01] # which make /usr/bin/make [EMAIL PROTECTED] [/tmp/perl_modules/Module-Build-0.2808_01] # what /usr/bin/make /usr/bin/make: $Revision: @(#) make R11.23_BL2005_0511_1 PATCH_11.23 PHCO_32745 >Finally, if the only test failing is compat.t, you would probably be >okay to just `./Build install` so long as you configure >your .cpan/CPAN/MyConfig.pm with 'prefer_installer' => q[MB]. Naw...your statement "you might be on an architecture which hasn't been tested" makes me leery. These are our first Itanium servers; I'm trying to install all the modules we currently use into 64-bit perl 5.8.8. Once done/tested it would be used/copied to other Itaniums including a production tier.