Subject: | Install hangs/maxes out CPU during make (section 18 of 21) |
Date: | Thu, 27 May 2010 10:22:32 +0100 |
To: | bug-Crypt-DH [...] rt.cpan.org |
From: | Vaccus Spurcamen <vacuus.spurcamen [...] idnetfreemail.co.uk> |
OS: Ubuntu 9.10
perl, v5.10.0 built for i486-linux-gnu-thread-multi
Linux 2.6.31-20-generic-pae #58-Ubuntu SMP Fri Mar 12 06:25:51 UTC 2010
i686 GNU/Linux
Install hangs/maxes out CPU during make (section 18 of 21).
COMPLAINS: Math::BigInt: couldn't load specified math lib(s)
BUT MAKEFILE REPORTS: Math::BigInt ...loaded. (1.89 >= 1.60)
STEPS TO RECREATE:
perl Makefile.PL
*** ExtUtils::AutoInstall version 0.56
*** Checking for dependencies...
[Core Features]
- Math::BigInt ...loaded. (1.89 >= 1.60)
*** ExtUtils::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::DH
make
cp lib/Crypt/DH.pm blib/lib/Crypt/DH.pm
Manifying blib/man3/Crypt::DH.3pm
root@piggy:/usr/local/src/Crypt-DH-0.06# make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00-compile.t
t/01-dh.t
t/00-compile....Math::BigInt: couldn't load specified math lib(s),
fallback to Math::BigInt::FastCalc
at /usr/local/src/Crypt-DH-0.06/blib/lib/Crypt/DH.pm line 6
t/00-compile....ok
t/01-dh.........Math::BigInt: couldn't load specified math lib(s),
fallback to Math::BigInt::FastCalc
at /usr/local/src/Crypt-DH-0.06/blib/lib/Crypt/DH.pm line 6
t/01-dh.........ok 18/21
{HANGS}