Bug 1099392

Summary: perl-Imager-0.98-1.fc21 FTBFS: Failed test 'read bad crc with png_ignore_benign_errors'
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-ImagerAssignee: Petr Pisar <ppisar>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dennis, gavin.henry, rc040203, steve
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: http://koji.fedoraproject.org/koji/taskinfo?taskID=6866349
Whiteboard:
Fixed In Version: perl-Imager-0.98-3.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-06-18 14:23:42 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:
Bug Depends On:    
Bug Blocks: 1105908    

Description Petr Pisar 2014-05-20 08:27:07 UTC
perl-Imager-0.98-1.fc21 fails to build in F21 because PNG tests fail:

make[1]: Entering directory `/builddir/build/BUILD/Imager-0.98/PNG'
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/00load.t .. ok
# Library version 10610
#   Failed test 'read bad crc with png_ignore_benign_errors'
#   at t/10png.t line 188.
# Looks like you failed 1 test of 249.
t/10png.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/249 subtests 
Test Summary Report
-------------------
t/10png.t (Wstat: 256 Tests: 249 Failed: 1)
  Failed test:  39
  Non-zero exit status: 1
Files=2, Tests=250,  0 wallclock secs ( 0.06 usr  0.01 sys +  0.76 cusr  0.05 csys =  0.88 CPU)
Result: FAIL

Comment 1 Petr Pisar 2014-06-09 10:37:43 UTC
*** Bug 1106084 has been marked as a duplicate of this bug. ***

Comment 2 Petr Pisar 2014-06-18 13:47:20 UTC
Upstream fixed by:

commit 4593278bee259621fd226213e4d5fc12ba2d4862
Author: Tony Cook <tony>
Date:   Fri Jun 13 20:51:05 2014 +1000

    RT #94717 libpng 1.6.10 no longer considers CRC errors benign
    
    use a different badness for checking benign error support