Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize-Cached CPAN distribution.

Report information
The Basics
Id: 112591
Status: rejected
Priority: 0/
Queue: WWW-Mechanize-Cached

People
Owner: Nobody in particular
Requestors: jms408 [...] lehigh.edu
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: problem installing WWW:Mechanize
Date: Mon, 29 Feb 2016 21:19:16 -0500
To: bug-WWW-Mechanize-Cached [...] rt.cpan.org
From: Jesus Salas <jms408 [...] lehigh.edu>
Hello, I could definitely use some help... I am having a problem installing WWW::Mechanize with cpan (sudo cpan to make sure) and I just can't get it to work... It always gets stuck on the "localhost" issue with t/local/back.t I get the same problem even if I "force" install... Any help would be appreciated. Below is the info you request... Thanks, Jesus Salas -------------------- This is perl 5, version 18, subversion 2 (v5.18.2) built for darwin-thread-multi-2level (with 2 registered patches, see perl -V for more detail) Copyright 1987-2013, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. --------------------------------------------********************* cpan[2]> install WWW::Mechanize Running install for module 'WWW::Mechanize' Running make for E/ET/ETHER/WWW-Mechanize-1.75.tar.gz Checksum for /Users/jesussalas/.cpan/sources/authors/id/E/ET/ETHER/WWW-Mechanize-1.75.tar.gz ok CPAN.pm: Building E/ET/ETHER/WWW-Mechanize-1.75.tar.gz Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for WWW::Mechanize Writing MYMETA.yml and MYMETA.json cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod cp lib/WWW/Mechanize/Image.pm blib/lib/WWW/Mechanize/Image.pm cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm cp lib/WWW/Mechanize/Cookbook.pod blib/lib/WWW/Mechanize/Cookbook.pod cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm cp bin/mech-dump blib/script/mech-dump "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/mech-dump Manifying 1 pod document Manifying 6 pod documents ETHER/WWW-Mechanize-1.75.tar.gz /usr/bin/make -- OK Running make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/00-load.t t/add_header.t t/aliases.t t/area_link.t t/autocheck.t t/clone.t t/content.t t/cookies.t t/credentials-api.t t/credentials.t t/die.t t/dump.t t/field.t t/find_frame.t t/find_image.t t/find_inputs.t t/find_link-warnings.t t/find_link.t t/find_link_id.t t/form-parsing.t t/form_with_fields.t t/frames.t t/image-new.t t/image-parse.t t/link-base.t t/link-relative.t t/link.t t/new.t t/pod-coverage.t t/pod.t t/regex-error.t t/save_content.t t/select.t t/taint.t t/tick.t t/untaint.t t/upload.t t/warn.t t/warnings.t t/local/back.t t/local/click.t t/local/click_button.t t/local/content.t t/local/encoding.t t/local/failure.t t/local/follow.t t/local/form.t t/local/get.t t/local/nonascii.t t/local/overload.t t/local/page_stack.t t/local/referer.t t/local/reload.t t/local/submit.t t/mech-dump/mech-dump.t t/00-load.t .............. 1/2 # Testing WWW::Mechanize 1.75, with LWP 6.15, Perl 5.018002, /usr/bin/perl # Test::Memory::Cycle 1.06 is installed. t/00-load.t .............. ok t/add_header.t ........... ok t/aliases.t .............. ok t/area_link.t ............ ok t/autocheck.t ............ ok t/clone.t ................ ok t/content.t .............. ok t/cookies.t .............. # Test server http://127.0.0.1:35057 as PID 20580 t/cookies.t .............. ok t/credentials-api.t ...... ok t/credentials.t .......... ok t/die.t .................. ok t/dump.t ................. ok t/field.t ................ ok t/find_frame.t ........... ok t/find_image.t ........... ok t/find_inputs.t .......... ok t/find_link-warnings.t ... ok t/find_link.t ............ ok t/find_link_id.t ......... ok t/form-parsing.t ......... ok t/form_with_fields.t ..... 1/? There are 2 forms with the named fields. The first one was used. at t/form_with_fields.t line 27. t/form_with_fields.t ..... ok t/frames.t ............... ok t/image-new.t ............ ok t/image-parse.t .......... ok t/link-base.t ............ ok t/link-relative.t ........ ok t/link.t ................. ok t/local/back.t ........... 1/47 Error GETing http://localhost:58084/: Can't connect to localhost:58084 (Connection refused) at t/local/back.t line 53.
On Mon Feb 29 21:19:31 2016, jms408@lehigh.edu wrote: Show quoted text
> Hello, > > I could definitely use some help... I am having a problem installing > WWW::Mechanize with cpan (sudo cpan to make sure) and I just can't get > it > to work... It always gets stuck on the "localhost" issue with > t/local/back.t > > I get the same problem even if I "force" install... > > Any help would be appreciated. Below is the info you request... > > Thanks, > > Jesus Salas > > > -------------------- > > > This is perl 5, version 18, subversion 2 (v5.18.2) built for > darwin-thread-multi-2level > (with 2 registered patches, see perl -V for more detail) > > Copyright 1987-2013, Larry Wall > > Perl may be copied only under the terms of either the Artistic License > or > the > GNU General Public License, which may be found in the Perl 5 source > kit. > > Complete documentation for Perl, including FAQ lists, should be found > on > this system using "man perl" or "perldoc perl". If you have access to > the > Internet, point your browser at http://www.perl.org/, the Perl Home > Page. > > > --------------------------------------------********************* > > > > cpan[2]> install WWW::Mechanize > Running install for module 'WWW::Mechanize' > Running make for E/ET/ETHER/WWW-Mechanize-1.75.tar.gz > Checksum for > /Users/jesussalas/.cpan/sources/authors/id/E/ET/ETHER/WWW-Mechanize- > 1.75.tar.gz > ok > > CPAN.pm: Building E/ET/ETHER/WWW-Mechanize-1.75.tar.gz > > Checking if your kit is complete... > Looks good > Generating a Unix-style Makefile > Writing Makefile for WWW::Mechanize > Writing MYMETA.yml and MYMETA.json > cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod > cp lib/WWW/Mechanize/Image.pm blib/lib/WWW/Mechanize/Image.pm > cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod > cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm > cp lib/WWW/Mechanize/Cookbook.pod blib/lib/WWW/Mechanize/Cookbook.pod > cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm > cp bin/mech-dump blib/script/mech-dump > "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- > blib/script/mech-dump > Manifying 1 pod document > Manifying 6 pod documents > ETHER/WWW-Mechanize-1.75.tar.gz > /usr/bin/make -- OK > Running make test > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; > test_harness(0, > 'blib/lib', 'blib/arch')" t/00-load.t t/add_header.t t/aliases.t > t/area_link.t t/autocheck.t t/clone.t t/content.t t/cookies.t > t/credentials-api.t t/credentials.t t/die.t t/dump.t t/field.t > t/find_frame.t t/find_image.t t/find_inputs.t t/find_link-warnings.t > t/find_link.t t/find_link_id.t t/form-parsing.t t/form_with_fields.t > t/frames.t t/image-new.t t/image-parse.t t/link-base.t t/link- > relative.t > t/link.t t/new.t t/pod-coverage.t t/pod.t t/regex-error.t > t/save_content.t > t/select.t t/taint.t t/tick.t t/untaint.t t/upload.t t/warn.t > t/warnings.t > t/local/back.t t/local/click.t t/local/click_button.t > t/local/content.t > t/local/encoding.t t/local/failure.t t/local/follow.t t/local/form.t > t/local/get.t t/local/nonascii.t t/local/overload.t > t/local/page_stack.t > t/local/referer.t t/local/reload.t t/local/submit.t t/mech-dump/mech- > dump.t > t/00-load.t .............. 1/2 # Testing WWW::Mechanize 1.75, with LWP > 6.15, Perl 5.018002, /usr/bin/perl > # Test::Memory::Cycle 1.06 is installed. > t/00-load.t .............. ok > t/add_header.t ........... ok > t/aliases.t .............. ok > t/area_link.t ............ ok > t/autocheck.t ............ ok > t/clone.t ................ ok > t/content.t .............. ok > t/cookies.t .............. # Test server http://127.0.0.1:35057 as PID > 20580 > t/cookies.t .............. ok > t/credentials-api.t ...... ok > t/credentials.t .......... ok > t/die.t .................. ok > t/dump.t ................. ok > t/field.t ................ ok > t/find_frame.t ........... ok > t/find_image.t ........... ok > t/find_inputs.t .......... ok > t/find_link-warnings.t ... ok > t/find_link.t ............ ok > t/find_link_id.t ......... ok > t/form-parsing.t ......... ok > t/form_with_fields.t ..... 1/? There are 2 forms with the named > fields. > The first one was used. at t/form_with_fields.t line 27. > t/form_with_fields.t ..... ok > t/frames.t ............... ok > t/image-new.t ............ ok > t/image-parse.t .......... ok > t/link-base.t ............ ok > t/link-relative.t ........ ok > t/link.t ................. ok > t/local/back.t ........... 1/47 Error GETing http://localhost:58084/: > Can't > connect to localhost:58084 (Connection refused) at t/local/back.t line > 53.
I'm not sure what your issue is, but this queue is for WWW::Mechanize::Cached. Your issue is with WWW::Mechanize. You could open a ticket there, but you'd probably get better help on #perl-help on irc.perl.org or even on stackoverflow.com I hope this helps. Olaf
Subject: Re: [rt.cpan.org #112591] problem installing WWW:Mechanize
Date: Mon, 29 Feb 2016 22:23:23 -0500
To: bug-WWW-Mechanize-Cached [...] rt.cpan.org
From: Jesus Salas <jms408 [...] lehigh.edu>
Hi Olaf, Thank you for responding so quickly! It's very weird. I actually just tried installing WWW::Mechanized:cached and now it also installed WWW::Mechanized So, strangely enough, you accidentally helped me! 112591 <https://rt.cpan.org/Ticket/Display.html?id=112591> Thanks! Jesus On Mon, Feb 29, 2016 at 9:55 PM, Olaf Alders via RT < bug-WWW-Mechanize-Cached@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=112591 > > > On Mon Feb 29 21:19:31 2016, jms408@lehigh.edu wrote:
> > Hello, > > > > I could definitely use some help... I am having a problem installing > > WWW::Mechanize with cpan (sudo cpan to make sure) and I just can't get > > it > > to work... It always gets stuck on the "localhost" issue with > > t/local/back.t > > > > I get the same problem even if I "force" install... > > > > Any help would be appreciated. Below is the info you request... > > > > Thanks, > > > > Jesus Salas > > > > > > -------------------- > > > > > > This is perl 5, version 18, subversion 2 (v5.18.2) built for > > darwin-thread-multi-2level > > (with 2 registered patches, see perl -V for more detail) > > > > Copyright 1987-2013, Larry Wall > > > > Perl may be copied only under the terms of either the Artistic License > > or > > the > > GNU General Public License, which may be found in the Perl 5 source > > kit. > > > > Complete documentation for Perl, including FAQ lists, should be found > > on > > this system using "man perl" or "perldoc perl". If you have access to > > the > > Internet, point your browser at http://www.perl.org/, the Perl Home > > Page. > > > > > > --------------------------------------------********************* > > > > > > > > cpan[2]> install WWW::Mechanize > > Running install for module 'WWW::Mechanize' > > Running make for E/ET/ETHER/WWW-Mechanize-1.75.tar.gz > > Checksum for > > /Users/jesussalas/.cpan/sources/authors/id/E/ET/ETHER/WWW-Mechanize- > > 1.75.tar.gz > > ok > > > > CPAN.pm: Building E/ET/ETHER/WWW-Mechanize-1.75.tar.gz > > > > Checking if your kit is complete... > > Looks good > > Generating a Unix-style Makefile > > Writing Makefile for WWW::Mechanize > > Writing MYMETA.yml and MYMETA.json > > cp lib/WWW/Mechanize/Examples.pod blib/lib/WWW/Mechanize/Examples.pod > > cp lib/WWW/Mechanize/Image.pm blib/lib/WWW/Mechanize/Image.pm > > cp lib/WWW/Mechanize/FAQ.pod blib/lib/WWW/Mechanize/FAQ.pod > > cp lib/WWW/Mechanize.pm blib/lib/WWW/Mechanize.pm > > cp lib/WWW/Mechanize/Cookbook.pod blib/lib/WWW/Mechanize/Cookbook.pod > > cp lib/WWW/Mechanize/Link.pm blib/lib/WWW/Mechanize/Link.pm > > cp bin/mech-dump blib/script/mech-dump > > "/usr/bin/perl" -MExtUtils::MY -e 'MY->fixin(shift)' -- > > blib/script/mech-dump > > Manifying 1 pod document > > Manifying 6 pod documents > > ETHER/WWW-Mechanize-1.75.tar.gz > > /usr/bin/make -- OK > > Running make test > > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" > > "-MTest::Harness" "-e" "undef *Test::Harness::Switches; > > test_harness(0, > > 'blib/lib', 'blib/arch')" t/00-load.t t/add_header.t t/aliases.t > > t/area_link.t t/autocheck.t t/clone.t t/content.t t/cookies.t > > t/credentials-api.t t/credentials.t t/die.t t/dump.t t/field.t > > t/find_frame.t t/find_image.t t/find_inputs.t t/find_link-warnings.t > > t/find_link.t t/find_link_id.t t/form-parsing.t t/form_with_fields.t > > t/frames.t t/image-new.t t/image-parse.t t/link-base.t t/link- > > relative.t > > t/link.t t/new.t t/pod-coverage.t t/pod.t t/regex-error.t > > t/save_content.t > > t/select.t t/taint.t t/tick.t t/untaint.t t/upload.t t/warn.t > > t/warnings.t > > t/local/back.t t/local/click.t t/local/click_button.t > > t/local/content.t > > t/local/encoding.t t/local/failure.t t/local/follow.t t/local/form.t > > t/local/get.t t/local/nonascii.t t/local/overload.t > > t/local/page_stack.t > > t/local/referer.t t/local/reload.t t/local/submit.t t/mech-dump/mech- > > dump.t > > t/00-load.t .............. 1/2 # Testing WWW::Mechanize 1.75, with LWP > > 6.15, Perl 5.018002, /usr/bin/perl > > # Test::Memory::Cycle 1.06 is installed. > > t/00-load.t .............. ok > > t/add_header.t ........... ok > > t/aliases.t .............. ok > > t/area_link.t ............ ok > > t/autocheck.t ............ ok > > t/clone.t ................ ok > > t/content.t .............. ok > > t/cookies.t .............. # Test server http://127.0.0.1:35057 as PID > > 20580 > > t/cookies.t .............. ok > > t/credentials-api.t ...... ok > > t/credentials.t .......... ok > > t/die.t .................. ok > > t/dump.t ................. ok > > t/field.t ................ ok > > t/find_frame.t ........... ok > > t/find_image.t ........... ok > > t/find_inputs.t .......... ok > > t/find_link-warnings.t ... ok > > t/find_link.t ............ ok > > t/find_link_id.t ......... ok > > t/form-parsing.t ......... ok > > t/form_with_fields.t ..... 1/? There are 2 forms with the named > > fields. > > The first one was used. at t/form_with_fields.t line 27. > > t/form_with_fields.t ..... ok > > t/frames.t ............... ok > > t/image-new.t ............ ok > > t/image-parse.t .......... ok > > t/link-base.t ............ ok > > t/link-relative.t ........ ok > > t/link.t ................. ok > > t/local/back.t ........... 1/47 Error GETing http://localhost:58084/: > > Can't > > connect to localhost:58084 (Connection refused) at t/local/back.t line > > 53.
> > I'm not sure what your issue is, but this queue is for > WWW::Mechanize::Cached. Your issue is with WWW::Mechanize. You could open > a ticket there, but you'd probably get better help on #perl-help on > irc.perl.org or even on stackoverflow.com > > I hope this helps. > > Olaf > >
On Mon Feb 29 22:23:39 2016, jms408@lehigh.edu wrote: Show quoted text
> Hi Olaf, > > Thank you for responding so quickly! It's very weird. I actually just > tried > installing WWW::Mechanized:cached and now it also installed > WWW::Mechanized > > So, strangely enough, you accidentally helped me! > > 112591 <https://rt.cpan.org/Ticket/Display.html?id=112591> > > Thanks! > > Jesus >
Hi Jesus, I'm glad that it worked for you. :) Thanks for letting me know. Best, Olaf