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 1k5rVD-0005VA-Vb for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 12 Aug 2020 14:13:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1k5rVC-0002tZ-MR for pgsql-pkg-yum@arkaria.postgresql.org; Wed, 12 Aug 2020 14:13:14 +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 1k5rVC-0002tR-HS for pgsql-pkg-yum@lists.postgresql.org; Wed, 12 Aug 2020 14:13:14 +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 1k5rVA-0003OR-Ny for pgsql-pkg-yum@postgresql.org; Wed, 12 Aug 2020 14:13:13 +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 4BRWrR2vS6z3F0l; Wed, 12 Aug 2020 16:13:11 +0200 (CEST) Date: Wed, 12 Aug 2020 16:13:11 +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: <20200812141311.GF167389@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> <20200812140726.GE167389@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: <20200812140726.GE167389@msg.df7cb.de> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: To Devrim Gündüz > 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 Hmm, it seems that 7 is only some package version and it actually contains 5.0. Weird. Installing : llvm5.0-libs-5.0.1-7.el7.x86_64 1/24 Installing : llvm-toolset-7-runtime-5.0.1-4.el7.x86_64 2/24 Installing : llvm-toolset-7-llvm-libs-5.0.1-8.el7.x86_64 3/24 Installing : llvm-toolset-7-compiler-rt-5.0.1-2.el7.x86_64 4/24 Installing : llvm-toolset-7-libomp-5.0.1-2.el7.x86_64 5/24 Christoph