You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this action to build Flatpak bundle for both x86_64 and aarch64 and I encounter the following errors on aarch64:
2023-05-26T14:23:31.3438802Z /usr/mkspecs/features/toolchain.prf:76: Variable QMAKE_CXX.COMPILER_MACROS is not defined.
2023-05-26T14:23:31.3492699Z Project ERROR: failed to parse default search paths from compiler output
There were similar errors reported in Qt bugtracker and a workaround has been documented, but I don't know, how it can be applied in my situation, because I use Qt as provided with KDE 6.4 runtime and I have seemingly no opportunity to configure Qt with custom options.
I understand, that ultimately it is a QEMU issue, but there seems to be no fix planned in the nearest future, so it would be nice to come up with a workaround and implement/document it in this action.
The text was updated successfully, but these errors were encountered:
Although this is definitely underwhelming, I understand your position. I hope you are fine with keeping this issue open, maybe a collective brain will manage to find a solution.
I am trying to use this action to build Flatpak bundle for both x86_64 and aarch64 and I encounter the following errors on aarch64:
Here is a reduced GitHub workflow config:
Here is a reduced Flatpak manifest:
There were similar errors reported in Qt bugtracker and a workaround has been documented, but I don't know, how it can be applied in my situation, because I use Qt as provided with KDE 6.4 runtime and I have seemingly no opportunity to configure Qt with custom options.
I understand, that ultimately it is a QEMU issue, but there seems to be no fix planned in the nearest future, so it would be nice to come up with a workaround and implement/document it in this action.
The text was updated successfully, but these errors were encountered: