Re: PG 9.0 Solaris compile error on Sparc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: PG 9.0 Solaris compile error on Sparc
Date: 2010-07-19 15:01:14
Message-ID: AANLkTinQ6tnLICN_ggpdXyzdaSEpNFWxNyePnhaQRJu3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Jul 19, 2010 at 4:00 PM, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> On mån, 2010-07-19 at 13:32 +0100, Dave Page wrote:
>> I'm working on setting up a new buildfarm member as we don't seem to
>> have any active Solaris ones :-(
>>
>> cc -Xa -m64 -mt   -mt -D_REENTRANT -D_THREAD_SAFE
>> -D_POSIX_PTHREAD_SEMANTICS -KPIC -DFRONTEND -DUNSAFE_STAT_OK -I.
>> -I../../../src/include  -I../../../src/port -I../../../src/port
>> -DSO_MAJOR_VERSION=5  -c -o fe-connect.o fe-connect.c
>> "fe-connect.c", line 1789: undefined symbol: ucred_t
>> "fe-connect.c", line 1789: undefined symbol: ucred
>> "fe-connect.c", line 1792: warning: implicit function declaration:
>> getpeerucred
>> "fe-connect.c", line 1792: undefined symbol: sock
>> "fe-connect.c", line 1800: warning: implicit function declaration:
>> ucred_geteuid
>> "fe-connect.c", line 1805: warning: implicit function declaration:
>> ucred_free
>> cc: acomp failed for fe-connect.c
>
> I think you're compiling 9.1. :-)

Yeah, sorry - forgot we forked already :-p

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Hans van Kranenburg 2010-07-19 15:26:25 BUG #5566: High levels of savepoint nesting trigger stack overflow in AssignTransactionId
Previous Message Peter Eisentraut 2010-07-19 15:00:27 Re: PG 9.0 Solaris compile error on Sparc