Opened 15 years ago

Last modified 15 years ago

#143 closed task (invalid)

regress_ogc failed for trunk on Linux

Reported by: mloskot Owned by:
Priority: medium Milestone:
Component: postgis Version:
Keywords: Cc:

Description

What steps will reproduce the problem?

  1. Build and install GEOS from SVN trunk (r2302)
  1. Checkout PostGIS trunk (r3935)
  1. Configure PostGIS:

./autogen.sh && ./configure

  1. Build PostGIS:

make clean && make

  1. Install and test PostGIS:

sudo make install && make check

What is the expected output? … kml. ok regress_ogc. ok regress_bdpoly. ok …

What do you see instead?

… kml. ok regress_ogc. failed (diff expected obtained: /tmp/pgis_reg_10014/test_38_diff) regress_bdpoly. ok …

See details in attached pgis_reg_test_38.txt

What version of the product are you using?

Postgis 1.4.0SVN - 2009-03-24 15:34:58 - SVN trunk r3935 GEOS: 3.1.0-CAPI-1.5.0 - SVN trunk r2302 PROJ: Rel. 4.6.0, 21 Dec 2007 PostgreSQL 8.3.6 GCC 4.3.2

On what operating system?

GNU/Linux Ubuntu 8.10

Change History (3)

comment:1 by mloskot, 15 years ago

This is false alarm. The failing test was caused by a bug I introduced in GEOS recently while refactoring (my bad). The GEOS trunk has been already fixed (http://trac.osgeo.org/geos/changeset/2304) and now all tests pass for PostGIS trunk.

So, the ticket is to be closed.

comment:2 by pramsey, 15 years ago

<i>(No comment was entered for this change.)</i>

Note: See TracTickets for help on using tickets.