Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1295350

Summary: [purple-telegram] fails to build on ppc64 due to endianness issue
Product: [Fedora] Fedora Reporter: Rafael Fonseca <rdossant>
Component: purple-telegramAssignee: Jiri Eischmann <eischmann>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: dan, eischmann
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-08-11 14:43:12 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: 1071880    

Description Rafael Fonseca 2016-01-04 08:59:01 UTC
Description of problem: purple-telegram fails to build on ppc64 with the following endianness issue:

bin/generate -g autocomplete-header auto/scheme.tlo > auto/auto-autocomplete.h || ( rm auto/auto-autocomplete.h && false )
generate: generate.c:2800: parse_tlo_file: Assertion `get_int () == 0x3a2f9be2' failed.
generate: generate.c:2800: parse_tlo_file: Assertion `get_int () == 0x3a2f9be2' failed.
generate: generate.c:2800: parse_tlo_file: Assertion `get_int () == 0x3a2f9be2' failed.
generate: generate.c:2800: parse_tlo_file: Assertion `get_int () == 0x3a2f9be2' failed.

Printing the output of get_int() gives: 0xe29b2f3a


Version-Release number of selected component (if applicable): 1.2.2-4


How reproducible: always on koji-ppc64.


Additional info: fails on f22, f23 and rawhide.

Comment 1 Dan HorĂ¡k 2016-01-04 09:52:31 UTC
bug 1138804 (telegram-cli) is likely related

Comment 2 Jan Kurik 2016-02-24 14:13:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 3 Rafael Fonseca 2016-08-11 14:43:12 UTC
purple-telegram >= 1.2.5-1 builds successfully, so closing this bug.