geometry check failes on OS X with 7.4

From: Tore Halset <halset(at)pvv(dot)ntnu(dot)no>
To: pgsql-ports(at)postgresql(dot)org
Subject: geometry check failes on OS X with 7.4
Date: 2003-12-07 19:27:00
Message-ID: 54710EDE-28EB-11D8-9A6A-000A95CD827E@pvv.ntnu.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Hello.

With 7.4 on OS X Panther:

% PATH=$PATH:/usr/local/apache-ant-1.5.4/bin ./configure \
--prefix=/usr/local/postgresql \
--with-java --with-rendezvous \
--without-readline
[..removed output..]
% make
[..removed output..]
% make check
[..removed output..]
=======================
1 of 93 tests failed.
=======================

The differences that caused some tests to fail can be viewed in the
file `./regression.diffs'. A copy of the test summary that you see
above is saved in the file `./regression.out'.

make[2]: *** [check] Error 1
make[1]: *** [check] Error 2
make: *** [check] Error 2
% cat src/test/regress/regression.diffs
*** ./expected/geometry.out Sat Nov 1 04:07:07 2003
--- ./results/geometry.out Sun Dec 7 20:21:39 2003
***************
*** 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)

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

I installed the database and everything works ok for me. Should I
register this as a bug?

- Tore.

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Tom Lane 2003-12-07 20:06:20 Re: libedit on OS X?
Previous Message Tore Halset 2003-12-07 19:17:12 libedit on OS X?