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

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp
Дата
Msg-id 53F37D74.3070603@2ndquadrant.com
обсуждение исходный текст
Ответ на RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp  (Jeff Frost <jeff@pgexperts.com>)
Список 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


В списке pgsql-pkg-yum по дате отправления:

Предыдущее
От: Craig Ringer
Дата:
Сообщение: RHEL5 postgresql94-contrib is broken, unsatisfied dependency on uuid-ossp
Следующее
От: Jeff Frost
Дата:
Сообщение: Re: Packaging automation, testing and work-reduction