Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2011 20:13:07 -0700
From:      Doug Barton <dougb@FreeBSD.org>
To:        Andrej Zverev <az@freebsd.org>
Cc:        perl@freebsd.org
Subject:   Re: ExtUtils::MakeMaker problem
Message-ID:  <4EAB6F43.2040000@FreeBSD.org>
In-Reply-To: <CAD5bB%2Bi90g%2B0bwp1AQ95RJ1aF5EWJSi9FO4=zxESw5ti0upQVg@mail.gmail.com>
References:  <4EAA551D.8040400@FreeBSD.org> <CAD5bB%2Bi90g%2B0bwp1AQ95RJ1aF5EWJSi9FO4=zxESw5ti0upQVg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Finally had a chance to get back to this (what a day!). Your patch
worked, at least in the sense that I was able to do 'cpan -t
ExtUtils::MakeMaker' successfully, and I've been able to install a few
CPAN modules on my system, including some that use EU:MM.

The pattern you're matching for $file in this patch seems fairly
pathological ... any idea where/how it's being generated?


Doug


On 10/28/2011 03:15, Andrej Zverev wrote:
> Hello, Doug.
> 
> I've spent some time in research and found (but I'm not sure on 100%)
> roots of issue.
> You can try following patch + rebuild perl and report this will help you
> or not. Problem lies inside BSDPAN and it's loop due logic.
> 
> http://sunner.semmy.ru/~az/perl/patch-BSDPAN-5.12.1-1.diff
> 
> Also I'm putting Sergey into copy, since it his territory.
> 
> 
> On Fri, Oct 28, 2011 at 11:09 AM, Doug Barton <dougb@freebsd.org
> <mailto:dougb@freebsd.org>> wrote:
> 
>     I have some modules that I need to install via CPAN, and I'm running
>     into a problem. This is on an 8.2-p4 system, using perl 5.12.4. Every
>     module I try to install runs into the following issue:
> 
>     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
> 
>     It then hangs there forever. I've tried rebuilding/reinstalling perl, no
>     luck. Previously the MakeMaker port was installed, but I've reinstalled
>     perl several times since I removed it.
> 
>     Any ideas?


-- 

	Nothin' ever doesn't change, but nothin' changes much.
			-- OK Go

	Breadth of IT experience, and depth of knowledge in the DNS.
	Yours for the right price.  :)  http://SupersetSolutions.com/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EAB6F43.2040000>