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 1k5rPi-0005Df-6X for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 12 Aug 2020 14:07:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k5rPg-0007kz-P0 for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 12 Aug 2020 14:07:32 +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 1k5rPg-0007kr-KN for pgsql-pkg-yum@lists.postgresql.org; Wed, 12 Aug 2020 14:07:32 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k5rPe-0003Lc-08 for pgsql-pkg-yum@postgresql.org; Wed, 12 Aug 2020 14:07:31 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4BRWjq1KWBz3F0l; Wed, 12 Aug 2020 16:07:27 +0200 (CEST) Date: Wed, 12 Aug 2020 16:07:26 +0200 From: Christoph Berg To: Devrim =?iso-8859-1?B?R/xuZPx6?= , Justin Pryzby , pgsql-pkg-yum@postgresql.org Subject: Re: centos7, llvm and postgresql12-devel dependencies Message-ID: <20200812140726.GE167389@msg.df7cb.de> Mail-Followup-To: Christoph Berg , Devrim =?iso-8859-1?B?R/xuZPx6?= , Justin Pryzby , pgsql-pkg-yum@postgresql.org References: <20200514141326.GA14069@telsasoft.com> <20200514195726.GA19457@telsasoft.com> <20200515100130.GC469445@msg.df7cb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200515100130.GC469445@msg.df7cb.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: To Devrim Gündüz > > Of course they are installable. I just wrote a basic blog post about > > that (will also update the website) > > > > https://people.planetpostgresql.org/devrim/index.php?/archives/104-yum-users-some-devel-RPMs-require-a-new-repository.html > > I'm probably doing something wrong, but I'm seeing that the packages > are missing llvm 5, not 7: > > --> Finished Dependency Resolution > Error: Package: postgresql11-devel-11.8-1PGDG.rhel7.x86_64 (pgdg11) > Requires: llvm5.0-devel >= 5.0 > Error: Package: postgresql12-devel-12.3-1PGDG.rhel7.x86_64 (pgdg12) > Requires: llvm5.0-devel >= 5.0 I got that resolved, EPEL was missing for LLVM 5. But. Is it really intended that installing postgresql12-devel pulls in LLVM 5 AND 7 ? ---> Paket postgresql12-devel.x86_64 0:12.3-5PGDG.rhel7 markiert, um installiert zu werden --> Abhängigkeit llvm5.0-devel >= 5.0 wird für Paket postgresql12-devel-12.3-5PGDG.rhel7.x86_64 verarbeitet --> Abhängigkeit llvm-toolset-7-clang >= 4.0.1 wird für Paket postgresql12-devel-12.3-5PGDG.rhel7.x86_64 verarbeitet Christoph