Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltki5-0003mz-6s for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 17 Jun 2021 05:37:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ltki3-0006ZT-1N for pgsql-pkg-yum@arkaria.postgresql.org; Thu, 17 Jun 2021 05:36:59 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ltki2-0006YI-Sb for pgsql-pkg-yum@lists.postgresql.org; Thu, 17 Jun 2021 05:36:58 +0000 Received: from n3.nabble.com ([162.255.23.22]) by makus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1ltki0-0007eT-Jc for pgsql-pkg-yum@postgresql.org; Thu, 17 Jun 2021 05:36:57 +0000 Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id 539C626D6F64B for ; Wed, 16 Jun 2021 22:36:56 -0700 (MST) Date: Wed, 16 Jun 2021 22:36:56 -0700 (MST) From: Spyridon-Dimitrios Agathos To: pgsql-pkg-yum@postgresql.org Message-ID: <1623908216307-0.post@n3.nabble.com> In-Reply-To: <1623906818385-0.post@n3.nabble.com> References: <1623674276209-0.post@n3.nabble.com> <1623906818385-0.post@n3.nabble.com> Subject: Re: postgresql12-devel and postgresql12-llvmjit incompatible on CentOS8 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Hi there, the steps to reproduce it: # docker run -it centos:latest /bin/bash then in the container: # yum update # dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm # dnf -qy module disable postgresql llvm-toolset rust-toolset # dnf install 'dnf-command(config-manager)' # dnf config-manager --set-enabled pgdg-centos8-sysupdates # yum install postgresql12-devel # yum install postgresql12-llvmjit Regards, Spiros -- Sent from: https://www.postgresql-archive.org/PostgreSQL-pkg-yum-f6042034.html