Operating System - HP-UX
1752782 Members
6408 Online
108789 Solutions
New Discussion

Perl build fails on 11.23 IA machine

 
Syed Madar J S
Frequent Advisor

Perl build fails on 11.23 IA machine

Hi,

one module of the 5.8.8 perl fails during the build process,

machine model:
--------------
Itanium - 11.23 machine

The log below:
--------------
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------------------------------------------------------
op/pat.t 255 65280 ?? ?? % ??
(2 subtests UNEXPECTEDLY SUCCEEDED), 29 tests and 260 subtests skipped.
Failed 1/992 test scripts, 99.90% okay. 0/116449 subtests failed, 100.00% okay.
# export PERL5LIB=/Perl/perl-5.8.8/lib
# perl op/pat.t
Not enough arguments for main::ok at op/pat.t line 3406, near "/${c}|\x{100}/)"
Not enough arguments for main::ok at op/pat.t line 3407, near "0)"
Execution of op/pat.t aborted due to compilation errors.
#


The problem is that the failiure is not clearly indicated, which script is failing, or what percentage of the module fails
Any suggestions or pointers ?