On Mon Oct 07 15:28:44 2013, dsteinbrunner@pobox.com wrote:
Show quoted text> On Mon Oct 07 15:16:31 2013, dsteinbrunner@pobox.com wrote:
> > When I try to install using cpanm I get:
> >
> > -> FAIL Timed out (> 1800s). Use --verbose to retry.
> >
> > However, using the -v option with cpanm allows the install to work,
> > however the tests take a *long* time.
> >
> > Any thoughts on why this is?
> >
> > I'm using Mac OS X 10.8 and have experienced this with perl 5.18.1
> > and
> > 5.19.4.
> >
> > Further checking shows this is not an issue on a Debian 5.0.9 VM I
> > have with perl 5.16.3 and perl 5.18.1.
>
> Ok, I'm getting a clearer picture of this. the timeout is from cpanm,
> it does not like the tests that are running so long and I guess -v
> disables the timeout.
>
> The tests hang here:
> t/01_File-Fetch.t .. 135/?
>
> I'll keep digging.
Well, I decided to do a manual install and make test had the same issue, I decided to go straight to using prove and that worked. Then I started mod'ing the test file to see what was up and it appeared 135 had to do with ncftp. After running prove successfully it seems any method I use to try and install seems to work and in a timely manor, except a non verbose cpanm which seems stall/timeout.
This is getting confusing...