Skip Menu |

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

Report information
The Basics
Id: 59883
Status: resolved
Priority: 0/
Queue: WWW-Mechanize-Shell

People
Owner: Nobody in particular
Requestors: pause [...] tlinx.org
Cc:
AdminCc:

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



Tried to compile/make this today on x86-64 Suse. Causes hang. Waits for ever @ trying to contact google.de which is reachable (should be): Show quoted text
> ping google.de
PING google.de (74.125.19.103) 56(84) bytes of data. 64 bytes from nuq04s01-in-f103.1e100.net (74.125.19.103): icmp_seq=1 ttl=56 time=161 ms CPAN.pm: Going to build C/CO/CORION/WWW-Mechanize-Shell-0.48.tar.gz cp lib/WWW/Mechanize/Shell.pm blib/lib/WWW/Mechanize/Shell.pm Manifying blib/man3/WWW::Mechanize::Shell.3pm CORION/WWW-Mechanize-Shell-0.48.tar.gz /usr/bin/make -j -l6 -j -l6 -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-use...........................# Running under 5.010000 # Using 'WWW::Mechanize' version 1.64 # Using 'LWP::UserAgent' version 5.834 t/00-use...........................ok t/00a-Term-Shell-catch-smry........ok t/01-fallback-Win32-OLE............ok 3/3 skipped: various reasons t/02-fallback-HTML-TableExtract....ok 4/4 skipped: various reasons t/02-fallback-Pod-Constant.........ok 4/4 skipped: various reasons t/03-documentation.................ok 119/119 skipped: various reasons t/04-history-invariant.............ok t/05-options.......................ok t/06-valid-output..................ok 50/51 skipped: various reasons t/07-history-items.................ok 24/24 skipped: various reasons t/08-unknown-command...............ok t/09-invalid-filename..............ok t/10-nonexistent-host..............ok 1/2Use of uninitialized value in substr at /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/HTML/PullParser.pm line 80. Use of uninitialized value in length at /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi/HTML/PullParser.pm line 83. t/10-nonexistent-host..............ok t/11-browse-without-request........ok t/12-comments......................ok t/13-command-au....................ok 1/6# get http://foo:bar@ishtar:56546/thisshouldpass t/13-command-au....................ok 2/6# get http://ishtar:56546/thisshouldfail # Credentials are foo bar # Credentials are foo bar Use of uninitialized value in string ne at t/13-command-au.t line 98. # Shutting down test server at http://ishtar:56546/ t/13-command-au....................ok 2/6 skipped: various reasons t/14-command-identity..............ok 1/369# Loading HTTP::Daemon # Spawning local test server # on port 50309 t/14-command-identity..............ok 120/369Error GETing http://google.de/: Can't connect to google.de:80 (connect: Connection timed out) at t/14-command-identity.t line 264
Subject: Re: [rt.cpan.org #59883]
Date: Fri, 30 Jul 2010 20:30:25 +0200
To: bug-WWW-Mechanize-Shell [...] rt.cpan.org
From: Max Maischein <corion [...] corion.net>
Hello Linda, thanks for the report! Show quoted text
> Tried to compile/make this today on x86-64 Suse. > > Causes hang. Waits for ever @ trying to contact google.de which is > reachable (should be):
The test is likely bad, as for machines outside of Germany, http://google.de/ likely gets (infinitely) redirected to http://google.com/ or wherever Google presumes you prefer to be. As a short time workaround, just ignoring failures from this test will work. A long time fix will be to either remove that test or make it use a non-redirecting Google URL like http://google.com/intl/de . -max