Обсуждение: Re: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore

Поиск
Список
Период
Сортировка

Re: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore

От
Laurenz Albe
Дата:
On Thu, 2023-05-25 at 18:21 +0100, Devrim Gündüz wrote:
> On Thu, 2023-05-25 at 15:20 +1200, Thomas Munro wrote:
> > Is it possible that whoever packaged that compiled it against LLVM 15
> > but then put LLVM 16 into the package depencencies? 
>
> Me. The answer is yes.
>
> I hit the same issue on my laptop a couple of days ago. Will rebuild
> RPMs against LLVM15 (which is a separate package), and will release
> until Monday.

I still see that error with the 16.0 packages on Fedora 38.

Yours,
Laurenz Albe



Re: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore

От
Devrim Gündüz
Дата:
Hi Laurenz,

On Fri, 2023-09-15 at 09:06 +0200, Laurenz Albe wrote:
> I still see that error with the 16.0 packages on Fedora 38.

Unfortunately Fedora 38 does not have clang15 package,  so we'll need to
wait until PostgreSQL supports LLVM 16.

Regards,
--
Devrim Gündüz
Open Source Solution Architect, PostgreSQL Major Contributor
Twitter: @DevrimGunduz , @DevrimGunduzTR



Re: BUG #17943: Undefined symbol LLVMBuildGEP in llvmjit.so during pg_restore

От
Laurenz Albe
Дата:
On Fri, 2023-09-15 at 12:28 +0100, Devrim Gündüz wrote:
> On Fri, 2023-09-15 at 09:06 +0200, Laurenz Albe wrote:
> > I still see that error with the 16.0 packages on Fedora 38.
>
> Unfortunately Fedora 38 does not have clang15 package,  so we'll need to
> wait until PostgreSQL supports LLVM 16.

I see.

Wouldn't it be better not to ship postgresql16-llvmjit, or at least to
ship PostgreSQL with "jit = off"?

Yours,
Laurenz Albe