-
Notifications
You must be signed in to change notification settings - Fork 71
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
Error during build "Got empty qtPrfxpath, exiting" #300
Comments
It looks like Related: |
Here are all environment variables of the GitHub runner. So far I did not set
|
What happens if you use a Qt from https://launchpad.net/~beineri? Those are the ones I used for testing this. |
Honestly, I do not want to spend time in Qt 5.15 anymore. Of course the old code base is working with Qt 5.15. But Qt5 will be EOL in a few months (May 2025, https://www.qt.io/blog/qt-5.15-extended-support-for-subscription-license-holders) and https://launchpad.net/~beineri seems to be no active. For these reasons started the welle.io porting actives to Qt6 3 years ago and I would like to finish it soon. Ideally with a welle.io AppImage :-). |
So, what happens if you |
It is looking much better. See the log file: 10_Create AppImage.txt
That could be an idea. When I was looking for an alternative for Travis-CI and https://launchpad.net/~beineri I landed at https://github.com/marketplace/actions/install-qt but I don't have any idea how often this is used. But this project as well as the background project https://github.com/miurahr/aqtinstall/ are having a lot of stars and both are having recent commits. |
Just a short update. I'm getting an AppImage (https://github.com/AlbrechtL/welle.io/actions/runs/10657499437/artifacts/1879934610) but the AppImage itself is not fully working (see welle.io output below). The AppImage build logs are here (10_Create AppImage.txt)
But I think this is most likely something for a new issue. My initial issue is solved. Thanks for that! |
Also use the environment variable `$QT_ROOT_DIR` #300 (comment)
I got the same problem and realized that if you manually set Here is a patch adding a check, I have no idea how to write go code so I don't feel quite confident enough to create a PR from this:
|
Also use the environment variable `$QT_ROOT_DIR` probonopd#300 (comment)
Hi,
I'm trying to port my project https://github.com/AlbrechtL/welle.io/ to
go-appimage
. Unfortunately, I'm getting the errorsGot empty qtPrfxpath, exiting
More logs
welle.io Github actions file: https://github.com/AlbrechtL/welle.io/blob/ed68a30a6d01e2feb73cdaf91c6a8c83bd241383/.github/workflows/linux.yml
welle.io Github actions jobs: https://github.com/AlbrechtL/welle.io/actions/runs/10637457369/job/29491361238
Do you have a hint what is going wrong?
The text was updated successfully, but these errors were encountered: