Bug 1138804

Summary: telegram-cli is not compiled on big-endian architectures
Product: [Fedora] Fedora EPEL Reporter: Antonio T. (sagitter) <anto.trande>
Component: telegram-cliAssignee: Antonio T. (sagitter) <anto.trande>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6   
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: 2017-04-25 10:47:27 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: 238953, 467765    

Description Antonio T. (sagitter) 2014-09-05 16:19:34 UTC
Description of problem:
telegram-cli package is not built on PPC. Upstream thinks it's a problem related to big-endian archs:

"My code can work only in little-endian systems. Probably here is a root of problem. But I don't have any ppc, so can not say for sure, what to do with it."



Version-Release number of selected component (if applicable):
telegram-cli-1.0.1-2.20140831git30ad29


Actual results:

...
./bin/generate ./auto/scheme.tlo > auto/auto.c
generate: generate.c:774: read_types: Assertion `t->constructors_num >= 0 && t->constructors_num <= 1000' failed.
make: *** [auto/auto.c] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.nLkhpk (%build)


Additional info:

Issue on upstream website: https://github.com/vysheng/tg/issues/239