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:
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.