Regression failure on Mac OS X 10.3.5 (test geometry)

Started by Michael Glaesemannover 21 years ago1 messages
#1Michael Glaesemann
michael@saico.com
2 attachment(s)

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

Attachments:

regression.diffsapplication/octet-stream; name=regression.diffs; x-unix-mode=0644Download
*** ./expected/geometry.out	Sat Nov  1 12:07:07 2003
--- ./results/geometry.out	Tue Aug 10 18:58:32 2004
***************
*** 117,123 ****
          | (5.1,34.5) | [(1,2),(3,4)]                 | (3,4)
          | (-5,-12)   | [(1,2),(3,4)]                 | (1,2)
          | (10,10)    | [(1,2),(3,4)]                 | (3,4)
!         | (0,0)      | [(0,0),(6,6)]                 | (-0,0)
          | (-10,0)    | [(0,0),(6,6)]                 | (0,0)
          | (-3,4)     | [(0,0),(6,6)]                 | (0.5,0.5)
          | (5.1,34.5) | [(0,0),(6,6)]                 | (6,6)
--- 117,123 ----
          | (5.1,34.5) | [(1,2),(3,4)]                 | (3,4)
          | (-5,-12)   | [(1,2),(3,4)]                 | (1,2)
          | (10,10)    | [(1,2),(3,4)]                 | (3,4)
!         | (0,0)      | [(0,0),(6,6)]                 | (0,0)
          | (-10,0)    | [(0,0),(6,6)]                 | (0,0)
          | (-3,4)     | [(0,0),(6,6)]                 | (0.5,0.5)
          | (5.1,34.5) | [(0,0),(6,6)]                 | (6,6)

======================================================================

regression.outapplication/octet-stream; name=regression.out; x-unix-mode=0644Download