I had the exact same type of errors as @shinmera, for now I managed to circumvent it by compiling it with clang instead of gcc (using gcc-14 or gcc-13 did not solve the issue so it's likely some old bug looming around).
CC=clang CXX="clang++" QMAKESPEC=linux-clang yay -S drawpile
Pinned Comments