Lists: | pgsql-pkg-yum |
---|
From: | Evan Rempel <erempel(at)uvic(dot)ca> |
---|---|
To: | pgsql-pkg-yum(at)postgresql(dot)org |
Subject: | Missing llvmjit packages in pgdg-11 RHEL6 |
Date: | 2019-01-01 17:23:52 |
Message-ID: | aace3a1a-8bbe-3615-7338-ef46fb3383b1@uvic.ca |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-pkg-yum |
the postgresql11-llvmjit packages are missing from the RH$L repo
https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/
There may be other packages and other repos, but Ihave just come
across that oneat the moment.
From: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
---|---|
To: | Evan Rempel <erempel(at)uvic(dot)ca>, pgsql-pkg-yum(at)postgresql(dot)org |
Subject: | Re: Missing llvmjit packages in pgdg-11 RHEL6 |
Date: | 2019-01-02 21:57:12 |
Message-ID: | 1e2cd3c7553c26b98aa98500567e34a96b0395a0.camel@gunduz.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-pkg-yum |
Hi,
On Tue, 2019-01-01 at 09:23 -0800, Evan Rempel wrote:
> the postgresql11-llvmjit packages are missing from the RH$L repo
>
> https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-6-x86_64/
>
> There may be other packages and other repos, but Ihave just come
> across that oneat the moment.
The LLVM/CLANG versions in RHEL 6 is not sufficient to build PostgreSQL 11 with
LLVM support. I'd suggest you to upgrade to RHEL 7, at least.
Regards,
--
Devrim Gündüz
EnterpriseDB: https://www.enterprisedb.com
PostgreSQL Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
From: | Christoph Berg <myon(at)debian(dot)org> |
---|---|
To: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
Cc: | Evan Rempel <erempel(at)uvic(dot)ca>, pgsql-pkg-yum(at)postgresql(dot)org |
Subject: | Re: Missing llvmjit packages in pgdg-11 RHEL6 |
Date: | 2019-01-03 09:51:56 |
Message-ID: | 20190103095156.GC8340@msg.df7cb.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-pkg-yum |
Re: Devrim Gündüz 2019-01-02 <1e2cd3c7553c26b98aa98500567e34a96b0395a0(dot)camel(at)gunduz(dot)org>
> The LLVM/CLANG versions in RHEL 6 is not sufficient to build PostgreSQL 11 with
> LLVM support. I'd suggest you to upgrade to RHEL 7, at least.
Fwiw what I did for Debian is to require llvm 6.0.1. Older releases
are supported by PG on paper, but effectively at least that version is
needed or else C++ extensions like PostGIS will explode because C++
exceptions aren't handled cleanly.
(The full story is that 5.x is needed for C++ exceptions, and 7 is
needed non-x32 architectures like ppc64(el).)
Christoph