Bug 1138562 - perl-CPAN-Inject-1.14-7.fc22: FTBFS with Perl 5.20
Summary: perl-CPAN-Inject-1.14-7.fc22: FTBFS with Perl 5.20
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-CPAN-Inject
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-09-05 08:05 UTC by Jitka Plesnikova
Modified: 2014-09-11 08:55 UTC (History)
3 users (show)

Fixed In Version: perl-CPAN-Inject-1.14-8.fc22
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-09-11 08:55:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
build.log (7.76 KB, text/plain)
2014-09-05 08:05 UTC, Jitka Plesnikova
no flags Details
root.log (96.56 KB, text/plain)
2014-09-05 08:06 UTC, Jitka Plesnikova
no flags Details


Links
System ID Private Priority Status Summary Last Updated
CPAN 98774 0 None None None Never

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


Note You need to log in before you can comment on or make changes to this bug.