Bug 1052433

Summary: Linearstore: ARM compile error: cast ... increases required alignment of target type
Product: Red Hat Enterprise MRG Reporter: Kim van der Riet <kim.vdriet>
Component: qpid-cppAssignee: Kim van der Riet <kim.vdriet>
Status: CLOSED NOTABUG QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: unspecified    
Version: DevelopmentCC: jross
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-13 20:19:45 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 Kim van der Riet 2014-01-13 20:03:44 UTC
When compiling on ARM, the following error message occurs:

cast from 'char*' to 'uint64_t* {aka long long unsigned int*}' increases required alignment of target type [-Werror=cast-align]

(or similar) in several locations.

Comment 1 Kim van der Riet 2014-01-13 20:04:20 UTC
Upstream bug: https://issues.apache.org/jira/browse/QPID-5401

Comment 2 Kim van der Riet 2014-01-13 20:05:38 UTC
Fixed in r.1550446

Comment 3 Kim van der Riet 2014-01-13 20:19:45 UTC
My bad, this fix is an upstream 0.26 branch fix.