-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No aarch64 build available #289
Comments
Just to note that I made aarch64 build myself and it works fine on Xperia 10 II |
Yeah, I know about this and hopefuly a new build with a aarch64 should be
done in the next few days. Hopefully my 10 II should be up and running with
SFOS by then as well.
And thanks for the report and testing! :)
Dne ne 4. 7. 2021 13:38 uživatel Matti Lehtimäki ***@***.***>
napsal:
… Just to note that I made aarch64 build myself and it works fine on Xperia
10 II
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#289 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGKQ5T576W4QTACJI4M7ATTWBB35ANCNFSM47ZDCOVA>
.
|
I'd also be interested in building the project myself. Where can I find step-by-step build instructions? |
So I've rebuilt 0.57.3 on the Sailfish OS latest AARCH64 target and the RPM seems to work fine on my Xperia 10 II, so I've added it to OpenRepos. As for Jolla store I think I'll do a couple more fixes first and wait a bit for Feedback from Open Repos and then will ship the next build both to Jolla Store and Open Repos. |
At the moment the process is pretty tightly coupled with the Mer OBS - I basically create new tarball and spec file, upload it to OBS, which trigger a new build, that shows up here: http://repo.merproject.org/obs/home:/MartinK:/sailfish:/modrana/sailfish_latest_aarch64/aarch64/ The OBS project can be seen here: https://build.merproject.org/project/show/home:MartinK:sailfish:modrana I also have one other separate project that builds the package differently so that it's Jolla Store compatible. While this is pretty handy and largely automated for me, it's not really straightforward for user who would want to build modRana themselves, so I'll try to compile some user friendly instructions for how to build modRana with the SDK, that should be easier than involving OBS. BTW, the amount of native code in modRana that actually needs to be compiled is pretty minuscule, basically just the launcher that sets up the viewport & that makes it possible to run modRana via the handy ModRana also supports being started without the launcher just via On Sailfish OS as far as I can tell something is broken - installing |
I just verified that the aarch64 build in openrepos works correctly on my Xperia 10 II. Thanks. |
Here (is what I had to do to compile locally, including workarounds):
The error |
On devices with Sailfish OS with aarch64 architecture openrepos app installs the old 0.55.20 version which was still noarch but that is too old to work in any recent Sailfish OS version so an aarch64 build of the latest release is needed.
The text was updated successfully, but these errors were encountered: