-
Epic
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
builder fix habana-media-loader
-
False
-
-
False
-
To Do
-
AIPCC-662 - Gaudi - Build RH version of vllm for RHEL AI and RHOAI
Testing habana-media-loader with builder, even as pre-built, fails because
it cannot load some of the libraries that are dependencies of the package.
['/opt/app-root/bin/python3.11', '/opt/app-root/lib64/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py', 'get_requires_for_build_wheel', '/tmp/tmpllbuyygt'] failed with Package libavformat was not found in the pkg-config search path. Perhaps you should add the directory containing `libavformat.pc' to the PKG_CONFIG_PATH environment variable Package 'libavformat', required by 'virtual:world', not found Package 'libavcodec', required by 'virtual:world', not found Package 'libavdevice', required by 'virtual:world', not found Package 'libavutil', required by 'virtual:world', not found Package 'libavfilter', required by 'virtual:world', not found Package 'libswscale', required by 'virtual:world', not found Package 'libswresample', required by 'virtual:world', not found pkg-config could not find libraries ['avformat', 'avcodec', 'avdevice', 'avutil', 'avfilter', 'swscale', 'swresample']
We think the problem here is actually that habana-media-loader depends on av, and these errors are from trying to build av without some of its dependencies available.