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 1lsrgH-0000T7-S8 for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 14 Jun 2021 18:51:29 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lsrgG-0003Z8-R8 for pgsql-pkg-yum@arkaria.postgresql.org; Mon, 14 Jun 2021 18:51:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lslqs-0005ia-8j for pgsql-pkg-yum@lists.postgresql.org; Mon, 14 Jun 2021 12:38:02 +0000 Received: from n3.nabble.com ([162.255.23.22]) by magus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1lslqo-0007XM-NX for pgsql-pkg-yum@postgresql.org; Mon, 14 Jun 2021 12:38:01 +0000 Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id 3EE0E26C87F80 for ; Mon, 14 Jun 2021 05:37:56 -0700 (MST) Date: Mon, 14 Jun 2021 05:37:56 -0700 (MST) From: Spyridon-Dimitrios Agathos To: pgsql-pkg-yum@postgresql.org Message-ID: <1623674276209-0.post@n3.nabble.com> Subject: 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, trying to install postgresql12-llvmjit.x86_64(12.7-2PGDG.rhel8) on a CentOS8 system that already has postgresql12-devel.x86_64(12.7-2PGDG.rhel8) I get the following message: [root@0f85f16d54be /]# yum install postgresql12-llvmjit Last metadata expiration check: 1:13:56 ago on Mon 14 Jun 2021 10:35:59 AM UTC. Error: Problem: problem with installed package llvm-devel-10.0.1-3PGDG.el8.x86_64 - package llvm-devel-10.0.1-3PGDG.el8.x86_64 requires llvm-libs(x86-64) = 10.0.1-3PGDG.el8, but none of the providers can be installed - package llvm-devel-10.0.1-3PGDG.el8.x86_64 requires libLLVM-10.so()(64bit), but none of the providers can be installed - package llvm-devel-10.0.1-3PGDG.el8.x86_64 requires libLLVM-10.so(LLVM_10)(64bit), but none of the providers can be installed - cannot install both llvm-libs-11.0.0-2.el8.x86_64 and llvm-libs-10.0.1-3PGDG.el8.x86_64 - package llvm-devel-11.0.0-2.el8.x86_64 requires llvm-test(x86-64) = 11.0.0-2.el8, but none of the providers can be installed - package postgresql12-llvmjit-12.7-2PGDG.rhel8.x86_64 requires libLLVM-11.so()(64bit), but none of the providers can be installed - package postgresql12-llvmjit-12.7-2PGDG.rhel8.x86_64 requires libLLVM-11.so(LLVM_11)(64bit), but none of the providers can be installed - package llvm-test-11.0.0-2.el8.x86_64 requires python3-lit, but none of the providers can be installed - cannot install the best candidate for the job - package llvm-libs-11.0.0-2.module_el8.4.0+587+5187cac0.x86_64 is filtered out by modular filtering - package python3-lit-0.11.0-1.module_el8.4.0+587+5187cac0.noarch is filtered out by modular filtering (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) It looks like: postgresql12-llvmjit.x86_64(12.7-2PGDG.rhel8) requires llvm-libs 11.0.0-2.el8, while postgresql12-devel.x86_64(12.7-2PGDG.rhel8) requires llvm-libs 10.0.1-3PGDG.el8 I verified the same incompatibility also for: postgresql13-llvmjit.x86_64(13.3-2PGDG.rhel8) requires llvm-libs 11.0.0-2.el8, while postgresql13-devel.x86_64(13.3-2PGDG.rhel8) requires llvm-libs 10.0.1-3PGDG.el8 Regards, Spiros -- Sent from: https://www.postgresql-archive.org/PostgreSQL-pkg-yum-f6042034.html