| Summary: | mesa3d fails to build | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Dr I J Ormshaw <ian_ormshaw> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED MOVED | ||
| Severity: | major | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | 2023.11.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | defconfig | ||
|
Description
Dr I J Ormshaw
2024-01-17 13:09:25 UTC
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 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 Thank you for your report.
The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
https://gitlab.com/buildroot.org/buildroot/-/issues
We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.
Thank you!
|