Re: BUG #8271: Configure warning: sys/ucred.h: present but cannot be compiled

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, Emre Hasegeli <emre(at)hasegeli(dot)com>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8271: Configure warning: sys/ucred.h: present but cannot be compiled
Date: 2013-07-25 14:54:00
Message-ID: 51F13C08.1020309@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On 07/25/2013 09:48 AM, Tom Lane wrote:
> Andres Freund <andres(at)2ndquadrant(dot)com> writes:
>>> Before that commit the checks for cmsgcred which includes sys/ucred.h
>>> happened to include params.h... Patch attached, missing the configure
>>> update since I don't have a compatible autoconf on my laptop, to produce
>>> a minimal diff.
>> Could somebody apply the fix (including regenerating /configure)?
> The proposed patch seems a bit overcomplicated --- isn't the real
> problem that I changed the ordering of the header probes in
> be4585b1c27ac5dbdd0d61740d18f7ad9a00e268? I think I just alphabetized
> them in a fit of neatnik-ism, not realizing that there were order
> dependencies on some platforms.
>
>

It looks to me like you didn't reorder anything, you added a test for
sys/ucred.h.

I haven't seen the proposed patch, though.

cheers

andrew

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2013-07-25 15:50:47 Re: BUG #8271: Configure warning: sys/ucred.h: present but cannot be compiled
Previous Message Tom Lane 2013-07-25 14:48:56 Re: BUG #8271: Configure warning: sys/ucred.h: present but cannot be compiled