ExtUtils-MakeMaker is not completing t/INSTALL_BASE.t runs during
package installations when it is called.
I am encountering this with every new FreeBSD server that I am building
and using CPAN to install modules.
## system info:
8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011
root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
## Perl Info:
5.12.4
standard freebsd port installation
## sample output
the out put here is from the installation of YAML as the first package
after running CPAN for the first time.
Manifying blib/man3/ExtUtils::MM_Any.3
MSTROUT/ExtUtils-MakeMaker-6.59.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/arch" "-Iblib/lib"
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/00compile.t ............. ok
t/arch_check.t ............ ok
t/backwards.t ............. ok
t/basic.t ................. ok
t/build_man.t ............. ok
t/cd.t .................... ok
t/config.t ................ ok
t/dir_target.t ............ ok
t/FIRST_MAKEFILE.t ........ ok
t/fix_libs.t .............. ok
t/fixin.t ................. ok
t/hints.t ................. ok
t/INST.t .................. ok
t/INST_PREFIX.t ........... ok
t/INSTALL_BASE.t .......... 1/20
The system hangs here and will proceed no further. If you ^c out of
this the install may proceed with seeming success or it may fail
depending on the package
This does not occur with ExUtils-MakeMaker-6.56 on the same system.
Any corrections to this issue or methods to work around it would be great.