Bug#1134247: aflplusplus: Please don't build-depend on lld-21 on powerpc
John Paul Adrian Glaubitz <[email protected]> Sat, 18 Apr 2026 10:39:09 +0200
| Newsgroups | gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <177650154967.1154981.3035289090307915899.reportbug__37758.1763126486$1776501690$gmane$org@login1.physik.fu-berlin.de> |
Source: aflplusplus Version: 4.33c-1.1 Severity: normal Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: powerpc 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 -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
aflplusplus-powerpc.diff
(text/plain, 349 B)
--- 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