Re: centos7, llvm and postgresql12-devel dependencies

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-05-21 13:56:11
Message-ID: 20200521135611.GA18580@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

This package is resolved as you mentioned, thanks.

But these others appear to be real issues.
I still think the build process should check installability.
Could it run rpm --test -U ?

> 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:
>
> $ cat yumpg-deps2
> #! /bin/sh
> set -e
>
> x=`yum list |grep pgdg12`
> x=`echo "$x" |awk '{print $1}'`
> for a in $x
> do
> y=`yum deplist "$a"`
> z=`echo "$y" |grep -FwB1 'Unsatisfied dependency'` &&
> echo "$a" && echo "$z" |sed q
> done
>
> sh yumpg-deps2
> postgis30_12.x86_64
> dependency: geos38 >= 3.8.1
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: proj70 >= 7.0.1
> Unsatisfied dependency
> --
> dependency: geos38 >= 3.8.1
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: proj70 >= 7.0.1
> Unsatisfied dependency
> postgis30_12-client.x86_64
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> postgresql12-devel.x86_64
> dependency: llvm-toolset-7-clang >= 4.0.1
> Unsatisfied dependency
> --
> dependency: llvm-toolset-7-clang >= 4.0.1
> Unsatisfied dependency
> postgis25_12.x86_64
> dependency: geos38 >= 3.8.1
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: proj70 >= 7.0.1
> Unsatisfied dependency
> --
> dependency: geos38 >= 3.8.1
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: proj70 >= 7.0.1
> Unsatisfied dependency
> postgis25_12-client.x86_64
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> postgis30_12.x86_64
> dependency: geos38 >= 3.8.1
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: proj70 >= 7.0.1
> Unsatisfied dependency
> --
> dependency: geos38 >= 3.8.1
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: proj70 >= 7.0.1
> Unsatisfied dependency
> postgis30_12-client.x86_64
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> postgis30_12-gui.x86_64
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> --
> dependency: libproj.so.19()(64bit)
> Unsatisfied dependency
> postgresql12-devel.x86_64
> dependency: llvm-toolset-7-clang >= 4.0.1
> Unsatisfied dependency
> --
> dependency: llvm-toolset-7-clang >= 4.0.1
> Unsatisfied dependency
> powa_12-web.x86_64
> dependency: python3-sqlalchemy
> Unsatisfied dependency
> dependency: python3-tornado >= 2.0
> Unsatisfied dependency
> --
> dependency: python3-sqlalchemy
> Unsatisfied dependency
> dependency: python3-tornado >= 2.0
> Unsatisfied dependen
>
> --
> Justin

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Devrim Gündüz 2020-05-21 14:40:11 Re: centos7, llvm and postgresql12-devel dependencies
Previous Message Devrim Gündüz 2020-05-20 23:45:09 Re: Removing PL/Python2 from PostgreSQL 13