Hi, when trying to install the package with paru I encountered this error:
CMake Error in /home/myuser/.cache/paru/clone/quickshell-git/src/quickshell/build/CMakeFiles/CMakeScratch/TryCompile-cU8Gux/CMakeLists.txt:
Imported target "cpptrace::cpptrace" includes non-existent path
"/include"
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
* The path was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and references files it does not
provide.
CMake Error at src/crash/CMakeLists.txt:27 (try_run):
Failed to generate test project build system.
I think it has to do with _IMPORT_PREFIX being "" on /usr/lib/cmake/cpptrace/cpptrace-targets.cmake:
set_target_properties(cpptrace::cpptrace PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)
Building without cpptrace (-DCRASH_HANDLER=off, see https://github.com/quickshell-mirror/quickshell/blob/master/BUILD.md#crash-handler) avoids the issue for now.
Pinned Comments
entailzwrapped commented on 2025-06-16 19:06 (UTC)
If you are encountering a weird error while attempting to build, please rebuild the google-breakpad package.