Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2024 08:03:31 +0100
From:      Nuno Teixeira <eduardo@freebsd.org>
To:        Emmanuel Vadot <manu@freebsd.org>
Cc:        ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org
Subject:   Re: git: 142029e56029 - main - graphics/mesa-dri: unbreak radv=OFF
Message-ID:  <CAFDf7UKOSV475y_8EBYX_8WD9rqxo%2BZzxxt0xhWrc5YrsDrb6g@mail.gmail.com>
In-Reply-To: <202407011656.461GutWO048347@gitrepo.freebsd.org>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
Hello Emmanuel,

Could uou check if the folowing build error (configure) is related to this
commit on i386 and aarch64?
-----------
Host machine cpu: i386
Checking for size of "void*" : 4

meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray
Tracing is only supported on x86_64
-----------
and
-----------
Host machine cpu: aarch64
Checking for size of "void*" : 8

meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray
Tracing is only supported on x86_64
-----------

Thanks

Emmanuel Vadot <manu@freebsd.org> escreveu (segunda, 1/07/2024 à(s) 17:56):

> The branch main has been updated by manu:
>
> URL:
> https://cgit.FreeBSD.org/ports/commit/?id=142029e5602984f6c4e4399d692bef028d94e609
>
> commit 142029e5602984f6c4e4399d692bef028d94e609
> Author:     Emmanuel Vadot <manu@FreeBSD.org>
> AuthorDate: 2024-07-01 16:54:22 +0000
> Commit:     Emmanuel Vadot <manu@FreeBSD.org>
> CommitDate: 2024-07-01 16:54:22 +0000
>
>     graphics/mesa-dri: unbreak radv=OFF
>
>     The Intel Vulkan driver also needs it.
>
>     Fixes:          efb0c89e59bd ("graphics/mesa-dri: Convert gallium and
> vulkan driver to port options")
>     PR:             280071
>     Sponsored by:   Beckhoff Automation GmbH & Co. KG
> ---
>  graphics/mesa-dri/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile
> index 6d62a6bd913e..4e939ca8be67 100644
> --- a/graphics/mesa-dri/Makefile
> +++ b/graphics/mesa-dri/Makefile
> @@ -50,6 +50,7 @@ ${_gd}_VARS+=         GALLIUM_DRIVERS+=${_gd}
>  OPTIONS_GROUP_VULKAN=  anv radv swrast_vk
>  VULKAN_DESC=           Vulkan drivers
>  anv_DESC=              Intel GPU Gen9 and newer Vulkan support
> +anv_BUILD_DEPENDS=     glslangValidator:graphics/glslang
>  radv_DESC=             AMD/ATI Southern Islands and newer Vulkan support
>  radv_BUILD_DEPENDS=    glslangValidator:graphics/glslang
>  swrast_vk_DESC=                Software Rasterizer Vulkan support
>


-- 
Nuno Teixeira
FreeBSD UNIX:  <eduardo@FreeBSD.org>   Web:  https://FreeBSD.org

[-- Attachment #2 --]
<div dir="ltr"><div>Hello Emmanuel,</div><div><br></div><div>Could uou check if the folowing build error (configure) is related to this commit on i386 and aarch64?<br></div><div>-----------<br></div><div>Host machine cpu: i386<br>Checking for size of &quot;void*&quot; : 4<br><br>meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64</div><div>-----------</div><div>and</div><div>-----------</div><div>Host machine cpu: aarch64<br>Checking for size of &quot;void*&quot; : 8<br><br>meson.build:308:3: ERROR: Feature intel-rt cannot be enabled: Intel Ray Tracing is only supported on x86_64</div><div>-----------</div><div><br></div><div>Thanks<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Emmanuel Vadot &lt;<a href="mailto:manu@freebsd.org">manu@freebsd.org</a>&gt; escreveu (segunda, 1/07/2024 à(s) 17:56):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The branch main has been updated by manu:<br>
<br>
URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=142029e5602984f6c4e4399d692bef028d94e609" rel="noreferrer" target="_blank">https://cgit.FreeBSD.org/ports/commit/?id=142029e5602984f6c4e4399d692bef028d94e609</a><br>;
<br>
commit 142029e5602984f6c4e4399d692bef028d94e609<br>
Author:     Emmanuel Vadot &lt;manu@FreeBSD.org&gt;<br>
AuthorDate: 2024-07-01 16:54:22 +0000<br>
Commit:     Emmanuel Vadot &lt;manu@FreeBSD.org&gt;<br>
CommitDate: 2024-07-01 16:54:22 +0000<br>
<br>
    graphics/mesa-dri: unbreak radv=OFF<br>
<br>
    The Intel Vulkan driver also needs it.<br>
<br>
    Fixes:          efb0c89e59bd (&quot;graphics/mesa-dri: Convert gallium and vulkan driver to port options&quot;)<br>
    PR:             280071<br>
    Sponsored by:   Beckhoff Automation GmbH &amp; Co. KG<br>
---<br>
 graphics/mesa-dri/Makefile | 1 +<br>
 1 file changed, 1 insertion(+)<br>
<br>
diff --git a/graphics/mesa-dri/Makefile b/graphics/mesa-dri/Makefile<br>
index 6d62a6bd913e..4e939ca8be67 100644<br>
--- a/graphics/mesa-dri/Makefile<br>
+++ b/graphics/mesa-dri/Makefile<br>
@@ -50,6 +50,7 @@ ${_gd}_VARS+=         GALLIUM_DRIVERS+=${_gd}<br>
 OPTIONS_GROUP_VULKAN=  anv radv swrast_vk<br>
 VULKAN_DESC=           Vulkan drivers<br>
 anv_DESC=              Intel GPU Gen9 and newer Vulkan support<br>
+anv_BUILD_DEPENDS=     glslangValidator:graphics/glslang<br>
 radv_DESC=             AMD/ATI Southern Islands and newer Vulkan support<br>
 radv_BUILD_DEPENDS=    glslangValidator:graphics/glslang<br>
 swrast_vk_DESC=                Software Rasterizer Vulkan support<br>
</blockquote></div><br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><font color="#888888">Nuno Teixeira</font></div><div><div><font color="#888888">
FreeBSD UNIX:  &lt;eduardo@FreeBSD.org&gt;   Web:  <a href="https://FreeBSD.org" rel="noreferrer" target="_blank">https://FreeBSD.org</a><br></font></div></div></div></div>;
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7UKOSV475y_8EBYX_8WD9rqxo%2BZzxxt0xhWrc5YrsDrb6g>