Probs Building Perl on HP-UX 11.23

A

andrew.fabbro

I'm working on building perl 5.8.8 on HP-UX 11.23. I'm using this
configuration...

CC=/opt/ansic/bin/cc Configure -Duselargefiles -Dusethreads -
Duse64bitall -de

....which was derived from the README.HPUX. The system is an Itanium-
based system.

I've made some good progress, but four tests always fail:

Failed Test Stat Wstat Total Fail Failed List
of Failed
-----------------------------------------------------------------------------------------------------------------------
.../lib/ExtUtils/t/Constant.t 272 270 99.26% 3-272
.../lib/ExtUtils/t/PL_FILES.t 5 1280 9 5 55.56% 3-7
.../lib/ExtUtils/t/recurs.t 2 512 25 2 8.00% 6 14
.../lib/Net/Ping/t/510_ping_udp.t 2 1 50.00% 2
(2 subtests UNEXPECTEDLY SUCCEEDED), 30 tests and 258 subtests
skipped.
Failed 4/992 test scripts, 99.60% okay. 278/117588 subtests failed,
99.76% okay.

I am not building as root, as I do not have root on this system. I
looked at the .t files but the code is a bit beyond me...how best to
proceed? Looking for some bread crumbs.

Details below. Thanks.

.../lib/ExtUtils/t/Constant..................FAILED tests 3-272
Failed 270/272 tests, 0.74% okay

# Failed test in ../lib/ExtUtils/t/PL_FILES.t at line 38.
.../lib/ExtUtils/t/PL_FILES..................NOK 3# got: '256'
# expected: '0'
# Makefile out-of-date with respect to Makefile.PL
# Cleaning current config before rebuilding Makefile...
# make -f Makefile.old clean > /dev/null 2>&1
# /app/common/oracle/perl/src/perl-5.8.8/t/perl "-I../../lib" "-
I../../lib" Makefile.PL
# Writing Makefile for PL_FILES::Module
# ==> Your Makefile has been rebuilt. <==
# ==> Please rerun the make command. <==
# false
# *** Error exit code 1
#
# Stop.

# Failed test 'single.out was created'
.../lib/ExtUtils/t/PL_FILES..................NOK 4lib/ExtUtils/t/
PL_FILES.t at line 41.

# Failed test '1.out was created'
.../lib/ExtUtils/t/PL_FILES..................NOK 5t at line 41.

# Failed test '2.out was created'
# in ../lib/ExtUtils/t/PL_FILES.t at line 41.
.../lib/ExtUtils/t/PL_FILES..................NOK 6
# Failed test 'blib/lib/PL/Bar.pm was created'
# in ../lib/ExtUtils/t/PL_FILES.t at line 41.
.../lib/ExtUtils/t/PL_FILES..................NOK 7# Looks like you
failed 5 tests of 9.
.../lib/ExtUtils/t/PL_FILES..................dubious
Test returned status 5 (wstat 1280, 0x500)
DIED. FAILED tests 3-7
Failed 5/9 tests, 44.44% okay

.../lib/ExtUtils/t/recurs....................ok 1/25
# Failed test 'recursive make exited normally'
# in ../lib/ExtUtils/t/recurs.t at line 61.
# got: '256'
# expected: '0'
# Makefile out-of-date with respect to Makefile.PL
# Cleaning current config before rebuilding Makefile...
# make -f Makefile.old clean > /dev/null 2>&1
# /app/common/oracle/perl/src/perl-5.8.8/t/perl "-I../../lib" "-
I../../lib" Makefile.PL
# Writing Makefile for Recurs::prj2
# Writing Makefile for Recurs
# ==> Your Makefile has been rebuilt. <==
# ==> Please rerun the make command. <==
# false
# *** Error exit code 1
#
# Stop.
.../lib/ExtUtils/t/recurs....................ok 7/25
.../lib/ExtUtils/t/recurs....................NOK 14# Failed test
'recursive make exited normally'
# in ../lib/ExtUtils/t/recurs.t at line 84.
# got: '256'
# expected: '0'
.../lib/ExtUtils/t/recurs....................ok 15/25# Looks like you
failed 2 tests of 25.
.../lib/ExtUtils/t/recurs....................dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 6, 14
Failed 2/25 tests, 92.00% okay


.../lib/Net/Ping/t/510_ping_udp..............ok 1/2# Failed test 2
in ../lib/Net/Ping/t/510_ping_udp.t at line 22
# ../lib/Net/Ping/t/510_ping_udp.t line 22 is: ok $p-
ping("127.0.0.1");
.../lib/Net/Ping/t/510_ping_udp..............FAILED test 2
Failed 1/2 tests, 50.00% okay
 
A

andrew.fabbro

I'm working on building perl 5.8.8 on HP-UX 11.23. I'm using this
configuration...

CC=/opt/ansic/bin/cc Configure -Duselargefiles -Dusethreads -
Duse64bitall -de

Also, building perl on HP-UX 11.11 on a PA-RISC system also fails
510_ping_udp:

lib/Net/Ping/t/510_ping_udp...............# Failed test 2 in ../lib/
Net/Ping/t/510_ping_udp.t at line 22
# ../lib/Net/Ping/t/510_ping_udp.t line 22 is: ok $p-
ping("127.0.0.1");
FAILED at test 2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top