-
Notifications
You must be signed in to change notification settings - Fork 113
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
MozillaVPN is not compatible with Qt 6.8 #9966
Comments
Can I just add that for packaging source code release, can we just disable any and all flags that treats warning as error? Not all compiler is the same, not everyone use GCC and everyone's platform is different and therefore can trigger different warnings outside of your build system. It's rather frustrating and I had to stop not only this project from doing this, but also at least 30 other projects where I had to modify GCC and Clang to remove this option for treating warning as error. |
Build succeeds when built with |
Hi, I'm one of the people who've had a segfault since upgrading to Qt 6.8 / KDE 6.2.1: on all my Arch installations, the GUI starts and then crashes (2.24.1). I've tried reinstalling from AUR (removing all -Werror to be able to compile) and even using 2.24.2, but the problem still occurs. I don't know if this should be considered a different issue since it may or may not be related to the compilation issues with Qt6.8. I can open another issue if necessary. I recompiled 2.24.1 with cmake using -DCMAKE_BUILD_TYPE=Debug Click to expand log
|
@Inky19 After the segfault occurs, use |
@xiota ah yes sorry my bad Click to expand backtrace
|
I can confirm the same issue with PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mozillavpn Actual result:
|
Describe the bug
MozillaVPN is not compatible with Qt 6.8
VPN version:
2.24.1
Affected Platforms:
Tested in Archlinux with rustup, PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=mozillavpn
Actual result:
The text was updated successfully, but these errors were encountered: