Re: Why does Perl ExtUtils::MakeMaker install hang on FBSD Jail?

2011-08-06 Thread Peter Vereshagin
God love is hard to find. You got lucky freebsd-questions!
2011/08/04 13:23:04 -0400 Alejandro Imass a...@p2ee.org = To FreeBSD 
Questions :
AI The MakeMaker build hangs in the test: INSTALL_BASE.t

I had that same problem too,

AI the only person using the CPAN shell on an Jail !

... but had no idea if it happens only in a jail.

Looking at the ExtUtils/MakeMaker.pm instances in my $PREFIX/lib/perl5 I
concluded that lang/perl5.X ports use to install several of them. That managed
me to install the latest and greatest EU::MM from CPAN's .tar.gz (6,57 I think)
and the only problem I have now is 'Need the 6.42 but we have an unknown
version' warning but thiungs are just ok.

You'd better ask in -perl@ list?

73! Peter pgp: A0E26627 (4A42 6841 2871 5EA7 52AB  12F8 0CE1 4AAC A0E2 6627)
--
http://vereshagin.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Why does Perl ExtUtils::MakeMaker install hang on FBSD Jail?

2011-08-04 Thread Alejandro Imass
Hi,

This post is related to this Perlmonks discussion:

http://perlmonks.org/?node_id=918414

But this particular post has to do with the FBSD part of the thread

The MakeMaker build hangs in the test: INSTALL_BASE.t

In this line, it never seems to return from the run() sub:

my $install_out = run($make install);

If you eliminate this test, everything else works fine and you can
carry on with your business. The modules builds fine in the root
server where the jails are derived from so I'm guessing it has to do
with the way Jails handles that particular make install of Big-Dummy.
This is because I've tried to debug this and run() works correctly
several times before this line. So it is *very* wierd. But I can't be
the only person using the CPAN shell on an Jail !

Thanks

--
Alejandro Imass
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org