I see, can you copy and paste that portion in a reply? Did you verify
that it didn't suffer any errors before that stage of the build? I
assume it's an error while running make?
here is the output of the make test
lib/ExtUtils/t/Constant...................
Stop.
FAILED at test 3
lib/ExtUtils/t/PL_FILES...................# Failed test in ../lib/
ExtUtils/t/PL_FILES.t at line 38.
# 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
# /usr/local/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'
# in ../lib/ExtUtils/t/PL_FILES.t at line 41.
# Failed test '1.out was created'
# in ../lib/ExtUtils/t/PL_FILES.t at line 41.
# Failed test '2.out was created'
# in ../lib/ExtUtils/t/PL_FILES.t at line 41.
# Failed test 'blib/lib/PL/Bar.pm was created'
# in ../lib/ExtUtils/t/PL_FILES.t at line 41.
# Looks like you failed 5 tests of 9.
FAILED at test 3
lib/ExtUtils/t/recurs.....................# 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
# /usr/local/src/perl-5.8.8/t/perl "-I../../lib" "-I../../lib"
Makefile.PL
# Writing Makefile for Recurs:
rj2
# Writing Makefile for Recurs
# ==> Your Makefile has been rebuilt. <==
# ==> Please rerun the make command. <==
# false
# *** Error exit code 1
#
# Stop.
FAILED at test 6
Failed 3 test scripts out of 934, 99.68% okay.