Skip Menu |

This queue is for tickets about the Net-HTTP CPAN distribution.

Report information
The Basics
Id: 107351
Status: resolved
Priority: 0/
Queue: Net-HTTP

People
Owner: Nobody in particular
Requestors: alambike [...] gmail.com
Cc:
AdminCc:

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



Subject: Can't install v6.09 in perl 5.14.2
Date: Sat, 26 Sep 2015 12:51:17 +0200
To: bug-Net-HTTP [...] rt.cpan.org
From: alambike <alambike [...] gmail.com>
I'm trying to install latest cpan version of this module, in a ubuntu precise with perl 5.14.2 and it fails passing tests: Unpacking Net-HTTP-6.09.tar.gz Net-HTTP-6.09/ Net-HTTP-6.09/Changes Net-HTTP-6.09/MANIFEST Net-HTTP-6.09/MANIFEST.SKIP Net-HTTP-6.09/META.json Net-HTTP-6.09/META.yml Net-HTTP-6.09/Makefile.PL Net-HTTP-6.09/README Net-HTTP-6.09/lib/ Net-HTTP-6.09/t/ Net-HTTP-6.09/t/apache-https.t Net-HTTP-6.09/t/apache.t Net-HTTP-6.09/t/http-nb.t Net-HTTP-6.09/t/http.t Net-HTTP-6.09/lib/Net/ Net-HTTP-6.09/lib/Net/HTTP/ Net-HTTP-6.09/lib/Net/HTTP.pm Net-HTTP-6.09/lib/Net/HTTPS.pm Net-HTTP-6.09/lib/Net/HTTP/Methods.pm Net-HTTP-6.09/lib/Net/HTTP/NB.pm Entering Net-HTTP-6.09 Checking configure dependencies from META.json Checking if you have ExtUtils::MakeMaker 6.58 ... Yes (6.94) Running Makefile.PL Configuring Net-HTTP-6.09 ... Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::HTTP Writing MYMETA.yml and MYMETA.json OK Checking dependencies from MYMETA.json ... Checking if you have IO::Uncompress::Gunzip 0 ... Yes (2.033) Checking if you have URI 0 ... Yes (1.69) Checking if you have IO::Select 0 ... Yes (1.20) Checking if you have ExtUtils::MakeMaker 0 ... Yes (6.94) Checking if you have IO::Socket::INET 0 ... Yes (1.31) Checking if you have Compress::Raw::Zlib 0 ... Yes (2.033) Building and testing Net-HTTP-6.09 ... cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm Manifying blib/man3/Net::HTTP.3pm Manifying blib/man3/Net::HTTP::NB.3pm Manifying blib/man3/Net::HTTPS.3pm 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/*.t t/apache-https.t .. skipped: Live tests disabled; pass --live-tests to Makefile.PL to enable t/apache.t ........ skipped: Live tests disabled; pass --live-tests to Makefile.PL to enable t/http-nb.t ....... 1/14 # Failed test at t/http-nb.t line 30. # got: undef # expected: '1' print() on unopened filehandle GEN1 at /usr/lib/perl/5.14/IO/Handle.pm line 159. # Failed test at t/http-nb.t line 32. The test hangs on there and I I have to cancel.
On 2015-09-26 03:51:52, alambike@gmail.com wrote: Show quoted text
> I'm trying to install latest cpan version of this module, in a ubuntu > precise with perl 5.14.2 and it fails passing tests:
If it is convenient to do so, could you possibly try a few earlier versions and see if you get the same results? This will help determine if it's something that changed in a recent release, or if there is something else afoot. The previous releases are available via the triangle pull-down menu near the top at https://metacpan.org/release/Net-HTTP (the tarball link is at 'download', in the left sidebar). You can also install earlier releases directly with the cpanminus client via 'cpanm Net::HTTP@6.08' etc. Thank you very much!
I was getting timeout errors when trying to install the latest version (v6.09) on Centos 6. Version 6.06 installed successfully, but v6.07 failed. I updated IO::Socket::INET6 from 2.56 to 2.72 and now Net::HTTP installs successfully. Keith Carangelo