Source: libgl1-mesa-dri Version: 24.2.2-1 Severity: normal X-Debbugs-Cc: debian-powe...@lists.debian.org User: debian-powe...@lists.debian.org Usertags: powerpc
Similar to the situation on sparc64. To reproduce: - install gtk4 build-dependencies on powerpc porterbox with no access to a real GPU - get gtk4 source - edit debian/rules to remove the special case that forces use of softpipe on powerpc - build and run tests Expected result: either of these: - llvmpipe exists, is used, and works - llvmpipe doesn't exist and softpipe is automatically used instead Actual result: - all tests that use OpenGL fail with message "LLVM ERROR: Relocation type not implemented yet!" and a SIGABRT I would suggest special-casing llvmpipe (and anything else requiring LLVM JIT: lavapipe?) to be built on most of the $(LLVM_ARCHS), but not powerpc. smcv