Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
On Thu, Sep 28, 2023 at 4:00 PM Tim Orling wrote: > > > > On Thu, Sep 28, 2023 at 3:55 PM Khem Raj wrote: >> >> On Thu, Sep 28, 2023 at 2:46 PM Tim Orling wrote: >> > >> > >> > >> > On Thu, Sep 28, 2023 at 1:34 PM Khem Raj wrote: >> >> >> >> Can you check if the machines where it fails has

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Tim Orling
On Thu, Sep 28, 2023 at 3:55 PM Khem Raj wrote: > On Thu, Sep 28, 2023 at 2:46 PM Tim Orling wrote: > > > > > > > > On Thu, Sep 28, 2023 at 1:34 PM Khem Raj wrote: > >> > >> Can you check if the machines where it fails has llvm-14-dev package > >> installed on host ? > >> > > > > In my case,

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
On Thu, Sep 28, 2023 at 2:46 PM Tim Orling wrote: > > > > On Thu, Sep 28, 2023 at 1:34 PM Khem Raj wrote: >> >> Can you check if the machines where it fails has llvm-14-dev package >> installed on host ? >> > > In my case, yes. llvm-14-dev 1:14.0.0-1ubuntu1.1 yeah, this will expose the problem

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Tim Orling
On Thu, Sep 28, 2023 at 1:34 PM Khem Raj wrote: > Can you check if the machines where it fails has llvm-14-dev package > installed on host ? > > In my case, yes. llvm-14-dev 1:14.0.0-1ubuntu1.1 > On Thu, Sep 28, 2023 at 9:55 AM Khem Raj wrote: > > > > its linking with

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
Can you check if the machines where it fails has llvm-14-dev package installed on host ? On Thu, Sep 28, 2023 at 9:55 AM Khem Raj wrote: > > its linking with /usr/lib/llvm-14/lib/libLLVM-14.so.1 which is not > correct. Somehow its finding llvm library on your build host. > > On Thu, Sep 28,

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Khem Raj
its linking with /usr/lib/llvm-14/lib/libLLVM-14.so.1 which is not correct. Somehow its finding llvm library on your build host. On Thu, Sep 28, 2023 at 8:25 AM Richard Purdie wrote: > > On Fri, 2023-09-22 at 09:37 -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > >

Re: [OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-28 Thread Richard Purdie
On Fri, 2023-09-22 at 09:37 -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > .../0001-gallium-Fix-build-with-llvm-17.patch | 27 --- > 1 file changed, 18 insertions(+), 9 deletions(-) > > diff --git >

[OE-core] [PATCH] mesa: Update clang-17 patch to upstream v2

2023-09-22 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0001-gallium-Fix-build-with-llvm-17.patch | 27 --- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/meta/recipes-graphics/mesa/files/0001-gallium-Fix-build-with-llvm-17.patch