Skip to content
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

qt5 cross compilation #220320

Open
ghost opened this issue Mar 9, 2023 · 0 comments
Open

qt5 cross compilation #220320

ghost opened this issue Mar 9, 2023 · 0 comments
Labels
0.kind: bug 5. scope: tracking Long-lived issue tracking long-term fixes or multiple sub-problems 6.topic: cross-compilation Building packages on a different platform than they will be used on 6.topic: qt/kde

Comments

@ghost
Copy link

ghost commented Mar 9, 2023

The PRs below will allow to cross-compile all of QT-5 except qtwebengine. I'm working on that. I'll close this issue when it happens. In the meantime, any clues on why qtwebengine fails like this are welcome:

nix build -f . -L pkgsCross.aarch64-multiplatform.qt5.qtwebengine
...
qtwebengine-aarch64-unknown-linux-gnu> Project ERROR: Unknown module(s) in QT: qml-private quick-private
qtwebengine-aarch64-unknown-linux-gnu> make[2]: *** [Makefile:65: sub-core_generator-pro-make_first] Error 3
qtwebengine-aarch64-unknown-linux-gnu> make[2]: Leaving directory '/build/source/src/core'
qtwebengine-aarch64-unknown-linux-gnu> make[1]: *** [Makefile:79: sub-core-make_first] Error 2
qtwebengine-aarch64-unknown-linux-gnu> make[1]: Leaving directory '/build/source/src'
qtwebengine-aarch64-unknown-linux-gnu> make: *** [Makefile:49: sub-src-make_first] Error 2

The interwebs say it's because qmake can't find qtdeclarative.

@ghost ghost added the 0.kind: bug label Mar 9, 2023
@Artturin Artturin added the 6.topic: cross-compilation Building packages on a different platform than they will be used on label Mar 9, 2023
@tomodachi94 tomodachi94 added the 5. scope: tracking Long-lived issue tracking long-term fixes or multiple sub-problems label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug 5. scope: tracking Long-lived issue tracking long-term fixes or multiple sub-problems 6.topic: cross-compilation Building packages on a different platform than they will be used on 6.topic: qt/kde
Projects
None yet
Development

No branches or pull requests

3 participants