Subject: | dependency on (abandoned?) Crypt::DH blocking installation |
cpan Net::OpenID::Consumer
CPAN: Storable loaded ok (v2.18)
Going to read '/crypt/rob/.cpan/Metadata'
Database was generated on Fri, 29 Jan 2010 13:48:42 GMT
CPAN: YAML loaded ok (v0.68)
Running install for module 'Net::OpenID::Consumer'
Running make for M/MA/MART/Net-OpenID-Consumer-1.03.tar.gz
CPAN: LWP::UserAgent loaded ok (v5.826)
CPAN: Time::HiRes loaded ok (v1.9711)
CPAN: URI::URL loaded ok (v5.03)
CPAN: Digest::SHA loaded ok (v5.47)
CPAN: Compress::Zlib loaded ok (v2.02)
Checksum for
/crypt/rob/cpan-mini/authors/id/M/MA/MART/Net-OpenID-Consumer-1.03.tar.gz ok
CPAN: Archive::Tar loaded ok (v1.48)
Will not use Archive::Tar, need 1.00
Net-OpenID-Consumer-1.03/
Net-OpenID-Consumer-1.03/t/
Net-OpenID-Consumer-1.03/t/01-misc.t
Net-OpenID-Consumer-1.03/t/00-use.t
Net-OpenID-Consumer-1.03/t/03-messages.t
Net-OpenID-Consumer-1.03/t/02-canonical.t
Net-OpenID-Consumer-1.03/ChangeLog
Net-OpenID-Consumer-1.03/MANIFEST
Net-OpenID-Consumer-1.03/Makefile.PL
Net-OpenID-Consumer-1.03/lib/
Net-OpenID-Consumer-1.03/lib/Net/
Net-OpenID-Consumer-1.03/lib/Net/OpenID/
Net-OpenID-Consumer-1.03/lib/Net/OpenID/Yadis/
Net-OpenID-Consumer-1.03/lib/Net/OpenID/Yadis/Service.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/VerifiedIdentity.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/IndirectMessage.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/URIFetch.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/ClaimedIdentity.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/Association.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/Yadis.pm
Net-OpenID-Consumer-1.03/lib/Net/OpenID/Consumer.pm
Net-OpenID-Consumer-1.03/META.yml
CPAN: File::Temp loaded ok (v0.22)
CPAN.pm: Going to build M/MA/MART/Net-OpenID-Consumer-1.03.tar.gz
Checking if your kit is complete...
Looks good
Warning: prerequisite Crypt::DH 0.05 not found.
Writing Makefile for Net::OpenID::Consumer
Show quoted text
---- Unsatisfied dependencies detected during ----
---- MART/Net-OpenID-Consumer-1.03.tar.gz ----
Crypt::DH [requires]
Running make test
Delayed until after prerequisites
Running make install
Delayed until after prerequisites
Running install for module 'Crypt::DH'
Running make for B/BT/BTROTT/Crypt-DH-0.06.tar.gz
Checksum for
/crypt/rob/cpan-mini/authors/id/B/BT/BTROTT/Crypt-DH-0.06.tar.gz ok
Will not use Archive::Tar, need 1.00
Crypt-DH-0.06/
Crypt-DH-0.06/Changes
Crypt-DH-0.06/inc/
Crypt-DH-0.06/inc/ExtUtils/
Crypt-DH-0.06/inc/ExtUtils/AutoInstall.pm
Crypt-DH-0.06/inc/Module/
Crypt-DH-0.06/inc/Module/Install/
Crypt-DH-0.06/inc/Module/Install/AutoInstall.pm
Crypt-DH-0.06/inc/Module/Install/Base.pm
Crypt-DH-0.06/inc/Module/Install/Can.pm
Crypt-DH-0.06/inc/Module/Install/Fetch.pm
Crypt-DH-0.06/inc/Module/Install/Include.pm
Crypt-DH-0.06/inc/Module/Install/Makefile.pm
Crypt-DH-0.06/inc/Module/Install/Metadata.pm
Crypt-DH-0.06/inc/Module/Install/Win32.pm
Crypt-DH-0.06/inc/Module/Install/WriteAll.pm
Crypt-DH-0.06/inc/Module/Install.pm
Crypt-DH-0.06/lib/
Crypt-DH-0.06/lib/Crypt/
Crypt-DH-0.06/lib/Crypt/DH.pm
Crypt-DH-0.06/Makefile.PL
Crypt-DH-0.06/MANIFEST
Crypt-DH-0.06/META.yml
Crypt-DH-0.06/README
Crypt-DH-0.06/t/
Crypt-DH-0.06/t/00-compile.t
Crypt-DH-0.06/t/01-dh.t
Crypt-DH-0.06/ToDo
CPAN.pm: Going to build B/BT/BTROTT/Crypt-DH-0.06.tar.gz
*** ExtUtils::AutoInstall version 0.56
*** Checking for dependencies...
[Core Features]
- Math::BigInt ...loaded. (1.88 >= 1.60)
*** ExtUtils::AutoInstall configuration finished.
Checking if your kit is complete...
Looks good
Writing Makefile for Crypt::DH
cp lib/Crypt/DH.pm blib/lib/Crypt/DH.pm
Manifying blib/man3/Crypt::DH.3pm
BTROTT/Crypt-DH-0.06.tar.gz
/usr/bin/make -- OK
Running 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.t .. Math::BigInt: couldn't load specified math lib(s),
fallback to Math::BigInt::FastCalc at
/crypt/rob/.cpan/build/Crypt-DH-0.06-xtMx1W/blib/lib/Crypt/DH.pm line 6
t/00-compile.t .. ok
t/01-dh.t ....... 1/18 Math::BigInt: couldn't load specified math
lib(s), fallback to Math::BigInt::FastCalc at
/crypt/rob/.cpan/build/Crypt-DH-0.06-xtMx1W/blib/lib/Crypt/DH.pm line6
t/01-dh.t ....... 10/18
and then the tests do not seem to complete in finite time.
Manually installing Math::BigInt::Pari beforehand smoothed over this
problem, but it's no gem either.