in reply to Cpan install gets stuck installing Net OpenSSH ?

Something in t/quoting.t by the look of it. Try running that by hand.

Neil Watson
watson-wilson.ca

  • Comment on Re: Cpan install gets stuck installing Net OpenSSH ?

Replies are listed 'Best First'.
Re^2: Cpan install gets stuck installing Net OpenSSH ?
by jtzako (Sexton) on Mar 10, 2016 at 22:14 UTC
    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

      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.