Skip Menu |

This queue is for tickets about the LWP-Protocol-https CPAN distribution.

Report information
The Basics
Id: 74163
Status: resolved
Priority: 0/
Queue: LWP-Protocol-https

People
Owner: Nobody in particular
Requestors: cpan698301 [...] mstier.de
Cc:
AdminCc:

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



Subject: test fails
Building inside some environment without internet access. Tests should disable themselves in order to provide a great packaging experience. :-) PERL_DL_NONLAZY=1 /opt/perl-5.14.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # Failed test 1 in t/apache.t at line 12 # t/apache.t line 12 is: ok($res->is_success); # Failed test 2 in t/apache.t at line 13 # t/apache.t line 13 is: ok($res->content =~ /Apache Software Foundation/); t/apache.t .. Failed 2/2 subtests Test Summary Report ------------------- t/apache.t (Wstat: 0 Tests: 2 Failed: 2) Failed tests: 1-2 Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr 0.05 csys = 0.24 CPU) Result: FAIL Failed 1/1 test programs. 2/2 subtests failed. make: *** [test_dynamic] Error 255
On Thu Jan 19 11:34:54 2012, https://www.google.com/accounts/o8/id?id=AItOawkyOHx--RP0sCuxSqimRLgFJ_YPC6QRWZk wrote: Show quoted text
> Building inside some environment without internet access. Tests should > disable themselves in order to provide a great packaging experience. :-) > > > > PERL_DL_NONLAZY=1 /opt/perl-5.14.2/bin/perl "-MExtUtils::Command::MM" > "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > # Failed test 1 in t/apache.t at line 12 > # t/apache.t line 12 is: ok($res->is_success); > # Failed test 2 in t/apache.t at line 13 > # t/apache.t line 13 is: ok($res->content =~ /Apache Software
Foundation/); Show quoted text
> t/apache.t .. > Failed 2/2 subtests > > Test Summary Report > ------------------- > t/apache.t (Wstat: 0 Tests: 2 Failed: 2) > Failed tests: 1-2 > Files=1, Tests=2, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.16 cusr > 0.05 csys = 0.24 CPU) > Result: FAIL > Failed 1/1 test programs. 2/2 subtests failed. > make: *** [test_dynamic] Error 255
This simply looks like you do not have neither of the 2 required SSL libraries installed. Please recheck your dependencies.
From: cpan698301 [...] mstier.de
No. The OpenSUSE build service denies internet access. Maybe just add use LWP::Online ':skip_all'; as the first use line in apache.t.
With commit 5b58c6d9a skips test if offline