Trying to get Net::SFTP installed in the standard Apple perl
distribution (5.8.6) on OS 10.4.5.

Seems to fail with (at least) Math::GMP. Trying to install Math::GMP on
its own fails as well. What I think are the relevant cpan messages
below. Any tips would greatly appreciated.

TIA,

-Steve


+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
install Net::SFTP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[...]
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01-compile.....ok                                                          
t/02-buffer......Can't locate Math/GMP.pm in @INC (@INC contains:
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/arch
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level
/Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6
/Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
/Network/Library/Perl/5.8.6 /Network/Library/Perl
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6
/Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
/Network/Library/Perl/5.8.6 /Network/Library/Perl
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at
t/02-buffer.t line 9.
BEGIN failed--compilation aborted at t/02-buffer.t line 9.
# Looks like your test died before it could output anything.
t/02-buffer......dubious                                                     
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-19
        Failed 19/19 tests, 0.00% okay
t/03-packet......Can't locate Math/GMP.pm in @INC (@INC contains:
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/arch
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level
/Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6
/Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
/Network/Library/Perl/5.8.6 /Network/Library/Perl
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .
/System/Library/Perl/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/5.8.6
/Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6
/Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level
/Network/Library/Perl/5.8.6 /Network/Library/Perl
/System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level
/System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1 .) at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Util/
SSH1MP.pm line 7.
BEGIN failed--compilation aborted at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Util/
SSH1MP.pm line 7.
Compilation failed in require at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Util.pm
line 56.
BEGIN failed--compilation aborted at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/Key/
RSA1.pm line 6.
Compilation failed in require at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/SSH1.pm
line 13.
BEGIN failed--compilation aborted at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl/SSH1.pm
line 13.
Compilation failed in require at
/Users/steve/.cpan/build/Net-SSH-Perl-1.30/blib/lib/Net/SSH/Perl.pm line
54.
# Looks like your test died before it could output anything.
t/03-packet......dubious                                                     
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1-10
        Failed 10/10 tests, 0.00% okay
t/04-config......ok                                                          
t/05-cipher......ok                                                          
t/06-circular....ok                                                          
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
------------------------------------------------------------------------
t/02-buffer.t    2   512    19   38 200.00%  1-19
t/03-packet.t    2   512    10   20 200.00%  1-10
Failed 2/6 test scripts, 66.67% okay. 29/116 subtests failed, 75.00%
okay.
make: *** [test_dynamic] Error 2
  /usr/bin/make test -- NOT OK
------------------------------------------------------------

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
install Math::GMP
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Running install for module Math::GMP
Running make for C/CH/CHIPT/Math-GMP-2.04.tar.gz
  Is already unwrapped into directory
/Users/steve/.cpan/build/Math-GMP-2.04
  Has already been processed within this session
Running make test
  Can't test without successful make
Running make install
  make had returned bad status, install seems impossible

Reply via email to