-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mixxx 2.4 AArch64 flatpak builds fail since PR #12664 #12802
Labels
Comments
Be-ing
added a commit
to Be-ing/mixxx
that referenced
this issue
Feb 12, 2024
Currently the aarch64 KDE Flatpak runtime is built with `-opengl es` passed to Qt's configure script. It's questionable whether that's necessary, but regardless, Mixxx can support Qt built with that option. https://invent.kde.org/packaging/flatpak-kde-runtime/-/issues/19 Fixes mixxxdj#12802
Be-ing
added a commit
to Be-ing/mixxx
that referenced
this issue
Feb 12, 2024
Currently the aarch64 KDE Flatpak runtime is built with `-opengl es` passed to Qt's configure script. It's questionable whether that's necessary, but regardless, Mixxx can support Qt built with that option. https://invent.kde.org/packaging/flatpak-kde-runtime/-/issues/19 Fixes mixxxdj#12802
Pleas check if #12804 fixes the build. |
Be-ing
added a commit
to Be-ing/mixxx
that referenced
this issue
Feb 12, 2024
Currently the aarch64 KDE Flatpak runtime is built with `-opengl es` passed to Qt's configure script. It's questionable whether that's necessary, but regardless, Mixxx can support Qt built with that option. https://invent.kde.org/packaging/flatpak-kde-runtime/-/issues/19 Fixes mixxxdj#12802
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Description
Hi all! Mixxx 2.4 flatpak builds currently do not succeed on AArch64. On x86_64 everything builds just fine. The problem appeared with Mixxx PR #12664 from a couple of weeks ago and reverting the PR makes AArch64 flatpak builds work again.
The compilation fails with errors like this:
This might be related to the fact that Flathub AArch64 org.kde.SDK is built using OpenGL ES2 for Qt Base (-opengl es2), but that's how far the investigation has progressed. Here's a link to the Flathub buildbot log and I've also attached a build log from my local AArch64 build.
https://buildbot.flathub.org/#/builders/9/builds/9015/steps/7/logs/stdio
mixxx_flatpak_aarch64_build.txt
Version
2.4.0
OS
Fedora 39
The text was updated successfully, but these errors were encountered: