Skip Menu |

This queue is for tickets about the JE CPAN distribution.

Report information
The Basics
Id: 63027
Status: resolved
Priority: 0/
Queue: JE

People
Owner: Nobody in particular
Requestors: Yoshikawa.Hiroshi [...] zx.MitsubishiElectric.co.jp
Cc:
AdminCc:

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



Subject: Install is stopping with Endless loop
Hi Thank you for answering my question. I am trying to install "WWW::Scripter::Plugin::JavaScript" to strawberry perl on Win32. The install is stopping with an endless loop. last message is following. My PC environment is under firewall. Then I set environment variable  HTTP_proxy to http://10.128.189.74:9515. By the way on My home PC ,same install secceeded last night. Do you have any idea about this? Running make test C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "- e" "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\cookies.t t\credentials-api.t t\credentials.t t\die.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\frames.t t\image-new.t t\image-p arse.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\up load.t t\warn.t t\warnings.t t\local\back.t t\local\click.t t\local\click_button .t t\local\failure.t t\local\follow.t t\local\form.t t\local\get.t t\local\overl oad.t t\local\page_stack.t t\local\referer.t t\local\reload.t t\local\submit.t t \live\encoding.t t\live\wikipedia.t t\mech-dump\mech-dump.t t\00-load.t .............. 1/2 # Testing WWW::Mechanize 1.66, with LWP 5.836, Pe rl 5.012001, C:\STRAWB~1\perl\bin\perl.exe # Test::Memory::Cycle is not 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\cookies.t .............. skipped: HTTP::Server::Simple does not support Window s yet. t\credentials-api.t ...... Use of uninitialized value within @_ in lc at C:/stra wberry/perl/vendor/lib/LWP/UserAgent.pm line 559. t\credentials-api.t ...... ok t\credentials.t .......... ok t\die.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\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\live\encoding.t ........ 1/13 Error GETing http://delicious.com/: Service Unav ailable at t\live\encoding.t line 29 # Looks like you planned 13 tests but ran 2. # Looks like your test exited with 9 just after 2. t\live\encoding.t ........ Dubious, test returned 9 (wstat 2304, 0x900) Failed 11/13 subtests t\live\wikipedia.t ....... 1/15 Error GETing http://en.wikipedia.org/: Can't con nect to en.wikipedia.org:80 (Bad hostname 'en.wikipedia.org') at t\live\wikipedi a.t line 26 # Looks like you planned 15 tests but ran 2. # Looks like your test exited with 22 just after 2. t\live\wikipedia.t ....... Dubious, test returned 22 (wstat 5632, 0x1600) Failed 13/15 subtests t\local\back.t ........... 1/47 # Started http://localhost:2339/ t\local\back.t ........... 7/47
On Tue Nov 16 03:11:31 2010, hirosi_yoshikawa wrote: Show quoted text
> Hi > Thank you for answering my question. > I am trying to install "WWW::Scripter::Plugin::JavaScript" to > strawberry perl on Win32. > > The install is stopping with an endless loop. > last message is following. > My PC environment is under firewall. Then I set environment variable  > HTTP_proxy to http://10.128.189.74:9515. > By the way on My home PC ,same install secceeded last night. > Do you have any idea about this?
Those are WWW::Mechanize’s tests that are failing. I often have the same problem, since I am behind a firewall that restricts web access. If you do ‘force install WWW::Mechanize’ at the CPAN shell, before installing WWW::Scripter, that should solve it. But your report has prompted me to do something I’ve been meaning to do for a while: I have just released 0.020 which includes a fallback in case WWW::Mechanize will not install. That one *should* install seamlessly, without any forced install. Show quoted text
> > Running make test > C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "- > e" "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\cookies.t t\credentials-api.t t\credentials.t > t\die.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\frames.t t\image-new.t > t\image-p > arse.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\up > load.t t\warn.t t\warnings.t t\local\back.t t\local\click.t > t\local\click_button > .t t\local\failure.t t\local\follow.t t\local\form.t t\local\get.t > t\local\overl > oad.t t\local\page_stack.t t\local\referer.t t\local\reload.t > t\local\submit.t t > \live\encoding.t t\live\wikipedia.t t\mech-dump\mech-dump.t > t\00-load.t .............. 1/2 # Testing WWW::Mechanize 1.66, with LWP > 5.836, Pe > rl 5.012001, C:\STRAWB~1\perl\bin\perl.exe > # Test::Memory::Cycle is not 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\cookies.t .............. skipped: HTTP::Server::Simple does not > support Window > s yet. > t\credentials-api.t ...... Use of uninitialized value within @_ in lc > at C:/stra > wberry/perl/vendor/lib/LWP/UserAgent.pm line 559. > t\credentials-api.t ...... ok > t\credentials.t .......... ok > t\die.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\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\live\encoding.t ........ 1/13 Error GETing http://delicious.com/: > Service Unav > ailable at t\live\encoding.t line 29 > # Looks like you planned 13 tests but ran 2. > # Looks like your test exited with 9 just after 2. > t\live\encoding.t ........ Dubious, test returned 9 (wstat 2304, 0x900) > Failed 11/13 subtests > t\live\wikipedia.t ....... 1/15 Error GETing http://en.wikipedia.org/: > Can't con > nect to en.wikipedia.org:80 (Bad hostname 'en.wikipedia.org') at > t\live\wikipedi > a.t line 26 > # Looks like you planned 15 tests but ran 2. > # Looks like your test exited with 22 just after 2. > t\live\wikipedia.t ....... Dubious, test returned 22 (wstat 5632, > 0x1600) > Failed 13/15 subtests > t\local\back.t ........... 1/47 # Started http://localhost:2339/ > t\local\back.t ........... 7/47
On Sun Nov 21 15:09:49 2010, SPROUT wrote: Show quoted text
> But your report has prompted me to do something I’ve been meaning to > do for a while: I have > just released 0.020
I meant version 0.020 of WWW::Scripter.