Bug 1098693
| Summary: | libreoffice needs ported to aarch64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dennis Gilmore <dennis> |
| Component: | libreoffice | Assignee: | Stephan Bergmann <sbergman> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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
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. We appear to be yes. I was able to install all of the BuildRequires in a rawhide chroot and attempt to build. Still has issues http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2608580 KDE4 detection fails because kde libs are looked for in /usr/lib, not in /usr/lib64. Pushed a patch for that. 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 ach, had only tested the code locally without enabling -fstack-protector Scratch build http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=2625478 finished successfully. |