Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gezfd-0002C0-0b for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 03 Jan 2019 09:52:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gezfb-0005Pw-Nx for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 03 Jan 2019 09:52:07 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gezfb-0005PW-F6 for pgsql-pkg-yum@lists.postgresql.org; Thu, 03 Jan 2019 09:52:07 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gezfT-00055N-O6 for pgsql-pkg-yum@postgresql.org; Thu, 03 Jan 2019 09:52:06 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1471:b720:76e5:bff:fef3:7e00]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 43Vjqw706Rz3F19; Thu, 3 Jan 2019 10:51:56 +0100 (CET) Date: Thu, 3 Jan 2019 10:51:56 +0100 From: Christoph Berg To: Devrim =?iso-8859-1?B?R/xuZPx6?= Cc: Evan Rempel , pgsql-pkg-yum@postgresql.org Subject: Re: Missing llvmjit packages in pgdg-11 RHEL6 Message-ID: <20190103095156.GC8340@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Devrim =?iso-8859-1?B?R/xuZPx6?= , Evan Rempel , pgsql-pkg-yum@postgresql.org References: <1e2cd3c7553c26b98aa98500567e34a96b0395a0.camel@gunduz.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1e2cd3c7553c26b98aa98500567e34a96b0395a0.camel@gunduz.org> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Devrim Gündüz 2019-01-02 <1e2cd3c7553c26b98aa98500567e34a96b0395a0.camel@gunduz.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