https://bugs.kde.org/show_bug.cgi?id=488179
Bug ID: 488179 Summary: kirigami and other frameworks fail to build with Qt 6.8 due to QSB issue Classification: Frameworks and Libraries Product: frameworks-kirigami Version: Master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kdelibs-b...@kde.org Reporter: bluescreenaven...@gmail.com CC: m...@ratijas.tk, notm...@gmail.com Target Milestone: Not decided It seems like qsb is trying to create files in a folder that does not exist I don't know if it's a CMake issue (CMake 2.28.0 and CMake 2.29.5 both have the issue) or a Qt issue I get Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedbordertexture_lowpower.frag.qsb.d'Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedtexture.frag.qsb.d' Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedrectangle.vert.qsb.d' Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedtexture_lowpower.frag.qsb.d' Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedborderrectangle_lowpower.frag.qsb.d' Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedborderrectangle.frag.qsb.d'Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedrectangle.frag.qsb.d' Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedrectangle_lowpower.frag.qsb.d' Unable to create DEPFILE: '/var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/shadowedbordertexture.frag.qsb.d' make[2]: *** [src/primitives/CMakeFiles/KirigamiPrimitives.dir/build.make:216: src/primitives/.qsb/shadowedrectangle_lowpower.frag.qsb] Error 1 make[2]: *** Waiting for unfinished jobs.... Trying to build it If I try to create /var/cache/srcbuild/kf6-kirigami/build/src/primitives/.qsb/ (just the .qsb folder was missing) manually and try to run make again, the build completes -- You are receiving this mail because: You are watching all bug changes.