On 12/5/25 08:30, Timo Aaltonen wrote:
On 28.11.2025 0.01, Andreas Beckmann wrote:Package: spirv-tools Version: 2025.4-1 Severity: serious Justification: causes ftbfs in dependent packages Hi,spirv-tools 2025.4 causes a regression when building src:spirv-llvm-translator-21(Due to the package split a Build-Dependency on spirv-tools-dev needs tobe added (but that is *not* the bug here), otherwise spirv-tools is not found andskipped, which makes this bug disappear). build fine after adding a build-dependency on spirv-tools-dev.Sorry I can't parse that :) This makes it sound as if adding spirv-tools-dev fixes the build, but it's not the case?
If I build with spirv-tools/testing, everything is detected, building and testing fine.
If I build with spirv-tools/sid spirv-tools is not detected which is not a failure (its just skipped by the build system)
If I build with spirv-tools/sid + spirv-tools-dev/sid spirv-tools is detected again, building works, but a test fails.
Andreas