#1134247 aflplusplus: Please don't build-depend on lld-21 on powerpc

Package:
src:aflplusplus
Source:
src:aflplusplus
Submitter:
John Paul Adrian Glaubitz
Date:
2026-04-18 08:41:03 UTC
Severity:
normal
Tags:
#1134247#5
Date:
2026-04-18 08:39:09 UTC
From:
To:
Hello,

lld is not available on powerpc, so that aflplusplus is BD-Uninstallable
on this architecture. I have just made the following change which allowed
the package to build find on powerpc:
--- debian/control.orig 2026-02-01 01:15:31.000000000 -0800
+++ debian/control      2026-04-18 01:14:48.555567783 -0700
@@ -12,7 +12,7 @@
  dh-strip-nondeterminism,
  gcc-15-plugin-dev,
  gcc-multilib [amd64 i386 mips64el mipsel ppc64 sparc64 x32],
- lld-21 [!s390x],
+ lld-21 [!powerpc !s390x],
  llvm-21-dev,
  python3-dev (>= 3.13~),
 # for the tests

Could you implement this change for the next upload?

Thanks,
Adrian