regression on -current with ffmpeg
by kaott from LinuxQuestions.org on (#6E8K4)
Appears to be related to the new vulkan-sdk package.
The config.log file reports:
Code:gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.xfIYNHUx/test /tmp/ffconf.xfIYNHUx/test.o -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm
/usr/bin/ld: cannot find -lOSDependent: No such file or directory
/usr/bin/ld: cannot find -lOGLCompiler: No such file or directory
collect2: error: ld returned 1 exit status
ERROR: spirv_compiler not foundLooking at the files installed by the old vulkan-sdk package there are both files:
Code:-rw-r--r-- root/root 3308 2022-03-06 13:18 usr/lib64/libOGLCompiler.a
-rw-r--r-- root/root 4942 2022-03-06 13:18 usr/lib64/libOSDependent.aNot sure if this is a vulkan-sdk packaging problem (looks like a lot of churn in the SlackBuild), or an ffmpeg problem that is fixed in a newer version.
The config.log file reports:
Code:gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.xfIYNHUx/test /tmp/ffconf.xfIYNHUx/test.o -lglslang -lOSDependent -lHLSL -lOGLCompiler -lSPVRemapper -lSPIRV -lSPIRV-Tools-opt -lSPIRV-Tools -lpthread -lstdc++ -lm
/usr/bin/ld: cannot find -lOSDependent: No such file or directory
/usr/bin/ld: cannot find -lOGLCompiler: No such file or directory
collect2: error: ld returned 1 exit status
ERROR: spirv_compiler not foundLooking at the files installed by the old vulkan-sdk package there are both files:
Code:-rw-r--r-- root/root 3308 2022-03-06 13:18 usr/lib64/libOGLCompiler.a
-rw-r--r-- root/root 4942 2022-03-06 13:18 usr/lib64/libOSDependent.aNot sure if this is a vulkan-sdk packaging problem (looks like a lot of churn in the SlackBuild), or an ffmpeg problem that is fixed in a newer version.