Bug#1119819: mesa: FTBFS on alpha, hppa, m68k, sh4: R600 Gallium driver configured to require LLVM
Simon McVittie <[email protected]> Fri, 31 Oct 2025 21:14:38 +0000
| Newsgroups | gmane.linux.debian.ports.alpha |
|---|---|
| Message-ID | <aQUmvoo7RYX_ZaxA__38928.8612570212$1761945465$gmane$org@remnant.pseudorandom.co.uk> |
Source: mesa Version: 25.2.6-1 Severity: normal Tags: ftbfs X-Debbugs-Cc: [email protected], [email protected], [email protected], [email protected] User: [email protected] Usertags: sh4 User: [email protected] Usertags: alpha User: [email protected] Usertags: m68k User: [email protected] Usertags: hppa Control: found -1 25.3.0~rc2-1 Mesa attempts to disable llvmpipe on architectures where it isn't known to work (those that are not in LLVM_ARCHS in debian/rules), but in current versions this is ineffective because the build fails. In unstable: >../meson.build:217:3: ERROR: Feature llvm cannot be disabled: R600 Gallium driver configured to require LLVM and in experimental: >../meson.build:224:3: ERROR: Feature llvm cannot be disabled: R300 Gallium driver requires LLVM for vertex shaders Presumably this means that r300 and r600 should be moved from the generic Linux code path GALLIUM_DRIVERS += nouveau r300 r600 virgl into the block that tests for LLVM_ARCHS. Perhaps a porter for one of the affected architectures could prepare a patch? smcv