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 1jZX9t-00006J-7Z for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 15 May 2020 10:01:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jZX9r-0003pN-R0 for pgsql-pkg-yum@arkaria.postgresql.org; Fri, 15 May 2020 10:01:35 +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 1jZX9r-0003pF-Lr for pgsql-pkg-yum@lists.postgresql.org; Fri, 15 May 2020 10:01:35 +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 1jZX9o-0003Ka-Ua for pgsql-pkg-yum@postgresql.org; Fri, 15 May 2020 10:01:34 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1474:3de0:76e5:bff:fef3:7e00]) (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 49NkT65PFVz3Dwk; Fri, 15 May 2020 12:01:30 +0200 (CEST) Date: Fri, 15 May 2020 12:01:30 +0200 From: Christoph Berg To: Devrim =?iso-8859-1?B?R/xuZPx6?= Cc: Justin Pryzby , pgsql-pkg-yum@postgresql.org Subject: Re: centos7, llvm and postgresql12-devel dependencies Message-ID: <20200515100130.GC469445@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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Re: Devrim Gündüz > > or the details of the build process, but this kind of thing has > > happened before, and I suggested that the build process should check > > that the built packages are installable. Is that possible ? > > 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: base | 3.1 kB 00:00:00 centos-sclo-rh | 3.0 kB 00:00:00 centos-sclo-sclo | 3.0 kB 00:00:00 extras | 2.5 kB 00:00:00 openlogic | 2.9 kB 00:00:00 pgdg-common | 2.9 kB 00:00:00 pgdg10 | 3.6 kB 00:00:00 pgdg11 | 3.6 kB 00:00:00 pgdg12 | 3.6 kB 00:00:00 pgdg95 | 3.6 kB 00:00:00 pgdg96 | 3.6 kB 00:00:00 runner_gitlab-runner/x86_64/signature | 862 B 00:00:00 runner_gitlab-runner/x86_64/signature | 1.0 kB 00:00:00 !!! runner_gitlab-runner-source/signature | 862 B 00:00:00 runner_gitlab-runner-source/signature | 951 B 00:00:00 !!! updates [...] --> 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 Christoph