Bug 1138562

Summary: perl-CPAN-Inject-1.14-7.fc22: FTBFS with Perl 5.20
Product: [Fedora] Fedora Reporter: Jitka Plesnikova <jplesnik>
Component: perl-CPAN-InjectAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jplesnik, perl-devel, ppisar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: perl-CPAN-Inject-1.14-8.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-11 08:55:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
build.log
none
root.log none

Description Jitka Plesnikova 2014-09-05 08:05:50 UTC
Created attachment 934698 [details]
build.log

perl-CPAN-Inject can't be rebuilt against Perl 5.20, because tests failed.


+ make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/01_compile.t .. ok
curl: (6) Could not resolve host: www.cpan.org
curl: (6) Could not resolve host: www.cpan.org
curl: (6) Could not resolve host: www.cpan.org
curl: (6) Could not resolve host: www.cpan.org
#   Failed test 'Got expected error'
#   at t/02_main.t line 80.
#                   '
# '
#     doesn't match '(?^:(The directory .* does not exist|The sources directory is not owned by the current user))'
# Looks like you failed 1 test of 24.
t/02_main.t ..... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/24 subtests 
	(less 2 skipped subtests: 21 okay)
Test Summary Report
-------------------
t/02_main.t   (Wstat: 256 Tests: 24 Failed: 1)
  Failed test:  13
  Non-zero exit status: 1
Files=2, Tests=27,  1 wallclock secs ( 0.04 usr  0.01 sys +  0.98 cusr  0.14 csys =  1.17 CPU)
Result: FAIL

Comment 1 Jitka Plesnikova 2014-09-05 08:06:12 UTC
Created attachment 934699 [details]
root.log

Comment 2 Petr Pisar 2014-09-11 07:36:45 UTC
Reproducer: Disable DNS resolver and run:

$ rm -r home; mkdir home; HOME=$PWD/home make test </dev/null