Re: uuid disabled by default in rhel7 rpm

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Ross Dougherty <ross(at)inomial(dot)com>, pgsql-pkg-yum(at)postgresql(dot)org
Subject: Re: uuid disabled by default in rhel7 rpm
Date: 2014-08-18 03:28:08
Message-ID: 53F172C8.7030407@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-yum

On 08/15/2014 02:22 PM, Ross Dougherty wrote:
> I've been setting up PostgreSQL 9.3 on some CentOS 7 servers and ran
> into a problem where the uuid-ossp module wasn't being provided by the
> postgresql93-contrib-9.3.5-1PGDG.rhel7.x86_64 package.
>
> Upon investigating it appears that uuid is now disabled by default in
> rhel7 builds and I had to rebuild the source RPM with --define 'uuid 1'.
> Is there a reason for this change? README.rpm-dist still notes it as
> being enabled by default.

From the RPM changelog:

* Thu Dec 12 2013 Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> - 9.3.2-2PGDG
- Initial cut for RHEL 7
- Disable uuid builds on RHEL 7 temporarily, since uuid-devel is not
available in the beta iso.
- Fix builds when uuid support is disabled, by adding missing conditional.
- Add process name to the status() call in init script.
Patch from Darrin Smart

--
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 Marco Nenciarini 2014-08-18 16:20:44 Missing packages for PostgreSQL version 9.1.14 RHEL5 x86_64
Previous Message Ross Dougherty 2014-08-15 06:22:10 uuid disabled by default in rhel7 rpm