Re: PG 9.0 Solaris compile error on Sparc

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>
Cc: Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: PG 9.0 Solaris compile error on Sparc
Date: 2010-07-19 13:24:39
Message-ID: AANLkTintcqe7rbc2bkXsOiQNv88P3zV_J0xgsoPLyumU@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Jul 19, 2010 at 1:56 PM, Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com> wrote:
> Dave Page píše v po 19. 07. 2010 v 13:32 +0100:
>> I'm working on setting up a new buildfarm member as we don't seem to
>> have any active Solaris ones :-(
>
> Unfortunately, I had to stop them :(. Sorry.
>
> I cannot remember this bug. However for Solaris 10 is better to use
> SunStudio 11. I see lot of bugs in SunStudio 12 and also postgresql with
> dtrace is not possible compile with sunstudio 12 due some optimization.
> It is bug in solaris 10 which is not fixed(backported) yet.

<grumble>

> Anyway it is strange. I used following switches without any problem:
>
> ./configure --without-readline --enable-cassert --enable-debug
> --enable-nls --enable-integer-datetimes --with-perl --with-python \
> --with-tcl --with-krb5 --with-gssapi --with-openssl --with-pam \
> --enable-thread-safety --with-includes=/usr/include/kerberosv5:/usr/sfw/include --with-libs=/usr/sfw/lib --enable-dtrace --with-libxml --with-libxslt

Hmm. Perl fails here, as it seems to be 32 bit. OpenSSL fails, due to
lack of libcryto, and TCL seems to fail due to lack of headers (though
I didn't look very hard). I'm assuming these issues are largely due to
my inexperience with Solaris, or are there some development packages
or similar I should be downloading?

> I see also that you use S10U3 which is not optimal for PostgreSQL. You
> need to have S10U4 (at least for kerberos and dtrace).

Hmm, I'll have to see about upgrading it without annoying other users.

Thanks!

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Zdenek Kotala 2010-07-19 13:36:55 Re: PG 9.0 Solaris compile error on Sparc
Previous Message Dave Page 2010-07-19 13:11:48 Re: PG 9.0 Solaris compile error on Sparc