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

From Kenneth Marshall
Subject Re: Call for port reports
Date
Msg-id 20041207191327.GP13240@it.is.rice.edu
Whole thread Raw
In response to Call for port reports  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Port report for Solaris 8: No errors.

uname -a:
SunOS sunos58.build 5.8 Generic_117350-11 sun4u sparc SUNW,UltraAX-i2

gcc -v:
Reading specs from /gcc-3.4.0/sunos5/bin/../lib/gcc/sparc-sun-solaris2.8/3.4.0/specs
Configured with: /gcc-3.4.0/src/dist/configure --prefix=/usr/site/gcc-3.4.0 --enable-shared --with-cpu=v9
Thread model: posix
gcc version 3.4.0

configure:
./configure --prefix=/usr/site/pg800rc1 --enable-thread-safety --with-tcl --with-perl --with-python --with-krb5
--with-openssl

CFLAGS:
-O3 -fno-sched-interblock

make check:
======================All 96 tests passed.
======================

version:
postgresql-8.0.0rc1


Port report for Redhat Enterprise 3: No errors.

uname -a:
Linux rhel3 2.4.21-15.EL #1 Thu Apr 22 00:27:41 EDT 2004 i686 i686 i386 GNU/Linux

gcc -v:
Reading specs from /gcc-3.4.0/rhel3/bin/../lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: /gcc-3.4.0/src/dist/configure --prefix=/usr/site/gcc-3.4.0 --enable-shared --with-tune=pentium3
--with-arch=i686: (reconfigured) /build/gcc-3.4.0/src/dist/configure --prefix=/usr/site/gcc-3.4.0 --enable-shared
--with-tune=pentium3--with-arch=i686
 
Thread model: posix
gcc version 3.4.0

configure:
./configure --prefix=/usr/site/pg800rc1 --enable-thread-safety --with-tcl --with-perl --with-python --with-krb5
--with-openssl

CFLAGS:
-O3

make check:
======================All 96 tests passed.
======================

version:
postgresql-8.0.0rc1

Port report for Redhat 9: No errors.

uname -a:
Linux redhat9.build 2.4.20-31.9 #1 Fri Jun 25 16:52:01 CDT 2004 i686 i686 i386 Gx

gcc -v:
Reading specs from /opt/opt.CORE/gcc-3.4.0/redhat9/bin/../lib/gcc/i686-pc-linux-gnu/3.4.0/specs
Configured with: /build/gcc-3.4.0/src/dist/configure --prefix=/usr/site/gcc-3.4.0 --enable-shared --with-tune=pentium3
--with-arch=i686
Thread model: posix
gcc version 3.4.0

configure:
./configure --prefix=/usr/site/pg800rc1 --enable-thread-safety --with-tcl --with-perl --with-python --with-krb5
--with-openssl

CFLAGS:
-O3

make check:
======================All 96 tests passed.
======================

version:
postgresql-8.0.0rc1


It would be nice if the regression tests actually executed
a select version(); and logged the results in the regression
test.

Ken


pgsql-hackers by date:

Previous
From: Noèl Köthe
Date:
Subject: port report: Linux sparc
Next
From: Christopher Browne
Date:
Subject: Re: V8 Beta 5 on AIX