Description of problem: Hi, after the latest update to mpv in Rawhide: mpv-0.35.1-1.fc38.x86_64. If I run: ``` $ mpv --version mpv: symbol lookup error: /lib64/libshaderc_shared.so.1: undefined symbol: _ZN8spvtools23CreateAggressiveDCEPassEv ``` Version-Release number of selected component (if applicable): 0.35.1-1.fc38 How reproducible: $ sudo dnf update $ mpv --version Steps to Reproduce: 1. sudo dnf update 2. mpv --version 3. Actual results: $ mpv --version mpv: symbol lookup error: /lib64/libshaderc_shared.so.1: undefined symbol: _ZN8spvtools23CreateAggressiveDCEPassEv Expected results: Additional info:
This was due to implicit ABI change in spirv-tools-libs and is fixed in newest libshaderc. Make it sure that both spirv-tools-libs-2023.1-1.fc38.x86_64 and libshaderc-2022.2-5.fc38.x86_64 are installed (or wait for one or two days until these updates comes): libshaderc-2022.2-3.fc38.x86_64 causes missing symbol.