Bug 1098693

Summary: libreoffice needs ported to aarch64
Product: [Fedora] Fedora Reporter: Dennis Gilmore <dennis>
Component: libreofficeAssignee: Stephan Bergmann <sbergman>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: caolanm, dtardon, erack, ltinkl, mstahl, pbrobinson, sbergman
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: libreoffice-4.3.1.2-2.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-09-05 06:09:28 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: 922257    

Description Dennis Gilmore 2014-05-17 06:18:29 UTC
Description of problem:
building libreoffice on aarch64 results in 
configure: error: Unsupported host_cpu aarch64 for host_os linux-gnu


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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Caolan McNamara 2014-05-20 12:46:38 UTC
We briefly talked in the past about an aarch64 port but decided to punt until all the stuff we would need to link against was working. I presume we're at this point now.

Comment 2 Dennis Gilmore 2014-05-28 02:40:39 UTC
We appear to be yes. I was able to install all of the BuildRequires in a rawhide chroot and attempt to build.

Comment 3 Peter Robinson 2014-09-02 22:17:28 UTC
Still has issues

http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2608580

Comment 4 David Tardon 2014-09-03 07:39:02 UTC
KDE4 detection fails because kde libs are looked for in /usr/lib, not in /usr/lib64. Pushed a patch for that.

Comment 5 David Tardon 2014-09-04 07:18:29 UTC
dtardon->sberg: bridgetest in a scratch build (http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2616007) fails:

mixed float and integer struct test failed
three byte struct test failed
### bool does not match! failed
### char does not match! failed
### byte does not match! failed
### short does not match! failed
### unsigned short does not match! failed
### long does not match! failed
### unsigned long does not match! failed
### hyper does not match! failed
### unsigned hyper does not match! failed
### enum does not match! failed
struct comparison test failed
small struct test failed
ppc-style alignment test failed
transportPolyBoolean failed
getNullPolyLong failed
getNullPolyEnum failed
getNullPolyBadEnum failed
getNullPolyStruct failed
sequence of call test failed
### bool does not match! failed
### char does not match! failed
### byte does not match! failed
### short does not match! failed
### unsigned short does not match! failed
### long does not match! failed
### unsigned long does not match! failed
### hyper does not match! failed
### unsigned hyper does not match! failed
### enum does not match! failed
recursive test results failed
remote multi failed: 11 != -1106360320
local multi failed: 11 != -1106360320
standard test failed

Comment 6 Stephan Bergmann 2014-09-04 07:34:10 UTC
ach, had only tested the code locally without enabling -fstack-protector

Comment 7 David Tardon 2014-09-05 06:09:28 UTC
Scratch build http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2625478 finished successfully.