Hi Philipp.

I think you might have the same issue in host-mesalib?
Don't know if that one needs more work though.

Regards,
Christian

On 2/7/25 4:44 PM, Philipp Zabel wrote:
> PyYAML is required to build Mesa since 24.2.0, mesa commit ccc6442d6f05
> ("u_format: Rewrite format table to use YAML").
> 
> This issue was hidden before commit 1894396d091b ("host-system-python3:
> use --system-site-packages only when needed") on build hosts that have
> PyYAML installed system-wide.
> 
> Signed-off-by: Philipp Zabel <[email protected]>
> ---
>  rules/mesalib.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/rules/mesalib.in b/rules/mesalib.in
> index ab83bbef70dd..83aab5f87c45 100644
> --- a/rules/mesalib.in
> +++ b/rules/mesalib.in
> @@ -10,6 +10,7 @@ menuconfig MESALIB
>       select HOST_SYSTEM_PYTHON3
>       select HOST_SYSTEM_PYTHON3_MAKO
>       select HOST_SYSTEM_PYTHON3_PYCPARSER    if MESALIB_DRI_ETNAVIV
> +     select HOST_SYSTEM_PYTHON3_PYYAML
>       select HOST_GLSLANG             if MESALIB_VULKAN_AMD
>       select HOST_GLSLANG             if MESALIB_VULKAN_INTEL
>       select HOST_GLSLANG             if MESALIB_VULKAN_OVERLAY


Reply via email to