Regression failure on Mac OS X 10.3.5 (test geometry)

From: Michael Glaesemann <michael(at)saico(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Regression failure on Mac OS X 10.3.5 (test geometry)
Date: 2004-08-10 10:25:32
Message-ID: 9C2D75A6-EAB7-11D8-831D-000A95C88220@saico.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thank you all once again for your hard work and dedication to quality
software! Looking forward to 8.0.

platform: Mac OS X 10.3.5
evironment and ./configure

PGVER="8.0.0"
PGPORT=54800
PGUSER=postgres
PGTAGNAME="pgsql 8.0.0"
PGSRCROOT=/usr/local/src/pgsql-8.0.0
PGINSTROOT=/usr/local/pgsql-8.0.0
PATH=/usr/local/pgsql-8.0.0/bin:/sw/bin:/users/postgres/bin:/usr/local/
bin:/sw/bin:/sw/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
MANPATH=/usr/local/pgsql-8.0.0/man:/sw/share/man:/usr/share/man:/usr/
X11R6/man
PGLIB=/usr/local/pgsql-8.0.0/lib
PGDATA=/usr/local/pgsql-8.0.0/data
PMOPTIONS="-p 54800 -i -F"
PMLOGFILE=/usr/local/pgsql-8.0.0/data/pg.log

./configure --prefix=${PGINSTROOT} --with-pgport=${PGPORT}
--mandir=/usr/local/share/man/ --enable-syslog
--with-includes=/sw/include/ --with-libraries=/sw/lib/

Single failure with make check:
test geometry ... FAILED

regression.diffs and regression.out attached

Michael Glaesemann
grzm myrealbox com

Attachment Content-Type Size
regression.diffs application/octet-stream 1.1 KB
regression.out application/octet-stream 4.0 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Harald Fuchs 2004-08-10 12:01:00 Re: Add Missing From?
Previous Message Fabien COELHO 2004-08-10 09:50:04 Re: fix schema ownership on first connection preliminary