From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
---|---|
To: | Devrim Gündüz <devrim(at)gunduz(dot)org> |
Cc: | pgsql-pkg-yum(at)postgresql(dot)org |
Subject: | Re: centos7, llvm and postgresql12-devel dependencies |
Date: | 2020-09-15 17:34:50 |
Message-ID: | 20200915173450.GO18552@telsasoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Denis Laxalde | 2020-09-16 12:07:13 | [patch] adjust dependencies for python-ectd and patroni |
Previous Message | Josserand, Jesse F (NE) | 2020-09-15 14:25:27 | RE: Need some assistance please |