Bug 927394

Summary: Self-test failure on PowerPC: test_murmur2: test-hash.c:173: expected <-2034170174> but was <-1660023750>
Product: [Fedora] Fedora Reporter: Gustavo Luiz Duarte <gustavold>
Component: p11-kitAssignee: Kalev Lember <kalevlember>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 19CC: dwa, gustavold, kalevlember, kengert, mclasen, stefw, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: powerpc   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-04 04:56:24 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
Fix testing of murmur hash on bigendian systems none

Description Gustavo Luiz Duarte 2013-03-25 20:07:25 UTC
Description of problem:
p11-kit fails to build on ppc and ppc64 due to a failure on self-check. Build log says:

There was 1 failure:
1) test_murmur2: test-hash.c:173: expected <-2034170174> but was <-1660023750>
!!!FAILURES!!!


Version-Release number of selected component (if applicable):
p11-kit-0.17.4-1.fc19

How reproducible:
Always

Steps to Reproduce:
1. ppc-koji build --scratch f19 p11-kit-0.17.4-1.fc19.src.rpm
2.
3.
  
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=1009705

Expected results:


Additional info:

Comment 1 Stef Walter 2013-03-25 20:17:27 UTC
Created attachment 716185 [details]
Fix testing of murmur hash on bigendian systems

Comment 2 Stef Walter 2013-03-25 20:18:19 UTC
Does this patch fix the issue?

Comment 3 David Aquilina 2013-03-25 20:29:33 UTC
Scratch build with the patch succeeded for me - http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=1011203

Comment 4 Gustavo Luiz Duarte 2013-03-25 20:35:18 UTC
Worked here too. Thanks Stef!

Comment 5 Stef Walter 2013-03-26 12:00:43 UTC
Attachment 716185 [details] pushed as b0e44f8 - Fix testing of murmur hash on bigendian systems

Comment 6 Stef Walter 2013-04-04 04:56:24 UTC
This patch was included in f19 and rawhide last week.