Ticket #734 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

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

Change History

follow-up: ↓ 2   Changed 2 years ago by strk

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

Changed 2 years ago by aperi2007

test_4_diff and test_4_out logs

in reply to: ↑ 1   Changed 2 years ago by aperi2007

I add a zip-file with the two logs.

Regards.

  Changed 2 years ago by strk

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

  Changed 2 years ago by aperi2007

  • status changed from new to closed
  • resolution set to fixed

Tested. It is fixed.

Note: See TracTickets for help on using tickets.