Re: PG 9.0 Solaris compile error on Sparc - Mailing list pgsql-bugs

From Peter Eisentraut
Subject Re: PG 9.0 Solaris compile error on Sparc
Date
Msg-id 1279551627.4903.5.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to PG 9.0 Solaris compile error on Sparc  (Dave Page <dpage@pgadmin.org>)
Responses Re: PG 9.0 Solaris compile error on Sparc  (Dave Page <dpage@pgadmin.org>)
List pgsql-bugs
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. :-)

pgsql-bugs by date:

Previous
From: Dave Page
Date:
Subject: Re: PG 9.0 Solaris compile error on Sparc
Next
From: Dave Page
Date:
Subject: Re: PG 9.0 Solaris compile error on Sparc