Bug 1457935

Summary: perl-Image-Size-3.300-6.fc27 FTBFS on big-endian: Failed test 'Basic WEBP format test'
Product: [Fedora] Fedora Reporter: Petr Pisar <ppisar>
Component: perl-Image-SizeAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: perl-devel, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Unspecified   
URL: https://apps.fedoraproject.org/koschei/build/2925799
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-06-01 15:28:43 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:

Description Petr Pisar 2017-06-01 15:04:48 UTC
perl-Image-Size-3.300-6.fc27 fails to build on big-endian machines because a test fails there:

+ make test
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
#   Failed test 'Basic WEBP format test'
#   at t/all.t line 68.
# Looks like you failed 1 test of 23.
t/all.t ..... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/23 subtests 

Upstream has a fix <https://github.com/rjray/image-size/commit/37609b9079cc2449589fa436baa2e08a3e2b427d> in the git tree.

Because this is a noarch package, the build fails anytimes Koji picks up ppc64 (or s390x) builder.

Comment 1 Tom "spot" Callaway 2017-06-01 15:28:43 UTC
Fix applied, rebuilt in rawhide, thanks.