-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
[Bug]: Install fails for win64_llvm_mingw arch #825
Labels
bug
Something isn't working
Comments
pcolby
added a commit
to pcolby/dokit
that referenced
this issue
Oct 5, 2024
Just until miurahr/aqtinstall#825 is resolved.
pcolby
added a commit
to pcolby/dokit
that referenced
this issue
Oct 5, 2024
In preparation for llvm-mingw builds, and, eventually native ARM builds for Qt 6.8+ (when GitHub hosted runners are available). Squashed commit of the following: commit 5204b38 Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 10:22:50 2024 +1100 Restore the Linux and macOS builds commit fe26553 Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 10:08:24 2024 +1100 Don't override exclusion with inclusion commit 459bca3 Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 10:05:18 2024 +1100 Don't override exclusion with inclusions commit e47dfbc Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 10:02:33 2024 +1100 Temporarily exclude LLVM builds for Qt 6.7 and 6.8 Just until miurahr/aqtinstall#825 is resolved. commit 2658da6 Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 09:35:16 2024 +1100 Don't include an excluded matrix combination commit 02b2d13 Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 09:29:17 2024 +1100 Correct workflow syntax commit bbeed1e Author: Paul Colby <git@colby.id.au> Date: Sun Oct 6 09:27:08 2024 +1100 Refactor the Windows matrix for llvm-mingw support
I think the same problem is happening when trying to install Qt 6.8 cross-compiled ARM64 on an X64 host.
I looked on disk and found that the file is really located at EDIT: See #832 |
This was referenced Oct 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
For Qt 6.7 (and 6.8) it should be possible to install the
win64_llvm_mingw
arch, however, it appears thataqt
expects to find theqconfig.pri
in an incorrect location eg:But the
qconfig.pri
file is under allvm-mingw_64
directory, notllvm_mingw
.Expected behavior
This should work, without error:
Thanks!
aqt and python version
v3.1.17 on Python 3.10.4 [CPython GCC 13.2.0]
Operating System
Linux/Unix, Windows
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: