Re: Call for port reports - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Call for port reports
Date
Msg-id 41B4F867.80608@dunslane.net
Whole thread Raw
In response to Call for port reports  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Call for port reports
List pgsql-hackers

Peter Eisentraut wrote:

>I have started filling in the supported platform list for the 8.0.0 
>release with the information from the build farm:
>
>http://developer.postgresql.org/docs/postgres/supported-platforms.html
>
>It's now time to fill the holes.  Briefly, I'm looking for exit status 0 
>on
>
>./configure --prefix=SOMEWHERE --enable-thread-safety --with-tcl \ 
>--with-perl --with-python --with-krb5 --with-pam -with-openssl
>make
>make install
>make check
>  
>

buildfarm actually runs in this order:

make
make check
make contrib
make install
... more steps

I assume that's ok.

>with PostgreSQL 8.0.0rc1 or later.  If you know what you're doing, you 
>can also try other options, but please tell what you did.
>
>(I would like the build farm members for Windows and Cygwin to use more 
>feature-enabling options, because in those cases we really need the 
>information about which extra features compile and work.)
>  
>


I will try. For Windows especially, it's possibly quite a deal of work - 
the client is running experimental code that is quite radically 
different from the released buildfarm code. Getting it to work with 
python, tcl, and openssl will be fun ... at any rate it will not be done 
by me for days. If anyone else (Magnus? Dave?) can supply this info for 
Windows I'd be glad.


cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: apparent problem on linux/s390
Next
From: Kenneth Marshall
Date:
Subject: Re: V8 Beta 5 on AIX