- Package:
- spirv-tools
- Source:
- spirv-tools
- Description:
- API and commands for processing SPIR-V modules
- Submitter:
- Jeroen Diederen
- Date:
- 2026-08-24 15:17:02 UTC
- Severity:
- normal
- Tags:
Dear Maintainer,
The CMake source extraction rule in source/CMakeLists.txt contains a
misspelled dependency variable:
${EI_debuinfo}
This should be:
${EI_debuginfo}
The typo causes the source extraction rule to reference the wrong
dependency variable.
I have attached a patch correcting this typo.
The fix is limited to the CMake source extraction dependency; it is
not related to SPIR-V Tools upstream issue #6849.
Regards,
Jeroen Diederen
The filename of the attached patch is unfortunately misleading.
The patch fixes the |${EI_debuinfo}| → |${EI_debuginfo}| typo in
|source/CMakeLists.txt|, as described in this bug report. It is *not
related to SPIRV-Tools upstream issue #6849*.
The attachment was inadvertently given a filename referring to #6849.
The patch contents themselves are for the CMake dependency-variable typo
reported in Debian bug #1145371.
Sorry for the confusion.
One further correction regarding the attached patch:
The following metadata in the patch header is also incorrect:
Bug: https://github.com/KhronosGroup/SPIRV-Tools/issues/6849
Forwarded: yes
There is no upstream bug associated with this fix. The patch is a
Debian-specific fix for the `${EI_debuinfo}` -> `${EI_debuginfo}`
typo in `source/CMakeLists.txt`.
The `Bug:` and `Forwarded:` lines were inadvertently copied from an
unrelated patch and should be removed.
Sorry again for the confusion.