Re: centos7, llvm and postgresql12-devel dependencies - Mailing list pgsql-pkg-yum

From Justin Pryzby
Subject Re: centos7, llvm and postgresql12-devel dependencies
Date
Msg-id 20200915173450.GO18552@telsasoft.com
Whole thread Raw
In response to Re: centos7, llvm and postgresql12-devel dependencies  (Justin Pryzby <pryzby@telsasoft.com>)
Responses proj72 dependency (Re: centos7, llvm and postgresql12-devel dependencies)  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-pkg-yum
On Thu, May 14, 2020 at 02:57:26PM -0500, Justin Pryzby wrote:
> On Thu, May 14, 2020 at 09:13:26AM -0500, Justin Pryzby wrote:
> > Fails like:
> > 
> > Error: Package: postgresql12-devel-12.3-1PGDG.rhel7.x86_64 (pgdg12)
> >            Requires: llvm-toolset-7-clang >= 4.0.1
> 
> I'm not sure the reason 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 ?
> 
> For now, I threw this together.  On C7 it shows:

I also found this tool ; maybe it'd be helpful.

rpm -qf `which repoclosure`
yum-utils-1.1.31-52.el7.noarch

RH7:
time repoclosure -n -l base -l epel -l centos-sclo-rh -r pgdg-common -r pgdg13-updates-testing |less
RH8:
time repoclosure -n --disablerepo '*' --enablerepo=BaseOS --enablerepo=epel --check pgdg-common --check
pgdg13-updates-testing|less
 

I don't currently see any significant issue in the repos I've looked.

I think you'd want to separately check each combination of the PG repos and
their supported OS versions.

-- 
Justin



pgsql-pkg-yum by date:

Previous
From: "Josserand, Jesse F (NE)"
Date:
Subject: RE: Need some assistance please
Next
From: Denis Laxalde
Date:
Subject: [patch] adjust dependencies for python-ectd and patroni