You are not logged in.
I also still have this issue on spriv-tools 1:1.4.350.1-1, even if I remove the cache.
The workaround I'm currently using is running blender by:
echo 'void shaderc_compile_options_set_optimization_level(){}' | gcc -shared -fPIC -x c - -o /dev/shm/nospvopt.so &&
LD_PRELOAD=/dev/shm/nospvopt.so blenderThis disables the problematic optimization without downgrading the package.
Offline
This works for me as well with the new Blender 5.2. Thanks for posting your workaround.
Offline