[Buildroot] [Bug 15916] mesa3d fails to build

bugzilla at busybox.net bugzilla at busybox.net
Tue Mar 19 08:03:17 UTC 2024


https://bugs.busybox.net/show_bug.cgi?id=15916

--- Comment #2 from Dr I J Ormshaw <ian_ormshaw at waters.com> ---
Adding spirv tools on my build system

$ dnf5 list --installed *spirv*
Installed packages
spirv-headers-devel.noarch   1.5.5-20.fc39 updates
spirv-llvm-translator.x86_64 17.0.0-1.fc39 fedora
spirv-tools.x86_64           2023.3-3.fc39 updates
spirv-tools-devel.x86_64     2023.3-3.fc39 updates
spirv-tools-libs.x86_64      2023.3-3.fc39 updates

And setting

Symbol: BR2_PACKAGE_SPIRV_HEADERS [=y]
Symbol: BR2_PACKAGE_SPIRV_TOOLS [=y]

gives the followinf error:

Found CMake: /usr/bin/cmake (3.27.7)
Run-time dependency spirv-tools found: NO (tried pkgconfig and cmake)

../../../../../build/x86_64-WatersAMST-linux-gnu_24-support-mesa3d-gallium-amdgpu-opencl-e791e9b4/build/mesa3d-24.0.0/meson.build:1843:20:
ERROR: Dependency "SPIRV-Tools" not found, tried pkgconfig and cmake

A full log can be found at
/home/ian/build/x86_64-WatersAMST-linux-gnu_24-support-mesa3d-gallium-amdgpu-opencl-e791e9b4/build/mesa3d-24.0.0/build/meson-logs/meson-log.txt


forcing the spirv tools to be build by removing mesa3d from the config,
re-building then addinf mesa3d bac into the config again gives the error:

Found CMake: /usr/bin/cmake (3.27.7)
Run-time dependency llvmspirvlib found: NO (tried pkgconfig and cmake)

../../../../../build/x86_64-WatersAMST-linux-gnu_24-support-mesa3d-gallium-amdgpu-opencl-e791e9b4/build/mesa3d-24.0.0/meson.build:1845:21:
ERROR: Dependency "LLVMSPIRVLib" not found, tried pkgconfig and cmake

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list