atom feed15 messages in org.freebsd.freebsd-questionsCPAN hanging on ExtUtils::MakeMaker e...
FromSent OnAttachments
Jaime KikpoleFeb 21, 2012 4:33 pm 
Matthew SeamanFeb 22, 2012 1:26 am 
Jaime KikpoleFeb 22, 2012 4:48 am 
Matthew SeamanFeb 22, 2012 6:07 am 
Alejandro ImassFeb 22, 2012 7:53 am 
Alejandro ImassFeb 22, 2012 8:35 am 
Matthew SeamanFeb 22, 2012 8:35 am 
Matthew SeamanFeb 22, 2012 8:40 am 
Alejandro ImassFeb 22, 2012 8:40 am 
Alejandro ImassFeb 22, 2012 8:55 am 
Jaime KikpoleFeb 22, 2012 10:48 am 
Chuck SwigerFeb 22, 2012 11:34 am 
Matthew SeamanFeb 22, 2012 12:24 pm 
Ireneusz PlutaFeb 23, 2012 8:22 am 
Jaime KikpoleFeb 24, 2012 10:30 am 
Subject:CPAN hanging on ExtUtils::MakeMaker even if installed
From:Jaime Kikpole (jkik@cairodurham.org)
Date:Feb 21, 2012 4:33:41 pm
List:org.freebsd.freebsd-questions

I'm attempting to upgrade Request Tracker manually. (I know that there is a port, but I'd like to preserve my data, thus I'm doing this "the old fashioned way." :) )

When I run the "make fixdeps" step described in the directions, it attempts to load ExtUtil::MakeMaker from CPAN -- even though its already installed. This wouldn't be so bad, but it actually hangs and uses 100% of CPU time (according to "top") like its in an infinite loop. This is the output just before it hangs:

[...cut...] Manifying blib/man3/File::Temp.3 Manifying blib/man3/ExtUtils::MM_Any.3 MSCHWERN/ExtUtils-MakeMaker-6.62.tar.gz /usr/bin/make -- OK CPAN: YAML loaded ok (v0.68) Running make test PERL_DL_NONLAZY=1 /usr/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 .......... 3/20

I've found references to this on the web. They seem to indicate that its something with the FreeBSD port and that its fixed in version 6.63. Unfortunately, only version 6.62 is in the ports collection.

Anyone know what to do to get past this?

Thanks in advance, Jaime