-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot build on CachyOS with Plasma 6.2.4. Build error. #171
Comments
I am also having a similar error on my setup.
My full log messages are these:
|
same here, running...
|
Maybe it's a Qt or KF6 issue? In the cmake call stack, is Qt6QmlFindQmlscInternal.cmake find_package(Qt6QmlCompilerPlusPrivateTools ${PROJECT_VERSION} QUIET CONFIG
PATHS
${_qt_additional_host_packages_prefix_paths}
) which uses Line 3 in 58c6ad5
hence the error It will build if you replace this line with: set(PROJECT_VERSION "6.2.1") but also comes with some warnings:
however those warnings are also present when building the original breeze package on Arch Linux currently, not sure whether it's expected |
I had the same issue with aur/klassy 6.2.breeze6.2.1-3. |
Thank you! |
@rocka thank you. I actually had my eye on that line, not really knowing what I @formicant also thanks to you for the heads up. reinstalling with aur/klassy 6.2.breeze6.2.1-4 also did it for me! |
Same issue here. I use CachyOS with Plasma 6.3.0.
|
Hi,
I am trying to build and install Klassy in CachyOS with Plasma 6.2.4 and NVidia 565.77. Here is my system info:
I have installed all dependencies, and run
./install.sh
. But the build fail here:Am I doing something wrong or is there bug in install script? I tried installing from AUR, but same error occurred.
Also, I cannot install from OBS repository. Getting error like
Maximum size reached
and when I changeXferCommand
towget
I get key related error.Thanks for this wonderful tool.
The text was updated successfully, but these errors were encountered: