Source: justbuild Version: 1.6.5-0.1 Severity: important Control: block -1 by 1114025 Control: block 1147659 by -1
justbuild currently hard-codes use of clang-19 from llvm-toolchain-19 (which has several RC bugs and is likely to be removed from testing). Comments in debian/justbuild.makefile suggest that this is because the current version of fmtlib in unstable only works with older clang: ># Force use of clang-19, due to a bug with libfmt>=10.0.0 and clang>=20. ># Issue solved in libfmt>=11.1.0: https://github.com/fmtlib/fmt/commit/6797f0c3 ># Bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114025 By default, Debian builds most packages with gcc, and I see that justbuild is compiled with gcc on riscv64. Would it be possible to build justbuild with gcc on all architectures? That would mean it's no longer blocked by #1114025, and no longer in danger of autoremoval. Thanks, smcv

