Opened 13 years ago

Closed 13 years ago

#734 closed defect (fixed)

Topology fail some check

Reported by: aperi2007 Owned by: strk
Priority: medium Milestone: PostGIS 2.0.0
Component: topology Version: 1.5.X
Keywords: Cc:

Description

Hi,

try-ing to compile last trunk (r6511) with topology option. During make check phase I have this error:


PostgreSQL 9.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (Debian 4.3.2-1.1) 4.3.2, 32-bit Postgis 2.0.0SVN - 2010-12-27 10:44:08

GEOS: 3.3.0-CAPI-1.7.0 PROJ: Rel. 4.7.1, 23 September 2009

Running tests

regress/legacy_validate. ok regress/legacy_predicate. ok regress/legacy_invalid. ok regress/sqlmm. failed (diff expected obtained: /tmp/pgis_reg_12093/test_4_diff) regress/legacy_query. ok regress/addnode. ok regress/addedge. ok regress/addface. ok regress/st_getfacegeometry. ok

Run tests: 9 Failed: 1 make[2]: * [check] Error 1 make[2]: Leaving directory `/home/postgres/software/postgis/postgis-2.0.0SVN/topology/test' make[1]: * [check] Error 2 make[1]: Leaving directory `/home/postgres/software/postgis/postgis-2.0.0SVN/topology' make: * [check] Error 1


I run it on a debian lenny 32 bit with geos-svn last version and postgresql 9.0.2.

Regards.

Attachments (1)

logs.zip (1.4 KB ) - added by aperi2007 13 years ago.
test_4_diff and test_4_out logs

Download all attachments as: .zip

Change History (5)

comment:1 by strk, 13 years ago

Can you attach /tmp/pgis_reg_12093/test_4_diff and /tmp/pgis_reg_12093/test_4_out please ?

by aperi2007, 13 years ago

Attachment: logs.zip added

test_4_diff and test_4_out logs

in reply to:  1 comment:2 by aperi2007, 13 years ago

I add a zip-file with the two logs.

Regards.

comment:3 by strk, 13 years ago

Great, looks like localization issue :)

-PL/pgSQL function "createtopology" line 26 at EXECUTE statement -PL/pgSQL function "st_inittopogeo" line 15 at FOR over EXECUTE statement +PL/pgSQL function "createtopology" line 26 at istruzione EXECUTE +PL/pgSQL function "st_inittopogeo" line 15 at ciclo FOR su una istruzione EXECUTE

Should be fixed in r6512, please try

comment:4 by aperi2007, 13 years ago

Resolution: fixed
Status: newclosed

Tested. It is fixed.

Note: See TracTickets for help on using tickets.