in reply to Re: Cpan install gets stuck installing Net OpenSSH ?
in thread Cpan install gets stuck installing Net OpenSSH ?

I tried a different install method, using cpanminus and ended up with this: Building and testing Net-OpenSSH-0.70 ... FAIL ! Timed out (> 1800s). Use --verbose to retry. ! Installing Net::OpenSSH failed. See /usr/local/home/jm3731/.cpanm/work/1457646119.8139/build.log for details. Retry with --force to force install it. 1 distribution installed
  • Comment on Re^2: Cpan install gets stuck installing Net OpenSSH ?

Replies are listed 'Best First'.
Re^3: Cpan install gets stuck installing Net OpenSSH ?
by Anonymous Monk on Mar 11, 2016 at 00:32 UTC

    I tried a different install method, using cpanminus and ended up with this: SUMMARY

    And then what happened?

    Why aren't you running the failing tests by hand?

    or make test TEST_VERBOSE=1 TEST_FILES=t/quoting.t

    or prove -vb t/quoting.t

    or perl -Mblib t/quoting.t

    or all of them verbosely? make test TEST_VERBOSE=1

    or prove -vbr t

      Sorry, I do not know enough about doing things manually to even begin to do that. I do web stuff, not unix so trying to use what little info I can find online to get this working.
        It is quite easy: download the archive from here and unpack it, then open a shell and move inside the directory where you have just unpacked it (i.e. /tmp/Net-OpenSSH-0.70), then run the command bellow and paste here the output.
        perl -Ilib t/quoting.t

        Sorry, I do not know enough about doing things manually to even begin to do that. I do web stuff, not unix so trying to use what little info I can find online to get this working.

        I hear you