Opened 14 years ago
Closed 14 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)
Change History (5)
follow-up: 2 comment:1 by , 14 years ago
comment:3 by , 14 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
Can you attach /tmp/pgis_reg_12093/test_4_diff and /tmp/pgis_reg_12093/test_4_out please ?