Re: Beta 2 build issue

From: Thom Brown <thombrown(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Beta 2 build issue
Date: 2010-06-10 17:11:25
Message-ID: AANLkTiku3Z3EQMh1BgKF1tNIFgD2Uu777csQqqSWN6Cg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 10 June 2010 17:48, Alvaro Herrera <alvherre(at)commandprompt(dot)com> wrote:
> Excerpts from Thom Brown's message of jue jun 10 12:20:57 -0400 2010:
>> On 10 June 2010 16:48, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> > Thom Brown <thombrown(at)gmail(dot)com> writes:
>> >> On 10 June 2010 15:34, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> >>> You need to look into why configure failed to detect that your platform
>> >>> has unsetenv.
>> >
>> >> Is that heimdal_strlcpy patch normal too?
>> >
>> > Sorry, no idea what you're talking about.  (I don't do Gentoo.)
>> >
>>
>> It's a patch applied during the ebuild process.  I'm not sure what its
>> role is.
>
> I looked at it and I think it's probably harmless and not related to the
> unsetenv issue.  The interesting lines are:
>
> 28      -LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'`
> 29      +LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g' -e 's/-lgssapi//g' -e 's/-lkrb5//g'`
>
> http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-db/postgresql-base/files/postgresql-base-8.4-9.0-heimdal_strlcpy.patch?view=markup
>

Here's a mindless stab at a solution... should I disable kerberos in the build?

Thom

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Ramesh 2010-06-10 17:27:58 BUG #5498: PgAdmin III write to file adds carriage return
Previous Message Alvaro Herrera 2010-06-10 16:48:21 Re: Beta 2 build issue