Re: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: pgsql-pkg-yum <pgsql-pkg-yum(at)postgresql(dot)org>
Subject: Re: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp
Date: 2014-08-19 16:38:12
Message-ID: 53F37D74.3070603@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

On 08/19/2014 11:50 PM, Craig Ringer wrote:
> Hi all
>
> The package postgresql94-contrib-9.4beta2-1PGDG.rhel5.i386 is broken;
> it has an undeclared dependency on libossp-uuid.so.15 that cannot be
> satisfied without enabling EPEL, which PGDG doesn't depend on.
>
> Error: Package: postgresql94-contrib-9.4beta2-1PGDG.rhel5.i386 (pgdg94)
> Requires: libossp-uuid.so.15
>
> UUID support should be disabled, or libossp-uuid should be included in
> pgdg for RHEL5 and declared as a dependency in the package. The current
> situation is broken.

Andres points out offlist that contrib/uuid no longer requires ossp-uuid
in 9.4 anyway; libuuid may be used.

In old releases that was part of e2fsprogs . In RHEL5 it appears in
e2fsprogs-libs .

I haven't done a test build yet, but perhaps that dependency can just be
replaced with libuuid from e2fsprogs-libs and an appropriate
package-level dependency. Sure, it's a weird dependency, but it saves
depending on EPEL for this.

Comments?

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-pkg-yum by date

  From Date Subject
Next Message Jeff Frost 2014-08-19 18:01:55 Re: Packaging automation, testing and work-reduction
Previous Message Craig Ringer 2014-08-19 15:50:43 RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp