<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_UNCONFIRMED "
title="UNCONFIRMED - master branch cannot be built without manual hacks with Aarch64 distro config"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=128671">128671</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>master branch cannot be built without manual hacks with Aarch64 distro config
</td>
</tr>
<tr>
<th>Product</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>UNCONFIRMED
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>LibreOffice
</td>
</tr>
<tr>
<th>Assignee</th>
<td>libreoffice-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>lexboss777@gmail.com
</td>
</tr></table>
<p>
<div>
<pre>Description:
Hello,
I've already mentioned this problem in mailing list:
<a href="https://lists.freedesktop.org/archives/libreoffice/2019-September/083539.html">https://lists.freedesktop.org/archives/libreoffice/2019-September/083539.html</a>
I've just checked it out again with latest commit in master branch and the
problem still exists.
The problem is that you can't just clone and build libreoffice for android with
Aarch64 distro config.
Because there are some errors that should be fixed manually. Errors are
described in the mail.
But I want to add some more errors that happening now:
Linking obj/local/arm64-v8a/liblo-native-code.so
/home/me/Android/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x/../../../../aarch64-linux-android/bin/ld:
unrecognized option '--no-keep-files-mapped'
Earlier I would fix this by replacing ld with ld.gold because
--no-keep-files-mapped it's the option for the ld.gold, not ld.
But today I got another error: /usr/bin/ld: error: cannot find
-landroid_support.
Please, try to build it for android aarch64 and fix happening errors.
Actual Results:
master branch is not building out of the box
Expected Results:
master branch is building out of the box
Reproducible: Always
User Profile Reset: Yes
Additional Info:</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>