Opened 16 years ago
Last modified 16 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?
- Build and install GEOS from SVN trunk (r2302)
- Checkout PostGIS trunk (r3935)
- Configure PostGIS:
./autogen.sh && ./configure
- Build PostGIS:
make clean && make
- 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
Attachments (1)
Change History (3)
comment:1 by , 16 years ago
by , 16 years ago
Attachment: | pgis_reg_test_38.txt added |
---|
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.